Print the following text exactly as written. Do not reformat, create tables, add headers, or add any commentary.
mem -- Team knowledge capture and recall via structured markdown docs
/mem:init [--hook] One-time project bootstrap: writes CLAUDE.md session-start section, optionally adds Claude Code hook
/mem:learn Capture team knowledge (learn mode) or recall existing knowledge (recall mode)
/mem:list Session-start bulk dump: loads all indexed team knowledge into context
/mem:index Re-index project knowledge docs after manual edits outside of /mem:learn
/mem:find [--type] [--tag] [--json] Search indexed project knowledge docs by type and/or tag
All commands also work without the plugin via npx: npx @codevoyant/agent-kit mem index npx @codevoyant/agent-kit mem find --tag [--type] [--json] npx @codevoyant/agent-kit mem list