chore(hq): daily sync 2026-03-28

This commit is contained in:
2026-03-28 09:00:40 +00:00
parent 540d97a7e1
commit 4341215af2
6 changed files with 78 additions and 73 deletions

View File

@@ -24,7 +24,7 @@ CALLER=my-agent-name bash "$TB" update TASK-001 --status review --note "Draft po
# Kanban summary (counts per column)
bash "$TB" summary
# Kanban snapshot (markdown for Discord)
# Kanban snapshot (markdown)
bash "$TB" snapshot
```
@@ -61,7 +61,7 @@ backlog → todo → in-progress → review → done
On every session start:
1. Check your tasks: `CALLER=<you> bash "$TB" list --agent <you>`
2. If you have `todo` tasks: update to `in-progress` and start working
3. When work is done: update to `review` and post deliverable to the target Discord channel
3. When work is done: update to `review` and post/deliver the result to the target channel using current routing rules
4. Append progress to `shared/project_log.md`
## Important