Skip to content
Merged
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Use <b>WSL</b>. The guard is a bash hook (<code>scripts/check-destructive.sh</co
<details>
<summary><b>How do updates work?</b></summary>
<br/>
Run <code>/plugin update lazarus@cognitivecode</code> (and <code>lazarus-github</code> if you installed it). The plugin is git-SHA-versioned, so <code>/plugin update</code> always pulls the latest <code>main</code> — there's no version number you have to match. Tagged releases like <code>v0.2.1</code> are human-readable changelog markers (see <b>Releases</b>), not something you pin to.
Two steps. <b>1)</b> Run <code>/plugin update lazarus@cognitivecode</code> (and the same for <code>lazarus-github</code> / <code>lazarus-forge</code> if you installed them). <b>2)</b> Run <code>/reload-plugins</code> (or restart <code>claude</code>) — same rule as installing: the updated skills, hooks, and guard don't go live in your session until you reload. The plugin is git-SHA-versioned, so <code>/plugin update</code> always pulls the latest <code>main</code> — there's no version number you have to match. Tagged releases like <code>v0.5.0</code> are human-readable changelog markers (see <b>Releases</b>), not something you pin to. Check what you're on with <code>/plugin list</code>.
</details>

<details>
Expand Down
Loading