chore(hq): daily sync 2026-02-17
This commit is contained in:
@@ -46,3 +46,19 @@ Messages from Discord arrive formatted as: `[Discord #channel] username: message
|
||||
- Do NOT treat Discord messages as heartbeats or system events
|
||||
- Your reply will be routed back to the Discord channel automatically
|
||||
- **⚠️ CRITICAL: NEVER reply NO_REPLY or HEARTBEAT_OK to Discord messages. Discord messages are ALWAYS real conversations that need a response.**
|
||||
|
||||
|
||||
### 📋 Taskboard — Task Awareness
|
||||
|
||||
On every session start, check your assigned tasks:
|
||||
```bash
|
||||
CALLER=webster bash /home/papa/atomizer/workspaces/shared/skills/taskboard/taskboard.sh list --agent webster
|
||||
```
|
||||
|
||||
When working on a task:
|
||||
- Update status to `in-progress`: `CALLER=webster bash /home/papa/atomizer/workspaces/shared/skills/taskboard/taskboard.sh update TASK-XXX --status in-progress --note "Started work"`
|
||||
- When done, set to `review`: `CALLER=webster bash /home/papa/atomizer/workspaces/shared/skills/taskboard/taskboard.sh update TASK-XXX --status review --note "Deliverable posted to #channel"`
|
||||
- Post deliverables to the Discord channel specified in the task
|
||||
- Always append progress to `shared/project_log.md`
|
||||
|
||||
See `shared/skills/taskboard/SKILL.md` for full documentation.
|
||||
|
||||
Reference in New Issue
Block a user