Command Reference
Complete list of MUR v2 commands.
Setup
| Command | Description |
|---|---|
mur init | Interactive setup wizard (models, hooks, config) |
mur init --hooks | Skip interactive prompt and install hooks automatically |
Pattern Management
| Command | Description |
|---|---|
mur new | Create a new pattern interactively |
mur new --diagram <path> | Create pattern with Mermaid/PlantUML attachment |
mur pattern show <name> | View pattern details and attachments |
mur search <query> | Semantic + keyword hybrid search |
mur pin <name> | Pin pattern (never auto-deprecated) |
mur mute <name> | Mute pattern (skip injection) |
mur boost <name> | Boost pattern importance (+0.1 default) |
mur promote <name> | Promote pattern tier (ā project or core) |
mur deprecate <name> | Deprecate a pattern manually |
mur links <name> | Show bidirectional pattern connections |
Sync & Injection
| Command | Description |
|---|---|
mur sync | Sync patterns to all enabled AI tools |
mur inject --query <q> | Inject matching patterns for a query (hook integration) |
mur context | Preview what would be injected (auto-detects project) |
mur context --compact | Compact output with fewer patterns |
mur context --query <q> | Query-specific context |
mur context --budget <n> | Token budget (default: 2000) |
mur context --json | Output as JSON instead of formatted text |
mur context --scope key=value | Filter by scope (e.g. --scope user=david) |
Learning & Feedback
| Command | Description |
|---|---|
mur learn extract | Extract patterns from session transcripts |
mur feedback helpful <name> | Mark a pattern as helpful |
mur feedback unhelpful <name> | Mark a pattern as unhelpful |
mur feedback auto | Auto-analyze session for contradictions |
Lifecycle & Intelligence
| Command | Description |
|---|---|
mur evolve | Run decay + maturity promotion/demotion |
mur evolve --dry-run | Preview changes without saving |
mur evolve --consolidate | Full consolidation (dedup, contradiction, promotion, decay, archival) |
mur emerge | Detect emergent patterns from cross-session behaviors |
mur emerge --threshold 3 | Set minimum sessions for emergence |
mur suggest | Show workflow composition & decomposition suggestions |
mur suggest --create | Auto-create suggested items as drafts |
mur gc | Garbage collect low-quality patterns |
mur gc --auto | Auto-archive without prompting |
Workflows
| Command | Description |
|---|---|
mur workflow list | List all workflows |
mur workflow show <name> | Show workflow details |
mur workflow new | Create a new workflow interactively |
Session Recording
| Command | Description |
|---|---|
mur session start | Start recording a session |
mur session stop | Stop recording |
mur session record | Record an event to active session |
mur session status | Show active session status |
mur session list | List past session recordings |
Community
| Command | Description |
|---|---|
mur community list | List community patterns |
mur community search | Search community patterns |
mur community publish | Publish a pattern |
mur community fetch | Fetch (copy) a community pattern by ID |
mur community star | Star a community pattern |
Exchange (MKEF Format)
| Command | Description |
|---|---|
mur exchange import <file> | Import a single MKEF YAML file |
mur exchange import-all | Import all MKEF files from ~/.mur/exchange/ |
mur exchange export <name> | Export a pattern to MKEF format |
mur exchange export <name> --dir <path> | Export to a specific directory |
Dashboard & Stats
| Command | Description |
|---|---|
mur stats | Pattern library statistics |
mur dashboard | Terminal dashboard (TUI) |
mur reindex | Rebuild vector index from YAML files |
Command Tree
mur
āāā init [--hooks]
āāā new [--diagram <path>]
āāā pattern show <name>
āāā search <query>
āāā pin <name>
āāā mute <name>
āāā boost <name> [--amount N]
āāā promote <name> [--tier project|core]
āāā deprecate <name>
āāā links <name>
āāā sync [--quiet]
āāā inject --query <q> [--project <p>]
āāā context [--compact] [--query <q>] [--budget N] [--json] [--scope key=val]
āāā learn
ā āāā extract
āāā feedback
ā āāā helpful <name>
ā āāā unhelpful <name>
ā āāā auto
āāā evolve [--dry-run] [--force] [--consolidate]
āāā emerge [--threshold N] [--dry-run]
āāā suggest [--create]
āāā gc [--auto]
āāā exchange
ā āāā import <file>
ā āāā import-all
ā āāā export <name> [--dir <path>]
āāā workflow
ā āāā list
ā āāā show <name>
ā āāā new
āāā session
ā āāā start
ā āāā stop
ā āāā record
ā āāā status
ā āāā list
āāā community
ā āāā list
ā āāā search
ā āāā publish
ā āāā fetch
ā āāā star
āāā stats
āāā dashboard
āāā reindex