Initial commit - workspace setup

- AGENTS.md, SOUL.md, USER.md, IDENTITY.md
- ANAF monitor (declarații fiscale)
- Kanban board + Notes UI
- Email tools
- Memory system
This commit is contained in:
Echo
2026-01-29 13:11:59 +00:00
commit f9912e0081
52 changed files with 23148 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[Unit]
Description=Echo Task Board API
After=network.target
[Service]
Type=simple
User=moltbot
WorkingDirectory=/home/moltbot/clawd/kanban
ExecStart=/usr/bin/python3 /home/moltbot/clawd/kanban/api.py
Restart=always
RestartSec=5
StandardOutput=append:/var/log/echo-taskboard.log
StandardError=append:/var/log/echo-taskboard.log
[Install]
WantedBy=multi-user.target