Description
organvm context sync currently broadcasts state into ~128 repos with no record of what changed between syncs. There is no diff, no changelog, and no rollback mechanism.
Proposed
- On each sync, compute diff between old and new auto-generated sections
- Write a
context-sync-changelog.jsonl (append-only) with per-file change records
- Add
organvm context diff [--last N] to review recent changes
- Consider
organvm context rollback --to <timestamp> for emergency recovery
Priority
P2 — the system works without this, but debugging sync-related issues requires manual git archaeology across 128 repos.
Source
Documentation handoff architecture audit (2026-04-03).
Description
organvm context synccurrently broadcasts state into ~128 repos with no record of what changed between syncs. There is no diff, no changelog, and no rollback mechanism.Proposed
context-sync-changelog.jsonl(append-only) with per-file change recordsorganvm context diff [--last N]to review recent changesorganvm context rollback --to <timestamp>for emergency recoveryPriority
P2 — the system works without this, but debugging sync-related issues requires manual git archaeology across 128 repos.
Source
Documentation handoff architecture audit (2026-04-03).