Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@ claude plugin marketplace add dsnger/dev-workflow-kit
claude plugin install dev-workflow@dev-workflow-kit
```

To update later:

```sh
claude plugin marketplace update dev-workflow-kit
claude plugin update dev-workflow@dev-workflow-kit # qualified form is a workaround: the bare
# name is documented but errors "Plugin
# 'dev-workflow' not found" (CLI 2.1.x)
```

Updates arrive only when the plugin version is bumped, and a running session keeps the
old version until you restart it or run `/reload-plugins`.

**2. Prerequisites:**

- **superpowers** — not vendored. The workflow's middle *is* its skills; without it,
Expand Down
6 changes: 6 additions & 0 deletions todos.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ driven by recurrence rather than by enthusiasm.
`GIT_OBJECT_DIRECTORY` with the real store as an alternate would avoid the churn.

## Next
- [ ] **Upstream-report candidate: `claude plugin update <bare-name>`.** The CLI docs
document the bare plugin name as a valid argument for `install`/`uninstall`/`update`
alike, but `claude plugin update dev-workflow` errors "Plugin 'dev-workflow' not
found" on CLI 2.1.x while `dev-workflow@dev-workflow-kit` works. README documents
the qualified form as a workaround; file via `/feedback` so the behaviour and the
docs stop disagreeing.

## Someday

Expand Down