docs: clarify mailbox packet flow

This commit is contained in:
deamonkai
2026-04-14 08:47:10 -05:00
parent 77ee3d3562
commit 6d8cab8d88
7 changed files with 67 additions and 23 deletions

View File

@@ -105,6 +105,45 @@ This keeps:
- project truth in shared state docs
- human continuity in chat summaries
## ASCII Flow
```text
MAILBOX-FIRST COLLABORATION
new actionable work / request / finding / handoff
|
v
+----------------------------------------------------------------------------------+
| minions/mail/YYYY-MM-DD-sender-to-recipient-topic/ |
| |
| request.md -> written by sender only |
| response.md -> written by addressed recipient only |
| verdict.md -> written by gate owner only (usually PM, only if needed) |
+----------------------------------------------------------------------------------+
|
v
packet decision / response exists
|
v
+---------------------------------------------+
| PM mirrors durable outcomes into project |
| truth docs as needed: |
| - README.md |
| - MEMORY.md |
| - ROADMAP.md |
| - TODO.md |
| - plans / other controlled docs |
+---------------------------------------------+
|
v
+---------------------------------------------+
| PM posts same-day summary into |
| minions/chat/YYYY-MM-DD.md |
| chat is summary/history only |
| not the live multi-writer work surface |
+---------------------------------------------+
```
## Role Of Other Surfaces
### `minions/mail/`