From 5bcbc1aadf9b1eba1e924da925ff0d6342615075 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Wed, 10 Dec 2025 18:43:13 -0800 Subject: [PATCH] [2.10.2] Rename workflow commands to ce: prefix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /compound:plan → /ce:plan - /compound:review → /ce:review - /compound:work → /ce:work - /compound:codify → /ce:compound 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- plugins/compound-engineering/commands/workflows/compound.md | 2 +- plugins/compound-engineering/commands/workflows/plan.md | 2 +- plugins/compound-engineering/commands/workflows/review.md | 2 +- plugins/compound-engineering/commands/workflows/work.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/compound-engineering/commands/workflows/compound.md b/plugins/compound-engineering/commands/workflows/compound.md index 1858757..efe7823 100644 --- a/plugins/compound-engineering/commands/workflows/compound.md +++ b/plugins/compound-engineering/commands/workflows/compound.md @@ -1,5 +1,5 @@ --- -name: compound:codify +name: ce:compound description: Document a recently solved problem to compound your team's knowledge argument-hint: "[optional: brief context about the fix]" --- diff --git a/plugins/compound-engineering/commands/workflows/plan.md b/plugins/compound-engineering/commands/workflows/plan.md index 41b890a..26cc965 100644 --- a/plugins/compound-engineering/commands/workflows/plan.md +++ b/plugins/compound-engineering/commands/workflows/plan.md @@ -1,5 +1,5 @@ --- -name: compound:plan +name: ce:plan description: Transform feature descriptions into well-structured project plans following conventions argument-hint: "[feature description, bug report, or improvement idea]" --- diff --git a/plugins/compound-engineering/commands/workflows/review.md b/plugins/compound-engineering/commands/workflows/review.md index b09294c..6fbd201 100644 --- a/plugins/compound-engineering/commands/workflows/review.md +++ b/plugins/compound-engineering/commands/workflows/review.md @@ -1,5 +1,5 @@ --- -name: compound:review +name: ce:review description: Perform exhaustive code reviews using multi-agent analysis, ultra-thinking, and worktrees argument-hint: "[PR number, GitHub URL, branch name, or latest]" --- diff --git a/plugins/compound-engineering/commands/workflows/work.md b/plugins/compound-engineering/commands/workflows/work.md index 24e848f..4cc4e12 100644 --- a/plugins/compound-engineering/commands/workflows/work.md +++ b/plugins/compound-engineering/commands/workflows/work.md @@ -1,5 +1,5 @@ --- -name: compound:work +name: ce:work description: Execute work plans efficiently while maintaining quality and finishing features argument-hint: "[plan file, specification, or todo file path]" ---