Emit a human-readable YAML repository plan with sealed provenance #203
Labels
No labels
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agent-compose#203
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What to build
Replace the generated JSON repository plan with a deterministic, human-readable YAML v2 contract at
~/.agent-compose/repository-plan.yaml.The plan remains machine-owned, but an operator must be able to inspect it directly. It records the projects root, role selections, residency union, and the exact provenance of every policy input used to compile those selections.
The YAML contract includes:
Use a bounded safe-YAML subset. Do not admit aliases, custom tags, duplicate keys, or ambiguous scalar coercion. Keep a single steady-state format rather than writing JSON and YAML in parallel.
Acceptance criteria
~/.agent-compose/repository-plan.yamlwith formatagent-compose.repositories.v2.docs/FEATURES.mddescribe the human-readable YAML contract and provenance guarantee.Blocked by
None - can start immediately.