mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-21 00:11:44 +02:00
1.1 KiB
1.1 KiB
Orchestration Log Entry
One file per agent spawn. Saved to
.squad/orchestration-log/{timestamp}-{agent-name}.md
{timestamp} — {task summary}
| Field | Value |
|---|---|
| Agent routed | {Name} ({Role}) |
| Why chosen | {Routing rationale — what in the request matched this agent} |
| Mode | {background / sync} |
| Why this mode | {Brief reason — e.g., "No hard data dependencies" or "User needs to approve architecture"} |
| Files authorized to read | {Exact file paths the agent was told to read} |
| File(s) agent must produce | {Exact file paths the agent is expected to create or modify} |
| Outcome | {Completed / Rejected by {Reviewer} / Escalated} |
Rules
- One file per agent spawn. Named
{timestamp}-{agent-name}.md. - Log BEFORE spawning. The entry must exist before the agent runs.
- Update outcome AFTER the agent completes. Fill in the Outcome field.
- Never delete or edit past entries. Append-only.
- If a reviewer rejects work, log the rejection as a new entry with the revision agent.