This Copilot plugin is a Hermes-facing companion to the existing Miadi Copilot kits.
It exists because issue jgwill/Miadi#354 exposed a gap that is larger than prompt writing:
That means the orchestration unit is not only:
prompt + launch script + plugin list
It is:
preparation payload + lane contracts + validation scripts + transcript audit + closure gate + commit/chronicle event packet.
| Agent | Purpose |
|---|---|
miadi-hermes-closure-architect |
Designs and verifies the post-wave closure gate: changed-file ledger, commit partition, Chronicle event, and next-wave trigger decision. |
miadi-copilot-payload-steward |
Prepares launch payloads before Copilot runs: exact plugin roster, lane contracts, validation scripts, and recovery prompt templates. |
| Skill | Purpose |
|---|---|
hermes-copilot-launch-preparation |
Before launch: produce machine-readable payloads, not only natural-language prompts. |
hermes-copilot-wave-closure |
After completion: inspect the report/transcript/diff, decide commit partitioning, create Chronicle event cards, and either prepare commits or launch a closure subagent. |
When Copilot finishes a wave and no commit was made, Hermes must not treat the wave as fully complete.
The closure layer asks:
Use this kit alongside implementation/review kits:
copilot \
--plugin-dir /workspace/repos/jgwill/miadi-orchestration-kit/copilot/miadi-orchestration-kit-hermes \
--plugin-dir /workspace/repos/miadisabelle/mia-awesome-copilot/plugins/rug-agentic-workflow \
--plugin-dir /workspace/repos/jgwill/miadi-orchestration-kit/copilot/stckin-orchestration-kit \
--plugin-dir /workspace/repos/jgwill/miadi-orchestration-kit/copilot/miadi-adversarial-review-kit \
--add-dir <active-miadi-worktree> \
--add-dir <active-pde-folder> \
--add-dir /workspace/repos/jgwill/miadi-orchestration-kit
This kit does not automatically push disruptive commits without a closure gate. It prepares the decision and, when authorized, can guide a dedicated commit/closure worker.