From b74ad3cfa83908b48f3ea50731d7bcb2defe9970 Mon Sep 17 00:00:00 2001 From: Jaco du Preez Date: Sun, 2 Aug 2026 18:53:50 +0200 Subject: [PATCH] fix: correct stale command/module/test counts across docs (#94) AGENTS.md and README.md claimed "54 commands" (actual: 77 .md files in .agents/commands/); README badges and docs/pi-compatibility.md also carried other stale counts discovered during the same review: tests badge (183 -> 158, matching npm test), and pi-compatibility.md module count (17 -> 21, matching .agents/modules/installed.json). Updated: AGENTS.md Available Commands section; README.md badges, motivation bullet, Port Status table, Quick Start line, and plugin directory-tree comment; docs/pi-compatibility.md directory listing. Verified: node tests/agents/validate.mjs -> 206/206 PASS (commands: 77). --- AGENTS.md | 2 +- README.md | 14 +++++++------- docs/pi-compatibility.md | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 3cfe80a..ec204a1 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -191,7 +191,7 @@ See [docs/pi-compatibility.md](docs/pi-compatibility.md) for the full Pi setup g ## Available Commands -Type `/` in OpenCode to see all available commands. All 54 commands route to +Type `/` in OpenCode to see all available commands. All 77 commands route to corresponding skills in `.agents/skills/`. | Category | Commands | diff --git a/README.md b/README.md index 7919c19..a1737ec 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Agents](https://img.shields.io/badge/agents-51-blueviolet)](.agents/agents/) [![Skills](https://img.shields.io/badge/skills-77-brightgreen)](.agents/skills/) -[![Commands](https://img.shields.io/badge/commands-54-blue)](.agents/commands/) +[![Commands](https://img.shields.io/badge/commands-77-blue)](.agents/commands/) [![Hooks](https://img.shields.io/badge/plugins-3-orange)](.opencode/plugins/) -[![Tests](https://img.shields.io/badge/tests-183-success)](tests/) +[![Tests](https://img.shields.io/badge/tests-158-success)](tests/) [![Built for OpenCode](https://img.shields.io/badge/built%20for-OpenCode-5f5f5f)](https://opencode.ai) [![Pi Compatible](https://img.shields.io/badge/Pi-compatible-4f46e5)](https://github.com/earendil-works/pi-coding-agent) @@ -53,7 +53,7 @@ for the full game lifecycle: maturity - **51 coordinated agents** โ€” From creative director to engine specialists, each with defined responsibilities, delegation maps, and strict domain boundaries -- **54 slash commands** โ€” Route through the right skill every time, from +- **77 slash commands** โ€” Route through the right skill every time, from `/concept-brainstorm` to `/launch-checklist` This project evolved from [CCGS](https://github.com/Donchitos/Claude-Code-Game-Studios) @@ -73,8 +73,8 @@ and runs on [OpenCode](https://opencode.ai) and [Pi](https://github.com/earendil |-----------|-------------------|----------|-----|--------| | ๐Ÿค– **Agents** | 49 agents (`.claude/agents/`) | 51 agents (`.agents/agents/`) | 51 agents (`.agents/agents/`) | โœ… | | โŒจ๏ธ **Skills** | 72 skills (`.claude/skills/`) | 77 skills (`.agents/skills/`) | 77 skills (`.agents/skills/`) | โœ… +5 | -| โŒจ๏ธ **Commands** | โ€” | 54 commands (`.agents/commands/`) | โ†’ prompt templates | โœ… New | -| ๐Ÿ”— **Plugins** | 12 bash hooks (`.claude/hooks/`) | 3 TS plugins (`.opencode/plugins/`) | 7 Pi extensions (`.pi/extensions/`) | โœ… **183 tests** | +| โŒจ๏ธ **Commands** | โ€” | 77 commands (`.agents/commands/`) | โ†’ prompt templates | โœ… New | +| ๐Ÿ”— **Plugins** | 12 bash hooks (`.claude/hooks/`) | 3 TS plugins (`.opencode/plugins/`) | 7 Pi extensions (`.pi/extensions/`) | โœ… **158 tests** | | ๐Ÿ“ **Rules** | 11 rule files (`.claude/rules/`) | 11 rule files (`.agents/rules/`) | 11 rule files (`.agents/rules/`) | โœ… | | โš™๏ธ **Config** | `CLAUDE.md` + `.claude/settings.json` | `AGENTS.md` + `opencode.json` | `AGENTS.md` + `.pi/settings.json` | โœ… | @@ -86,7 +86,7 @@ and runs on [OpenCode](https://opencode.ai) and [Pi](https://github.com/earendil ```bash opencode ``` -Type `/` to browse all 77 skills and 54 commands, or `/start` for onboarding. +Type `/` to browse all 77 skills and 77 commands, or `/start` for onboarding. ### Pi ```bash @@ -284,7 +284,7 @@ node utils/assign-models.js --config my-models.json โ”‚ โ”‚ โ”œโ”€โ”€ ccgs-hooks.ts ๐Ÿ”— Session lifecycle, validation โ”‚ โ”‚ โ”œโ”€โ”€ drift-detector.ts ๐Ÿ” Template drift detection โ”‚ โ”‚ โ”œโ”€โ”€ changelog-generator.ts ๐Ÿ“ Changelog generation -โ”‚ โ”‚ โ””โ”€โ”€ tests/ ๐Ÿงช 11 test suites (140 tests) +โ”‚ โ”‚ โ””โ”€โ”€ tests/ ๐Ÿงช 18 test suites (158 tests) โ”‚ โ””โ”€โ”€ modules/ โ”‚ โ”œโ”€โ”€ install.mjs CLI: add/remove/list modules โ”‚ โ”œโ”€โ”€ installed.json Module manifest diff --git a/docs/pi-compatibility.md b/docs/pi-compatibility.md index 2d67570..35dbc70 100644 --- a/docs/pi-compatibility.md +++ b/docs/pi-compatibility.md @@ -16,9 +16,9 @@ All OCGS skills, commands, and agents are available automatically through the `. .agents/ โ† Canonical content (harness-agnostic) agents/ โ† 51 agent definitions skills/ โ† 77 skill workflows - commands/ โ† 54 slash commands + commands/ โ† 77 slash commands rules/ โ† 11 path-scoped rules - modules/ โ† 17 installable modules + modules/ โ† 21 installable modules .opencode/ โ† OpenCode-specific plugins & config .pi/ โ† Pi-specific extensions & settings ```