Skip to content

Commit a87e533

Browse files
docs: update user-guide.html for 25th command (/update-project)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f4fbe6b commit a87e533

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

docs/user-guide.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h3>9 Hooks</h3>
143143
<div class="feature-icon feature-icon-blue">
144144
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="4 17 10 11 4 5"/><line x1="12" y1="19" x2="20" y2="19"/></svg>
145145
</div>
146-
<h3>24 Commands</h3>
146+
<h3>25 Commands</h3>
147147
<p><em>On-demand tools</em> for common tasks</p>
148148
</div>
149149
<div class="feature-card">
@@ -211,7 +211,7 @@ <h3>What Got Created</h3>
211211
<p>After <code>/new-project my-app clean</code>, here's what's in your project:</p>
212212
<pre class="language-text"><code class="language-text">my-app/
213213
├── .claude/
214-
│ ├── commands/ ← 24 slash commands
214+
│ ├── commands/ ← 25 slash commands
215215
│ ├── skills/ ← Auto-triggered expertise
216216
│ ├── agents/ ← Specialist subagents
217217
│ ├── hooks/ ← 9 enforcement scripts
@@ -277,7 +277,7 @@ <h3>Working with Branches</h3>
277277
<!-- Part 3: Commands Deep Dive -->
278278
<section id="commands-deep-dive">
279279
<h2>Part 3: Commands Deep Dive</h2>
280-
<p>All 24 commands grouped by category with real examples.</p>
280+
<p>All 25 commands grouped by category with real examples.</p>
281281

282282
<h3 style="color: var(--accent-cyan);">Getting Started</h3>
283283
<div class="commands-grid">
@@ -341,6 +341,10 @@ <h3><code>/create-e2e &lt;feature&gt;</code></h3>
341341
<h3><code>/convert-project-to-starter-kit</code></h3>
342342
<p class="command-desc">Non-destructive merge of all starter kit infrastructure into an existing project. Creates safety commit first. Undo with <code>git revert HEAD</code>.</p>
343343
</div>
344+
<div class="command-card">
345+
<h3><code>/update-project</code></h3>
346+
<p class="command-desc">Smart-merge the latest starter kit commands, hooks, skills, agents, and rules into an existing project. Shows a diff report before applying. Creates a safety commit for easy undo.</p>
347+
</div>
344348
</div>
345349

346350
<h3 style="color: var(--accent-blue);">Infrastructure</h3>
@@ -844,7 +848,7 @@ <h3>Is RuleCatch required?</h3>
844848
</div>
845849
<div class="command-card">
846850
<h3>How do I update the starter kit in an existing project?</h3>
847-
<p class="command-desc">Run <code>/convert-project-to-starter-kit</code> again. It merges new commands and hooks while preserving your customizations.</p>
851+
<p class="command-desc">Run <code>/update-project</code> &mdash; it picks from your registered projects, shows a diff report, and smart-merges only changed files. For first-time conversion, use <code>/convert-project-to-starter-kit</code>.</p>
848852
</div>
849853
<div class="command-card">
850854
<h3>Does this work with monorepos?</h3>

0 commit comments

Comments
 (0)