# 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](https://github.com/aaronrene/overseer-kit) (or a path to its `cli/ok` shim) - A GitHub repository (empty or existing) - Python 3.11+ available to the shim (kit `.venv` is fine) No Muse install is required for `git-only`. ## Commands From your consumer repo (or with `-C `): ```bash # Greenfield (empty / new repo) /cli/ok -C . init --regime git-only --non-interactive # Status + footprint check /cli/ok -C . status --check-footprint # Governance hygiene probe (default dry-run — writes nothing) /cli/ok -C . governance-sync --dry-run # Freeze review on a sample artifact /cli/ok -C . review --freeze docs/ --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-only` is 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`.