init
Installation
SKILL.md
Repo Wiki — Init Workflow (v1.1)
Init has three coverage phases:
| Phase | Always runs? | Answers |
|---|---|---|
| Phase 1 — src/ scan + per-module last-N commits | Yes | "What modules exist? What's recent for each?" |
| Phase 2 — Bounded global git scan (90d) | Yes | "What major cross-module changes happened recently?" |
| Phase 3 — Era-grouped full history backfill | Only on init full-history |
"What were the historical major decisions?" |
The .repo-wiki/ directory is owned entirely by repo-wiki skills.
Source layer (src/**) is immutable — never modify code files. Init
reads only path metadata + git log; it does NOT open or summarize
src/ file contents (this preserves WHY-not-WHAT — see Decision 14).