Fabric documentation
Fabric is a real-time, multiplayer, agent-native version-control system: edit like Docs, version like Git. Your repo’s canonical store is a single append-only operation log, not a chain of commits. You only ever work at the end of the log; you never rewrite what’s already there.
These docs take you from zero to a full change loop in the terminal, then explain the model underneath so the commands make sense.
Start here
- Install: get the
fabricCLI on your machine. - Quickstart: create → clone → edit → push → propose → accept.
- Core concepts: the operation log, changes, ops, trunks, and frontiers.
Go deeper
- CLI reference: every command, what it does, and its flags.
- Import & export: bring a Git repo in, or take one back out.
- Time-travel: read the repo as of any past frontier.
- Agents: drive Fabric from an autonomous coding agent.