Skip to content

Commit ecea4d0

Browse files
stranmaclaude
andcommitted
fix: Update README to replace /catchup with /landed
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 55a8670 commit ecea4d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ actual scope at completion based on workspace signals.
195195
- `/sync` -- preflight workspace check before starting work
196196
- `/design` -- crystallize brainstorming into a structured plan
197197
- `/done` -- validate, ship, and document in one command
198-
- `/catchup` -- restore context after session break or `/clear`
198+
- `/landed` -- post-merge lifecycle: verify CI, check deploys, clean branches
199199
- `/cove` -- Chain-of-Verification for high-stakes accuracy (4-step self-verification)
200200
- `/cove-isolated` -- CoVe with isolated verification agent (prevents confirmation bias)
201201
- `/security-audit` -- 6-phase security posture scan with A-F grading
@@ -234,8 +234,8 @@ my-project/
234234
├── .claude/ # Claude Code config
235235
│ ├── settings.json
236236
│ ├── agents/ # 12 agents
237-
│ ├── skills/ # /sync, /design, /done, /edit-permissions
238-
│ ├── commands/ # /catchup, /cove, /cove-isolated, /security-audit
237+
│ ├── skills/ # /sync, /design, /done, /landed, /edit-permissions
238+
│ ├── commands/ # /cove, /cove-isolated, /security-audit
239239
│ ├── hooks/ # 5 hook scripts
240240
│ └── rules/ # 4 review rules
241241
├── .devcontainer/ # VS Code devcontainer

0 commit comments

Comments
 (0)