mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-21 08:21:53 +02:00
1.3 KiB
1.3 KiB
Raw Agent Output — Appendix Format
This template defines the format for the
## APPENDIX: RAW AGENT OUTPUTSsection in any multi-agent artifact.
Rules
- Verbatim only. Paste the agent's response exactly as returned. No edits.
- No summarizing. Do not condense, paraphrase, or rephrase any part of the output.
- No rewriting. Do not fix typos, grammar, formatting, or style.
- No code fences around the entire output. The raw output is pasted as-is, not wrapped in ``` blocks.
- One section per agent. Each agent that contributed gets its own heading.
- Order matches work order. List agents in the order they were spawned.
- Include all outputs. Even if an agent's work was rejected, include their output for diagnostic traceability.
Format
## APPENDIX: RAW AGENT OUTPUTS
### {Name} ({Role}) — Raw Output
{Paste agent's verbatim response here, unedited}
### {Name} ({Role}) — Raw Output
{Paste agent's verbatim response here, unedited}
Why This Exists
The appendix provides diagnostic integrity. It lets anyone verify:
- What each agent actually said (vs. what the Coordinator assembled)
- Whether the Coordinator faithfully represented agent work
- What was lost or changed in synthesis
Without raw outputs, multi-agent collaboration is unauditable.