๐Ÿ†— Overseer Kit

Phased AI work without amnesia, fake DONE, or silent drift โ€” on plain GitHub.

Optional MuseHub depth when you need provenance, signed identity, and non-invertible history.

The problem

AI-assisted development breaks down at the boundaries between sessions:

๐Ÿ†— Overseer Kit makes skipping honesty expensive โ€” not by running your product, but by governing how phased work proceeds.

L0 in 60 seconds โ€” roadmap + handover

Every repo gets a living ROADMAP (phase control board) and HANDOVER (session relay with one next step). Fresh AI sessions paste the handover prompt instead of guessing.

L0 โ€” Governance docs ROADMAP phases ยท HANDOVER relay ยท tier authority ยท model labels ยท freeze review
./cli/overseer init --regime git-only
./cli/overseer governance-sync --dry-run
./cli/overseer status

L0 alone is useful on any GitHub repo. No Muse install required.

Add L1 โ€” mechanical checkpoints

When artifacts are measurable (media exports, test suites, data transforms), L1 runs verify scripts before the pipeline advances.

L1 โ€” Checkpoint orchestrator overseer verify-step ยท policy/manifest ยท ARTIFACT_SHA256 binding ยท fail-closed exits

Domain logic stays in your verify scripts โ€” the kit ships the orchestrator socket, not video QC or accounting rules.

Add L2 โ€” boss / worker / checker

When handoffs involve money, publish, or audit stakes, L2 adds role-gated verdicts on an append-only ledger.

L2 โ€” Honesty module overseer honesty-status ยท overseer ledger ยท producer/verifier separation ยท hash chain

Producers cannot self-certify. Verifiers run in independent sessions. Tampering breaks the chain.

Optional L3 โ€” MuseHub substrate

Same CLI commands. When you flip to muse+git-mirror, you gain content-addressed history, safe GitHub mirror export, and drift realign โ€” without gating L0โ€“L2.

L3 โ€” MuseHub deepen (optional) Canonical Muse history ยท realign ยท isolated mirror PR ยท provenance enrichment

Guardrail: no core governance feature is MuseHub-only. Git-only is a first-class baseline.

Modularity โ€” lanes, modules, domain packs

Multi-lane docs

Named handover/roadmap pairs per concern (governance-sync --lane).

L1 + L2 modules

Typed checkpoint and honesty sockets โ€” enable in .overseer/config.yaml.

Domain packs

Consumer-owned verify scripts and hooks โ€” VideoFactory, research, classroom, etc.

VCS adapters

git-only ยท muse+git-mirror ยท muse-only โ€” same CLI surface.

Who it is for

AI video studios

Stop remakes and fake approvals before publish.

Research labs

Bind claims to evidence hashes; independent verifier sessions.

Classrooms

Portable integrity curriculum โ€” L0 default; Muse identity optional.

Treasuries & regulated ops

Dual-control hooks + append-only ledger for audit trails.

See the full scenario gallery โ†’

Quickstart โ€” git-only in 5 minutes

  1. Clone overseer-kit.
  2. From your consumer repo: ./cli/overseer -C . init --regime git-only --non-interactive
  3. Open docs/OVERSEER-HANDOVER.md โ†’ copy the paste-ready prompt.
  4. Run ./cli/overseer governance-sync --dry-run before ending each session.

Full guide: Git-only quickstart ยท Consumer pattern: CONSUMER-ADAPTER-PATTERN.md

MuseHub upgrade path

When provenance matters, flip regime โ€” same commands, deeper history:

  1. Install Muse and run muse init in your repo.
  2. Set regime: muse+git-mirror in .overseer/config.yaml.
  3. ./cli/overseer sync โ€” seeds bridge workflow + safe deploy script.
  4. Day-to-day: muse commit on feature branches. Publish via scripts/muse-bridge-deploy.sh only.

Operator runbook: K7 dogfood runbook

Public roadmap

Phase Deliverable Status
K9bL1 checkpoint orchestratorDONE
K10L2 honesty ledgerDONE
K11API/CI freeze providerDONE
K12Track N landing + scenario galleryDONE

Full ROADMAP.md

GitHub โ†’ Kit โ†’ MuseHub

Start where you are. Add layers when stakes rise. Upgrade substrate only when provenance pays for itself.

โ‘  GitHub today โ†’ โ‘ก ๐Ÿ†— Overseer Kit layers โ†’ โ‘ข MuseHub when ready
Plain GitHub repo โ”‚ overseer init (git-only) โ–ผ L0 governance โ”€โ”€โ–บ L1 checkpoints โ”€โ”€โ–บ L2 honesty ledger โ”‚ โ”‚ โ”‚ optional regime flip โ”‚ โ–ผ โ–ผ muse+git-mirror โ”€โ”€โ–บ realign / mirror / provenance badge

Not another agent framework. Governance + honesty for people who already use Cursor and GitHub.