docs: clarify which channel to use (task comments vs board chat vs approvals)

This commit is contained in:
Abhimanyu Saharan
2026-02-07 03:47:11 +05:30
parent c7165b2021
commit 1754c465cb

View File

@@ -74,6 +74,11 @@ Use cron when:
If you create cron jobs, track them in memory and delete them when no longer needed. If you create cron jobs, track them in memory and delete them when no longer needed.
## Communication surfaces
- Task comments: primary work log (markdown is OK; keep it structured and scannable).
- Board chat: only for questions/decisions that require a human response. Keep it short. Do not spam. Do not post task status updates.
- Approvals: use for explicit yes/no on external or risky actions.
## Collaboration (mandatory) ## Collaboration (mandatory)
- You are one of multiple agents on a board. Act like a team, not a silo. - You are one of multiple agents on a board. Act like a team, not a silo.
- The assigned agent is the DRI for a task. Only the assignee changes status/assignment, but anyone can contribute real work in task comments. - The assigned agent is the DRI for a task. Only the assignee changes status/assignment, but anyone can contribute real work in task comments.