From be740f543ed29ff00a714c0a2b68edec52613a7b Mon Sep 17 00:00:00 2001 From: alamouri99 Date: Thu, 28 May 2026 03:05:41 +0400 Subject: [PATCH] docs(cleanup): fix command counts after v1.6.0 (20 + 7 = 27, not 22) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Actual file count: ls plugins/smorch-dev/commands/ → 20 files ls plugins/smorch-ops/commands/ → 7 files Total: 27 Files corrected: docs/guides/06-TEAM-USER-GUIDE.md '22' → '27', 'smorch-dev (15)' → '(20)' docs/PLUGIN-SKILLS-COMMANDS-GUIDE.md '22 commands total (smorch-dev: 15...)' → '27 (smorch-dev: 20...)' README.md was already correct (27 total). Install scripts still stale at '17' — fix coming in a separate infra-guard-respecting PR. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/PLUGIN-SKILLS-COMMANDS-GUIDE.md | 2 +- docs/guides/06-TEAM-USER-GUIDE.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/PLUGIN-SKILLS-COMMANDS-GUIDE.md b/docs/PLUGIN-SKILLS-COMMANDS-GUIDE.md index a39608c..6e650c7 100644 --- a/docs/PLUGIN-SKILLS-COMMANDS-GUIDE.md +++ b/docs/PLUGIN-SKILLS-COMMANDS-GUIDE.md @@ -41,7 +41,7 @@ iwr -useb https://raw.githubusercontent.com/SMOrchestra-ai/smorch-dev/main/insta ## The commands — by daily sequence -> v1.6.0-dev: 22 commands total (smorch-dev: 15, smorch-ops: 7). v1.5 added L3 cascade wrappers (worktree, benchmark, review-pr). v1.6 adds 5 more (verify, simplify, canary, document, cso) + auto-composition between them. +> v1.6.0: 27 commands total (smorch-dev: 20, smorch-ops: 7). v1.5 added L3 cascade wrappers (worktree, benchmark, review-pr). v1.6 adds 5 more (verify, simplify, canary, document, cso) + auto-composition between them. diff --git a/docs/guides/06-TEAM-USER-GUIDE.md b/docs/guides/06-TEAM-USER-GUIDE.md index 0b1c6e2..326d0ec 100644 --- a/docs/guides/06-TEAM-USER-GUIDE.md +++ b/docs/guides/06-TEAM-USER-GUIDE.md @@ -44,7 +44,7 @@ If you ever find yourself doing work the OS could do, **fix the OS**, don't work ## Part 2 — The Mental Model -You don't memorize 27 commands. You memorize **3 layers** and one **chain**. Everything else falls out. +You don't memorize 27 commands (20 smorch-dev + 7 smorch-ops). You memorize **3 layers** and one **chain**. Everything else falls out. ### 2.1 The 3-layer cognitive model @@ -691,9 +691,9 @@ The uninstall + reinstall is required; `claude plugin update` has a known naming ## Part 9 — Appendices (Quick Reference) -### 9.1 The 22 commands at a glance +### 9.1 The 27 commands at a glance -**smorch-dev (15):** +**smorch-dev (20):** | Command | One-line purpose | |---|---| | `/smorch-dev-start` | Session bootstrap — 4 layers (machine, context, project, input-readiness). RED halts. |