@goondocks/myco 0.10.0 → 0.11.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 (148) hide show
  1. package/CONTRIBUTING.md +3 -19
  2. package/README.md +16 -9
  3. package/dist/{agent-run-CGXF5PPC.js → agent-run-CGM75RS6.js} +4 -4
  4. package/dist/{agent-tasks-T7NVI3R7.js → agent-tasks-3RQKPRSW.js} +4 -4
  5. package/dist/{chunk-ZMW6KQX2.js → chunk-6LL2MQHP.js} +5 -5
  6. package/dist/{chunk-MSXYUXZR.js → chunk-CHG652UO.js} +2 -2
  7. package/dist/{chunk-FMIWFRAM.js → chunk-IXOHLPH7.js} +9 -8
  8. package/dist/chunk-IXOHLPH7.js.map +1 -0
  9. package/dist/{chunk-G2LQBFE3.js → chunk-JYXMRW3T.js} +2 -2
  10. package/dist/chunk-K2UZNK25.js +83 -0
  11. package/dist/chunk-K2UZNK25.js.map +1 -0
  12. package/dist/chunk-LYFDTF7G.js +792 -0
  13. package/dist/chunk-LYFDTF7G.js.map +1 -0
  14. package/dist/{chunk-5PEUFJ6U.js → chunk-QFMBZ72S.js} +24 -8
  15. package/dist/chunk-QFMBZ72S.js.map +1 -0
  16. package/dist/{chunk-YZMNEIFI.js → chunk-YKOEMLJJ.js} +2 -2
  17. package/dist/{chunk-5LPERML5.js → chunk-ZAHDA2PQ.js} +8 -8
  18. package/dist/{cli-6CPFJGRZ.js → cli-FL754H6S.js} +36 -34
  19. package/dist/cli-FL754H6S.js.map +1 -0
  20. package/dist/{client-B27SN5QG.js → client-4NP7ZMLV.js} +3 -3
  21. package/dist/{detect-H5OPI7GD.js → detect-27DN6UTL.js} +3 -3
  22. package/dist/{doctor-RHHWJTMB.js → doctor-OFGWOYBC.js} +18 -24
  23. package/dist/doctor-OFGWOYBC.js.map +1 -0
  24. package/dist/{executor-A5C5KDLP.js → executor-SWXSN7ZC.js} +9 -9
  25. package/dist/{init-ARJROOWV.js → init-JZJJKC4G.js} +37 -56
  26. package/dist/init-JZJJKC4G.js.map +1 -0
  27. package/dist/{init-wizard-XNFOZCEB.js → init-wizard-4VHNOYFO.js} +2 -2
  28. package/dist/{loader-GKXR5ONU.js → loader-DGWP4EFB.js} +4 -4
  29. package/dist/{main-PVX6R3I6.js → main-UBUZTMGV.js} +674 -86
  30. package/dist/main-UBUZTMGV.js.map +1 -0
  31. package/dist/{post-compact-LR3DSGT3.js → post-compact-O7HMEFKP.js} +11 -7
  32. package/dist/post-compact-O7HMEFKP.js.map +1 -0
  33. package/dist/{post-tool-use-SOFVNFU3.js → post-tool-use-OVNMZ3UG.js} +20 -13
  34. package/dist/post-tool-use-OVNMZ3UG.js.map +1 -0
  35. package/dist/{post-tool-use-failure-2CZZZASB.js → post-tool-use-failure-HPXTFYBY.js} +13 -9
  36. package/dist/post-tool-use-failure-HPXTFYBY.js.map +1 -0
  37. package/dist/{pre-compact-3E3D6565.js → pre-compact-JD3D4PBB.js} +10 -6
  38. package/dist/pre-compact-JD3D4PBB.js.map +1 -0
  39. package/dist/{registry-WVZG6R2R.js → registry-33MEKDHT.js} +5 -5
  40. package/dist/remove-XDFMOYUL.js +92 -0
  41. package/dist/remove-XDFMOYUL.js.map +1 -0
  42. package/dist/{restart-XIUFVS33.js → restart-JBAMRKRJ.js} +5 -5
  43. package/dist/{search-VB6Z2ZXV.js → search-43TS5RGA.js} +4 -4
  44. package/dist/{server-AKPBRP6Z.js → server-UBU7NALJ.js} +14 -14
  45. package/dist/{session-UVZS6CY5.js → session-CPBLMD7M.js} +4 -4
  46. package/dist/{session-end-YMQ44U6Z.js → session-end-DUHUYE6J.js} +11 -6
  47. package/dist/session-end-DUHUYE6J.js.map +1 -0
  48. package/dist/{session-start-3754HF3N.js → session-start-I7XM3CME.js} +12 -9
  49. package/dist/{session-start-3754HF3N.js.map → session-start-I7XM3CME.js.map} +1 -1
  50. package/dist/{setup-llm-NWHOPJUV.js → setup-llm-TTHEUWDA.js} +7 -7
  51. package/dist/src/cli.js +1 -1
  52. package/dist/src/daemon/main.js +1 -1
  53. package/dist/src/hooks/post-tool-use.js +1 -1
  54. package/dist/src/hooks/session-end.js +1 -1
  55. package/dist/src/hooks/session-start.js +1 -1
  56. package/dist/src/hooks/stop.js +1 -1
  57. package/dist/src/hooks/user-prompt-submit.js +1 -1
  58. package/dist/src/mcp/server.js +1 -1
  59. package/dist/src/symbionts/manifests/claude-code.yaml +8 -4
  60. package/dist/src/symbionts/manifests/codex.yaml +19 -0
  61. package/dist/src/symbionts/manifests/cursor.yaml +6 -3
  62. package/dist/src/symbionts/manifests/gemini.yaml +20 -0
  63. package/dist/src/symbionts/manifests/vscode-copilot.yaml +17 -0
  64. package/dist/src/symbionts/manifests/windsurf.yaml +16 -0
  65. package/dist/src/symbionts/templates/claude-code/hooks.json +134 -0
  66. package/dist/src/symbionts/templates/claude-code/mcp.json +7 -0
  67. package/dist/src/symbionts/templates/claude-code/settings.json +10 -0
  68. package/dist/src/symbionts/templates/codex/hooks.json +46 -0
  69. package/dist/src/symbionts/templates/codex/mcp.json +6 -0
  70. package/dist/src/symbionts/templates/cursor/mcp.json +7 -0
  71. package/dist/src/symbionts/templates/cursor/settings.json +6 -0
  72. package/dist/src/symbionts/templates/gemini/hooks.json +74 -0
  73. package/dist/src/symbionts/templates/gemini/mcp.json +6 -0
  74. package/dist/src/symbionts/templates/gemini/settings.json +6 -0
  75. package/dist/src/symbionts/templates/instructions-stub.md +9 -0
  76. package/dist/src/symbionts/templates/vscode-copilot/hooks.json +79 -0
  77. package/dist/src/symbionts/templates/vscode-copilot/mcp.json +7 -0
  78. package/dist/src/symbionts/templates/vscode-copilot/settings.json +6 -0
  79. package/dist/src/symbionts/templates/windsurf/hooks.json +22 -0
  80. package/dist/src/symbionts/templates/windsurf/settings.json +6 -0
  81. package/dist/{stats-CDQXOTEC.js → stats-7CE6GEWE.js} +8 -8
  82. package/dist/{stop-WSFGRPXZ.js → stop-BF3AWA7S.js} +16 -10
  83. package/dist/stop-BF3AWA7S.js.map +1 -0
  84. package/dist/{stop-failure-4FR7574F.js → stop-failure-7Q2LQF2R.js} +11 -7
  85. package/dist/stop-failure-7Q2LQF2R.js.map +1 -0
  86. package/dist/{subagent-start-7SGBXJYP.js → subagent-start-QG2J3AN4.js} +11 -7
  87. package/dist/{subagent-start-7SGBXJYP.js.map → subagent-start-QG2J3AN4.js.map} +1 -1
  88. package/dist/subagent-stop-WVA7RDIM.js +32 -0
  89. package/dist/subagent-stop-WVA7RDIM.js.map +1 -0
  90. package/dist/{task-completed-XXPYPSRV.js → task-completed-AQVQ7GFL.js} +12 -8
  91. package/dist/task-completed-AQVQ7GFL.js.map +1 -0
  92. package/dist/{team-XMHYCKFF.js → team-LC3K7UXD.js} +4 -4
  93. package/dist/ui/assets/{index-CPA_uq_j.js → index-UFE9l-Hb.js} +1 -1
  94. package/dist/ui/index.html +1 -1
  95. package/dist/{update-W3UFZU4G.js → update-3EKXZF3H.js} +22 -31
  96. package/dist/update-3EKXZF3H.js.map +1 -0
  97. package/dist/{user-prompt-submit-LSWCYUW3.js → user-prompt-submit-22YQD4XM.js} +14 -7
  98. package/dist/user-prompt-submit-22YQD4XM.js.map +1 -0
  99. package/dist/{verify-O7TQ5DDY.js → verify-DVIWHZXA.js} +3 -3
  100. package/dist/{version-VWWY7SPQ.js → version-VPI6ERF7.js} +2 -2
  101. package/package.json +3 -3
  102. package/skills/rules/SKILL.md +32 -9
  103. package/.claude-plugin/marketplace.json +0 -26
  104. package/.claude-plugin/plugin.json +0 -27
  105. package/dist/chunk-5PEUFJ6U.js.map +0 -1
  106. package/dist/chunk-FMIWFRAM.js.map +0 -1
  107. package/dist/chunk-J4RVYUH4.js +0 -21
  108. package/dist/chunk-J4RVYUH4.js.map +0 -1
  109. package/dist/chunk-WXSJKESH.js +0 -441
  110. package/dist/chunk-WXSJKESH.js.map +0 -1
  111. package/dist/cli-6CPFJGRZ.js.map +0 -1
  112. package/dist/doctor-RHHWJTMB.js.map +0 -1
  113. package/dist/init-ARJROOWV.js.map +0 -1
  114. package/dist/main-PVX6R3I6.js.map +0 -1
  115. package/dist/post-compact-LR3DSGT3.js.map +0 -1
  116. package/dist/post-tool-use-SOFVNFU3.js.map +0 -1
  117. package/dist/post-tool-use-failure-2CZZZASB.js.map +0 -1
  118. package/dist/pre-compact-3E3D6565.js.map +0 -1
  119. package/dist/session-end-YMQ44U6Z.js.map +0 -1
  120. package/dist/stop-WSFGRPXZ.js.map +0 -1
  121. package/dist/stop-failure-4FR7574F.js.map +0 -1
  122. package/dist/subagent-stop-MRVTNX3V.js +0 -28
  123. package/dist/subagent-stop-MRVTNX3V.js.map +0 -1
  124. package/dist/task-completed-XXPYPSRV.js.map +0 -1
  125. package/dist/update-W3UFZU4G.js.map +0 -1
  126. package/dist/user-prompt-submit-LSWCYUW3.js.map +0 -1
  127. /package/dist/{agent-run-CGXF5PPC.js.map → agent-run-CGM75RS6.js.map} +0 -0
  128. /package/dist/{agent-tasks-T7NVI3R7.js.map → agent-tasks-3RQKPRSW.js.map} +0 -0
  129. /package/dist/{chunk-ZMW6KQX2.js.map → chunk-6LL2MQHP.js.map} +0 -0
  130. /package/dist/{chunk-MSXYUXZR.js.map → chunk-CHG652UO.js.map} +0 -0
  131. /package/dist/{chunk-G2LQBFE3.js.map → chunk-JYXMRW3T.js.map} +0 -0
  132. /package/dist/{chunk-YZMNEIFI.js.map → chunk-YKOEMLJJ.js.map} +0 -0
  133. /package/dist/{chunk-5LPERML5.js.map → chunk-ZAHDA2PQ.js.map} +0 -0
  134. /package/dist/{client-B27SN5QG.js.map → client-4NP7ZMLV.js.map} +0 -0
  135. /package/dist/{detect-H5OPI7GD.js.map → detect-27DN6UTL.js.map} +0 -0
  136. /package/dist/{executor-A5C5KDLP.js.map → executor-SWXSN7ZC.js.map} +0 -0
  137. /package/dist/{init-wizard-XNFOZCEB.js.map → init-wizard-4VHNOYFO.js.map} +0 -0
  138. /package/dist/{loader-GKXR5ONU.js.map → loader-DGWP4EFB.js.map} +0 -0
  139. /package/dist/{registry-WVZG6R2R.js.map → registry-33MEKDHT.js.map} +0 -0
  140. /package/dist/{restart-XIUFVS33.js.map → restart-JBAMRKRJ.js.map} +0 -0
  141. /package/dist/{search-VB6Z2ZXV.js.map → search-43TS5RGA.js.map} +0 -0
  142. /package/dist/{server-AKPBRP6Z.js.map → server-UBU7NALJ.js.map} +0 -0
  143. /package/dist/{session-UVZS6CY5.js.map → session-CPBLMD7M.js.map} +0 -0
  144. /package/dist/{setup-llm-NWHOPJUV.js.map → setup-llm-TTHEUWDA.js.map} +0 -0
  145. /package/dist/{stats-CDQXOTEC.js.map → stats-7CE6GEWE.js.map} +0 -0
  146. /package/dist/{team-XMHYCKFF.js.map → team-LC3K7UXD.js.map} +0 -0
  147. /package/dist/{verify-O7TQ5DDY.js.map → verify-DVIWHZXA.js.map} +0 -0
  148. /package/dist/{version-VWWY7SPQ.js.map → version-VPI6ERF7.js.map} +0 -0
@@ -2,7 +2,7 @@ import { createRequire as __cr } from 'node:module'; const require = __cr(import
2
2
  import {
3
3
  withEmbedding
4
4
  } from "./chunk-M5XWW7UI.js";
5
- import "./chunk-WXSJKESH.js";
5
+ import "./chunk-LYFDTF7G.js";
6
6
  import {
7
7
  parseStringFlag
8
8
  } from "./chunk-SAKJMNSR.js";
@@ -11,15 +11,15 @@ import {
11
11
  loadConfig,
12
12
  updateConfig
13
13
  } from "./chunk-MAZOVVDU.js";
14
- import "./chunk-D7TYRPRM.js";
15
- import "./chunk-E4VLWIJC.js";
16
- import "./chunk-KH64DHOY.js";
17
14
  import "./chunk-MYX5NCRH.js";
18
- import "./chunk-YZMNEIFI.js";
15
+ import "./chunk-YKOEMLJJ.js";
19
16
  import "./chunk-76ZO5RGT.js";
20
17
  import "./chunk-S6I62FAH.js";
21
- import "./chunk-G2LQBFE3.js";
18
+ import "./chunk-JYXMRW3T.js";
22
19
  import "./chunk-LPUQPDC2.js";
20
+ import "./chunk-D7TYRPRM.js";
21
+ import "./chunk-E4VLWIJC.js";
22
+ import "./chunk-KH64DHOY.js";
23
23
  import "./chunk-PZUWP5VK.js";
24
24
 
25
25
  // src/cli/setup-llm.ts
@@ -78,4 +78,4 @@ async function run(args, vaultDir) {
78
78
  export {
79
79
  run
80
80
  };
81
- //# sourceMappingURL=setup-llm-NWHOPJUV.js.map
81
+ //# sourceMappingURL=setup-llm-TTHEUWDA.js.map
package/dist/src/cli.js CHANGED
@@ -2,5 +2,5 @@
2
2
  import { createRequire as __cr } from 'node:module'; const require = __cr(import.meta.url);
3
3
 
4
4
  // src/entries/cli.ts
5
- await import("../cli-6CPFJGRZ.js");
5
+ await import("../cli-FL754H6S.js");
6
6
  //# sourceMappingURL=cli.js.map
@@ -1,6 +1,6 @@
1
1
  import { createRequire as __cr } from 'node:module'; const require = __cr(import.meta.url);
2
2
 
3
3
  // src/entries/daemon.ts
4
- var { main } = await import("../../main-PVX6R3I6.js");
4
+ var { main } = await import("../../main-UBUZTMGV.js");
5
5
  await main();
6
6
  //# sourceMappingURL=main.js.map
@@ -1,6 +1,6 @@
1
1
  import { createRequire as __cr } from 'node:module'; const require = __cr(import.meta.url);
2
2
 
3
3
  // src/entries/post-tool-use.ts
4
- var { main } = await import("../../post-tool-use-SOFVNFU3.js");
4
+ var { main } = await import("../../post-tool-use-OVNMZ3UG.js");
5
5
  await main();
6
6
  //# sourceMappingURL=post-tool-use.js.map
@@ -1,6 +1,6 @@
1
1
  import { createRequire as __cr } from 'node:module'; const require = __cr(import.meta.url);
2
2
 
3
3
  // src/entries/session-end.ts
4
- var { main } = await import("../../session-end-YMQ44U6Z.js");
4
+ var { main } = await import("../../session-end-DUHUYE6J.js");
5
5
  await main();
6
6
  //# sourceMappingURL=session-end.js.map
@@ -1,6 +1,6 @@
1
1
  import { createRequire as __cr } from 'node:module'; const require = __cr(import.meta.url);
2
2
 
3
3
  // src/entries/session-start.ts
4
- var { main } = await import("../../session-start-3754HF3N.js");
4
+ var { main } = await import("../../session-start-I7XM3CME.js");
5
5
  await main();
6
6
  //# sourceMappingURL=session-start.js.map
@@ -1,6 +1,6 @@
1
1
  import { createRequire as __cr } from 'node:module'; const require = __cr(import.meta.url);
2
2
 
3
3
  // src/entries/stop.ts
4
- var { main } = await import("../../stop-WSFGRPXZ.js");
4
+ var { main } = await import("../../stop-BF3AWA7S.js");
5
5
  await main();
6
6
  //# sourceMappingURL=stop.js.map
@@ -1,6 +1,6 @@
1
1
  import { createRequire as __cr } from 'node:module'; const require = __cr(import.meta.url);
2
2
 
3
3
  // src/entries/user-prompt-submit.ts
4
- var { main } = await import("../../user-prompt-submit-LSWCYUW3.js");
4
+ var { main } = await import("../../user-prompt-submit-22YQD4XM.js");
5
5
  await main();
6
6
  //# sourceMappingURL=user-prompt-submit.js.map
@@ -1,6 +1,6 @@
1
1
  import { createRequire as __cr } from 'node:module'; const require = __cr(import.meta.url);
2
2
 
3
3
  // src/entries/mcp-server.ts
4
- var { main } = await import("../../server-AKPBRP6Z.js");
4
+ var { main } = await import("../../server-UBU7NALJ.js");
5
5
  await main();
6
6
  //# sourceMappingURL=server.js.map
@@ -3,14 +3,18 @@ displayName: Claude Code
3
3
  binary: claude
4
4
  configDir: .claude
5
5
  pluginRootEnvVar: CLAUDE_PLUGIN_ROOT
6
- pluginInstallCommands:
7
- - "claude plugin marketplace add goondocks-co/myco"
8
- - "claude plugin install myco@myco-plugins"
9
6
  settingsPath: .claude/settings.json
7
+ resumeCommand: "claude --resume {sessionId}"
10
8
  hookFields:
9
+ sessionId: session_id
11
10
  transcriptPath: transcript_path
12
11
  lastResponse: last_assistant_message
13
- sessionId: session_id
14
12
  capture:
15
13
  planDirs:
16
14
  - .claude/plans/
15
+ registration:
16
+ hooksTarget: .claude/settings.json
17
+ mcpTarget: .mcp.json
18
+ skillsTarget: .claude/skills
19
+ settingsTarget: .claude/settings.json
20
+ instructionsFile: CLAUDE.md
@@ -0,0 +1,19 @@
1
+ name: codex
2
+ displayName: Codex
3
+ binary: codex
4
+ configDir: .codex
5
+ pluginRootEnvVar: CODEX_PLUGIN_ROOT
6
+ settingsPath: .codex/config.toml
7
+ resumeCommand: "codex --resume {sessionId}"
8
+ hookFields:
9
+ sessionId: session_id
10
+ transcriptPath: transcript_path
11
+ lastResponse: last_assistant_message
12
+ capture:
13
+ planDirs: []
14
+ registration:
15
+ hooksTarget: .codex/hooks.json
16
+ mcpTarget: .codex/config.toml
17
+ mcpFormat: toml
18
+ skillsTarget: .agents/skills
19
+ settingsTarget: .codex/config.toml
@@ -3,12 +3,15 @@ displayName: Cursor
3
3
  binary: cursor
4
4
  configDir: .cursor
5
5
  pluginRootEnvVar: CURSOR_PLUGIN_ROOT
6
- pluginInstallCommands: []
7
- mcpConfigPath: .cursor/mcp.json
6
+ settingsPath: .cursor/mcp.json
8
7
  hookFields:
8
+ sessionId: conversation_id
9
9
  transcriptPath: transcript_path
10
10
  lastResponse: last_assistant_message
11
- sessionId: conversation_id
12
11
  capture:
13
12
  planDirs:
14
13
  - .cursor/plans/
14
+ registration:
15
+ mcpTarget: .cursor/mcp.json
16
+ skillsTarget: .cursor/skills
17
+ settingsTarget: .cursor/settings.json
@@ -0,0 +1,20 @@
1
+ name: gemini
2
+ displayName: Gemini CLI
3
+ binary: gemini
4
+ configDir: .gemini
5
+ pluginRootEnvVar: GEMINI_PLUGIN_ROOT
6
+ resumeCommand: "gemini --resume {sessionId}"
7
+ hookFields:
8
+ sessionId: session_id
9
+ transcriptPath: transcript_path
10
+ lastResponse: last_assistant_message
11
+ sessionIdEnv: GEMINI_SESSION_ID
12
+ capture:
13
+ planDirs:
14
+ - .gemini/plans/
15
+ registration:
16
+ hooksTarget: .gemini/settings.json
17
+ mcpTarget: .gemini/settings.json
18
+ skillsTarget: .agents/skills
19
+ settingsTarget: .gemini/settings.json
20
+ instructionsFile: GEMINI.md
@@ -0,0 +1,17 @@
1
+ name: vscode-copilot
2
+ displayName: VS Code Copilot
3
+ binary: code
4
+ configDir: .vscode
5
+ pluginRootEnvVar: VSCODE_PLUGIN_ROOT
6
+ hookFields:
7
+ sessionId: sessionId
8
+ transcriptPath: transcript_path
9
+ lastResponse: last_assistant_message
10
+ capture:
11
+ planDirs: []
12
+ registration:
13
+ hooksTarget: .github/hooks/myco-hooks.json
14
+ mcpTarget: .vscode/mcp.json
15
+ skillsTarget: .agents/skills
16
+ settingsTarget: .vscode/settings.json
17
+ instructionsFile: .github/copilot-instructions.md
@@ -0,0 +1,16 @@
1
+ name: windsurf
2
+ displayName: Windsurf
3
+ binary: windsurf
4
+ configDir: .windsurf
5
+ pluginRootEnvVar: WINDSURF_PLUGIN_ROOT
6
+ hookFields:
7
+ sessionId: trajectory_id
8
+ transcriptPath: transcript_path
9
+ lastResponse: last_assistant_message
10
+ capture:
11
+ planDirs:
12
+ - ~/.windsurf/plans/
13
+ registration:
14
+ hooksTarget: .windsurf/hooks.json
15
+ skillsTarget: .agents/skills
16
+ settingsTarget: .windsurf/settings.json
@@ -0,0 +1,134 @@
1
+ {
2
+ "SessionStart": [
3
+ {
4
+ "hooks": [
5
+ {
6
+ "type": "command",
7
+ "command": "myco-run hook session-start",
8
+ "timeout": 10
9
+ }
10
+ ]
11
+ }
12
+ ],
13
+ "UserPromptSubmit": [
14
+ {
15
+ "hooks": [
16
+ {
17
+ "type": "command",
18
+ "command": "myco-run hook user-prompt-submit",
19
+ "timeout": 5
20
+ }
21
+ ]
22
+ }
23
+ ],
24
+ "PostToolUse": [
25
+ {
26
+ "hooks": [
27
+ {
28
+ "type": "command",
29
+ "command": "myco-run hook post-tool-use",
30
+ "timeout": 5
31
+ }
32
+ ]
33
+ }
34
+ ],
35
+ "PostToolUseFailure": [
36
+ {
37
+ "hooks": [
38
+ {
39
+ "type": "command",
40
+ "command": "myco-run hook post-tool-use-failure",
41
+ "timeout": 5
42
+ }
43
+ ]
44
+ }
45
+ ],
46
+ "Stop": [
47
+ {
48
+ "hooks": [
49
+ {
50
+ "type": "command",
51
+ "command": "myco-run hook stop",
52
+ "timeout": 30
53
+ }
54
+ ]
55
+ }
56
+ ],
57
+ "SessionEnd": [
58
+ {
59
+ "hooks": [
60
+ {
61
+ "type": "command",
62
+ "command": "myco-run hook session-end",
63
+ "timeout": 10
64
+ }
65
+ ]
66
+ }
67
+ ],
68
+ "SubagentStart": [
69
+ {
70
+ "hooks": [
71
+ {
72
+ "type": "command",
73
+ "command": "myco-run hook subagent-start",
74
+ "timeout": 5
75
+ }
76
+ ]
77
+ }
78
+ ],
79
+ "SubagentStop": [
80
+ {
81
+ "hooks": [
82
+ {
83
+ "type": "command",
84
+ "command": "myco-run hook subagent-stop",
85
+ "timeout": 10
86
+ }
87
+ ]
88
+ }
89
+ ],
90
+ "StopFailure": [
91
+ {
92
+ "hooks": [
93
+ {
94
+ "type": "command",
95
+ "command": "myco-run hook stop-failure",
96
+ "timeout": 10
97
+ }
98
+ ]
99
+ }
100
+ ],
101
+ "TaskCompleted": [
102
+ {
103
+ "hooks": [
104
+ {
105
+ "type": "command",
106
+ "command": "myco-run hook task-completed",
107
+ "timeout": 5
108
+ }
109
+ ]
110
+ }
111
+ ],
112
+ "PreCompact": [
113
+ {
114
+ "hooks": [
115
+ {
116
+ "type": "command",
117
+ "command": "myco-run hook pre-compact",
118
+ "timeout": 5
119
+ }
120
+ ]
121
+ }
122
+ ],
123
+ "PostCompact": [
124
+ {
125
+ "hooks": [
126
+ {
127
+ "type": "command",
128
+ "command": "myco-run hook post-compact",
129
+ "timeout": 5
130
+ }
131
+ ]
132
+ }
133
+ ]
134
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "myco": {
3
+ "type": "stdio",
4
+ "command": "myco-run",
5
+ "args": ["mcp"]
6
+ }
7
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(myco-run *)",
5
+ "Bash(myco-run:*)",
6
+ "Bash(myco *)",
7
+ "Bash(myco:*)"
8
+ ]
9
+ }
10
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "SessionStart": [
3
+ {
4
+ "hooks": [
5
+ {
6
+ "type": "command",
7
+ "command": "myco-run hook session-start",
8
+ "timeout": 10
9
+ }
10
+ ]
11
+ }
12
+ ],
13
+ "UserPromptSubmit": [
14
+ {
15
+ "hooks": [
16
+ {
17
+ "type": "command",
18
+ "command": "myco-run hook user-prompt-submit",
19
+ "timeout": 5
20
+ }
21
+ ]
22
+ }
23
+ ],
24
+ "PostToolUse": [
25
+ {
26
+ "hooks": [
27
+ {
28
+ "type": "command",
29
+ "command": "myco-run hook post-tool-use",
30
+ "timeout": 5
31
+ }
32
+ ]
33
+ }
34
+ ],
35
+ "Stop": [
36
+ {
37
+ "hooks": [
38
+ {
39
+ "type": "command",
40
+ "command": "myco-run hook stop",
41
+ "timeout": 30
42
+ }
43
+ ]
44
+ }
45
+ ]
46
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "myco": {
3
+ "command": "myco-run",
4
+ "args": ["mcp"]
5
+ }
6
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "myco": {
3
+ "type": "stdio",
4
+ "command": "myco-run",
5
+ "args": ["mcp"]
6
+ }
7
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "chat.tools.terminal.autoApprove": {
3
+ "myco-run": true,
4
+ "myco": true
5
+ }
6
+ }
@@ -0,0 +1,74 @@
1
+ {
2
+ "SessionStart": [
3
+ {
4
+ "hooks": [
5
+ {
6
+ "name": "myco-session-start",
7
+ "type": "command",
8
+ "command": "myco-run hook session-start",
9
+ "timeout": 10000
10
+ }
11
+ ]
12
+ }
13
+ ],
14
+ "BeforeAgent": [
15
+ {
16
+ "hooks": [
17
+ {
18
+ "name": "myco-user-prompt-submit",
19
+ "type": "command",
20
+ "command": "myco-run hook user-prompt-submit",
21
+ "timeout": 5000
22
+ }
23
+ ]
24
+ }
25
+ ],
26
+ "AfterTool": [
27
+ {
28
+ "hooks": [
29
+ {
30
+ "name": "myco-post-tool-use",
31
+ "type": "command",
32
+ "command": "myco-run hook post-tool-use",
33
+ "timeout": 5000
34
+ }
35
+ ]
36
+ }
37
+ ],
38
+ "AfterAgent": [
39
+ {
40
+ "hooks": [
41
+ {
42
+ "name": "myco-stop",
43
+ "type": "command",
44
+ "command": "myco-run hook stop",
45
+ "timeout": 30000
46
+ }
47
+ ]
48
+ }
49
+ ],
50
+ "SessionEnd": [
51
+ {
52
+ "hooks": [
53
+ {
54
+ "name": "myco-session-end",
55
+ "type": "command",
56
+ "command": "myco-run hook session-end",
57
+ "timeout": 10000
58
+ }
59
+ ]
60
+ }
61
+ ],
62
+ "PreCompress": [
63
+ {
64
+ "hooks": [
65
+ {
66
+ "name": "myco-pre-compact",
67
+ "type": "command",
68
+ "command": "myco-run hook pre-compact",
69
+ "timeout": 5000
70
+ }
71
+ ]
72
+ }
73
+ ]
74
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "myco": {
3
+ "command": "myco-run",
4
+ "args": ["mcp"]
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "coreTools": [
3
+ "ShellTool(myco-run *)",
4
+ "ShellTool(myco *)"
5
+ ]
6
+ }
@@ -0,0 +1,9 @@
1
+ # Project Instructions
2
+
3
+ > **Source of truth:** Read and follow [`AGENTS.md`](AGENTS.md) — it is the authoritative specification for this project's architecture, conventions, golden paths, and quality gates.
4
+ >
5
+ > If anything in this file conflicts with `AGENTS.md`, **`AGENTS.md` wins**.
6
+
7
+ <!-- This file exists so {agentDisplayName} discovers project instructions. -->
8
+ <!-- All rules are maintained in AGENTS.md to avoid cross-agent duplication. -->
9
+ <!-- Edit AGENTS.md, not this file, when adding or changing project rules. -->
@@ -0,0 +1,79 @@
1
+ {
2
+ "SessionStart": [
3
+ {
4
+ "hooks": [
5
+ {
6
+ "type": "command",
7
+ "command": "myco-run hook session-start",
8
+ "timeout": 10
9
+ }
10
+ ]
11
+ }
12
+ ],
13
+ "UserPromptSubmit": [
14
+ {
15
+ "hooks": [
16
+ {
17
+ "type": "command",
18
+ "command": "myco-run hook user-prompt-submit",
19
+ "timeout": 5
20
+ }
21
+ ]
22
+ }
23
+ ],
24
+ "PostToolUse": [
25
+ {
26
+ "hooks": [
27
+ {
28
+ "type": "command",
29
+ "command": "myco-run hook post-tool-use",
30
+ "timeout": 5
31
+ }
32
+ ]
33
+ }
34
+ ],
35
+ "PreCompact": [
36
+ {
37
+ "hooks": [
38
+ {
39
+ "type": "command",
40
+ "command": "myco-run hook pre-compact",
41
+ "timeout": 5
42
+ }
43
+ ]
44
+ }
45
+ ],
46
+ "SubagentStart": [
47
+ {
48
+ "hooks": [
49
+ {
50
+ "type": "command",
51
+ "command": "myco-run hook subagent-start",
52
+ "timeout": 5
53
+ }
54
+ ]
55
+ }
56
+ ],
57
+ "SubagentStop": [
58
+ {
59
+ "hooks": [
60
+ {
61
+ "type": "command",
62
+ "command": "myco-run hook subagent-stop",
63
+ "timeout": 10
64
+ }
65
+ ]
66
+ }
67
+ ],
68
+ "Stop": [
69
+ {
70
+ "hooks": [
71
+ {
72
+ "type": "command",
73
+ "command": "myco-run hook stop",
74
+ "timeout": 30
75
+ }
76
+ ]
77
+ }
78
+ ]
79
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "myco": {
3
+ "type": "stdio",
4
+ "command": "myco-run",
5
+ "args": ["mcp"]
6
+ }
7
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "chat.tools.terminal.autoApprove": {
3
+ "myco-run": true,
4
+ "myco": true
5
+ }
6
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "pre_user_prompt": [
3
+ {
4
+ "command": "myco-run hook user-prompt-submit"
5
+ }
6
+ ],
7
+ "post_run_command": [
8
+ {
9
+ "command": "myco-run hook post-tool-use"
10
+ }
11
+ ],
12
+ "post_write_code": [
13
+ {
14
+ "command": "myco-run hook post-tool-use"
15
+ }
16
+ ],
17
+ "post_cascade_response": [
18
+ {
19
+ "command": "myco-run hook stop"
20
+ }
21
+ ]
22
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "windsurf.cascadeCommandsAllowList": [
3
+ "myco-run",
4
+ "myco"
5
+ ]
6
+ }