Display current PMS memory state and configuration
/plugin marketplace add jcmrs/jcmrs-plugins/plugin install claude-pms@jcmrs-plugins# PMS Memory Status View the current state of procedural memory across all tiers. ## What This Shows 1. **Episodic Memory**: Session records captured 2. **Semantic Memory**: Patterns detected and categorized 3. **Procedural Memory**: Rules generated and active 4. **Configuration**: Current thresholds and triggers 5. **Timeline**: Last encoding, extraction, synthesis timestamps ## Usage ## Example Output ## Troubleshooting **"Not initialized"**: No `.claude/pms/` directory. Run `/pms:encode` to initialize. **"jq: command not found"**: Install jq for JSON parsing: `brew install jq...