SharperFlow Open Source

Concord

Coming soon

Product-first coordination for one operator and many local AI agents. Concord holds accepted Product law, a typed tool surface, and a workflow engine, so agent work is recorded as evidence instead of asserted in conversation.

It is not released yet, and there is no date to give. The repository is public while the work is in progress.

What it is for

Recorded, not asserted

A transition, a verdict, or a completion exists because a typed operation recorded it. A conclusion stated in chat is not state.

Refusals are answers

An unknown tool, operation, or digest fails closed. There is no alias, no fallback, and no down-conversion to something the core almost understands.

Law over prose

Accepted decision records and specifications hold Product law. Ordinary documentation cannot acquire that authority, however much it reads like a specification.

One change, one worktree

Every change takes an isolated git worktree, claimed and released through typed operations rather than assembled by hand.

Evidence per work item

Reproduction, root cause, and verdict are separate recorded steps. A gap in the trace stays visible instead of being smoothed over.

The operator decides

Approval-gated actions stop and wait. An agent presents the consequence as the refusal stated it, and never reshapes the request to escape the gate.

The pieces

store
SQLite-backed work items, relations, observations, and workflow state
workflow
Registry of steps and actions, with approval gates at human checkpoints
contracts
Machine-readable tool surface and scenarios generated from one manifest
adapter
OpenCode TypeScript adapter carrying the typed operations into a session
cli
JSON-in, JSON-out command surface for scripted and non-agent use
launcher
Bubble Tea terminal launcher for local sessions
validators
Repository checks for knowledge closure, document contract, and release grammar

Linux amd64 is the release platform. Releases are fully automated.

Follow along

Development happens in the open, including the decision records that give the system its rules. Watch the repository if you want to see it before it ships.

Sharper-Flow/concord