cerebral work // product · pact

Commitments, made legible.

pact is the accountability platform for shared multimodal goals and aspirations. It turns “we said we’d ship that” into a trackable commitment — with an owner, a cadence, a definition of done, and a shared surface every team and every agent on the estate can read.

What it does

Architecture

Component Role
pact storeThe canonical record of commitments — goal, owner, contributors, cadence, definition of done, and current state. Append-mostly; updates are structured progress events, not in-place rewrites.
check-in engineDrives the per-pact cadence — prompts owners for progress, accepts structured updates, and flags pacts that are slipping or stale.
evidence layerAttaches multimodal artifacts (commits, tickets, links, agent outputs) to progress events so “done” is auditable, not asserted.
accountability surfaceThe read view human operators and supervising agents consume — who owns what, what’s on track, what’s slipped, what’s overdue.
reverie mirrorMirrors active pacts and progress events into reverie as observations, so agents retrieve the live commitment state as part of working context.

Status

in development

Repo: github.com/cerebral-work/pact · License: Proprietary.

pact is in early development — the pact store and check-in cadence are the foundation; the multimodal evidence layer and the reverie mirror are being wired against the estate’s existing artifact producers. It is designed to compose with reverie and the agent workforce rather than stand alone.