Help us improve
Share bugs, ideas, or general feedback.
From wm
Initializes working memory in the current project: checks for wm CLI binary, prompts Homebrew or Cargo install if missing, runs 'wm init' to create .wm/ directory.
npx claudepluginhub open-horizon-labs/bottle --plugin wmHow this command is triggered — by the user, by Claude, or both
Slash command
/wm:initThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /wm:init Initialize working memory in the current project. ## Usage ## Execution 1. Check if wm binary exists: 2. If wm not found, tell the user to install it: 3. If wm exists, run: This creates `.wm/` directory with initial state.
/continuityManages working memory for AI coding sessions: init .cm/ directory, read/update CONTINUITY.md context, check status. Supports read|update|init|status args.
/init-workspace-flowInitializes or upgrades a workspace via Rosetta workflow: detects install/upgrade/plugin mode, generates proxying shells (conditional), discovers workspace/patterns, creates docs, verifies changes.
/setupConfigures proactive mnemonic memory: prompts for store path, detects org/project from git, creates structured directories with git repo, appends instructions to CLAUDE.md, migrates if needed.
/initInitializes LLM Wiki structure in the project: creates wiki/ and raw/ directories with templates, bootstraps SCHEMA.md and graph layer, guides customization and proposes agent-memory integration. [--wiki-dir <name>] [--raw-dir <name>]
/initLoads Hypo-Workflow skill instructions and executes project initialization with user arguments, applying structured decision-making and tool-calling and tool calling rules.
/initInitializes beads issue tracking database in current directory with optional prefix (defaults to dir name). Shows DB location, prefix, workflow overview, next steps; displays stats if already set up.
Share bugs, ideas, or general feedback.
Initialize 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.