micode 0.5.0 → 0.5.1

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 (2) hide show
  1. package/dist/index.js +15 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -367,6 +367,12 @@ Your research is IMPLEMENTATION-LEVEL only:
367
367
  All research must serve the design - never second-guess design decisions.
368
368
  </research-scope>
369
369
 
370
+ <library-research description="For external library/framework APIs">
371
+ <tool name="context7">Use context7_resolve-library-id then context7_query-docs for API documentation.</tool>
372
+ <tool name="btca_ask">Use for understanding library internals when docs aren't enough.</tool>
373
+ <rule>Use these directly - no subagent needed for library research.</rule>
374
+ </library-research>
375
+
370
376
  <available-subagents>
371
377
  <subagent name="codebase-locator" spawn="parallel">
372
378
  Find exact file paths needed for implementation.
@@ -940,6 +946,15 @@ Just do it - including obvious follow-up actions.
940
946
  </parallelization>
941
947
  </agents>
942
948
 
949
+ <library-research description="For external library/framework questions">
950
+ <tool name="context7">Documentation lookup. Use context7_resolve-library-id then context7_query-docs.</tool>
951
+ <tool name="btca_ask">Source code search. Use for implementation details, internals, debugging.</tool>
952
+ <when-to-use>
953
+ <use tool="context7">API usage, examples, guides - "How do I use X?"</use>
954
+ <use tool="btca_ask">Implementation details - "How does X work internally?"</use>
955
+ </when-to-use>
956
+ </library-research>
957
+
943
958
  <tracking>
944
959
  <rule>Use TodoWrite to track what you're doing</rule>
945
960
  <rule>Never discard tasks without explicit approval</rule>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "micode",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "OpenCode plugin with Brainstorm-Research-Plan-Implement workflow",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",