Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/PLUGIN-SKILLS-COMMANDS-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down
6 changes: 3 additions & 3 deletions docs/guides/06-TEAM-USER-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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. |
Expand Down
Loading