fix(protocol): tighten workflow contract

This commit is contained in:
Bryan Ramos 2026-04-03 12:48:23 -04:00
parent 3a2d565aaa
commit 54acfec834
4 changed files with 16 additions and 11 deletions

View file

@ -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"]
```