Add deterministic bundle export and content-aware diff #127
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#127
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?
Outcome
Export verified bundles reproducibly and make logical content changes visible
through the normal diff command.
Parent: #114
Run contract: #115
Deterministic export
agent-compose bundle export <bundle-dir> --out <file>.tar.gz:Content-aware diff
agent-compose diffreports both resolver-decision changes and logical contentchanges by stable source id and digest.
Role skill, invariant, evaluation asset, copy contract, personality definition,
and compact identity metadata changes appear by default. The user does not need
a separate prose flag.
Dependencies
Acceptance
identity-metadata-only changes.
ward exec testandward exec smokepass.mainand closes this issue.Landed on canonical main in
daa9996. Bundle export verifies before opening output, writes sorted portable paths with normalized gzip and tar metadata, includes the manifest, rejects invalid and symlinked trees, and produces byte-identical archives. Bundle manifests now record effective logical content IDs and SHA-256 digests for role skill, invariant, personalities, evaluation assets, copy contract, and compact identity. diff reports those changes plus artifact changes by default. Reproducibility, failure-without-output, symlink, prose-only, and identity-only tests pass. ward exec test and ward exec smoke passed.