Skip to content

feat: context sync diff/changelog between runs #73

Description

@4444J99

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions