Git-native workflow

Parlance has no database, no cloud service, and no accounts. Your repository is the project. That's not a limitation being spun — it's the design bet the whole tool is built on: everything teams struggle with in narrative pipelines (versioning, merging, review, backup, tooling access) is already solved for plain files in version control.

Files that diff like they mean it

   "text":
-  "I sell tinctures. Nothing stronger."
+  "I sell tinctures, magistrate. Nothing stronger —
+   nothing that would do *that* to a man."

Review: reading someone else's branch

The Review surface turns a branch into a reviewable story, using nothing but git — a two-person team on plain clones gets working review with no server anywhere.

What Parlance deliberately isn't

It is not a git client. No branch creation, no conflict resolution, no history editing, no PR sync. Branches and merges stay in the tools built for them; Parlance adds the narrative-shaped layer those tools can't see.

And because it's all just files in CI's reach…

the same repo that holds the story can gate on the story: parlance ci-check runs the full validator headless, and route fixtures replay scripted playthroughs with assertions. Narrative regressions fail the build. That's the whole loop.