diff --git a/CLAUDE.md b/CLAUDE.md index a10da17..f507480 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -136,7 +136,7 @@ Bodies lazy-load from `commands/`. - Max 3 parallel subagents; wait before launching a fourth. - Non-trivial code: apply the Karpathy constraints — think before coding, simplicity first, surgical changes, goal-driven execution. See [`references/karpathy-principles.md`](./references/karpathy-principles.md) and [`skills/karpathy-review/SKILL.md`](./skills/karpathy-review/SKILL.md). -Counts: **209 skills** · **89 commands** · **243 agents** · 13 recipes · +Counts: **209 skills** · **92 commands** · **243 agents** · 13 recipes · 6 path rules · 8 live MCPs. Regenerate with `make inventory`; validate with `make validate`. Source: [`docs/INVENTORY.md`](./docs/INVENTORY.md). diff --git a/README.md b/README.md index e19c5f8..ac6de21 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ git clone https://github.com//.git cd ``` +If you are forking this repo, replace `/` with your fork's path. The repository's public-safety scanner intentionally refuses to commit personal GitHub handles into tracked files — adoption guides remain placeholder-only. + Install as your global `~/.claude/` (back up any existing config first): ```bash diff --git a/docs/INVENTORY.md b/docs/INVENTORY.md index 1fd1574..818de4e 100644 --- a/docs/INVENTORY.md +++ b/docs/INVENTORY.md @@ -1,6 +1,6 @@ # Inventory — Generated Source of Truth -_Generated: 2026-05-13T22:06:21Z · commit: `7ac90d7`_ +_Generated: 2026-05-15T21:30:06Z · commit: `b1cf45f`_ Do not hand-edit. Regenerate with `make inventory` or `scripts/inventory.sh --md`. @@ -8,14 +8,14 @@ Do not hand-edit. Regenerate with `make inventory` or `scripts/inventory.sh --md | Surface | Count | Notes | |---------|-------|-------| -| Skills | 209 | SKILL.md files; 47,124 total lines | -| Commands | 89 | 43 custom + 31 SuperClaude + 15 BMAD | +| Skills | 209 | SKILL.md files; 31,539 total lines | +| Commands | 92 | 43 custom + 31 SuperClaude + 15 BMAD | | Agent definitions | 245 | 243 real + 2 metadata (REGISTRY, README) | | — core (L0–L6) | 72 | top-level .md files | | — Wave 1 stage | 126 | department subdirs | | — Wave 2 surface | 45 | `agents/surfaces/` | | Path rules | 6 | `rules/*.md` | -| Reference docs | 45 | `docs/*.md` | +| Reference docs | 49 | `docs/*.md` | | Hook scripts | 16 | `hooks/*.sh` | | Hook entries (total) | 21 | in `settings.json`; 7 are inline commands | | Recipes | 13 | 10 primary + 3 sub-recipes | @@ -30,14 +30,14 @@ Do not hand-edit. Regenerate with `make inventory` or `scripts/inventory.sh --md ```json { - "generated_at": "2026-05-13T22:06:21Z", - "commit": "7ac90d7", + "generated_at": "2026-05-15T21:30:06Z", + "commit": "b1cf45f", "skills": { "count": 209, - "skill_md_total_lines": 47124 + "skill_md_total_lines": 31539 }, "commands": { - "total": 89, + "total": 92, "custom": 43, "superclaude": 31, "bmad": 15 @@ -50,7 +50,7 @@ Do not hand-edit. Regenerate with `make inventory` or `scripts/inventory.sh --md "wave2_surface": 45 }, "rules": 6, - "docs": 45, + "docs": 49, "hooks": { "shell_scripts": 16, "settings_entries": 21,