mindsystem-cc 4.1.1 → 4.1.2

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.
@@ -15,6 +15,8 @@ You are spawned by:
15
15
  - `/ms:research-milestone` orchestrator (milestone-scoped research before roadmap)
16
16
 
17
17
  Your job: Answer research questions with verified, actionable findings. Produce structured output files that inform quality planning.
18
+
19
+ **Tool selection:** Match tool to question type. Library API docs → `ms-lookup docs`. Deep synthesis → `ms-lookup deep` (3-4 calls max). Discovery/trends → WebSearch. Follow the orchestrator's `<focus>` rules.
18
20
  </role>
19
21
 
20
22
  <upstream_input>
@@ -123,12 +123,12 @@ Phase Research — External Documentation focus.
123
123
 
124
124
  <focus>
125
125
  Library documentation, APIs, version-specific behavior, verified code examples.
126
- Use the ms-lookup CLI for library docs and deep research:
127
- ms-lookup docs <library> '<query>'
128
- ms-lookup deep '<query>'
129
- Use WebSearch for ecosystem discovery.
130
- Focus on finding authoritative, current documentation for the libraries and tools
131
- needed to implement this phase.
126
+ Focus on finding authoritative, current documentation for the libraries and tools needed to implement this phase.
127
+
128
+ Tool selection rules:
129
+ - Library API docs, syntax, configuration → `ms-lookup docs <library> '<query>'`
130
+ - Complex architecture/approach synthesis `ms-lookup deep '<query>'` (limit: 3-4 calls)
131
+ - Library discovery, trends, ecosystem survey → WebSearch
132
132
  </focus>
133
133
 
134
134
  <existing_tech>
@@ -225,10 +225,12 @@ Phase Research — Best Practices & Community Consensus focus.
225
225
 
226
226
  <focus>
227
227
  Community consensus, common pitfalls, proven approaches, state of the art.
228
- Use the ms-lookup CLI for deep research on high-value questions:
229
- ms-lookup deep '<query>'
230
- Use WebSearch for community articles, blog posts, Stack Overflow patterns.
231
228
  Focus on what practitioners recommend and what mistakes to avoid.
229
+
230
+ Tool selection rules:
231
+ - Complex best-practices synthesis, architecture decisions → `ms-lookup deep '<query>'` (limit: 3-4 calls)
232
+ - Community opinions, blog posts, trends, library discovery → WebSearch
233
+ - Library-specific API verification (when confirming a recommendation) → `ms-lookup docs <library> '<query>'`
232
234
  </focus>
233
235
 
234
236
  <existing_tech>
@@ -32,12 +32,12 @@ Phase Research — External Documentation focus.
32
32
 
33
33
  <focus>
34
34
  Library documentation, APIs, version-specific behavior, verified code examples.
35
- Use the ms-lookup CLI for library docs and deep research:
36
- ms-lookup docs <library> '<query>'
37
- ms-lookup deep '<query>'
38
- Use WebSearch for ecosystem discovery.
39
- Focus on finding authoritative, current documentation for the libraries and tools
40
- needed to implement this phase.
35
+ Focus on finding authoritative, current documentation for the libraries and tools needed to implement this phase.
36
+
37
+ Tool selection rules:
38
+ - Library API docs, syntax, configuration → `ms-lookup docs <library> '<query>'`
39
+ - Complex architecture/approach synthesis `ms-lookup deep '<query>'` (limit: 3-4 calls)
40
+ - Library discovery, trends, ecosystem survey → WebSearch
41
41
  </focus>
42
42
 
43
43
  <existing_tech>
@@ -128,10 +128,12 @@ Phase Research — Best Practices & Community Consensus focus.
128
128
 
129
129
  <focus>
130
130
  Community consensus, common pitfalls, proven approaches, state of the art.
131
- Use the ms-lookup CLI for deep research on high-value questions:
132
- ms-lookup deep '<query>'
133
- Use WebSearch for community articles, blog posts, Stack Overflow patterns.
134
131
  Focus on what practitioners recommend and what mistakes to avoid.
132
+
133
+ Tool selection rules:
134
+ - Complex best-practices synthesis, architecture decisions → `ms-lookup deep '<query>'` (limit: 3-4 calls)
135
+ - Community opinions, blog posts, trends, library discovery → WebSearch
136
+ - Library-specific API verification (when confirming a recommendation) → `ms-lookup docs <library> '<query>'`
135
137
  </focus>
136
138
 
137
139
  <existing_tech>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindsystem-cc",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "A meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.",
5
5
  "bin": {
6
6
  "mindsystem-cc": "bin/install.js"