Updating the Toolkit
V1 plugins are loaded inline from a local directory. The directory is the source — there is no publish step and no marketplace update path.
Update flow
Section titled “Update flow”cd ~/acn-claude-toolkitgit pullChanges take effect the next time you launch Claude (claude-acn or whatever you’ve aliased). Already-running sessions won’t pick up the update; exit and relaunch.
What can change between updates
Section titled “What can change between updates”- New skills, rules, or agents under existing plugins → available immediately on next launch.
- New plugins → if you’re using the
claude-acnshell function, edit it to add a--plugin-dir "$toolkit/plugins/<new-plugin>"line, then reload your shell. - Plugin manifest version bumps → no action required for inline loading; metadata is read on launch.
When V2 ships
Section titled “When V2 ships”Once the CIO allowlists the toolkit’s CodeCommit URL and the install path moves to /plugin marketplace add, updates flow through /plugin marketplace update instead of git pull. See --plugin-dir vs marketplace for the V2 model.