mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 13:50:12 -04:00
feat: add typed inter-agent communication schema
Replace freetext signals (RFR, LGTM, VERDICT: PASS) with YAML frontmatter envelopes routed by a `signal` field. New message-schema skill defines 12 message types covering worker submissions, review/audit verdicts, triage/plan results, research results, and orchestrator commands. All agents load the skill; qa-checklist enforces compliance; orchestrate routes by envelope signal.
This commit is contained in:
parent
d2fdcbc731
commit
341f500396
14 changed files with 476 additions and 39 deletions
|
|
@ -36,6 +36,7 @@ The script symlinks `agents/`, `skills/`, `rules/`, `CLAUDE.md`, and `settings.j
|
|||
| `conventions` | Core coding conventions and quality priorities shared by all agents |
|
||||
| `worker-protocol` | Output format, feedback handling, and operational procedures for worker agents |
|
||||
| `qa-checklist` | Self-validation checklist workers run before returning results |
|
||||
| `message-schema` | Typed YAML frontmatter envelopes for all inter-agent communication |
|
||||
| `project` | Instructs agents to check for and ingest a project-specific skill file before starting work |
|
||||
|
||||
## Rules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue