Two-way GitHub sync
Link a folder to a repo and branch. Edits flow both directions through a true three-way merge — not last-write-wins, not a one-way export.
Keep specs and decks beside the code, model data in sheets, and turn agent-generated HTML into governed Arts. MCP lets agents edit the live artifact while people review with comments and versions.
Bring your own model key. Self-hosting available under licence.Three reasons docs drift from reality — and what closes the gap.
The design doc lives in a wiki nobody opens during code review.
It’s a file in the repo, changed in the same pull request as the code.
Editing docs in a WYSIWYG tool means the git history is a single opaque blob.
Plain Markdown. Line-level diffs, real blame, ordinary review.
Your agent writes a doc, you paste it in, and the formatting explodes.
The agent connects over MCP and edits the live document directly.
Portable sources, real merges, live agent work, and review you can audit.
Link a folder to a repo and branch. Edits flow both directions through a true three-way merge — not last-write-wins, not a one-way export.
Architecture diagrams as text in the same file. They diff, they review, and they never go stale in a design tool nobody has a licence for.
Run the whole stack inside your own infrastructure under licence, when the data genuinely cannot leave the building.
Keep Markdown sources beside code and move interactive HTML from chat output into governed Arts with comments, versions, and publishing.