mohio

feature-20260328-git-backed-collaboration-workflow

Date: 2026-03-30

Context

Mohio needed a collaboration workflow that keeps Git as the source of truth while presenting non-technical, recovery-friendly behavior in the UI. The branch also needed clearer publish visibility, automatic sync timing, conflict resolution guidance, and a simplified assistant + history panel layout.

Change

Decision

Use regular Git commits as the sole recovery/history checkpoint unit instead of maintaining parallel checkpoint refs/metadata. This keeps collaboration state understandable, reduces hidden storage complexity, and aligns user-visible history with actual repository history.

Affected Areas

Decision Follow-Up