@soleri/cli 1.9.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/README.md +4 -0
  2. package/dist/commands/agent.d.ts +8 -0
  3. package/dist/commands/agent.js +150 -0
  4. package/dist/commands/agent.js.map +1 -0
  5. package/dist/commands/create.js +30 -4
  6. package/dist/commands/create.js.map +1 -1
  7. package/dist/commands/install-knowledge.js +65 -3
  8. package/dist/commands/install-knowledge.js.map +1 -1
  9. package/dist/commands/install.d.ts +2 -0
  10. package/dist/commands/install.js +80 -0
  11. package/dist/commands/install.js.map +1 -0
  12. package/dist/commands/pack.d.ts +10 -0
  13. package/dist/commands/pack.js +512 -0
  14. package/dist/commands/pack.js.map +1 -0
  15. package/dist/commands/skills.d.ts +8 -0
  16. package/dist/commands/skills.js +167 -0
  17. package/dist/commands/skills.js.map +1 -0
  18. package/dist/commands/uninstall.d.ts +2 -0
  19. package/dist/commands/uninstall.js +74 -0
  20. package/dist/commands/uninstall.js.map +1 -0
  21. package/dist/hook-packs/installer.d.ts +0 -7
  22. package/dist/hook-packs/installer.js +1 -14
  23. package/dist/hook-packs/installer.js.map +1 -1
  24. package/dist/hook-packs/installer.ts +1 -18
  25. package/dist/hook-packs/registry.d.ts +2 -1
  26. package/dist/hook-packs/registry.ts +1 -1
  27. package/dist/main.js +40 -1
  28. package/dist/main.js.map +1 -1
  29. package/dist/prompts/archetypes.d.ts +1 -0
  30. package/dist/prompts/archetypes.js +177 -62
  31. package/dist/prompts/archetypes.js.map +1 -1
  32. package/dist/prompts/create-wizard.js +98 -49
  33. package/dist/prompts/create-wizard.js.map +1 -1
  34. package/dist/prompts/playbook.d.ts +8 -7
  35. package/dist/prompts/playbook.js +201 -15
  36. package/dist/prompts/playbook.js.map +1 -1
  37. package/dist/utils/checks.d.ts +0 -1
  38. package/dist/utils/checks.js +1 -1
  39. package/dist/utils/checks.js.map +1 -1
  40. package/package.json +1 -1
  41. package/src/__tests__/archetypes.test.ts +84 -0
  42. package/src/__tests__/doctor.test.ts +2 -2
  43. package/src/__tests__/wizard-e2e.mjs +508 -0
  44. package/src/commands/agent.ts +181 -0
  45. package/src/commands/create.ts +146 -104
  46. package/src/commands/install-knowledge.ts +75 -4
  47. package/src/commands/install.ts +101 -0
  48. package/src/commands/pack.ts +585 -0
  49. package/src/commands/skills.ts +191 -0
  50. package/src/commands/uninstall.ts +93 -0
  51. package/src/hook-packs/installer.ts +1 -18
  52. package/src/hook-packs/registry.ts +1 -1
  53. package/src/main.ts +42 -1
  54. package/src/prompts/archetypes.ts +193 -62
  55. package/src/prompts/create-wizard.ts +114 -58
  56. package/src/prompts/playbook.ts +207 -21
  57. package/src/utils/checks.ts +1 -1
  58. package/code-reviewer/.claude/hookify.focus-ring-required.local.md +0 -21
  59. package/code-reviewer/.claude/hookify.no-ai-attribution.local.md +0 -18
  60. package/code-reviewer/.claude/hookify.no-any-types.local.md +0 -18
  61. package/code-reviewer/.claude/hookify.no-console-log.local.md +0 -21
  62. package/code-reviewer/.claude/hookify.no-important.local.md +0 -18
  63. package/code-reviewer/.claude/hookify.no-inline-styles.local.md +0 -21
  64. package/code-reviewer/.claude/hookify.semantic-html.local.md +0 -18
  65. package/code-reviewer/.claude/hookify.ux-touch-targets.local.md +0 -18
  66. package/code-reviewer/.mcp.json +0 -11
  67. package/code-reviewer/README.md +0 -346
  68. package/code-reviewer/package-lock.json +0 -4484
  69. package/code-reviewer/package.json +0 -45
  70. package/code-reviewer/scripts/copy-assets.js +0 -15
  71. package/code-reviewer/scripts/setup.sh +0 -130
  72. package/code-reviewer/skills/brainstorming/SKILL.md +0 -170
  73. package/code-reviewer/skills/code-patrol/SKILL.md +0 -176
  74. package/code-reviewer/skills/context-resume/SKILL.md +0 -143
  75. package/code-reviewer/skills/executing-plans/SKILL.md +0 -201
  76. package/code-reviewer/skills/fix-and-learn/SKILL.md +0 -164
  77. package/code-reviewer/skills/health-check/SKILL.md +0 -225
  78. package/code-reviewer/skills/second-opinion/SKILL.md +0 -142
  79. package/code-reviewer/skills/systematic-debugging/SKILL.md +0 -230
  80. package/code-reviewer/skills/verification-before-completion/SKILL.md +0 -170
  81. package/code-reviewer/skills/writing-plans/SKILL.md +0 -207
  82. package/code-reviewer/src/__tests__/facades.test.ts +0 -598
  83. package/code-reviewer/src/activation/activate.ts +0 -125
  84. package/code-reviewer/src/activation/claude-md-content.ts +0 -217
  85. package/code-reviewer/src/activation/inject-claude-md.ts +0 -113
  86. package/code-reviewer/src/extensions/index.ts +0 -47
  87. package/code-reviewer/src/extensions/ops/example.ts +0 -28
  88. package/code-reviewer/src/identity/persona.ts +0 -62
  89. package/code-reviewer/src/index.ts +0 -278
  90. package/code-reviewer/src/intelligence/data/architecture.json +0 -5
  91. package/code-reviewer/src/intelligence/data/code-review.json +0 -5
  92. package/code-reviewer/tsconfig.json +0 -30
  93. package/code-reviewer/vitest.config.ts +0 -23
@@ -1,201 +0,0 @@
1
- ---
2
- name: executing-plans
3
- description: Use when you have a written implementation plan to execute in a separate session with review checkpoints
4
- ---
5
-
6
- <!-- Adapted from superpowers (MIT License) -->
7
-
8
- # Executing Plans
9
-
10
- ## Overview
11
-
12
- Load plan, review critically, execute tasks in batches, report for review between batches.
13
-
14
- **Core principle:** Batch execution with checkpoints for architect review.
15
-
16
- **Announce at start:** "I'm using the executing-plans skill to implement this plan."
17
-
18
- ## The Process
19
-
20
- ### Step 1: Load and Review Plan
21
-
22
- First, load the tracked plan from the agent:
23
-
24
- ```
25
- code-reviewer_core op:get_plan
26
- ```
27
-
28
- List all tasks to understand scope:
29
-
30
- ```
31
- code-reviewer_core op:plan_list_tasks
32
- params: { planId: "<id>" }
33
- ```
34
-
35
- Check plan stats for an overview:
36
-
37
- ```
38
- code-reviewer_core op:plan_stats
39
- ```
40
-
41
- If no tracked plan exists, read the plan file from `docs/plans/`.
42
-
43
- Review critically — identify any questions or concerns about the plan.
44
- - If concerns: Raise them with your human partner before starting
45
- - If no concerns: Create TodoWrite and proceed
46
-
47
- ### Step 2: Start Execution Loop
48
-
49
- For iterative tasks, start a validation loop:
50
-
51
- ```
52
- code-reviewer_core op:loop_start
53
- params: { prompt: "<plan objective>", mode: "custom" }
54
- ```
55
-
56
- The loop tracks iterations and validates progress automatically.
57
-
58
- ### Step 3: Execute Batch
59
- **Default: First 3 tasks**
60
-
61
- For each task:
62
- 1. Mark as in_progress:
63
- ```
64
- code-reviewer_core op:update_task
65
- params: { planId: "<id>", taskIndex: <n>, status: "in_progress" }
66
- ```
67
- 2. Follow each step exactly (plan has bite-sized steps)
68
- 3. Run verifications as specified
69
- 4. Mark as completed:
70
- ```
71
- code-reviewer_core op:update_task
72
- params: { planId: "<id>", taskIndex: <n>, status: "completed" }
73
- ```
74
-
75
- After each task, iterate the loop:
76
-
77
- ```
78
- code-reviewer_core op:loop_iterate
79
- ```
80
-
81
- ### Step 4: Report
82
- When batch complete:
83
- - Show what was implemented
84
- - Show verification output
85
- - Check loop status:
86
- ```
87
- code-reviewer_core op:loop_status
88
- ```
89
- - Say: "Ready for feedback."
90
-
91
- ### Step 5: Continue
92
- Based on feedback:
93
- - Apply changes if needed
94
- - Execute next batch
95
- - Repeat until complete
96
-
97
- ### Step 6: Complete Development
98
-
99
- After all tasks complete and verified:
100
-
101
- 1. Run final verification (use verification-before-completion skill)
102
-
103
- 2. Complete the validation loop:
104
- ```
105
- code-reviewer_core op:loop_complete
106
- ```
107
-
108
- 3. Reconcile plan — compare what was planned vs what actually happened:
109
- ```
110
- code-reviewer_core op:plan_reconcile
111
- params: {
112
- planId: "<id>",
113
- actualSteps: "<description of what was actually done>",
114
- driftNotes: "<what differed from the plan>"
115
- }
116
- ```
117
-
118
- 4. Complete plan lifecycle — extract knowledge and archive:
119
- ```
120
- code-reviewer_core op:plan_complete_lifecycle
121
- params: { planId: "<id>" }
122
- ```
123
-
124
- 5. Archive the plan for historical reference:
125
- ```
126
- code-reviewer_core op:plan_archive
127
- params: { planId: "<id>" }
128
- ```
129
-
130
- 6. Capture a session summary:
131
- ```
132
- code-reviewer_core op:session_capture
133
- params: { summary: "<what was built, key decisions, files modified>" }
134
- ```
135
-
136
- ## Capture Learnings During Execution
137
-
138
- If you discover something worth remembering during execution (a gotcha, a better approach, an anti-pattern):
139
-
140
- ```
141
- code-reviewer_core op:capture_quick
142
- params: {
143
- title: "<what you learned>",
144
- description: "<context, why it matters, when it applies>"
145
- }
146
- ```
147
-
148
- Don't wait until the end — capture insights as they happen.
149
-
150
- ## When to Stop and Ask for Help
151
-
152
- **STOP executing immediately when:**
153
- - Hit a blocker mid-batch (missing dependency, test fails, instruction unclear)
154
- - Plan has critical gaps preventing starting
155
- - You don't understand an instruction
156
- - Verification fails repeatedly
157
-
158
- **Ask for clarification rather than guessing.**
159
-
160
- ## When to Revisit Earlier Steps
161
-
162
- **Return to Review (Step 1) when:**
163
- - Partner updates the plan based on your feedback
164
- - Fundamental approach needs rethinking
165
-
166
- **Don't force through blockers** - stop and ask.
167
-
168
- ## Remember
169
- - Review plan critically first
170
- - Follow plan steps exactly
171
- - Don't skip verifications
172
- - Between batches: just report and wait
173
- - Stop when blocked, don't guess
174
- - Capture learnings as you go, not just at the end
175
- - Always reconcile the plan after execution — drift data makes future plans better
176
- - Never start implementation on main/master branch without explicit user consent
177
-
178
- ## Agent Tools Reference
179
-
180
- | Op | When to Use |
181
- |----|-------------|
182
- | `get_plan` | Load tracked plan |
183
- | `plan_list_tasks` | List all tasks in the plan |
184
- | `plan_stats` | Plan overview and metrics |
185
- | `update_task` | Mark tasks in_progress / completed |
186
- | `loop_start` | Begin validation loop for iterative execution |
187
- | `loop_iterate` | Track each iteration |
188
- | `loop_status` | Check loop progress |
189
- | `loop_complete` | Finish validation loop |
190
- | `plan_reconcile` | Compare planned vs actual (post-execution) |
191
- | `plan_complete_lifecycle` | Extract knowledge from execution |
192
- | `plan_archive` | Archive plan for history |
193
- | `session_capture` | Save session context |
194
- | `capture_quick` | Capture mid-execution learnings |
195
-
196
- ## Integration
197
-
198
- **Required workflow skills:**
199
- - writing-plans — Creates the plan this skill executes
200
- - verification-before-completion — Verify work before claiming completion
201
- - test-driven-development — Follow TDD for each implementation step
@@ -1,164 +0,0 @@
1
- ---
2
- name: fix-and-learn
3
- description: Use AFTER systematic-debugging completes to execute the fix and capture the learning in the vault. Invoke this skill when moving from diagnosis to repair for bugs, broken behavior, errors, regressions, or unexpected results. Chains with systematic-debugging — debugging finds root cause, this skill fixes and captures the anti-pattern.
4
- ---
5
-
6
- # Fix & Learn — Debug, Repair, Capture
7
-
8
- Fix bugs through a structured recovery workflow, then capture the root cause as a reusable anti-pattern. The learning step is what makes fixes compound across sessions.
9
-
10
- ## When to Use
11
-
12
- Any time something is broken, behaving unexpectedly, or producing errors. This includes runtime bugs, visual regressions, type errors, and "it used to work" situations.
13
-
14
- ## The Search Order — MANDATORY
15
-
16
- **Never jump to writing code.** Always follow this lookup order:
17
-
18
- 1. **Vault first** — has this been solved before?
19
- 2. **Web search** — is there a known solution or pattern?
20
- 3. **Plan the fix** — design the approach before touching code
21
- 4. **Implement** — only after steps 1-3
22
-
23
- Skipping to implementation is the #1 cause of wasted time and recurring bugs.
24
-
25
- ## Orchestration Sequence
26
-
27
- ### Step 1: Classify and Route
28
-
29
- Classify the intent to confirm this is a FIX and get routing context:
30
-
31
- ```
32
- code-reviewer_core op:route_intent
33
- params: { prompt: "<user's bug description>" }
34
- ```
35
-
36
- ### Step 2: Check Vault First
37
-
38
- Search for this bug or similar issues:
39
-
40
- ```
41
- code-reviewer_core op:search_intelligent
42
- params: { query: "<error message or bug description>" }
43
- ```
44
-
45
- Check memory for patterns across sessions:
46
-
47
- ```
48
- code-reviewer_core op:memory_search
49
- params: { query: "<bug description>" }
50
- ```
51
-
52
- Check memory topics — are bugs clustering in a specific area?
53
-
54
- ```
55
- code-reviewer_core op:memory_topics
56
- ```
57
-
58
- Check memory stats to understand the debugging landscape:
59
-
60
- ```
61
- code-reviewer_core op:memory_stats
62
- ```
63
-
64
- If vault returns a match with high confidence — **use it**. Don't re-investigate what's already been solved.
65
-
66
- ### Step 3: Search the Web
67
-
68
- If the vault has no answer, search for existing solutions before investigating from scratch:
69
- - Known issues in the library/framework
70
- - Stack Overflow answers for the exact error
71
- - GitHub issues on relevant repos
72
- - Official documentation for the API or feature involved
73
-
74
- A 30-second web search can save hours of investigation.
75
-
76
- ### Step 4: Start Fix Loop
77
-
78
- For complex bugs requiring multiple iterations, start a validation loop:
79
-
80
- ```
81
- code-reviewer_core op:loop_start
82
- params: { prompt: "Fix: <bug description>", mode: "custom" }
83
- ```
84
-
85
- ### Step 5: Diagnose and Fix
86
-
87
- Only if Steps 2-3 didn't produce a solution, apply the systematic debugging approach (use systematic-debugging skill):
88
- 1. Reproduce the issue
89
- 2. Isolate the root cause
90
- 3. **Plan the fix before writing code** — even a one-line mental plan
91
- 4. Implement the fix
92
- 5. Verify the fix resolves the issue without regressions
93
-
94
- Track each iteration:
95
-
96
- ```
97
- code-reviewer_core op:loop_iterate
98
- ```
99
-
100
- ### Step 6: Validate the Fix
101
-
102
- Run the project's test suite to ensure the fix didn't introduce regressions. Use the verification-before-completion skill to confirm all checks pass.
103
-
104
- Complete the loop when validated:
105
-
106
- ```
107
- code-reviewer_core op:loop_complete
108
- ```
109
-
110
- ### Step 7: Capture the Learning
111
-
112
- This step is critical — it's what makes the agent smarter over time.
113
-
114
- ```
115
- code-reviewer_core op:capture_knowledge
116
- params: {
117
- title: "<bug title>",
118
- description: "<root cause, solution, what made it hard to find>",
119
- type: "anti-pattern",
120
- category: "<domain>",
121
- tags: ["<error-type>", "<component>"]
122
- }
123
- ```
124
-
125
- For quick captures:
126
- ```
127
- code-reviewer_core op:capture_quick
128
- params: { title: "<bug>", description: "<root cause and fix>" }
129
- ```
130
-
131
- ### Step 8: Post-Capture Quality
132
-
133
- Run duplicate detection to ensure we didn't create redundant entries:
134
-
135
- ```
136
- code-reviewer_core op:curator_detect_duplicates
137
- ```
138
-
139
- ### Step 9: Verify Health
140
-
141
- ```
142
- code-reviewer_core op:admin_health
143
- ```
144
-
145
- ## Exit Criteria
146
-
147
- Fix is complete when: the bug is resolved, tests pass (Step 6), and the root cause is captured in vault (Step 7). A fix without a capture is an incomplete fix.
148
-
149
- ## Agent Tools Reference
150
-
151
- | Op | When to Use |
152
- |----|-------------|
153
- | `route_intent` | Classify as FIX intent |
154
- | `search_intelligent` | Check vault for known bugs |
155
- | `memory_search` | Search across session memories |
156
- | `memory_topics` | See if bugs cluster in an area |
157
- | `memory_stats` | Understand debugging landscape |
158
- | `loop_start` | Begin iterative fix cycle |
159
- | `loop_iterate` | Track each fix attempt |
160
- | `loop_complete` | Finish fix cycle |
161
- | `capture_knowledge` | Full anti-pattern capture |
162
- | `capture_quick` | Fast capture |
163
- | `curator_detect_duplicates` | Prevent redundant entries |
164
- | `admin_health` | Verify system health |
@@ -1,225 +0,0 @@
1
- ---
2
- name: health-check
3
- description: Use when the user asks "check health", "vault health", "knowledge quality", "clean up vault", "groom knowledge", "maintenance", "housekeeping", "deduplicate", "find contradictions", or wants to run a maintenance cycle on the knowledge base to keep it healthy and accurate.
4
- ---
5
-
6
- # Health Check — Knowledge Base Maintenance
7
-
8
- Run a comprehensive maintenance cycle on the knowledge base. Finds stale entries, duplicates, contradictions, quality issues, and fixes them. Like a doctor's checkup for your knowledge.
9
-
10
- ## When to Use
11
-
12
- - Weekly/monthly maintenance ritual
13
- - "Is my vault healthy?"
14
- - "Clean up my knowledge base"
15
- - Before a retrospective (clean data = better insights)
16
- - After a knowledge harvest (post-ingest quality check)
17
-
18
- ## The Magic: Comprehensive Quality Audit
19
-
20
- ### Step 1: System Health
21
-
22
- ```
23
- code-reviewer_core op:admin_health
24
- ```
25
-
26
- ```
27
- code-reviewer_core op:admin_diagnostic
28
- ```
29
-
30
- Catches infrastructure issues — database corruption, stale caches, configuration problems.
31
-
32
- ### Step 2: Vault Metrics
33
-
34
- ```
35
- code-reviewer_core op:admin_vault_size
36
- ```
37
-
38
- ```
39
- code-reviewer_core op:admin_vault_analytics
40
- ```
41
-
42
- ```
43
- code-reviewer_core op:vault_domains
44
- ```
45
-
46
- ```
47
- code-reviewer_core op:vault_tags
48
- ```
49
-
50
- Shows the big picture: how many entries, which domains, tag distribution.
51
-
52
- ### Step 3: Quality Audit
53
-
54
- Run the curator's health audit — the most comprehensive quality check:
55
-
56
- ```
57
- code-reviewer_core op:curator_health_audit
58
- ```
59
-
60
- This checks: tag normalization, description quality, severity distribution, domain coverage balance, and overall vault quality score.
61
-
62
- ### Step 4: Find Duplicates
63
-
64
- ```
65
- code-reviewer_core op:curator_detect_duplicates
66
- ```
67
-
68
- Present duplicates for review. Offer to merge or remove them.
69
-
70
- ### Step 5: Find Contradictions
71
-
72
- ```
73
- code-reviewer_core op:curator_contradictions
74
- ```
75
-
76
- Contradictions are entries that give conflicting advice. Present each pair for the user to resolve:
77
-
78
- ```
79
- code-reviewer_core op:curator_resolve_contradiction
80
- params: { contradictionId: "<id>" }
81
- ```
82
-
83
- ### Step 6: Find Stale Entries
84
-
85
- ```
86
- code-reviewer_core op:vault_age_report
87
- ```
88
-
89
- Entries older than 30 days without updates are candidates for:
90
- - Refresh (still relevant, needs updating)
91
- - Archive (no longer relevant)
92
- - Delete (incorrect or superseded)
93
-
94
- ### Step 7: Check Search Quality
95
-
96
- ```
97
- code-reviewer_core op:admin_search_insights
98
- ```
99
-
100
- Shows what people search for but don't find — these are knowledge gaps that should be filled.
101
-
102
- ### Step 8: Memory Health
103
-
104
- ```
105
- code-reviewer_core op:memory_stats
106
- ```
107
-
108
- ```
109
- code-reviewer_core op:memory_deduplicate
110
- ```
111
-
112
- Clean up duplicate memories.
113
-
114
- ### Step 9: Governance Queue
115
-
116
- Check if any proposals are pending review:
117
-
118
- ```
119
- code-reviewer_core op:governance_proposals
120
- params: { action: "list" }
121
- ```
122
-
123
- ```
124
- code-reviewer_core op:governance_stats
125
- ```
126
-
127
- Expire stale proposals:
128
-
129
- ```
130
- code-reviewer_core op:governance_expire
131
- ```
132
-
133
- ### Step 10: Fix Everything (Optional)
134
-
135
- If the user approves, run the full cleanup:
136
-
137
- **Groom all entries — normalize tags, fix metadata:**
138
- ```
139
- code-reviewer_core op:curator_groom_all
140
- ```
141
-
142
- **Full consolidation — deduplicate, normalize, quality-score:**
143
- ```
144
- code-reviewer_core op:curator_consolidate
145
- ```
146
-
147
- **Prune stale memory:**
148
- ```
149
- code-reviewer_core op:memory_prune
150
- ```
151
-
152
- **Rebuild brain intelligence with clean data:**
153
- ```
154
- code-reviewer_core op:brain_build_intelligence
155
- ```
156
-
157
- **Reset caches to pick up changes:**
158
- ```
159
- code-reviewer_core op:admin_reset_cache
160
- ```
161
-
162
- ## Presenting the Health Report
163
-
164
- ```
165
- ## Knowledge Health Report
166
-
167
- ### System
168
- | Check | Status |
169
- |-------|--------|
170
- | Infrastructure | OK / Issues |
171
- | Database | OK / Issues |
172
- | Cache | OK / Issues |
173
-
174
- ### Vault Quality
175
- | Metric | Value | Status |
176
- |--------|-------|--------|
177
- | Total entries | X | — |
178
- | Quality score | X/100 | Good/Warning/Critical |
179
- | Domains | X | — |
180
- | Tags | X | — |
181
-
182
- ### Issues Found
183
- | Issue | Count | Action |
184
- |-------|-------|--------|
185
- | Duplicates | X | Merge |
186
- | Contradictions | X | Resolve |
187
- | Stale entries (>30d) | X | Review |
188
- | Search misses | X | Fill gaps |
189
- | Pending proposals | X | Review |
190
-
191
- ### Recommended Actions
192
- 1. [Most impactful fix]
193
- 2. [Second most impactful]
194
- 3. [Third most impactful]
195
- ```
196
-
197
- ## The Magic
198
-
199
- This feels like magic because knowledge bases normally decay silently — duplicates accumulate, entries go stale, contradictions creep in, gaps grow. This skill makes decay visible and fixable in one command. It's like having a librarian who does a weekly audit of every book on every shelf.
200
-
201
- ## Agent Tools Reference
202
-
203
- | Op | When to Use |
204
- |----|-------------|
205
- | `admin_health` | System health check |
206
- | `admin_diagnostic` | Comprehensive system diagnostic |
207
- | `admin_vault_size` | Vault storage metrics |
208
- | `admin_vault_analytics` | Knowledge quality metrics |
209
- | `admin_search_insights` | Search miss analysis |
210
- | `admin_reset_cache` | Clear caches after cleanup |
211
- | `vault_domains` / `vault_tags` | Knowledge landscape |
212
- | `vault_age_report` | Stale entry detection |
213
- | `curator_health_audit` | Quality score and audit |
214
- | `curator_detect_duplicates` | Find duplicates |
215
- | `curator_contradictions` | Find conflicting entries |
216
- | `curator_resolve_contradiction` | Resolve conflicts |
217
- | `curator_groom_all` | Batch tag normalization |
218
- | `curator_consolidate` | Full cleanup pipeline |
219
- | `memory_stats` | Memory health |
220
- | `memory_deduplicate` | Remove duplicate memories |
221
- | `memory_prune` | Remove stale memories |
222
- | `governance_proposals` | Pending review queue |
223
- | `governance_stats` | Governance metrics |
224
- | `governance_expire` | Expire stale proposals |
225
- | `brain_build_intelligence` | Rebuild after cleanup |