GIT-ONLY-QUICKSTART.md
markdown
sha256:0e9549ec7b463911bc08b7d586dc320b1ac9b1f5c943ee7e3865dcc6cb0f6f83
chore(governance): sync handover+roadmap to 84db8c8 (drift:…
Human
1 day ago
Git-only quickstart (Overseer Kit)
Use this when you have a plain GitHub repo and no MuseHub. The kit’s governance features work on Git alone; Muse is optional.
Prerequisites
- A clone of overseer-kit (or a path to its
cli/okshim) - A GitHub repository (empty or existing)
- Python 3.11+ available to the shim (kit
.venvis fine)
No Muse install is required for git-only.
Commands
From your consumer repo (or with -C <repo>):
# Greenfield (empty / new repo)
<path-to-overseer-kit>/cli/ok -C . init --regime git-only --non-interactive
# Status + footprint check
<path-to-overseer-kit>/cli/ok -C . status --check-footprint
# Governance hygiene probe (default dry-run — writes nothing)
<path-to-overseer-kit>/cli/ok -C . governance-sync --dry-run
# Freeze review on a sample artifact
<path-to-overseer-kit>/cli/ok -C . review --freeze docs/<artifact> --dry-run
For repos that already have hand-authored handover/roadmap files, use migrate
(see docs/MIGRATE-EXISTING-REPO.md) instead of greenfield init.
Guardrails
- K7: no core governance capability is MuseHub-only.
git-onlyis a first-class baseline. - Never commit secrets into
.overseer/config.yaml(names and booleans only). - Feature-branch commits only; do not auto-merge to
main.
File History
1 commit
sha256:6abcf1fa82a7a621ccbc945f19acdba5bc0db54569599404a1452fb4a096a199
fix(ISR): default require_independent_second_reviewer to require
Human
minor
⚠
1 day ago