mirror of
https://github.com/dtzp555-max/memory-continuity.git
synced 2026-07-22 13:35:06 +00:00
29 lines
632 B
Markdown
29 lines
632 B
Markdown
# Reporting templates
|
|
|
|
## Worker -> main
|
|
- status: accepted | blocked | milestone | done | failed
|
|
- summary: one-line result
|
|
- evidence: commit / PR / log / session trace
|
|
- risk: blocker or caveat
|
|
- next: recommended next action
|
|
|
|
## Main -> user
|
|
- who
|
|
- status
|
|
- output
|
|
- next
|
|
|
|
## Examples
|
|
|
|
### launch failure
|
|
- who: qa_worker
|
|
- status: blocked (launch failure)
|
|
- output: dispatch accepted but no worker trace/session history appeared
|
|
- next: re-dispatch or switch worker
|
|
|
|
### milestone
|
|
- who: promo_worker
|
|
- status: in_progress
|
|
- output: README links added and release draft created
|
|
- next: review and merge remaining repo updates
|