mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 17:10:13 -04:00
fix(protocol): tighten workflow contract
This commit is contained in:
parent
3a2d565aaa
commit
54acfec834
4 changed files with 16 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: worker-protocol
|
||||
description: Standard output format, feedback handling, and operational procedures for all worker agents.
|
||||
when_to_use: Loaded by worker, debugger, and documenter agents. Defines the worker_submission envelope format and commit workflow.
|
||||
when_to_use: Loaded by grunt, worker, senior, debugger, and documenter agents. Defines the worker_submission envelope format and commit workflow.
|
||||
---
|
||||
|
||||
## Output format
|
||||
|
|
@ -29,7 +29,7 @@ Then the markdown body:
|
|||
[Your deliverable here]
|
||||
|
||||
## Self-Assessment
|
||||
- Acceptance criteria met: [yes/no per criterion, one line each]
|
||||
- Acceptance criteria met: [yes/no per criterion, one line each, or "No acceptance criteria were provided"]
|
||||
- Known limitations: [any, or "none"]
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue