Skip to content

Commit 0e32da2

Browse files
feat: Rename workflows:* to ce:* with backwards-compatible deprecation (v2.38.0)
Add ce:plan, ce:work, ce:review, ce:brainstorm, ce:compound as the new primary commands. Old workflows:* names remain as thin deprecation wrappers that warn and forward with disable-model-invocation. Also removes the unused GitHub Pages documentation site. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 parents de3d4a9 + 5f74282 commit 0e32da2

38 files changed

Lines changed: 2098 additions & 10174 deletions

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"name": "compound-engineering",
1414
"description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 29 specialized agents, 22 commands, and 20 skills.",
15-
"version": "2.37.2",
15+
"version": "2.38.0",
1616
"author": {
1717
"name": "Kieran Klaassen",
1818
"url": "https://github.com/kieranklaassen",

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ Plan → Work → Review → Compound → Repeat
130130

131131
| Command | Purpose |
132132
|---------|---------|
133-
| `/workflows:plan` | Turn feature ideas into detailed implementation plans |
134-
| `/workflows:work` | Execute plans with worktrees and task tracking |
135-
| `/workflows:review` | Multi-agent code review before merging |
136-
| `/workflows:compound` | Document learnings to make future work easier |
133+
| `/ce:plan` | Turn feature ideas into detailed implementation plans |
134+
| `/ce:work` | Execute plans with worktrees and task tracking |
135+
| `/ce:review` | Multi-agent code review before merging |
136+
| `/ce:compound` | Document learnings to make future work easier |
137137

138138
Each cycle compounds: plans inform future plans, reviews catch more issues, patterns get documented.
139139

0 commit comments

Comments
 (0)