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 c50c2eb..90791d0 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` | โœ… | @@ -286,7 +286,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 3205d20..2b82380 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 ```