Co-edit, diff, review, and merge architecture changes with a workflow built for cross-functional teams.
Collaboration in IOModel spans two layers: real-time co-editing for working together live, and a branch-based review flow for proposing and integrating change deliberately. Together they let teams move fast without losing control.
Two modes of collaboration
Use real-time co-editing for live, in-the-moment work, and branches with diff review for changes that need approval before they become canonical.
What this section covers
Realtime
Live co-editing and presence.
Diff and Merge
Compare branches, review changes, and integrate them.
Git Workflow
Review through Git for file-based projects.
How a change moves through review
Work on a branch
Isolate the change so the default branch stays stable.
Co-edit in real time
Collaborate live with presence and automatic merging of concurrent edits.
Commit and diff
Capture the work and review what changed against the base.
Integrate
Promote reviewed changes into the canonical branch.
Keep changes small and reviewable. A focused branch with a clear commit history is far easier to review and integrate than one large, mixed change.
Last updated on