Initialize working memory in the current project.
Initializes the working memory system by checking for the CLI tool and creating the necessary project directory structure.
When to use
Use this when starting a new project or adding working memory capabilities to an existing one to set up the local state.
How to invoke
manual via /wm:init, or auto-invoked by Claude
/plugin marketplace add open-horizon-labs/bottle/plugin install wm@open-horizon-labsInitialize working memory in the current project.
/wm:init
Check if wm binary exists:
command -v wm
If wm not found, tell the user to install it:
The wm CLI is not installed.
Install with Homebrew:
brew install open-horizon-labs/homebrew-tap/wm
Or with Cargo:
cargo install working-memory
Then run this command again.
If wm exists, run:
wm init
This creates .wm/ directory with initial state.