sk-claudecode 1.0.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 (3146) hide show
  1. package/.claude-plugin/marketplace.json +29 -0
  2. package/.claude-plugin/plugin.json +22 -0
  3. package/.mcp.json +16 -0
  4. package/LICENSE +21 -0
  5. package/README.md +171 -0
  6. package/agents/analyst.md +126 -0
  7. package/agents/architect-low.md +88 -0
  8. package/agents/architect-medium.md +147 -0
  9. package/agents/architect.md +302 -0
  10. package/agents/backend-developer.md +99 -0
  11. package/agents/build-fixer-low.md +82 -0
  12. package/agents/build-fixer.md +249 -0
  13. package/agents/code-reviewer-low.md +82 -0
  14. package/agents/code-reviewer.md +206 -0
  15. package/agents/critic.md +173 -0
  16. package/agents/database-reviewer.md +654 -0
  17. package/agents/designer-high.md +112 -0
  18. package/agents/designer-low.md +88 -0
  19. package/agents/designer.md +94 -0
  20. package/agents/doc-updater.md +452 -0
  21. package/agents/domain-expert-us.md +155 -0
  22. package/agents/domain-expert.md +132 -0
  23. package/agents/e2e-runner.md +797 -0
  24. package/agents/executor-high.md +189 -0
  25. package/agents/executor-low.md +95 -0
  26. package/agents/executor.md +79 -0
  27. package/agents/explore-high.md +234 -0
  28. package/agents/explore-medium.md +146 -0
  29. package/agents/explore.md +101 -0
  30. package/agents/financial-execution-agent.md +148 -0
  31. package/agents/financial-expert.md +117 -0
  32. package/agents/git-master.md +121 -0
  33. package/agents/go-build-resolver.md +368 -0
  34. package/agents/go-reviewer.md +267 -0
  35. package/agents/mobile-developer-high.md +126 -0
  36. package/agents/mobile-developer-low.md +43 -0
  37. package/agents/mobile-developer.md +189 -0
  38. package/agents/ontology-developer.md +130 -0
  39. package/agents/planner.md +119 -0
  40. package/agents/python-reviewer.md +469 -0
  41. package/agents/qa-tester-high.md +140 -0
  42. package/agents/qa-tester.md +266 -0
  43. package/agents/refactor-cleaner.md +306 -0
  44. package/agents/researcher-low.md +84 -0
  45. package/agents/researcher.md +70 -0
  46. package/agents/scientist-high.md +1023 -0
  47. package/agents/scientist-low.md +258 -0
  48. package/agents/scientist.md +1302 -0
  49. package/agents/security-reviewer-low.md +83 -0
  50. package/agents/security-reviewer.md +545 -0
  51. package/agents/tdd-guide-low.md +80 -0
  52. package/agents/tdd-guide.md +280 -0
  53. package/agents/ultra-code-reviewer.md +48 -0
  54. package/agents/ultra-executor.md +364 -0
  55. package/agents/ultra-ontology.md +227 -0
  56. package/agents/vision.md +39 -0
  57. package/agents/writer.md +171 -0
  58. package/bridge/__pycache__/gyoshu_bridge.cpython-310.pyc +0 -0
  59. package/bridge/codex-server.cjs +15011 -0
  60. package/bridge/gemini-server.cjs +15010 -0
  61. package/bridge/gyoshu_bridge.py +846 -0
  62. package/bridge/mcp-server.cjs +22699 -0
  63. package/bridge/run-mcp-server.sh +13 -0
  64. package/commands/.gitkeep +0 -0
  65. package/commands/analyze.md +45 -0
  66. package/commands/autopilot.md +175 -0
  67. package/commands/build-fix.md +55 -0
  68. package/commands/cancel.md +75 -0
  69. package/commands/code-review.md +47 -0
  70. package/commands/deepinit.md +319 -0
  71. package/commands/deepsearch.md +37 -0
  72. package/commands/doctor.md +190 -0
  73. package/commands/ecomode.md +73 -0
  74. package/commands/help.md +64 -0
  75. package/commands/hud.md +295 -0
  76. package/commands/learner.md +134 -0
  77. package/commands/mcp-setup.md +195 -0
  78. package/commands/note.md +61 -0
  79. package/commands/pipeline.md +231 -0
  80. package/commands/plan.md +35 -0
  81. package/commands/psm.md +180 -0
  82. package/commands/ralph-init.md +59 -0
  83. package/commands/ralph.md +123 -0
  84. package/commands/ralplan.md +277 -0
  85. package/commands/release.md +82 -0
  86. package/commands/research.md +99 -0
  87. package/commands/review.md +35 -0
  88. package/commands/security-review.md +47 -0
  89. package/commands/skc-setup.md +481 -0
  90. package/commands/swarm.md +694 -0
  91. package/commands/tdd.md +54 -0
  92. package/commands/ultrapilot.md +154 -0
  93. package/commands/ultraqa.md +121 -0
  94. package/commands/ultrawork.md +105 -0
  95. package/dist/__tests__/agent-registry.test.d.ts +2 -0
  96. package/dist/__tests__/agent-registry.test.d.ts.map +1 -0
  97. package/dist/__tests__/agent-registry.test.js +39 -0
  98. package/dist/__tests__/agent-registry.test.js.map +1 -0
  99. package/dist/__tests__/analytics/backfill-dedup.test.d.ts +2 -0
  100. package/dist/__tests__/analytics/backfill-dedup.test.d.ts.map +1 -0
  101. package/dist/__tests__/analytics/backfill-dedup.test.js +179 -0
  102. package/dist/__tests__/analytics/backfill-dedup.test.js.map +1 -0
  103. package/dist/__tests__/analytics/backfill-engine.test.d.ts +2 -0
  104. package/dist/__tests__/analytics/backfill-engine.test.d.ts.map +1 -0
  105. package/dist/__tests__/analytics/backfill-engine.test.js +362 -0
  106. package/dist/__tests__/analytics/backfill-engine.test.js.map +1 -0
  107. package/dist/__tests__/analytics/output-estimator.test.d.ts +2 -0
  108. package/dist/__tests__/analytics/output-estimator.test.d.ts.map +1 -0
  109. package/dist/__tests__/analytics/output-estimator.test.js +124 -0
  110. package/dist/__tests__/analytics/output-estimator.test.js.map +1 -0
  111. package/dist/__tests__/analytics/token-extractor.test.d.ts +2 -0
  112. package/dist/__tests__/analytics/token-extractor.test.d.ts.map +1 -0
  113. package/dist/__tests__/analytics/token-extractor.test.js +165 -0
  114. package/dist/__tests__/analytics/token-extractor.test.js.map +1 -0
  115. package/dist/__tests__/analytics/token-tracker.test.d.ts +2 -0
  116. package/dist/__tests__/analytics/token-tracker.test.d.ts.map +1 -0
  117. package/dist/__tests__/analytics/token-tracker.test.js +189 -0
  118. package/dist/__tests__/analytics/token-tracker.test.js.map +1 -0
  119. package/dist/__tests__/analytics/tokscale-adapter.test.d.ts +2 -0
  120. package/dist/__tests__/analytics/tokscale-adapter.test.d.ts.map +1 -0
  121. package/dist/__tests__/analytics/tokscale-adapter.test.js +79 -0
  122. package/dist/__tests__/analytics/tokscale-adapter.test.js.map +1 -0
  123. package/dist/__tests__/analytics/transcript-parser.test.d.ts +2 -0
  124. package/dist/__tests__/analytics/transcript-parser.test.d.ts.map +1 -0
  125. package/dist/__tests__/analytics/transcript-parser.test.js +285 -0
  126. package/dist/__tests__/analytics/transcript-parser.test.js.map +1 -0
  127. package/dist/__tests__/analytics/transcript-scanner.test.d.ts +2 -0
  128. package/dist/__tests__/analytics/transcript-scanner.test.d.ts.map +1 -0
  129. package/dist/__tests__/analytics/transcript-scanner.test.js +443 -0
  130. package/dist/__tests__/analytics/transcript-scanner.test.js.map +1 -0
  131. package/dist/__tests__/analytics/transcript-token-extractor.test.d.ts +2 -0
  132. package/dist/__tests__/analytics/transcript-token-extractor.test.d.ts.map +1 -0
  133. package/dist/__tests__/analytics/transcript-token-extractor.test.js +177 -0
  134. package/dist/__tests__/analytics/transcript-token-extractor.test.js.map +1 -0
  135. package/dist/__tests__/bash-history.test.d.ts +5 -0
  136. package/dist/__tests__/bash-history.test.d.ts.map +1 -0
  137. package/dist/__tests__/bash-history.test.js +78 -0
  138. package/dist/__tests__/bash-history.test.js.map +1 -0
  139. package/dist/__tests__/compatibility-security.test.d.ts +13 -0
  140. package/dist/__tests__/compatibility-security.test.d.ts.map +1 -0
  141. package/dist/__tests__/compatibility-security.test.js +403 -0
  142. package/dist/__tests__/compatibility-security.test.js.map +1 -0
  143. package/dist/__tests__/compatibility.test.d.ts +7 -0
  144. package/dist/__tests__/compatibility.test.d.ts.map +1 -0
  145. package/dist/__tests__/compatibility.test.js +484 -0
  146. package/dist/__tests__/compatibility.test.js.map +1 -0
  147. package/dist/__tests__/delegation-enforcement-levels.test.d.ts +9 -0
  148. package/dist/__tests__/delegation-enforcement-levels.test.d.ts.map +1 -0
  149. package/dist/__tests__/delegation-enforcement-levels.test.js +549 -0
  150. package/dist/__tests__/delegation-enforcement-levels.test.js.map +1 -0
  151. package/dist/__tests__/delegation-enforcer-integration.test.d.ts +10 -0
  152. package/dist/__tests__/delegation-enforcer-integration.test.d.ts.map +1 -0
  153. package/dist/__tests__/delegation-enforcer-integration.test.js +140 -0
  154. package/dist/__tests__/delegation-enforcer-integration.test.js.map +1 -0
  155. package/dist/__tests__/delegation-enforcer.test.d.ts +5 -0
  156. package/dist/__tests__/delegation-enforcer.test.d.ts.map +1 -0
  157. package/dist/__tests__/delegation-enforcer.test.js +208 -0
  158. package/dist/__tests__/delegation-enforcer.test.js.map +1 -0
  159. package/dist/__tests__/example.test.d.ts +2 -0
  160. package/dist/__tests__/example.test.d.ts.map +1 -0
  161. package/dist/__tests__/example.test.js +20 -0
  162. package/dist/__tests__/example.test.js.map +1 -0
  163. package/dist/__tests__/hooks/learner/bridge.test.d.ts +11 -0
  164. package/dist/__tests__/hooks/learner/bridge.test.d.ts.map +1 -0
  165. package/dist/__tests__/hooks/learner/bridge.test.js +217 -0
  166. package/dist/__tests__/hooks/learner/bridge.test.js.map +1 -0
  167. package/dist/__tests__/hooks/learner/parser.test.d.ts +5 -0
  168. package/dist/__tests__/hooks/learner/parser.test.d.ts.map +1 -0
  169. package/dist/__tests__/hooks/learner/parser.test.js +219 -0
  170. package/dist/__tests__/hooks/learner/parser.test.js.map +1 -0
  171. package/dist/__tests__/hooks.test.d.ts +2 -0
  172. package/dist/__tests__/hooks.test.d.ts.map +1 -0
  173. package/dist/__tests__/hooks.test.js +1154 -0
  174. package/dist/__tests__/hooks.test.js.map +1 -0
  175. package/dist/__tests__/hud/analytics-display.test.d.ts +2 -0
  176. package/dist/__tests__/hud/analytics-display.test.d.ts.map +1 -0
  177. package/dist/__tests__/hud/analytics-display.test.js +236 -0
  178. package/dist/__tests__/hud/analytics-display.test.js.map +1 -0
  179. package/dist/__tests__/hud/cwd.test.d.ts +2 -0
  180. package/dist/__tests__/hud/cwd.test.d.ts.map +1 -0
  181. package/dist/__tests__/hud/cwd.test.js +62 -0
  182. package/dist/__tests__/hud/cwd.test.js.map +1 -0
  183. package/dist/__tests__/hud/defaults.test.d.ts +2 -0
  184. package/dist/__tests__/hud/defaults.test.d.ts.map +1 -0
  185. package/dist/__tests__/hud/defaults.test.js +39 -0
  186. package/dist/__tests__/hud/defaults.test.js.map +1 -0
  187. package/dist/__tests__/hud/git.test.d.ts +2 -0
  188. package/dist/__tests__/hud/git.test.d.ts.map +1 -0
  189. package/dist/__tests__/hud/git.test.js +110 -0
  190. package/dist/__tests__/hud/git.test.js.map +1 -0
  191. package/dist/__tests__/hud/model.test.d.ts +2 -0
  192. package/dist/__tests__/hud/model.test.d.ts.map +1 -0
  193. package/dist/__tests__/hud/model.test.js +36 -0
  194. package/dist/__tests__/hud/model.test.js.map +1 -0
  195. package/dist/__tests__/hud/render.test.d.ts +2 -0
  196. package/dist/__tests__/hud/render.test.d.ts.map +1 -0
  197. package/dist/__tests__/hud/render.test.js +141 -0
  198. package/dist/__tests__/hud/render.test.js.map +1 -0
  199. package/dist/__tests__/hud/sanitize.test.d.ts +10 -0
  200. package/dist/__tests__/hud/sanitize.test.d.ts.map +1 -0
  201. package/dist/__tests__/hud/sanitize.test.js +138 -0
  202. package/dist/__tests__/hud/sanitize.test.js.map +1 -0
  203. package/dist/__tests__/hud/state.test.d.ts +2 -0
  204. package/dist/__tests__/hud/state.test.d.ts.map +1 -0
  205. package/dist/__tests__/hud/state.test.js +162 -0
  206. package/dist/__tests__/hud/state.test.js.map +1 -0
  207. package/dist/__tests__/hud/thinking.test.d.ts +2 -0
  208. package/dist/__tests__/hud/thinking.test.d.ts.map +1 -0
  209. package/dist/__tests__/hud/thinking.test.js +32 -0
  210. package/dist/__tests__/hud/thinking.test.js.map +1 -0
  211. package/dist/__tests__/hud/top-agents.test.d.ts +8 -0
  212. package/dist/__tests__/hud/top-agents.test.d.ts.map +1 -0
  213. package/dist/__tests__/hud/top-agents.test.js +158 -0
  214. package/dist/__tests__/hud/top-agents.test.js.map +1 -0
  215. package/dist/__tests__/hud-agents.test.d.ts +7 -0
  216. package/dist/__tests__/hud-agents.test.d.ts.map +1 -0
  217. package/dist/__tests__/hud-agents.test.js +366 -0
  218. package/dist/__tests__/hud-agents.test.js.map +1 -0
  219. package/dist/__tests__/hud-windows.test.d.ts +2 -0
  220. package/dist/__tests__/hud-windows.test.d.ts.map +1 -0
  221. package/dist/__tests__/hud-windows.test.js +95 -0
  222. package/dist/__tests__/hud-windows.test.js.map +1 -0
  223. package/dist/__tests__/installer.test.d.ts +2 -0
  224. package/dist/__tests__/installer.test.d.ts.map +1 -0
  225. package/dist/__tests__/installer.test.js +494 -0
  226. package/dist/__tests__/installer.test.js.map +1 -0
  227. package/dist/__tests__/job-management.test.d.ts +2 -0
  228. package/dist/__tests__/job-management.test.d.ts.map +1 -0
  229. package/dist/__tests__/job-management.test.js +296 -0
  230. package/dist/__tests__/job-management.test.js.map +1 -0
  231. package/dist/__tests__/learner/auto-learner.test.d.ts +7 -0
  232. package/dist/__tests__/learner/auto-learner.test.d.ts.map +1 -0
  233. package/dist/__tests__/learner/auto-learner.test.js +507 -0
  234. package/dist/__tests__/learner/auto-learner.test.js.map +1 -0
  235. package/dist/__tests__/learner/matcher.test.d.ts +2 -0
  236. package/dist/__tests__/learner/matcher.test.d.ts.map +1 -0
  237. package/dist/__tests__/learner/matcher.test.js +330 -0
  238. package/dist/__tests__/learner/matcher.test.js.map +1 -0
  239. package/dist/__tests__/live-data.test.d.ts +2 -0
  240. package/dist/__tests__/live-data.test.d.ts.map +1 -0
  241. package/dist/__tests__/live-data.test.js +331 -0
  242. package/dist/__tests__/live-data.test.js.map +1 -0
  243. package/dist/__tests__/load-agent-prompt.test.d.ts +2 -0
  244. package/dist/__tests__/load-agent-prompt.test.d.ts.map +1 -0
  245. package/dist/__tests__/load-agent-prompt.test.js +68 -0
  246. package/dist/__tests__/load-agent-prompt.test.js.map +1 -0
  247. package/dist/__tests__/lsp-servers.test.d.ts +2 -0
  248. package/dist/__tests__/lsp-servers.test.d.ts.map +1 -0
  249. package/dist/__tests__/lsp-servers.test.js +118 -0
  250. package/dist/__tests__/lsp-servers.test.js.map +1 -0
  251. package/dist/__tests__/mcp-server-workflows.test.d.ts +2 -0
  252. package/dist/__tests__/mcp-server-workflows.test.d.ts.map +1 -0
  253. package/dist/__tests__/mcp-server-workflows.test.js +301 -0
  254. package/dist/__tests__/mcp-server-workflows.test.js.map +1 -0
  255. package/dist/__tests__/mnemosyne/config.test.d.ts +2 -0
  256. package/dist/__tests__/mnemosyne/config.test.d.ts.map +1 -0
  257. package/dist/__tests__/mnemosyne/config.test.js +37 -0
  258. package/dist/__tests__/mnemosyne/config.test.js.map +1 -0
  259. package/dist/__tests__/mnemosyne/detector.test.d.ts +2 -0
  260. package/dist/__tests__/mnemosyne/detector.test.d.ts.map +1 -0
  261. package/dist/__tests__/mnemosyne/detector.test.js +99 -0
  262. package/dist/__tests__/mnemosyne/detector.test.js.map +1 -0
  263. package/dist/__tests__/mnemosyne/finder.test.d.ts +2 -0
  264. package/dist/__tests__/mnemosyne/finder.test.d.ts.map +1 -0
  265. package/dist/__tests__/mnemosyne/finder.test.js +105 -0
  266. package/dist/__tests__/mnemosyne/finder.test.js.map +1 -0
  267. package/dist/__tests__/mnemosyne/loader.test.d.ts +2 -0
  268. package/dist/__tests__/mnemosyne/loader.test.d.ts.map +1 -0
  269. package/dist/__tests__/mnemosyne/loader.test.js +73 -0
  270. package/dist/__tests__/mnemosyne/loader.test.js.map +1 -0
  271. package/dist/__tests__/mnemosyne/parser.test.d.ts +2 -0
  272. package/dist/__tests__/mnemosyne/parser.test.d.ts.map +1 -0
  273. package/dist/__tests__/mnemosyne/parser.test.js +81 -0
  274. package/dist/__tests__/mnemosyne/parser.test.js.map +1 -0
  275. package/dist/__tests__/mnemosyne/validator.test.d.ts +2 -0
  276. package/dist/__tests__/mnemosyne/validator.test.d.ts.map +1 -0
  277. package/dist/__tests__/mnemosyne/validator.test.js +85 -0
  278. package/dist/__tests__/mnemosyne/validator.test.js.map +1 -0
  279. package/dist/__tests__/model-routing.test.d.ts +2 -0
  280. package/dist/__tests__/model-routing.test.d.ts.map +1 -0
  281. package/dist/__tests__/model-routing.test.js +785 -0
  282. package/dist/__tests__/model-routing.test.js.map +1 -0
  283. package/dist/__tests__/multi-model-mcp-integration.test.d.ts +2 -0
  284. package/dist/__tests__/multi-model-mcp-integration.test.d.ts.map +1 -0
  285. package/dist/__tests__/multi-model-mcp-integration.test.js +69 -0
  286. package/dist/__tests__/multi-model-mcp-integration.test.js.map +1 -0
  287. package/dist/__tests__/multi-model-mcp.test.d.ts +2 -0
  288. package/dist/__tests__/multi-model-mcp.test.d.ts.map +1 -0
  289. package/dist/__tests__/multi-model-mcp.test.js +145 -0
  290. package/dist/__tests__/multi-model-mcp.test.js.map +1 -0
  291. package/dist/__tests__/notepad.test.d.ts +2 -0
  292. package/dist/__tests__/notepad.test.d.ts.map +1 -0
  293. package/dist/__tests__/notepad.test.js +374 -0
  294. package/dist/__tests__/notepad.test.js.map +1 -0
  295. package/dist/__tests__/omc-tools-server.test.d.ts +2 -0
  296. package/dist/__tests__/omc-tools-server.test.d.ts.map +1 -0
  297. package/dist/__tests__/omc-tools-server.test.js +61 -0
  298. package/dist/__tests__/omc-tools-server.test.js.map +1 -0
  299. package/dist/__tests__/prompt-file-only.test.d.ts +2 -0
  300. package/dist/__tests__/prompt-file-only.test.d.ts.map +1 -0
  301. package/dist/__tests__/prompt-file-only.test.js +77 -0
  302. package/dist/__tests__/prompt-file-only.test.js.map +1 -0
  303. package/dist/__tests__/prompt-injection.test.d.ts +2 -0
  304. package/dist/__tests__/prompt-injection.test.d.ts.map +1 -0
  305. package/dist/__tests__/prompt-injection.test.js +175 -0
  306. package/dist/__tests__/prompt-injection.test.js.map +1 -0
  307. package/dist/__tests__/ralph-prd.test.d.ts +2 -0
  308. package/dist/__tests__/ralph-prd.test.d.ts.map +1 -0
  309. package/dist/__tests__/ralph-prd.test.js +308 -0
  310. package/dist/__tests__/ralph-prd.test.js.map +1 -0
  311. package/dist/__tests__/ralph-progress.test.d.ts +2 -0
  312. package/dist/__tests__/ralph-progress.test.d.ts.map +1 -0
  313. package/dist/__tests__/ralph-progress.test.js +312 -0
  314. package/dist/__tests__/ralph-progress.test.js.map +1 -0
  315. package/dist/__tests__/rate-limit-wait/daemon.test.d.ts +5 -0
  316. package/dist/__tests__/rate-limit-wait/daemon.test.d.ts.map +1 -0
  317. package/dist/__tests__/rate-limit-wait/daemon.test.js +313 -0
  318. package/dist/__tests__/rate-limit-wait/daemon.test.js.map +1 -0
  319. package/dist/__tests__/rate-limit-wait/integration.test.d.ts +8 -0
  320. package/dist/__tests__/rate-limit-wait/integration.test.d.ts.map +1 -0
  321. package/dist/__tests__/rate-limit-wait/integration.test.js +329 -0
  322. package/dist/__tests__/rate-limit-wait/integration.test.js.map +1 -0
  323. package/dist/__tests__/rate-limit-wait/rate-limit-monitor.test.d.ts +5 -0
  324. package/dist/__tests__/rate-limit-wait/rate-limit-monitor.test.d.ts.map +1 -0
  325. package/dist/__tests__/rate-limit-wait/rate-limit-monitor.test.js +167 -0
  326. package/dist/__tests__/rate-limit-wait/rate-limit-monitor.test.js.map +1 -0
  327. package/dist/__tests__/rate-limit-wait/tmux-detector.test.d.ts +5 -0
  328. package/dist/__tests__/rate-limit-wait/tmux-detector.test.d.ts.map +1 -0
  329. package/dist/__tests__/rate-limit-wait/tmux-detector.test.js +295 -0
  330. package/dist/__tests__/rate-limit-wait/tmux-detector.test.js.map +1 -0
  331. package/dist/__tests__/skills.test.d.ts +2 -0
  332. package/dist/__tests__/skills.test.d.ts.map +1 -0
  333. package/dist/__tests__/skills.test.js +149 -0
  334. package/dist/__tests__/skills.test.js.map +1 -0
  335. package/dist/__tests__/task-continuation.test.d.ts +2 -0
  336. package/dist/__tests__/task-continuation.test.d.ts.map +1 -0
  337. package/dist/__tests__/task-continuation.test.js +743 -0
  338. package/dist/__tests__/task-continuation.test.js.map +1 -0
  339. package/dist/__tests__/tools/skills-tools.test.d.ts +2 -0
  340. package/dist/__tests__/tools/skills-tools.test.d.ts.map +1 -0
  341. package/dist/__tests__/tools/skills-tools.test.js +63 -0
  342. package/dist/__tests__/tools/skills-tools.test.js.map +1 -0
  343. package/dist/__tests__/types.test.d.ts +2 -0
  344. package/dist/__tests__/types.test.d.ts.map +1 -0
  345. package/dist/__tests__/types.test.js +77 -0
  346. package/dist/__tests__/types.test.js.map +1 -0
  347. package/dist/agents/analyst.d.ts +11 -0
  348. package/dist/agents/analyst.d.ts.map +1 -0
  349. package/dist/agents/analyst.js +40 -0
  350. package/dist/agents/analyst.js.map +1 -0
  351. package/dist/agents/architect.d.ts +12 -0
  352. package/dist/agents/architect.d.ts.map +1 -0
  353. package/dist/agents/architect.js +44 -0
  354. package/dist/agents/architect.js.map +1 -0
  355. package/dist/agents/coordinator-deprecated.d.ts +18 -0
  356. package/dist/agents/coordinator-deprecated.d.ts.map +1 -0
  357. package/dist/agents/coordinator-deprecated.js +38 -0
  358. package/dist/agents/coordinator-deprecated.js.map +1 -0
  359. package/dist/agents/critic.d.ts +11 -0
  360. package/dist/agents/critic.d.ts.map +1 -0
  361. package/dist/agents/critic.js +39 -0
  362. package/dist/agents/critic.js.map +1 -0
  363. package/dist/agents/deep-executor.d.ts +15 -0
  364. package/dist/agents/deep-executor.d.ts.map +1 -0
  365. package/dist/agents/deep-executor.js +45 -0
  366. package/dist/agents/deep-executor.js.map +1 -0
  367. package/dist/agents/definitions.d.ts +139 -0
  368. package/dist/agents/definitions.d.ts.map +1 -0
  369. package/dist/agents/definitions.js +438 -0
  370. package/dist/agents/definitions.js.map +1 -0
  371. package/dist/agents/delegation-validator.d.ts +31 -0
  372. package/dist/agents/delegation-validator.d.ts.map +1 -0
  373. package/dist/agents/delegation-validator.js +75 -0
  374. package/dist/agents/delegation-validator.js.map +1 -0
  375. package/dist/agents/designer.d.ts +11 -0
  376. package/dist/agents/designer.d.ts.map +1 -0
  377. package/dist/agents/designer.js +44 -0
  378. package/dist/agents/designer.js.map +1 -0
  379. package/dist/agents/executor.d.ts +13 -0
  380. package/dist/agents/executor.d.ts.map +1 -0
  381. package/dist/agents/executor.js +40 -0
  382. package/dist/agents/executor.js.map +1 -0
  383. package/dist/agents/explore.d.ts +12 -0
  384. package/dist/agents/explore.d.ts.map +1 -0
  385. package/dist/agents/explore.js +41 -0
  386. package/dist/agents/explore.js.map +1 -0
  387. package/dist/agents/index.d.ts +26 -0
  388. package/dist/agents/index.d.ts.map +1 -0
  389. package/dist/agents/index.js +33 -0
  390. package/dist/agents/index.js.map +1 -0
  391. package/dist/agents/planner.d.ts +11 -0
  392. package/dist/agents/planner.d.ts.map +1 -0
  393. package/dist/agents/planner.js +39 -0
  394. package/dist/agents/planner.js.map +1 -0
  395. package/dist/agents/preamble.d.ts +14 -0
  396. package/dist/agents/preamble.d.ts.map +1 -0
  397. package/dist/agents/preamble.js +26 -0
  398. package/dist/agents/preamble.js.map +1 -0
  399. package/dist/agents/prompt-generator.d.ts +96 -0
  400. package/dist/agents/prompt-generator.d.ts.map +1 -0
  401. package/dist/agents/prompt-generator.js +141 -0
  402. package/dist/agents/prompt-generator.js.map +1 -0
  403. package/dist/agents/prompt-sections/index.d.ts +44 -0
  404. package/dist/agents/prompt-sections/index.d.ts.map +1 -0
  405. package/dist/agents/prompt-sections/index.js +196 -0
  406. package/dist/agents/prompt-sections/index.js.map +1 -0
  407. package/dist/agents/qa-tester.d.ts +16 -0
  408. package/dist/agents/qa-tester.d.ts.map +1 -0
  409. package/dist/agents/qa-tester.js +45 -0
  410. package/dist/agents/qa-tester.js.map +1 -0
  411. package/dist/agents/researcher.d.ts +12 -0
  412. package/dist/agents/researcher.d.ts.map +1 -0
  413. package/dist/agents/researcher.js +40 -0
  414. package/dist/agents/researcher.js.map +1 -0
  415. package/dist/agents/scientist.d.ts +16 -0
  416. package/dist/agents/scientist.d.ts.map +1 -0
  417. package/dist/agents/scientist.js +53 -0
  418. package/dist/agents/scientist.js.map +1 -0
  419. package/dist/agents/types.d.ts +126 -0
  420. package/dist/agents/types.d.ts.map +1 -0
  421. package/dist/agents/types.js +38 -0
  422. package/dist/agents/types.js.map +1 -0
  423. package/dist/agents/ultra-executor.d.ts +15 -0
  424. package/dist/agents/ultra-executor.d.ts.map +1 -0
  425. package/dist/agents/ultra-executor.js +45 -0
  426. package/dist/agents/ultra-executor.js.map +1 -0
  427. package/dist/agents/utils.d.ts +60 -0
  428. package/dist/agents/utils.d.ts.map +1 -0
  429. package/dist/agents/utils.js +247 -0
  430. package/dist/agents/utils.js.map +1 -0
  431. package/dist/agents/vision.d.ts +11 -0
  432. package/dist/agents/vision.d.ts.map +1 -0
  433. package/dist/agents/vision.js +40 -0
  434. package/dist/agents/vision.js.map +1 -0
  435. package/dist/agents/writer.d.ts +11 -0
  436. package/dist/agents/writer.d.ts.map +1 -0
  437. package/dist/agents/writer.js +40 -0
  438. package/dist/agents/writer.js.map +1 -0
  439. package/dist/analytics/analytics-summary.d.ts +47 -0
  440. package/dist/analytics/analytics-summary.d.ts.map +1 -0
  441. package/dist/analytics/analytics-summary.js +171 -0
  442. package/dist/analytics/analytics-summary.js.map +1 -0
  443. package/dist/analytics/backfill-dedup.d.ts +49 -0
  444. package/dist/analytics/backfill-dedup.d.ts.map +1 -0
  445. package/dist/analytics/backfill-dedup.js +115 -0
  446. package/dist/analytics/backfill-dedup.js.map +1 -0
  447. package/dist/analytics/backfill-engine.d.ts +59 -0
  448. package/dist/analytics/backfill-engine.d.ts.map +1 -0
  449. package/dist/analytics/backfill-engine.js +172 -0
  450. package/dist/analytics/backfill-engine.js.map +1 -0
  451. package/dist/analytics/cost-estimator.d.ts +29 -0
  452. package/dist/analytics/cost-estimator.d.ts.map +1 -0
  453. package/dist/analytics/cost-estimator.js +135 -0
  454. package/dist/analytics/cost-estimator.js.map +1 -0
  455. package/dist/analytics/export.d.ts +7 -0
  456. package/dist/analytics/export.d.ts.map +1 -0
  457. package/dist/analytics/export.js +93 -0
  458. package/dist/analytics/export.js.map +1 -0
  459. package/dist/analytics/index.d.ts +23 -0
  460. package/dist/analytics/index.d.ts.map +1 -0
  461. package/dist/analytics/index.js +28 -0
  462. package/dist/analytics/index.js.map +1 -0
  463. package/dist/analytics/metrics-collector.d.ts +30 -0
  464. package/dist/analytics/metrics-collector.d.ts.map +1 -0
  465. package/dist/analytics/metrics-collector.js +96 -0
  466. package/dist/analytics/metrics-collector.js.map +1 -0
  467. package/dist/analytics/output-estimator.d.ts +26 -0
  468. package/dist/analytics/output-estimator.d.ts.map +1 -0
  469. package/dist/analytics/output-estimator.js +65 -0
  470. package/dist/analytics/output-estimator.js.map +1 -0
  471. package/dist/analytics/query-engine.d.ts +35 -0
  472. package/dist/analytics/query-engine.d.ts.map +1 -0
  473. package/dist/analytics/query-engine.js +239 -0
  474. package/dist/analytics/query-engine.js.map +1 -0
  475. package/dist/analytics/session-manager.d.ts +50 -0
  476. package/dist/analytics/session-manager.d.ts.map +1 -0
  477. package/dist/analytics/session-manager.js +290 -0
  478. package/dist/analytics/session-manager.js.map +1 -0
  479. package/dist/analytics/session-types.d.ts +37 -0
  480. package/dist/analytics/session-types.d.ts.map +1 -0
  481. package/dist/analytics/session-types.js +2 -0
  482. package/dist/analytics/session-types.js.map +1 -0
  483. package/dist/analytics/token-extractor.d.ts +31 -0
  484. package/dist/analytics/token-extractor.d.ts.map +1 -0
  485. package/dist/analytics/token-extractor.js +57 -0
  486. package/dist/analytics/token-extractor.js.map +1 -0
  487. package/dist/analytics/token-tracker.d.ts +33 -0
  488. package/dist/analytics/token-tracker.d.ts.map +1 -0
  489. package/dist/analytics/token-tracker.js +440 -0
  490. package/dist/analytics/token-tracker.js.map +1 -0
  491. package/dist/analytics/tokscale-adapter.d.ts +71 -0
  492. package/dist/analytics/tokscale-adapter.d.ts.map +1 -0
  493. package/dist/analytics/tokscale-adapter.js +223 -0
  494. package/dist/analytics/tokscale-adapter.js.map +1 -0
  495. package/dist/analytics/transcript-parser.d.ts +42 -0
  496. package/dist/analytics/transcript-parser.d.ts.map +1 -0
  497. package/dist/analytics/transcript-parser.js +90 -0
  498. package/dist/analytics/transcript-parser.js.map +1 -0
  499. package/dist/analytics/transcript-scanner.d.ts +51 -0
  500. package/dist/analytics/transcript-scanner.d.ts.map +1 -0
  501. package/dist/analytics/transcript-scanner.js +279 -0
  502. package/dist/analytics/transcript-scanner.js.map +1 -0
  503. package/dist/analytics/transcript-token-extractor.d.ts +35 -0
  504. package/dist/analytics/transcript-token-extractor.d.ts.map +1 -0
  505. package/dist/analytics/transcript-token-extractor.js +136 -0
  506. package/dist/analytics/transcript-token-extractor.js.map +1 -0
  507. package/dist/analytics/types.d.ts +119 -0
  508. package/dist/analytics/types.d.ts.map +1 -0
  509. package/dist/analytics/types.js +26 -0
  510. package/dist/analytics/types.js.map +1 -0
  511. package/dist/cli/analytics.d.ts +3 -0
  512. package/dist/cli/analytics.d.ts.map +1 -0
  513. package/dist/cli/analytics.js +105 -0
  514. package/dist/cli/analytics.js.map +1 -0
  515. package/dist/cli/commands/agents.d.ts +5 -0
  516. package/dist/cli/commands/agents.d.ts.map +1 -0
  517. package/dist/cli/commands/agents.js +31 -0
  518. package/dist/cli/commands/agents.js.map +1 -0
  519. package/dist/cli/commands/backfill.d.ts +15 -0
  520. package/dist/cli/commands/backfill.d.ts.map +1 -0
  521. package/dist/cli/commands/backfill.js +146 -0
  522. package/dist/cli/commands/backfill.js.map +1 -0
  523. package/dist/cli/commands/cleanup.d.ts +4 -0
  524. package/dist/cli/commands/cleanup.d.ts.map +1 -0
  525. package/dist/cli/commands/cleanup.js +17 -0
  526. package/dist/cli/commands/cleanup.js.map +1 -0
  527. package/dist/cli/commands/cost.d.ts +4 -0
  528. package/dist/cli/commands/cost.d.ts.map +1 -0
  529. package/dist/cli/commands/cost.js +53 -0
  530. package/dist/cli/commands/cost.js.map +1 -0
  531. package/dist/cli/commands/doctor-conflicts.d.ts +55 -0
  532. package/dist/cli/commands/doctor-conflicts.d.ts.map +1 -0
  533. package/dist/cli/commands/doctor-conflicts.js +265 -0
  534. package/dist/cli/commands/doctor-conflicts.js.map +1 -0
  535. package/dist/cli/commands/export.d.ts +5 -0
  536. package/dist/cli/commands/export.d.ts.map +1 -0
  537. package/dist/cli/commands/export.js +30 -0
  538. package/dist/cli/commands/export.js.map +1 -0
  539. package/dist/cli/commands/sessions.d.ts +5 -0
  540. package/dist/cli/commands/sessions.d.ts.map +1 -0
  541. package/dist/cli/commands/sessions.js +37 -0
  542. package/dist/cli/commands/sessions.js.map +1 -0
  543. package/dist/cli/commands/stats.d.ts +5 -0
  544. package/dist/cli/commands/stats.d.ts.map +1 -0
  545. package/dist/cli/commands/stats.js +84 -0
  546. package/dist/cli/commands/stats.js.map +1 -0
  547. package/dist/cli/commands/teleport.d.ts +37 -0
  548. package/dist/cli/commands/teleport.d.ts.map +1 -0
  549. package/dist/cli/commands/teleport.js +439 -0
  550. package/dist/cli/commands/teleport.js.map +1 -0
  551. package/dist/cli/commands/wait.d.ts +52 -0
  552. package/dist/cli/commands/wait.d.ts.map +1 -0
  553. package/dist/cli/commands/wait.js +229 -0
  554. package/dist/cli/commands/wait.js.map +1 -0
  555. package/dist/cli/index.d.ts +13 -0
  556. package/dist/cli/index.d.ts.map +1 -0
  557. package/dist/cli/index.js +1051 -0
  558. package/dist/cli/index.js.map +1 -0
  559. package/dist/cli/utils/formatting.d.ts +22 -0
  560. package/dist/cli/utils/formatting.d.ts.map +1 -0
  561. package/dist/cli/utils/formatting.js +70 -0
  562. package/dist/cli/utils/formatting.js.map +1 -0
  563. package/dist/cli/utils/tokscale-launcher.d.ts +25 -0
  564. package/dist/cli/utils/tokscale-launcher.d.ts.map +1 -0
  565. package/dist/cli/utils/tokscale-launcher.js +70 -0
  566. package/dist/cli/utils/tokscale-launcher.js.map +1 -0
  567. package/dist/commands/index.d.ts +78 -0
  568. package/dist/commands/index.d.ts.map +1 -0
  569. package/dist/commands/index.js +148 -0
  570. package/dist/commands/index.js.map +1 -0
  571. package/dist/compatibility/discovery.d.ts +58 -0
  572. package/dist/compatibility/discovery.d.ts.map +1 -0
  573. package/dist/compatibility/discovery.js +620 -0
  574. package/dist/compatibility/discovery.js.map +1 -0
  575. package/dist/compatibility/index.d.ts +51 -0
  576. package/dist/compatibility/index.d.ts.map +1 -0
  577. package/dist/compatibility/index.js +72 -0
  578. package/dist/compatibility/index.js.map +1 -0
  579. package/dist/compatibility/mcp-bridge.d.ts +138 -0
  580. package/dist/compatibility/mcp-bridge.d.ts.map +1 -0
  581. package/dist/compatibility/mcp-bridge.js +524 -0
  582. package/dist/compatibility/mcp-bridge.js.map +1 -0
  583. package/dist/compatibility/permission-adapter.d.ts +79 -0
  584. package/dist/compatibility/permission-adapter.d.ts.map +1 -0
  585. package/dist/compatibility/permission-adapter.js +369 -0
  586. package/dist/compatibility/permission-adapter.js.map +1 -0
  587. package/dist/compatibility/registry.d.ts +161 -0
  588. package/dist/compatibility/registry.d.ts.map +1 -0
  589. package/dist/compatibility/registry.js +389 -0
  590. package/dist/compatibility/registry.js.map +1 -0
  591. package/dist/compatibility/types.d.ts +249 -0
  592. package/dist/compatibility/types.d.ts.map +1 -0
  593. package/dist/compatibility/types.js +8 -0
  594. package/dist/compatibility/types.js.map +1 -0
  595. package/dist/config/index.d.ts +5 -0
  596. package/dist/config/index.d.ts.map +1 -0
  597. package/dist/config/index.js +5 -0
  598. package/dist/config/index.js.map +1 -0
  599. package/dist/config/loader.d.ts +49 -0
  600. package/dist/config/loader.d.ts.map +1 -0
  601. package/dist/config/loader.js +385 -0
  602. package/dist/config/loader.js.map +1 -0
  603. package/dist/features/auto-update.d.ts +251 -0
  604. package/dist/features/auto-update.d.ts.map +1 -0
  605. package/dist/features/auto-update.js +524 -0
  606. package/dist/features/auto-update.js.map +1 -0
  607. package/dist/features/background-agent/concurrency.d.ts +53 -0
  608. package/dist/features/background-agent/concurrency.d.ts.map +1 -0
  609. package/dist/features/background-agent/concurrency.js +121 -0
  610. package/dist/features/background-agent/concurrency.js.map +1 -0
  611. package/dist/features/background-agent/index.d.ts +12 -0
  612. package/dist/features/background-agent/index.d.ts.map +1 -0
  613. package/dist/features/background-agent/index.js +12 -0
  614. package/dist/features/background-agent/index.js.map +1 -0
  615. package/dist/features/background-agent/manager.d.ts +144 -0
  616. package/dist/features/background-agent/manager.d.ts.map +1 -0
  617. package/dist/features/background-agent/manager.js +495 -0
  618. package/dist/features/background-agent/manager.js.map +1 -0
  619. package/dist/features/background-agent/types.d.ts +128 -0
  620. package/dist/features/background-agent/types.d.ts.map +1 -0
  621. package/dist/features/background-agent/types.js +9 -0
  622. package/dist/features/background-agent/types.js.map +1 -0
  623. package/dist/features/background-tasks.d.ts +99 -0
  624. package/dist/features/background-tasks.d.ts.map +1 -0
  625. package/dist/features/background-tasks.js +265 -0
  626. package/dist/features/background-tasks.js.map +1 -0
  627. package/dist/features/boulder-state/constants.d.ts +20 -0
  628. package/dist/features/boulder-state/constants.d.ts.map +1 -0
  629. package/dist/features/boulder-state/constants.js +21 -0
  630. package/dist/features/boulder-state/constants.js.map +1 -0
  631. package/dist/features/boulder-state/index.d.ts +12 -0
  632. package/dist/features/boulder-state/index.d.ts.map +1 -0
  633. package/dist/features/boulder-state/index.js +13 -0
  634. package/dist/features/boulder-state/index.js.map +1 -0
  635. package/dist/features/boulder-state/storage.d.ts +58 -0
  636. package/dist/features/boulder-state/storage.d.ts.map +1 -0
  637. package/dist/features/boulder-state/storage.js +175 -0
  638. package/dist/features/boulder-state/storage.js.map +1 -0
  639. package/dist/features/boulder-state/types.d.ts +48 -0
  640. package/dist/features/boulder-state/types.d.ts.map +1 -0
  641. package/dist/features/boulder-state/types.js +10 -0
  642. package/dist/features/boulder-state/types.js.map +1 -0
  643. package/dist/features/builtin-skills/index.d.ts +11 -0
  644. package/dist/features/builtin-skills/index.d.ts.map +1 -0
  645. package/dist/features/builtin-skills/index.js +10 -0
  646. package/dist/features/builtin-skills/index.js.map +1 -0
  647. package/dist/features/builtin-skills/skills.d.ts +74 -0
  648. package/dist/features/builtin-skills/skills.d.ts.map +1 -0
  649. package/dist/features/builtin-skills/skills.js +288 -0
  650. package/dist/features/builtin-skills/skills.js.map +1 -0
  651. package/dist/features/builtin-skills/types.d.ts +60 -0
  652. package/dist/features/builtin-skills/types.d.ts.map +1 -0
  653. package/dist/features/builtin-skills/types.js +9 -0
  654. package/dist/features/builtin-skills/types.js.map +1 -0
  655. package/dist/features/context-injector/collector.d.ts +56 -0
  656. package/dist/features/context-injector/collector.d.ts.map +1 -0
  657. package/dist/features/context-injector/collector.js +122 -0
  658. package/dist/features/context-injector/collector.js.map +1 -0
  659. package/dist/features/context-injector/index.d.ts +12 -0
  660. package/dist/features/context-injector/index.d.ts.map +1 -0
  661. package/dist/features/context-injector/index.js +13 -0
  662. package/dist/features/context-injector/index.js.map +1 -0
  663. package/dist/features/context-injector/injector.d.ts +47 -0
  664. package/dist/features/context-injector/injector.d.ts.map +1 -0
  665. package/dist/features/context-injector/injector.js +103 -0
  666. package/dist/features/context-injector/injector.js.map +1 -0
  667. package/dist/features/context-injector/types.d.ts +103 -0
  668. package/dist/features/context-injector/types.d.ts.map +1 -0
  669. package/dist/features/context-injector/types.js +11 -0
  670. package/dist/features/context-injector/types.js.map +1 -0
  671. package/dist/features/continuation-enforcement.d.ts +36 -0
  672. package/dist/features/continuation-enforcement.d.ts.map +1 -0
  673. package/dist/features/continuation-enforcement.js +175 -0
  674. package/dist/features/continuation-enforcement.js.map +1 -0
  675. package/dist/features/delegation-categories/index.d.ts +116 -0
  676. package/dist/features/delegation-categories/index.d.ts.map +1 -0
  677. package/dist/features/delegation-categories/index.js +287 -0
  678. package/dist/features/delegation-categories/index.js.map +1 -0
  679. package/dist/features/delegation-categories/test-categories.d.ts +7 -0
  680. package/dist/features/delegation-categories/test-categories.d.ts.map +1 -0
  681. package/dist/features/delegation-categories/test-categories.js +88 -0
  682. package/dist/features/delegation-categories/test-categories.js.map +1 -0
  683. package/dist/features/delegation-categories/types.d.ts +51 -0
  684. package/dist/features/delegation-categories/types.d.ts.map +1 -0
  685. package/dist/features/delegation-categories/types.js +8 -0
  686. package/dist/features/delegation-categories/types.js.map +1 -0
  687. package/dist/features/delegation-enforcer.d.ts +71 -0
  688. package/dist/features/delegation-enforcer.d.ts.map +1 -0
  689. package/dist/features/delegation-enforcer.js +128 -0
  690. package/dist/features/delegation-enforcer.js.map +1 -0
  691. package/dist/features/index.d.ts +17 -0
  692. package/dist/features/index.d.ts.map +1 -0
  693. package/dist/features/index.js +77 -0
  694. package/dist/features/index.js.map +1 -0
  695. package/dist/features/magic-keywords.d.ts +28 -0
  696. package/dist/features/magic-keywords.d.ts.map +1 -0
  697. package/dist/features/magic-keywords.js +421 -0
  698. package/dist/features/magic-keywords.js.map +1 -0
  699. package/dist/features/model-routing/index.d.ts +34 -0
  700. package/dist/features/model-routing/index.d.ts.map +1 -0
  701. package/dist/features/model-routing/index.js +48 -0
  702. package/dist/features/model-routing/index.js.map +1 -0
  703. package/dist/features/model-routing/prompts/haiku.d.ts +54 -0
  704. package/dist/features/model-routing/prompts/haiku.d.ts.map +1 -0
  705. package/dist/features/model-routing/prompts/haiku.js +141 -0
  706. package/dist/features/model-routing/prompts/haiku.js.map +1 -0
  707. package/dist/features/model-routing/prompts/index.d.ts +47 -0
  708. package/dist/features/model-routing/prompts/index.d.ts.map +1 -0
  709. package/dist/features/model-routing/prompts/index.js +122 -0
  710. package/dist/features/model-routing/prompts/index.js.map +1 -0
  711. package/dist/features/model-routing/prompts/opus.d.ts +34 -0
  712. package/dist/features/model-routing/prompts/opus.d.ts.map +1 -0
  713. package/dist/features/model-routing/prompts/opus.js +153 -0
  714. package/dist/features/model-routing/prompts/opus.js.map +1 -0
  715. package/dist/features/model-routing/prompts/sonnet.d.ts +38 -0
  716. package/dist/features/model-routing/prompts/sonnet.d.ts.map +1 -0
  717. package/dist/features/model-routing/prompts/sonnet.js +149 -0
  718. package/dist/features/model-routing/prompts/sonnet.js.map +1 -0
  719. package/dist/features/model-routing/router.d.ts +78 -0
  720. package/dist/features/model-routing/router.d.ts.map +1 -0
  721. package/dist/features/model-routing/router.js +236 -0
  722. package/dist/features/model-routing/router.js.map +1 -0
  723. package/dist/features/model-routing/rules.d.ts +32 -0
  724. package/dist/features/model-routing/rules.d.ts.map +1 -0
  725. package/dist/features/model-routing/rules.js +216 -0
  726. package/dist/features/model-routing/rules.js.map +1 -0
  727. package/dist/features/model-routing/scorer.d.ts +35 -0
  728. package/dist/features/model-routing/scorer.d.ts.map +1 -0
  729. package/dist/features/model-routing/scorer.js +241 -0
  730. package/dist/features/model-routing/scorer.js.map +1 -0
  731. package/dist/features/model-routing/signals.d.ts +26 -0
  732. package/dist/features/model-routing/signals.d.ts.map +1 -0
  733. package/dist/features/model-routing/signals.js +283 -0
  734. package/dist/features/model-routing/signals.js.map +1 -0
  735. package/dist/features/model-routing/types.d.ts +194 -0
  736. package/dist/features/model-routing/types.d.ts.map +1 -0
  737. package/dist/features/model-routing/types.js +82 -0
  738. package/dist/features/model-routing/types.js.map +1 -0
  739. package/dist/features/notepad-wisdom/extractor.d.ts +30 -0
  740. package/dist/features/notepad-wisdom/extractor.d.ts.map +1 -0
  741. package/dist/features/notepad-wisdom/extractor.js +68 -0
  742. package/dist/features/notepad-wisdom/extractor.js.map +1 -0
  743. package/dist/features/notepad-wisdom/index.d.ts +39 -0
  744. package/dist/features/notepad-wisdom/index.d.ts.map +1 -0
  745. package/dist/features/notepad-wisdom/index.js +169 -0
  746. package/dist/features/notepad-wisdom/index.js.map +1 -0
  747. package/dist/features/notepad-wisdom/types.d.ts +18 -0
  748. package/dist/features/notepad-wisdom/types.d.ts.map +1 -0
  749. package/dist/features/notepad-wisdom/types.js +7 -0
  750. package/dist/features/notepad-wisdom/types.js.map +1 -0
  751. package/dist/features/rate-limit-wait/daemon.d.ts +52 -0
  752. package/dist/features/rate-limit-wait/daemon.d.ts.map +1 -0
  753. package/dist/features/rate-limit-wait/daemon.js +588 -0
  754. package/dist/features/rate-limit-wait/daemon.js.map +1 -0
  755. package/dist/features/rate-limit-wait/index.d.ts +16 -0
  756. package/dist/features/rate-limit-wait/index.d.ts.map +1 -0
  757. package/dist/features/rate-limit-wait/index.js +18 -0
  758. package/dist/features/rate-limit-wait/index.js.map +1 -0
  759. package/dist/features/rate-limit-wait/rate-limit-monitor.d.ts +22 -0
  760. package/dist/features/rate-limit-wait/rate-limit-monitor.d.ts.map +1 -0
  761. package/dist/features/rate-limit-wait/rate-limit-monitor.js +99 -0
  762. package/dist/features/rate-limit-wait/rate-limit-monitor.js.map +1 -0
  763. package/dist/features/rate-limit-wait/tmux-detector.d.ts +59 -0
  764. package/dist/features/rate-limit-wait/tmux-detector.d.ts.map +1 -0
  765. package/dist/features/rate-limit-wait/tmux-detector.js +304 -0
  766. package/dist/features/rate-limit-wait/tmux-detector.js.map +1 -0
  767. package/dist/features/rate-limit-wait/types.d.ts +121 -0
  768. package/dist/features/rate-limit-wait/types.d.ts.map +1 -0
  769. package/dist/features/rate-limit-wait/types.js +8 -0
  770. package/dist/features/rate-limit-wait/types.js.map +1 -0
  771. package/dist/features/state-manager/index.d.ts +100 -0
  772. package/dist/features/state-manager/index.d.ts.map +1 -0
  773. package/dist/features/state-manager/index.js +417 -0
  774. package/dist/features/state-manager/index.js.map +1 -0
  775. package/dist/features/state-manager/types.d.ts +147 -0
  776. package/dist/features/state-manager/types.d.ts.map +1 -0
  777. package/dist/features/state-manager/types.js +30 -0
  778. package/dist/features/state-manager/types.js.map +1 -0
  779. package/dist/features/task-decomposer/index.d.ts +33 -0
  780. package/dist/features/task-decomposer/index.d.ts.map +1 -0
  781. package/dist/features/task-decomposer/index.js +695 -0
  782. package/dist/features/task-decomposer/index.js.map +1 -0
  783. package/dist/features/task-decomposer/types.d.ts +133 -0
  784. package/dist/features/task-decomposer/types.d.ts.map +1 -0
  785. package/dist/features/task-decomposer/types.js +8 -0
  786. package/dist/features/task-decomposer/types.js.map +1 -0
  787. package/dist/features/verification/example.d.ts +49 -0
  788. package/dist/features/verification/example.d.ts.map +1 -0
  789. package/dist/features/verification/example.js +237 -0
  790. package/dist/features/verification/example.js.map +1 -0
  791. package/dist/features/verification/index.d.ts +97 -0
  792. package/dist/features/verification/index.d.ts.map +1 -0
  793. package/dist/features/verification/index.js +439 -0
  794. package/dist/features/verification/index.js.map +1 -0
  795. package/dist/features/verification/types.d.ts +142 -0
  796. package/dist/features/verification/types.d.ts.map +1 -0
  797. package/dist/features/verification/types.js +7 -0
  798. package/dist/features/verification/types.js.map +1 -0
  799. package/dist/hooks/__tests__/background-process-guard.test.d.ts +2 -0
  800. package/dist/hooks/__tests__/background-process-guard.test.d.ts.map +1 -0
  801. package/dist/hooks/__tests__/background-process-guard.test.js +233 -0
  802. package/dist/hooks/__tests__/background-process-guard.test.js.map +1 -0
  803. package/dist/hooks/__tests__/bridge-pkill.test.d.ts +8 -0
  804. package/dist/hooks/__tests__/bridge-pkill.test.d.ts.map +1 -0
  805. package/dist/hooks/__tests__/bridge-pkill.test.js +188 -0
  806. package/dist/hooks/__tests__/bridge-pkill.test.js.map +1 -0
  807. package/dist/hooks/__tests__/bridge.test.d.ts +2 -0
  808. package/dist/hooks/__tests__/bridge.test.d.ts.map +1 -0
  809. package/dist/hooks/__tests__/bridge.test.js +199 -0
  810. package/dist/hooks/__tests__/bridge.test.js.map +1 -0
  811. package/dist/hooks/agent-usage-reminder/constants.d.ts +17 -0
  812. package/dist/hooks/agent-usage-reminder/constants.d.ts.map +1 -0
  813. package/dist/hooks/agent-usage-reminder/constants.js +57 -0
  814. package/dist/hooks/agent-usage-reminder/constants.js.map +1 -0
  815. package/dist/hooks/agent-usage-reminder/index.d.ts +36 -0
  816. package/dist/hooks/agent-usage-reminder/index.d.ts.map +1 -0
  817. package/dist/hooks/agent-usage-reminder/index.js +89 -0
  818. package/dist/hooks/agent-usage-reminder/index.js.map +1 -0
  819. package/dist/hooks/agent-usage-reminder/storage.d.ts +12 -0
  820. package/dist/hooks/agent-usage-reminder/storage.d.ts.map +1 -0
  821. package/dist/hooks/agent-usage-reminder/storage.js +39 -0
  822. package/dist/hooks/agent-usage-reminder/storage.js.map +1 -0
  823. package/dist/hooks/agent-usage-reminder/types.d.ts +14 -0
  824. package/dist/hooks/agent-usage-reminder/types.d.ts.map +1 -0
  825. package/dist/hooks/agent-usage-reminder/types.js +9 -0
  826. package/dist/hooks/agent-usage-reminder/types.js.map +1 -0
  827. package/dist/hooks/auto-slash-command/constants.d.ts +19 -0
  828. package/dist/hooks/auto-slash-command/constants.d.ts.map +1 -0
  829. package/dist/hooks/auto-slash-command/constants.js +32 -0
  830. package/dist/hooks/auto-slash-command/constants.js.map +1 -0
  831. package/dist/hooks/auto-slash-command/detector.d.ts +33 -0
  832. package/dist/hooks/auto-slash-command/detector.d.ts.map +1 -0
  833. package/dist/hooks/auto-slash-command/detector.js +73 -0
  834. package/dist/hooks/auto-slash-command/detector.js.map +1 -0
  835. package/dist/hooks/auto-slash-command/executor.d.ts +29 -0
  836. package/dist/hooks/auto-slash-command/executor.d.ts.map +1 -0
  837. package/dist/hooks/auto-slash-command/executor.js +216 -0
  838. package/dist/hooks/auto-slash-command/executor.js.map +1 -0
  839. package/dist/hooks/auto-slash-command/index.d.ts +53 -0
  840. package/dist/hooks/auto-slash-command/index.d.ts.map +1 -0
  841. package/dist/hooks/auto-slash-command/index.js +105 -0
  842. package/dist/hooks/auto-slash-command/index.js.map +1 -0
  843. package/dist/hooks/auto-slash-command/live-data.d.ts +27 -0
  844. package/dist/hooks/auto-slash-command/live-data.d.ts.map +1 -0
  845. package/dist/hooks/auto-slash-command/live-data.js +459 -0
  846. package/dist/hooks/auto-slash-command/live-data.js.map +1 -0
  847. package/dist/hooks/auto-slash-command/types.d.ts +77 -0
  848. package/dist/hooks/auto-slash-command/types.d.ts.map +1 -0
  849. package/dist/hooks/auto-slash-command/types.js +9 -0
  850. package/dist/hooks/auto-slash-command/types.js.map +1 -0
  851. package/dist/hooks/autopilot/__tests__/cancel.test.d.ts +2 -0
  852. package/dist/hooks/autopilot/__tests__/cancel.test.d.ts.map +1 -0
  853. package/dist/hooks/autopilot/__tests__/cancel.test.js +407 -0
  854. package/dist/hooks/autopilot/__tests__/cancel.test.js.map +1 -0
  855. package/dist/hooks/autopilot/__tests__/prompts.test.d.ts +2 -0
  856. package/dist/hooks/autopilot/__tests__/prompts.test.d.ts.map +1 -0
  857. package/dist/hooks/autopilot/__tests__/prompts.test.js +74 -0
  858. package/dist/hooks/autopilot/__tests__/prompts.test.js.map +1 -0
  859. package/dist/hooks/autopilot/__tests__/state.test.d.ts +2 -0
  860. package/dist/hooks/autopilot/__tests__/state.test.d.ts.map +1 -0
  861. package/dist/hooks/autopilot/__tests__/state.test.js +76 -0
  862. package/dist/hooks/autopilot/__tests__/state.test.js.map +1 -0
  863. package/dist/hooks/autopilot/__tests__/summary.test.d.ts +2 -0
  864. package/dist/hooks/autopilot/__tests__/summary.test.d.ts.map +1 -0
  865. package/dist/hooks/autopilot/__tests__/summary.test.js +324 -0
  866. package/dist/hooks/autopilot/__tests__/summary.test.js.map +1 -0
  867. package/dist/hooks/autopilot/__tests__/transition.test.d.ts +2 -0
  868. package/dist/hooks/autopilot/__tests__/transition.test.d.ts.map +1 -0
  869. package/dist/hooks/autopilot/__tests__/transition.test.js +58 -0
  870. package/dist/hooks/autopilot/__tests__/transition.test.js.map +1 -0
  871. package/dist/hooks/autopilot/__tests__/validation.test.d.ts +2 -0
  872. package/dist/hooks/autopilot/__tests__/validation.test.d.ts.map +1 -0
  873. package/dist/hooks/autopilot/__tests__/validation.test.js +450 -0
  874. package/dist/hooks/autopilot/__tests__/validation.test.js.map +1 -0
  875. package/dist/hooks/autopilot/cancel.d.ts +42 -0
  876. package/dist/hooks/autopilot/cancel.d.ts.map +1 -0
  877. package/dist/hooks/autopilot/cancel.js +156 -0
  878. package/dist/hooks/autopilot/cancel.js.map +1 -0
  879. package/dist/hooks/autopilot/enforcement.d.ts +44 -0
  880. package/dist/hooks/autopilot/enforcement.d.ts.map +1 -0
  881. package/dist/hooks/autopilot/enforcement.js +227 -0
  882. package/dist/hooks/autopilot/enforcement.js.map +1 -0
  883. package/dist/hooks/autopilot/index.d.ts +14 -0
  884. package/dist/hooks/autopilot/index.d.ts.map +1 -0
  885. package/dist/hooks/autopilot/index.js +18 -0
  886. package/dist/hooks/autopilot/index.js.map +1 -0
  887. package/dist/hooks/autopilot/prompts.d.ts +37 -0
  888. package/dist/hooks/autopilot/prompts.d.ts.map +1 -0
  889. package/dist/hooks/autopilot/prompts.js +367 -0
  890. package/dist/hooks/autopilot/prompts.js.map +1 -0
  891. package/dist/hooks/autopilot/state.d.ts +101 -0
  892. package/dist/hooks/autopilot/state.d.ts.map +1 -0
  893. package/dist/hooks/autopilot/state.js +466 -0
  894. package/dist/hooks/autopilot/state.js.map +1 -0
  895. package/dist/hooks/autopilot/types.d.ts +213 -0
  896. package/dist/hooks/autopilot/types.d.ts.map +1 -0
  897. package/dist/hooks/autopilot/types.js +30 -0
  898. package/dist/hooks/autopilot/types.js.map +1 -0
  899. package/dist/hooks/autopilot/validation.d.ts +66 -0
  900. package/dist/hooks/autopilot/validation.d.ts.map +1 -0
  901. package/dist/hooks/autopilot/validation.js +350 -0
  902. package/dist/hooks/autopilot/validation.js.map +1 -0
  903. package/dist/hooks/background-notification/index.d.ts +60 -0
  904. package/dist/hooks/background-notification/index.d.ts.map +1 -0
  905. package/dist/hooks/background-notification/index.js +180 -0
  906. package/dist/hooks/background-notification/index.js.map +1 -0
  907. package/dist/hooks/background-notification/types.d.ts +64 -0
  908. package/dist/hooks/background-notification/types.d.ts.map +1 -0
  909. package/dist/hooks/background-notification/types.js +8 -0
  910. package/dist/hooks/background-notification/types.js.map +1 -0
  911. package/dist/hooks/beads-context/__tests__/index.test.d.ts +2 -0
  912. package/dist/hooks/beads-context/__tests__/index.test.d.ts.map +1 -0
  913. package/dist/hooks/beads-context/__tests__/index.test.js +150 -0
  914. package/dist/hooks/beads-context/__tests__/index.test.js.map +1 -0
  915. package/dist/hooks/beads-context/constants.d.ts +3 -0
  916. package/dist/hooks/beads-context/constants.d.ts.map +1 -0
  917. package/dist/hooks/beads-context/constants.js +35 -0
  918. package/dist/hooks/beads-context/constants.js.map +1 -0
  919. package/dist/hooks/beads-context/index.d.ts +21 -0
  920. package/dist/hooks/beads-context/index.d.ts.map +1 -0
  921. package/dist/hooks/beads-context/index.js +62 -0
  922. package/dist/hooks/beads-context/index.js.map +1 -0
  923. package/dist/hooks/beads-context/types.d.ts +7 -0
  924. package/dist/hooks/beads-context/types.d.ts.map +1 -0
  925. package/dist/hooks/beads-context/types.js +2 -0
  926. package/dist/hooks/beads-context/types.js.map +1 -0
  927. package/dist/hooks/bridge.d.ts +72 -0
  928. package/dist/hooks/bridge.d.ts.map +1 -0
  929. package/dist/hooks/bridge.js +589 -0
  930. package/dist/hooks/bridge.js.map +1 -0
  931. package/dist/hooks/comment-checker/constants.d.ts +28 -0
  932. package/dist/hooks/comment-checker/constants.d.ts.map +1 -0
  933. package/dist/hooks/comment-checker/constants.js +189 -0
  934. package/dist/hooks/comment-checker/constants.js.map +1 -0
  935. package/dist/hooks/comment-checker/filters.d.ts +39 -0
  936. package/dist/hooks/comment-checker/filters.d.ts.map +1 -0
  937. package/dist/hooks/comment-checker/filters.js +126 -0
  938. package/dist/hooks/comment-checker/filters.js.map +1 -0
  939. package/dist/hooks/comment-checker/index.d.ts +58 -0
  940. package/dist/hooks/comment-checker/index.d.ts.map +1 -0
  941. package/dist/hooks/comment-checker/index.js +298 -0
  942. package/dist/hooks/comment-checker/index.js.map +1 -0
  943. package/dist/hooks/comment-checker/types.d.ts +88 -0
  944. package/dist/hooks/comment-checker/types.d.ts.map +1 -0
  945. package/dist/hooks/comment-checker/types.js +9 -0
  946. package/dist/hooks/comment-checker/types.js.map +1 -0
  947. package/dist/hooks/directory-readme-injector/constants.d.ts +15 -0
  948. package/dist/hooks/directory-readme-injector/constants.d.ts.map +1 -0
  949. package/dist/hooks/directory-readme-injector/constants.js +17 -0
  950. package/dist/hooks/directory-readme-injector/constants.js.map +1 -0
  951. package/dist/hooks/directory-readme-injector/index.d.ts +41 -0
  952. package/dist/hooks/directory-readme-injector/index.d.ts.map +1 -0
  953. package/dist/hooks/directory-readme-injector/index.js +162 -0
  954. package/dist/hooks/directory-readme-injector/index.js.map +1 -0
  955. package/dist/hooks/directory-readme-injector/storage.d.ts +20 -0
  956. package/dist/hooks/directory-readme-injector/storage.d.ts.map +1 -0
  957. package/dist/hooks/directory-readme-injector/storage.js +56 -0
  958. package/dist/hooks/directory-readme-injector/storage.js.map +1 -0
  959. package/dist/hooks/directory-readme-injector/types.d.ts +20 -0
  960. package/dist/hooks/directory-readme-injector/types.d.ts.map +1 -0
  961. package/dist/hooks/directory-readme-injector/types.js +9 -0
  962. package/dist/hooks/directory-readme-injector/types.js.map +1 -0
  963. package/dist/hooks/empty-message-sanitizer/__tests__/index.test.d.ts +2 -0
  964. package/dist/hooks/empty-message-sanitizer/__tests__/index.test.d.ts.map +1 -0
  965. package/dist/hooks/empty-message-sanitizer/__tests__/index.test.js +416 -0
  966. package/dist/hooks/empty-message-sanitizer/__tests__/index.test.js.map +1 -0
  967. package/dist/hooks/empty-message-sanitizer/constants.d.ts +33 -0
  968. package/dist/hooks/empty-message-sanitizer/constants.d.ts.map +1 -0
  969. package/dist/hooks/empty-message-sanitizer/constants.js +37 -0
  970. package/dist/hooks/empty-message-sanitizer/constants.js.map +1 -0
  971. package/dist/hooks/empty-message-sanitizer/index.d.ts +59 -0
  972. package/dist/hooks/empty-message-sanitizer/index.d.ts.map +1 -0
  973. package/dist/hooks/empty-message-sanitizer/index.js +171 -0
  974. package/dist/hooks/empty-message-sanitizer/index.js.map +1 -0
  975. package/dist/hooks/empty-message-sanitizer/types.d.ts +79 -0
  976. package/dist/hooks/empty-message-sanitizer/types.d.ts.map +1 -0
  977. package/dist/hooks/empty-message-sanitizer/types.js +10 -0
  978. package/dist/hooks/empty-message-sanitizer/types.js.map +1 -0
  979. package/dist/hooks/index.d.ts +46 -0
  980. package/dist/hooks/index.d.ts.map +1 -0
  981. package/dist/hooks/index.js +140 -0
  982. package/dist/hooks/index.js.map +1 -0
  983. package/dist/hooks/keyword-detector/__tests__/index.test.d.ts +2 -0
  984. package/dist/hooks/keyword-detector/__tests__/index.test.d.ts.map +1 -0
  985. package/dist/hooks/keyword-detector/__tests__/index.test.js +551 -0
  986. package/dist/hooks/keyword-detector/__tests__/index.test.js.map +1 -0
  987. package/dist/hooks/keyword-detector/index.d.ts +44 -0
  988. package/dist/hooks/keyword-detector/index.d.ts.map +1 -0
  989. package/dist/hooks/keyword-detector/index.js +164 -0
  990. package/dist/hooks/keyword-detector/index.js.map +1 -0
  991. package/dist/hooks/learner/auto-invoke.d.ts +82 -0
  992. package/dist/hooks/learner/auto-invoke.d.ts.map +1 -0
  993. package/dist/hooks/learner/auto-invoke.js +232 -0
  994. package/dist/hooks/learner/auto-invoke.js.map +1 -0
  995. package/dist/hooks/learner/auto-learner.d.ts +55 -0
  996. package/dist/hooks/learner/auto-learner.d.ts.map +1 -0
  997. package/dist/hooks/learner/auto-learner.js +364 -0
  998. package/dist/hooks/learner/auto-learner.js.map +1 -0
  999. package/dist/hooks/learner/bridge.d.ts +84 -0
  1000. package/dist/hooks/learner/bridge.d.ts.map +1 -0
  1001. package/dist/hooks/learner/bridge.js +536 -0
  1002. package/dist/hooks/learner/bridge.js.map +1 -0
  1003. package/dist/hooks/learner/config.d.ts +53 -0
  1004. package/dist/hooks/learner/config.d.ts.map +1 -0
  1005. package/dist/hooks/learner/config.js +103 -0
  1006. package/dist/hooks/learner/config.js.map +1 -0
  1007. package/dist/hooks/learner/constants.d.ts +28 -0
  1008. package/dist/hooks/learner/constants.d.ts.map +1 -0
  1009. package/dist/hooks/learner/constants.js +31 -0
  1010. package/dist/hooks/learner/constants.js.map +1 -0
  1011. package/dist/hooks/learner/detection-hook.d.ts +39 -0
  1012. package/dist/hooks/learner/detection-hook.d.ts.map +1 -0
  1013. package/dist/hooks/learner/detection-hook.js +83 -0
  1014. package/dist/hooks/learner/detection-hook.js.map +1 -0
  1015. package/dist/hooks/learner/detector.d.ts +30 -0
  1016. package/dist/hooks/learner/detector.d.ts.map +1 -0
  1017. package/dist/hooks/learner/detector.js +254 -0
  1018. package/dist/hooks/learner/detector.js.map +1 -0
  1019. package/dist/hooks/learner/finder.d.ts +23 -0
  1020. package/dist/hooks/learner/finder.d.ts.map +1 -0
  1021. package/dist/hooks/learner/finder.js +155 -0
  1022. package/dist/hooks/learner/finder.js.map +1 -0
  1023. package/dist/hooks/learner/index.d.ts +65 -0
  1024. package/dist/hooks/learner/index.d.ts.map +1 -0
  1025. package/dist/hooks/learner/index.js +141 -0
  1026. package/dist/hooks/learner/index.js.map +1 -0
  1027. package/dist/hooks/learner/loader.d.ts +20 -0
  1028. package/dist/hooks/learner/loader.d.ts.map +1 -0
  1029. package/dist/hooks/learner/loader.js +112 -0
  1030. package/dist/hooks/learner/loader.js.map +1 -0
  1031. package/dist/hooks/learner/matcher.d.ts +40 -0
  1032. package/dist/hooks/learner/matcher.d.ts.map +1 -0
  1033. package/dist/hooks/learner/matcher.js +230 -0
  1034. package/dist/hooks/learner/matcher.js.map +1 -0
  1035. package/dist/hooks/learner/parser.d.ts +21 -0
  1036. package/dist/hooks/learner/parser.d.ts.map +1 -0
  1037. package/dist/hooks/learner/parser.js +200 -0
  1038. package/dist/hooks/learner/parser.js.map +1 -0
  1039. package/dist/hooks/learner/promotion.d.ts +29 -0
  1040. package/dist/hooks/learner/promotion.d.ts.map +1 -0
  1041. package/dist/hooks/learner/promotion.js +87 -0
  1042. package/dist/hooks/learner/promotion.js.map +1 -0
  1043. package/dist/hooks/learner/types.d.ts +111 -0
  1044. package/dist/hooks/learner/types.d.ts.map +1 -0
  1045. package/dist/hooks/learner/types.js +8 -0
  1046. package/dist/hooks/learner/types.js.map +1 -0
  1047. package/dist/hooks/learner/validator.d.ts +15 -0
  1048. package/dist/hooks/learner/validator.d.ts.map +1 -0
  1049. package/dist/hooks/learner/validator.js +87 -0
  1050. package/dist/hooks/learner/validator.js.map +1 -0
  1051. package/dist/hooks/learner/writer.d.ts +27 -0
  1052. package/dist/hooks/learner/writer.d.ts.map +1 -0
  1053. package/dist/hooks/learner/writer.js +126 -0
  1054. package/dist/hooks/learner/writer.js.map +1 -0
  1055. package/dist/hooks/mode-registry/index.d.ts +144 -0
  1056. package/dist/hooks/mode-registry/index.d.ts.map +1 -0
  1057. package/dist/hooks/mode-registry/index.js +443 -0
  1058. package/dist/hooks/mode-registry/index.js.map +1 -0
  1059. package/dist/hooks/mode-registry/types.d.ts +31 -0
  1060. package/dist/hooks/mode-registry/types.d.ts.map +1 -0
  1061. package/dist/hooks/mode-registry/types.js +7 -0
  1062. package/dist/hooks/mode-registry/types.js.map +1 -0
  1063. package/dist/hooks/non-interactive-env/constants.d.ts +35 -0
  1064. package/dist/hooks/non-interactive-env/constants.d.ts.map +1 -0
  1065. package/dist/hooks/non-interactive-env/constants.js +69 -0
  1066. package/dist/hooks/non-interactive-env/constants.js.map +1 -0
  1067. package/dist/hooks/non-interactive-env/detector.d.ts +2 -0
  1068. package/dist/hooks/non-interactive-env/detector.d.ts.map +1 -0
  1069. package/dist/hooks/non-interactive-env/detector.js +16 -0
  1070. package/dist/hooks/non-interactive-env/detector.js.map +1 -0
  1071. package/dist/hooks/non-interactive-env/index.d.ts +14 -0
  1072. package/dist/hooks/non-interactive-env/index.d.ts.map +1 -0
  1073. package/dist/hooks/non-interactive-env/index.js +72 -0
  1074. package/dist/hooks/non-interactive-env/index.js.map +1 -0
  1075. package/dist/hooks/non-interactive-env/types.d.ts +14 -0
  1076. package/dist/hooks/non-interactive-env/types.d.ts.map +1 -0
  1077. package/dist/hooks/non-interactive-env/types.js +2 -0
  1078. package/dist/hooks/non-interactive-env/types.js.map +1 -0
  1079. package/dist/hooks/notepad/index.d.ts +114 -0
  1080. package/dist/hooks/notepad/index.d.ts.map +1 -0
  1081. package/dist/hooks/notepad/index.js +378 -0
  1082. package/dist/hooks/notepad/index.js.map +1 -0
  1083. package/dist/hooks/omc-orchestrator/audit.d.ts +31 -0
  1084. package/dist/hooks/omc-orchestrator/audit.d.ts.map +1 -0
  1085. package/dist/hooks/omc-orchestrator/audit.js +67 -0
  1086. package/dist/hooks/omc-orchestrator/audit.js.map +1 -0
  1087. package/dist/hooks/omc-orchestrator/constants.d.ts +27 -0
  1088. package/dist/hooks/omc-orchestrator/constants.d.ts.map +1 -0
  1089. package/dist/hooks/omc-orchestrator/constants.js +178 -0
  1090. package/dist/hooks/omc-orchestrator/constants.js.map +1 -0
  1091. package/dist/hooks/omc-orchestrator/index.d.ts +124 -0
  1092. package/dist/hooks/omc-orchestrator/index.d.ts.map +1 -0
  1093. package/dist/hooks/omc-orchestrator/index.js +442 -0
  1094. package/dist/hooks/omc-orchestrator/index.js.map +1 -0
  1095. package/dist/hooks/permission-handler/__tests__/index.test.d.ts +2 -0
  1096. package/dist/hooks/permission-handler/__tests__/index.test.d.ts.map +1 -0
  1097. package/dist/hooks/permission-handler/__tests__/index.test.js +291 -0
  1098. package/dist/hooks/permission-handler/__tests__/index.test.js.map +1 -0
  1099. package/dist/hooks/permission-handler/index.d.ts +42 -0
  1100. package/dist/hooks/permission-handler/index.d.ts.map +1 -0
  1101. package/dist/hooks/permission-handler/index.js +109 -0
  1102. package/dist/hooks/permission-handler/index.js.map +1 -0
  1103. package/dist/hooks/persistent-mode/__tests__/error-handling.test.d.ts +6 -0
  1104. package/dist/hooks/persistent-mode/__tests__/error-handling.test.d.ts.map +1 -0
  1105. package/dist/hooks/persistent-mode/__tests__/error-handling.test.js +71 -0
  1106. package/dist/hooks/persistent-mode/__tests__/error-handling.test.js.map +1 -0
  1107. package/dist/hooks/persistent-mode/__tests__/tool-error.test.d.ts +6 -0
  1108. package/dist/hooks/persistent-mode/__tests__/tool-error.test.d.ts.map +1 -0
  1109. package/dist/hooks/persistent-mode/__tests__/tool-error.test.js +335 -0
  1110. package/dist/hooks/persistent-mode/__tests__/tool-error.test.js.map +1 -0
  1111. package/dist/hooks/persistent-mode/index.d.ts +72 -0
  1112. package/dist/hooks/persistent-mode/index.d.ts.map +1 -0
  1113. package/dist/hooks/persistent-mode/index.js +473 -0
  1114. package/dist/hooks/persistent-mode/index.js.map +1 -0
  1115. package/dist/hooks/persistent-mode/session-isolation.test.d.ts +2 -0
  1116. package/dist/hooks/persistent-mode/session-isolation.test.d.ts.map +1 -0
  1117. package/dist/hooks/persistent-mode/session-isolation.test.js +210 -0
  1118. package/dist/hooks/persistent-mode/session-isolation.test.js.map +1 -0
  1119. package/dist/hooks/plugin-patterns/index.d.ts +112 -0
  1120. package/dist/hooks/plugin-patterns/index.d.ts.map +1 -0
  1121. package/dist/hooks/plugin-patterns/index.js +314 -0
  1122. package/dist/hooks/plugin-patterns/index.js.map +1 -0
  1123. package/dist/hooks/pre-compact/index.d.ts +95 -0
  1124. package/dist/hooks/pre-compact/index.d.ts.map +1 -0
  1125. package/dist/hooks/pre-compact/index.js +341 -0
  1126. package/dist/hooks/pre-compact/index.js.map +1 -0
  1127. package/dist/hooks/preemptive-compaction/constants.d.ts +48 -0
  1128. package/dist/hooks/preemptive-compaction/constants.d.ts.map +1 -0
  1129. package/dist/hooks/preemptive-compaction/constants.js +90 -0
  1130. package/dist/hooks/preemptive-compaction/constants.js.map +1 -0
  1131. package/dist/hooks/preemptive-compaction/index.d.ts +55 -0
  1132. package/dist/hooks/preemptive-compaction/index.d.ts.map +1 -0
  1133. package/dist/hooks/preemptive-compaction/index.js +227 -0
  1134. package/dist/hooks/preemptive-compaction/index.js.map +1 -0
  1135. package/dist/hooks/preemptive-compaction/types.d.ts +76 -0
  1136. package/dist/hooks/preemptive-compaction/types.d.ts.map +1 -0
  1137. package/dist/hooks/preemptive-compaction/types.js +9 -0
  1138. package/dist/hooks/preemptive-compaction/types.js.map +1 -0
  1139. package/dist/hooks/project-memory/__tests__/detector.test.d.ts +5 -0
  1140. package/dist/hooks/project-memory/__tests__/detector.test.d.ts.map +1 -0
  1141. package/dist/hooks/project-memory/__tests__/detector.test.js +165 -0
  1142. package/dist/hooks/project-memory/__tests__/detector.test.js.map +1 -0
  1143. package/dist/hooks/project-memory/__tests__/formatter.test.d.ts +5 -0
  1144. package/dist/hooks/project-memory/__tests__/formatter.test.d.ts.map +1 -0
  1145. package/dist/hooks/project-memory/__tests__/formatter.test.js +262 -0
  1146. package/dist/hooks/project-memory/__tests__/formatter.test.js.map +1 -0
  1147. package/dist/hooks/project-memory/__tests__/integration.test.d.ts +5 -0
  1148. package/dist/hooks/project-memory/__tests__/integration.test.d.ts.map +1 -0
  1149. package/dist/hooks/project-memory/__tests__/integration.test.js +154 -0
  1150. package/dist/hooks/project-memory/__tests__/integration.test.js.map +1 -0
  1151. package/dist/hooks/project-memory/__tests__/learner.test.d.ts +5 -0
  1152. package/dist/hooks/project-memory/__tests__/learner.test.d.ts.map +1 -0
  1153. package/dist/hooks/project-memory/__tests__/learner.test.js +159 -0
  1154. package/dist/hooks/project-memory/__tests__/learner.test.js.map +1 -0
  1155. package/dist/hooks/project-memory/__tests__/storage.test.d.ts +5 -0
  1156. package/dist/hooks/project-memory/__tests__/storage.test.d.ts.map +1 -0
  1157. package/dist/hooks/project-memory/__tests__/storage.test.js +207 -0
  1158. package/dist/hooks/project-memory/__tests__/storage.test.js.map +1 -0
  1159. package/dist/hooks/project-memory/constants.d.ts +33 -0
  1160. package/dist/hooks/project-memory/constants.d.ts.map +1 -0
  1161. package/dist/hooks/project-memory/constants.js +134 -0
  1162. package/dist/hooks/project-memory/constants.js.map +1 -0
  1163. package/dist/hooks/project-memory/detector.d.ts +10 -0
  1164. package/dist/hooks/project-memory/detector.d.ts.map +1 -0
  1165. package/dist/hooks/project-memory/detector.js +481 -0
  1166. package/dist/hooks/project-memory/detector.js.map +1 -0
  1167. package/dist/hooks/project-memory/directive-detector.d.ts +22 -0
  1168. package/dist/hooks/project-memory/directive-detector.d.ts.map +1 -0
  1169. package/dist/hooks/project-memory/directive-detector.js +149 -0
  1170. package/dist/hooks/project-memory/directive-detector.js.map +1 -0
  1171. package/dist/hooks/project-memory/directory-mapper.d.ts +14 -0
  1172. package/dist/hooks/project-memory/directory-mapper.d.ts.map +1 -0
  1173. package/dist/hooks/project-memory/directory-mapper.js +156 -0
  1174. package/dist/hooks/project-memory/directory-mapper.js.map +1 -0
  1175. package/dist/hooks/project-memory/formatter.d.ts +15 -0
  1176. package/dist/hooks/project-memory/formatter.d.ts.map +1 -0
  1177. package/dist/hooks/project-memory/formatter.js +166 -0
  1178. package/dist/hooks/project-memory/formatter.js.map +1 -0
  1179. package/dist/hooks/project-memory/hot-path-tracker.d.ts +18 -0
  1180. package/dist/hooks/project-memory/hot-path-tracker.d.ts.map +1 -0
  1181. package/dist/hooks/project-memory/hot-path-tracker.js +81 -0
  1182. package/dist/hooks/project-memory/hot-path-tracker.js.map +1 -0
  1183. package/dist/hooks/project-memory/index.d.ts +37 -0
  1184. package/dist/hooks/project-memory/index.d.ts.map +1 -0
  1185. package/dist/hooks/project-memory/index.js +103 -0
  1186. package/dist/hooks/project-memory/index.js.map +1 -0
  1187. package/dist/hooks/project-memory/learner.d.ts +23 -0
  1188. package/dist/hooks/project-memory/learner.d.ts.map +1 -0
  1189. package/dist/hooks/project-memory/learner.js +203 -0
  1190. package/dist/hooks/project-memory/learner.js.map +1 -0
  1191. package/dist/hooks/project-memory/pre-compact.d.ts +23 -0
  1192. package/dist/hooks/project-memory/pre-compact.d.ts.map +1 -0
  1193. package/dist/hooks/project-memory/pre-compact.js +51 -0
  1194. package/dist/hooks/project-memory/pre-compact.js.map +1 -0
  1195. package/dist/hooks/project-memory/storage.d.ts +28 -0
  1196. package/dist/hooks/project-memory/storage.d.ts.map +1 -0
  1197. package/dist/hooks/project-memory/storage.js +72 -0
  1198. package/dist/hooks/project-memory/storage.js.map +1 -0
  1199. package/dist/hooks/project-memory/types.d.ts +101 -0
  1200. package/dist/hooks/project-memory/types.d.ts.map +1 -0
  1201. package/dist/hooks/project-memory/types.js +6 -0
  1202. package/dist/hooks/project-memory/types.js.map +1 -0
  1203. package/dist/hooks/ralph/index.d.ts +11 -0
  1204. package/dist/hooks/ralph/index.d.ts.map +1 -0
  1205. package/dist/hooks/ralph/index.js +53 -0
  1206. package/dist/hooks/ralph/index.js.map +1 -0
  1207. package/dist/hooks/ralph/loop.d.ts +110 -0
  1208. package/dist/hooks/ralph/loop.d.ts.map +1 -0
  1209. package/dist/hooks/ralph/loop.js +291 -0
  1210. package/dist/hooks/ralph/loop.js.map +1 -0
  1211. package/dist/hooks/ralph/prd.d.ts +130 -0
  1212. package/dist/hooks/ralph/prd.d.ts.map +1 -0
  1213. package/dist/hooks/ralph/prd.js +310 -0
  1214. package/dist/hooks/ralph/prd.js.map +1 -0
  1215. package/dist/hooks/ralph/progress.d.ts +102 -0
  1216. package/dist/hooks/ralph/progress.d.ts.map +1 -0
  1217. package/dist/hooks/ralph/progress.js +408 -0
  1218. package/dist/hooks/ralph/progress.js.map +1 -0
  1219. package/dist/hooks/ralph/verifier.d.ts +71 -0
  1220. package/dist/hooks/ralph/verifier.d.ts.map +1 -0
  1221. package/dist/hooks/ralph/verifier.js +220 -0
  1222. package/dist/hooks/ralph/verifier.js.map +1 -0
  1223. package/dist/hooks/recovery/constants.d.ts +114 -0
  1224. package/dist/hooks/recovery/constants.d.ts.map +1 -0
  1225. package/dist/hooks/recovery/constants.js +227 -0
  1226. package/dist/hooks/recovery/constants.js.map +1 -0
  1227. package/dist/hooks/recovery/context-window.d.ts +24 -0
  1228. package/dist/hooks/recovery/context-window.d.ts.map +1 -0
  1229. package/dist/hooks/recovery/context-window.js +321 -0
  1230. package/dist/hooks/recovery/context-window.js.map +1 -0
  1231. package/dist/hooks/recovery/edit-error.d.ts +24 -0
  1232. package/dist/hooks/recovery/edit-error.d.ts.map +1 -0
  1233. package/dist/hooks/recovery/edit-error.js +56 -0
  1234. package/dist/hooks/recovery/edit-error.js.map +1 -0
  1235. package/dist/hooks/recovery/index.d.ts +102 -0
  1236. package/dist/hooks/recovery/index.d.ts.map +1 -0
  1237. package/dist/hooks/recovery/index.js +166 -0
  1238. package/dist/hooks/recovery/index.js.map +1 -0
  1239. package/dist/hooks/recovery/session-recovery.d.ts +24 -0
  1240. package/dist/hooks/recovery/session-recovery.d.ts.map +1 -0
  1241. package/dist/hooks/recovery/session-recovery.js +281 -0
  1242. package/dist/hooks/recovery/session-recovery.js.map +1 -0
  1243. package/dist/hooks/recovery/storage.d.ts +75 -0
  1244. package/dist/hooks/recovery/storage.d.ts.map +1 -0
  1245. package/dist/hooks/recovery/storage.js +382 -0
  1246. package/dist/hooks/recovery/storage.js.map +1 -0
  1247. package/dist/hooks/recovery/types.d.ts +196 -0
  1248. package/dist/hooks/recovery/types.d.ts.map +1 -0
  1249. package/dist/hooks/recovery/types.js +32 -0
  1250. package/dist/hooks/recovery/types.js.map +1 -0
  1251. package/dist/hooks/rules-injector/constants.d.ts +25 -0
  1252. package/dist/hooks/rules-injector/constants.d.ts.map +1 -0
  1253. package/dist/hooks/rules-injector/constants.js +40 -0
  1254. package/dist/hooks/rules-injector/constants.js.map +1 -0
  1255. package/dist/hooks/rules-injector/finder.d.ts +24 -0
  1256. package/dist/hooks/rules-injector/finder.d.ts.map +1 -0
  1257. package/dist/hooks/rules-injector/finder.js +215 -0
  1258. package/dist/hooks/rules-injector/finder.js.map +1 -0
  1259. package/dist/hooks/rules-injector/index.d.ts +45 -0
  1260. package/dist/hooks/rules-injector/index.d.ts.map +1 -0
  1261. package/dist/hooks/rules-injector/index.js +187 -0
  1262. package/dist/hooks/rules-injector/index.js.map +1 -0
  1263. package/dist/hooks/rules-injector/matcher.d.ts +25 -0
  1264. package/dist/hooks/rules-injector/matcher.d.ts.map +1 -0
  1265. package/dist/hooks/rules-injector/matcher.js +70 -0
  1266. package/dist/hooks/rules-injector/matcher.js.map +1 -0
  1267. package/dist/hooks/rules-injector/parser.d.ts +20 -0
  1268. package/dist/hooks/rules-injector/parser.d.ts.map +1 -0
  1269. package/dist/hooks/rules-injector/parser.js +181 -0
  1270. package/dist/hooks/rules-injector/parser.js.map +1 -0
  1271. package/dist/hooks/rules-injector/storage.d.ts +26 -0
  1272. package/dist/hooks/rules-injector/storage.d.ts.map +1 -0
  1273. package/dist/hooks/rules-injector/storage.js +61 -0
  1274. package/dist/hooks/rules-injector/storage.js.map +1 -0
  1275. package/dist/hooks/rules-injector/types.d.ts +101 -0
  1276. package/dist/hooks/rules-injector/types.d.ts.map +1 -0
  1277. package/dist/hooks/rules-injector/types.js +10 -0
  1278. package/dist/hooks/rules-injector/types.js.map +1 -0
  1279. package/dist/hooks/session-end/__tests__/callbacks.test.d.ts +2 -0
  1280. package/dist/hooks/session-end/__tests__/callbacks.test.d.ts.map +1 -0
  1281. package/dist/hooks/session-end/__tests__/callbacks.test.js +337 -0
  1282. package/dist/hooks/session-end/__tests__/callbacks.test.js.map +1 -0
  1283. package/dist/hooks/session-end/callbacks.d.ts +26 -0
  1284. package/dist/hooks/session-end/callbacks.d.ts.map +1 -0
  1285. package/dist/hooks/session-end/callbacks.js +189 -0
  1286. package/dist/hooks/session-end/callbacks.js.map +1 -0
  1287. package/dist/hooks/session-end/index.d.ts +57 -0
  1288. package/dist/hooks/session-end/index.d.ts.map +1 -0
  1289. package/dist/hooks/session-end/index.js +285 -0
  1290. package/dist/hooks/session-end/index.js.map +1 -0
  1291. package/dist/hooks/setup/index.d.ts +66 -0
  1292. package/dist/hooks/setup/index.d.ts.map +1 -0
  1293. package/dist/hooks/setup/index.js +306 -0
  1294. package/dist/hooks/setup/index.js.map +1 -0
  1295. package/dist/hooks/setup/types.d.ts +25 -0
  1296. package/dist/hooks/setup/types.d.ts.map +1 -0
  1297. package/dist/hooks/setup/types.js +5 -0
  1298. package/dist/hooks/setup/types.js.map +1 -0
  1299. package/dist/hooks/skc-orchestrator/audit.d.ts +31 -0
  1300. package/dist/hooks/skc-orchestrator/audit.d.ts.map +1 -0
  1301. package/dist/hooks/skc-orchestrator/audit.js +67 -0
  1302. package/dist/hooks/skc-orchestrator/audit.js.map +1 -0
  1303. package/dist/hooks/skc-orchestrator/constants.d.ts +27 -0
  1304. package/dist/hooks/skc-orchestrator/constants.d.ts.map +1 -0
  1305. package/dist/hooks/skc-orchestrator/constants.js +178 -0
  1306. package/dist/hooks/skc-orchestrator/constants.js.map +1 -0
  1307. package/dist/hooks/skc-orchestrator/index.d.ts +124 -0
  1308. package/dist/hooks/skc-orchestrator/index.d.ts.map +1 -0
  1309. package/dist/hooks/skc-orchestrator/index.js +442 -0
  1310. package/dist/hooks/skc-orchestrator/index.js.map +1 -0
  1311. package/dist/hooks/skill-bridge.cjs +457 -0
  1312. package/dist/hooks/subagent-tracker/__tests__/index.test.d.ts +2 -0
  1313. package/dist/hooks/subagent-tracker/__tests__/index.test.d.ts.map +1 -0
  1314. package/dist/hooks/subagent-tracker/__tests__/index.test.js +818 -0
  1315. package/dist/hooks/subagent-tracker/__tests__/index.test.js.map +1 -0
  1316. package/dist/hooks/subagent-tracker/__tests__/session-replay.test.d.ts +2 -0
  1317. package/dist/hooks/subagent-tracker/__tests__/session-replay.test.d.ts.map +1 -0
  1318. package/dist/hooks/subagent-tracker/__tests__/session-replay.test.js +139 -0
  1319. package/dist/hooks/subagent-tracker/__tests__/session-replay.test.js.map +1 -0
  1320. package/dist/hooks/subagent-tracker/index.d.ts +242 -0
  1321. package/dist/hooks/subagent-tracker/index.d.ts.map +1 -0
  1322. package/dist/hooks/subagent-tracker/index.js +885 -0
  1323. package/dist/hooks/subagent-tracker/index.js.map +1 -0
  1324. package/dist/hooks/subagent-tracker/session-replay.d.ts +97 -0
  1325. package/dist/hooks/subagent-tracker/session-replay.d.ts.map +1 -0
  1326. package/dist/hooks/subagent-tracker/session-replay.js +285 -0
  1327. package/dist/hooks/subagent-tracker/session-replay.js.map +1 -0
  1328. package/dist/hooks/swarm/__tests__/addMoreTasks.test.d.ts +2 -0
  1329. package/dist/hooks/swarm/__tests__/addMoreTasks.test.d.ts.map +1 -0
  1330. package/dist/hooks/swarm/__tests__/addMoreTasks.test.js +203 -0
  1331. package/dist/hooks/swarm/__tests__/addMoreTasks.test.js.map +1 -0
  1332. package/dist/hooks/swarm/__tests__/aggressive-swarm.integration.test.d.ts +2 -0
  1333. package/dist/hooks/swarm/__tests__/aggressive-swarm.integration.test.d.ts.map +1 -0
  1334. package/dist/hooks/swarm/__tests__/aggressive-swarm.integration.test.js +273 -0
  1335. package/dist/hooks/swarm/__tests__/aggressive-swarm.integration.test.js.map +1 -0
  1336. package/dist/hooks/swarm/__tests__/claiming.test.d.ts +2 -0
  1337. package/dist/hooks/swarm/__tests__/claiming.test.d.ts.map +1 -0
  1338. package/dist/hooks/swarm/__tests__/claiming.test.js +170 -0
  1339. package/dist/hooks/swarm/__tests__/claiming.test.js.map +1 -0
  1340. package/dist/hooks/swarm/__tests__/index.test.d.ts +2 -0
  1341. package/dist/hooks/swarm/__tests__/index.test.d.ts.map +1 -0
  1342. package/dist/hooks/swarm/__tests__/index.test.js +157 -0
  1343. package/dist/hooks/swarm/__tests__/index.test.js.map +1 -0
  1344. package/dist/hooks/swarm/__tests__/migration.test.d.ts +2 -0
  1345. package/dist/hooks/swarm/__tests__/migration.test.d.ts.map +1 -0
  1346. package/dist/hooks/swarm/__tests__/migration.test.js +140 -0
  1347. package/dist/hooks/swarm/__tests__/migration.test.js.map +1 -0
  1348. package/dist/hooks/swarm/__tests__/mode-registry.test.d.ts +2 -0
  1349. package/dist/hooks/swarm/__tests__/mode-registry.test.d.ts.map +1 -0
  1350. package/dist/hooks/swarm/__tests__/mode-registry.test.js +177 -0
  1351. package/dist/hooks/swarm/__tests__/mode-registry.test.js.map +1 -0
  1352. package/dist/hooks/swarm/__tests__/priority-claiming.test.d.ts +2 -0
  1353. package/dist/hooks/swarm/__tests__/priority-claiming.test.d.ts.map +1 -0
  1354. package/dist/hooks/swarm/__tests__/priority-claiming.test.js +122 -0
  1355. package/dist/hooks/swarm/__tests__/priority-claiming.test.js.map +1 -0
  1356. package/dist/hooks/swarm/__tests__/types.test.d.ts +2 -0
  1357. package/dist/hooks/swarm/__tests__/types.test.d.ts.map +1 -0
  1358. package/dist/hooks/swarm/__tests__/types.test.js +73 -0
  1359. package/dist/hooks/swarm/__tests__/types.test.js.map +1 -0
  1360. package/dist/hooks/swarm/claiming.d.ts +123 -0
  1361. package/dist/hooks/swarm/claiming.d.ts.map +1 -0
  1362. package/dist/hooks/swarm/claiming.js +639 -0
  1363. package/dist/hooks/swarm/claiming.js.map +1 -0
  1364. package/dist/hooks/swarm/index.d.ts +261 -0
  1365. package/dist/hooks/swarm/index.d.ts.map +1 -0
  1366. package/dist/hooks/swarm/index.js +485 -0
  1367. package/dist/hooks/swarm/index.js.map +1 -0
  1368. package/dist/hooks/swarm/state.d.ts +131 -0
  1369. package/dist/hooks/swarm/state.d.ts.map +1 -0
  1370. package/dist/hooks/swarm/state.js +690 -0
  1371. package/dist/hooks/swarm/state.js.map +1 -0
  1372. package/dist/hooks/swarm/types.d.ts +138 -0
  1373. package/dist/hooks/swarm/types.d.ts.map +1 -0
  1374. package/dist/hooks/swarm/types.js +22 -0
  1375. package/dist/hooks/swarm/types.js.map +1 -0
  1376. package/dist/hooks/think-mode/__tests__/index.test.d.ts +2 -0
  1377. package/dist/hooks/think-mode/__tests__/index.test.d.ts.map +1 -0
  1378. package/dist/hooks/think-mode/__tests__/index.test.js +556 -0
  1379. package/dist/hooks/think-mode/__tests__/index.test.js.map +1 -0
  1380. package/dist/hooks/think-mode/detector.d.ts +28 -0
  1381. package/dist/hooks/think-mode/detector.d.ts.map +1 -0
  1382. package/dist/hooks/think-mode/detector.js +105 -0
  1383. package/dist/hooks/think-mode/detector.js.map +1 -0
  1384. package/dist/hooks/think-mode/index.d.ts +70 -0
  1385. package/dist/hooks/think-mode/index.d.ts.map +1 -0
  1386. package/dist/hooks/think-mode/index.js +144 -0
  1387. package/dist/hooks/think-mode/index.js.map +1 -0
  1388. package/dist/hooks/think-mode/switcher.d.ts +39 -0
  1389. package/dist/hooks/think-mode/switcher.d.ts.map +1 -0
  1390. package/dist/hooks/think-mode/switcher.js +180 -0
  1391. package/dist/hooks/think-mode/switcher.js.map +1 -0
  1392. package/dist/hooks/think-mode/types.d.ts +60 -0
  1393. package/dist/hooks/think-mode/types.d.ts.map +1 -0
  1394. package/dist/hooks/think-mode/types.js +9 -0
  1395. package/dist/hooks/think-mode/types.js.map +1 -0
  1396. package/dist/hooks/thinking-block-validator/constants.d.ts +37 -0
  1397. package/dist/hooks/thinking-block-validator/constants.d.ts.map +1 -0
  1398. package/dist/hooks/thinking-block-validator/constants.js +50 -0
  1399. package/dist/hooks/thinking-block-validator/constants.js.map +1 -0
  1400. package/dist/hooks/thinking-block-validator/index.d.ts +35 -0
  1401. package/dist/hooks/thinking-block-validator/index.d.ts.map +1 -0
  1402. package/dist/hooks/thinking-block-validator/index.js +156 -0
  1403. package/dist/hooks/thinking-block-validator/index.js.map +1 -0
  1404. package/dist/hooks/thinking-block-validator/types.d.ts +67 -0
  1405. package/dist/hooks/thinking-block-validator/types.d.ts.map +1 -0
  1406. package/dist/hooks/thinking-block-validator/types.js +9 -0
  1407. package/dist/hooks/thinking-block-validator/types.js.map +1 -0
  1408. package/dist/hooks/todo-continuation/__tests__/isUserAbort.test.d.ts +2 -0
  1409. package/dist/hooks/todo-continuation/__tests__/isUserAbort.test.d.ts.map +1 -0
  1410. package/dist/hooks/todo-continuation/__tests__/isUserAbort.test.js +119 -0
  1411. package/dist/hooks/todo-continuation/__tests__/isUserAbort.test.js.map +1 -0
  1412. package/dist/hooks/todo-continuation/index.d.ts +186 -0
  1413. package/dist/hooks/todo-continuation/index.d.ts.map +1 -0
  1414. package/dist/hooks/todo-continuation/index.js +358 -0
  1415. package/dist/hooks/todo-continuation/index.js.map +1 -0
  1416. package/dist/hooks/ultrapilot/decomposer.d.ts +141 -0
  1417. package/dist/hooks/ultrapilot/decomposer.d.ts.map +1 -0
  1418. package/dist/hooks/ultrapilot/decomposer.js +377 -0
  1419. package/dist/hooks/ultrapilot/decomposer.js.map +1 -0
  1420. package/dist/hooks/ultrapilot/index.d.ts +121 -0
  1421. package/dist/hooks/ultrapilot/index.d.ts.map +1 -0
  1422. package/dist/hooks/ultrapilot/index.js +351 -0
  1423. package/dist/hooks/ultrapilot/index.js.map +1 -0
  1424. package/dist/hooks/ultrapilot/state.d.ts +72 -0
  1425. package/dist/hooks/ultrapilot/state.d.ts.map +1 -0
  1426. package/dist/hooks/ultrapilot/state.js +266 -0
  1427. package/dist/hooks/ultrapilot/state.js.map +1 -0
  1428. package/dist/hooks/ultrapilot/types.d.ts +115 -0
  1429. package/dist/hooks/ultrapilot/types.d.ts.map +1 -0
  1430. package/dist/hooks/ultrapilot/types.js +36 -0
  1431. package/dist/hooks/ultrapilot/types.js.map +1 -0
  1432. package/dist/hooks/ultraqa/index.d.ts +96 -0
  1433. package/dist/hooks/ultraqa/index.d.ts.map +1 -0
  1434. package/dist/hooks/ultraqa/index.js +217 -0
  1435. package/dist/hooks/ultraqa/index.js.map +1 -0
  1436. package/dist/hooks/ultrawork/index.d.ts +64 -0
  1437. package/dist/hooks/ultrawork/index.d.ts.map +1 -0
  1438. package/dist/hooks/ultrawork/index.js +168 -0
  1439. package/dist/hooks/ultrawork/index.js.map +1 -0
  1440. package/dist/hooks/ultrawork/session-isolation.test.d.ts +2 -0
  1441. package/dist/hooks/ultrawork/session-isolation.test.d.ts.map +1 -0
  1442. package/dist/hooks/ultrawork/session-isolation.test.js +241 -0
  1443. package/dist/hooks/ultrawork/session-isolation.test.js.map +1 -0
  1444. package/dist/hud/analytics-display.d.ts +60 -0
  1445. package/dist/hud/analytics-display.d.ts.map +1 -0
  1446. package/dist/hud/analytics-display.js +188 -0
  1447. package/dist/hud/analytics-display.js.map +1 -0
  1448. package/dist/hud/background-cleanup.d.ts +28 -0
  1449. package/dist/hud/background-cleanup.d.ts.map +1 -0
  1450. package/dist/hud/background-cleanup.js +92 -0
  1451. package/dist/hud/background-cleanup.js.map +1 -0
  1452. package/dist/hud/background-tasks.d.ts +26 -0
  1453. package/dist/hud/background-tasks.d.ts.map +1 -0
  1454. package/dist/hud/background-tasks.js +116 -0
  1455. package/dist/hud/background-tasks.js.map +1 -0
  1456. package/dist/hud/colors.d.ts +54 -0
  1457. package/dist/hud/colors.d.ts.map +1 -0
  1458. package/dist/hud/colors.js +156 -0
  1459. package/dist/hud/colors.js.map +1 -0
  1460. package/dist/hud/elements/agents.d.ts +73 -0
  1461. package/dist/hud/elements/agents.d.ts.map +1 -0
  1462. package/dist/hud/elements/agents.js +407 -0
  1463. package/dist/hud/elements/agents.js.map +1 -0
  1464. package/dist/hud/elements/autopilot.d.ts +29 -0
  1465. package/dist/hud/elements/autopilot.d.ts.map +1 -0
  1466. package/dist/hud/elements/autopilot.js +97 -0
  1467. package/dist/hud/elements/autopilot.js.map +1 -0
  1468. package/dist/hud/elements/background.d.ts +20 -0
  1469. package/dist/hud/elements/background.d.ts.map +1 -0
  1470. package/dist/hud/elements/background.js +71 -0
  1471. package/dist/hud/elements/background.js.map +1 -0
  1472. package/dist/hud/elements/context.d.ts +19 -0
  1473. package/dist/hud/elements/context.d.ts.map +1 -0
  1474. package/dist/hud/elements/context.js +58 -0
  1475. package/dist/hud/elements/context.js.map +1 -0
  1476. package/dist/hud/elements/cwd.d.ts +15 -0
  1477. package/dist/hud/elements/cwd.d.ts.map +1 -0
  1478. package/dist/hud/elements/cwd.js +39 -0
  1479. package/dist/hud/elements/cwd.js.map +1 -0
  1480. package/dist/hud/elements/git.d.ts +37 -0
  1481. package/dist/hud/elements/git.d.ts.map +1 -0
  1482. package/dist/hud/elements/git.js +80 -0
  1483. package/dist/hud/elements/git.js.map +1 -0
  1484. package/dist/hud/elements/index.d.ts +21 -0
  1485. package/dist/hud/elements/index.d.ts.map +1 -0
  1486. package/dist/hud/elements/index.js +21 -0
  1487. package/dist/hud/elements/index.js.map +1 -0
  1488. package/dist/hud/elements/limits.d.ts +25 -0
  1489. package/dist/hud/elements/limits.d.ts.map +1 -0
  1490. package/dist/hud/elements/limits.js +118 -0
  1491. package/dist/hud/elements/limits.js.map +1 -0
  1492. package/dist/hud/elements/model.d.ts +15 -0
  1493. package/dist/hud/elements/model.d.ts.map +1 -0
  1494. package/dist/hud/elements/model.js +34 -0
  1495. package/dist/hud/elements/model.js.map +1 -0
  1496. package/dist/hud/elements/permission.d.ts +13 -0
  1497. package/dist/hud/elements/permission.d.ts.map +1 -0
  1498. package/dist/hud/elements/permission.js +20 -0
  1499. package/dist/hud/elements/permission.js.map +1 -0
  1500. package/dist/hud/elements/prd.d.ts +20 -0
  1501. package/dist/hud/elements/prd.d.ts.map +1 -0
  1502. package/dist/hud/elements/prd.js +52 -0
  1503. package/dist/hud/elements/prd.js.map +1 -0
  1504. package/dist/hud/elements/ralph.d.ts +14 -0
  1505. package/dist/hud/elements/ralph.d.ts.map +1 -0
  1506. package/dist/hud/elements/ralph.js +36 -0
  1507. package/dist/hud/elements/ralph.js.map +1 -0
  1508. package/dist/hud/elements/session.d.ts +13 -0
  1509. package/dist/hud/elements/session.d.ts.map +1 -0
  1510. package/dist/hud/elements/session.js +24 -0
  1511. package/dist/hud/elements/session.js.map +1 -0
  1512. package/dist/hud/elements/skills.d.ts +24 -0
  1513. package/dist/hud/elements/skills.d.ts.map +1 -0
  1514. package/dist/hud/elements/skills.js +83 -0
  1515. package/dist/hud/elements/skills.js.map +1 -0
  1516. package/dist/hud/elements/thinking.d.ts +15 -0
  1517. package/dist/hud/elements/thinking.d.ts.map +1 -0
  1518. package/dist/hud/elements/thinking.js +31 -0
  1519. package/dist/hud/elements/thinking.js.map +1 -0
  1520. package/dist/hud/elements/todos.d.ts +20 -0
  1521. package/dist/hud/elements/todos.d.ts.map +1 -0
  1522. package/dist/hud/elements/todos.js +71 -0
  1523. package/dist/hud/elements/todos.js.map +1 -0
  1524. package/dist/hud/index.d.ts +9 -0
  1525. package/dist/hud/index.d.ts.map +1 -0
  1526. package/dist/hud/index.js +313 -0
  1527. package/dist/hud/index.js.map +1 -0
  1528. package/dist/hud/omc-state.d.ts +38 -0
  1529. package/dist/hud/omc-state.d.ts.map +1 -0
  1530. package/dist/hud/omc-state.js +197 -0
  1531. package/dist/hud/omc-state.js.map +1 -0
  1532. package/dist/hud/render.d.ts +20 -0
  1533. package/dist/hud/render.d.ts.map +1 -0
  1534. package/dist/hud/render.js +294 -0
  1535. package/dist/hud/render.js.map +1 -0
  1536. package/dist/hud/sanitize.d.ts +54 -0
  1537. package/dist/hud/sanitize.d.ts.map +1 -0
  1538. package/dist/hud/sanitize.js +88 -0
  1539. package/dist/hud/sanitize.js.map +1 -0
  1540. package/dist/hud/skc-state.d.ts +38 -0
  1541. package/dist/hud/skc-state.d.ts.map +1 -0
  1542. package/dist/hud/skc-state.js +197 -0
  1543. package/dist/hud/skc-state.js.map +1 -0
  1544. package/dist/hud/state.d.ts +49 -0
  1545. package/dist/hud/state.d.ts.map +1 -0
  1546. package/dist/hud/state.js +227 -0
  1547. package/dist/hud/state.js.map +1 -0
  1548. package/dist/hud/stdin.d.ts +22 -0
  1549. package/dist/hud/stdin.d.ts.map +1 -0
  1550. package/dist/hud/stdin.js +65 -0
  1551. package/dist/hud/stdin.js.map +1 -0
  1552. package/dist/hud/transcript.d.ts +35 -0
  1553. package/dist/hud/transcript.d.ts.map +1 -0
  1554. package/dist/hud/transcript.js +367 -0
  1555. package/dist/hud/transcript.js.map +1 -0
  1556. package/dist/hud/types.d.ts +234 -0
  1557. package/dist/hud/types.d.ts.map +1 -0
  1558. package/dist/hud/types.js +222 -0
  1559. package/dist/hud/types.js.map +1 -0
  1560. package/dist/hud/usage-api.d.ts +24 -0
  1561. package/dist/hud/usage-api.d.ts.map +1 -0
  1562. package/dist/hud/usage-api.js +419 -0
  1563. package/dist/hud/usage-api.js.map +1 -0
  1564. package/dist/index.d.ts +118 -0
  1565. package/dist/index.d.ts.map +1 -0
  1566. package/dist/index.js +193 -0
  1567. package/dist/index.js.map +1 -0
  1568. package/dist/installer/__tests__/claude-md-merge.test.d.ts +6 -0
  1569. package/dist/installer/__tests__/claude-md-merge.test.d.ts.map +1 -0
  1570. package/dist/installer/__tests__/claude-md-merge.test.js +220 -0
  1571. package/dist/installer/__tests__/claude-md-merge.test.js.map +1 -0
  1572. package/dist/installer/__tests__/safe-installer.test.d.ts +6 -0
  1573. package/dist/installer/__tests__/safe-installer.test.d.ts.map +1 -0
  1574. package/dist/installer/__tests__/safe-installer.test.js +172 -0
  1575. package/dist/installer/__tests__/safe-installer.test.js.map +1 -0
  1576. package/dist/installer/hooks.d.ts +122 -0
  1577. package/dist/installer/hooks.d.ts.map +1 -0
  1578. package/dist/installer/hooks.js +382 -0
  1579. package/dist/installer/hooks.js.map +1 -0
  1580. package/dist/installer/index.d.ts +123 -0
  1581. package/dist/installer/index.d.ts.map +1 -0
  1582. package/dist/installer/index.js +686 -0
  1583. package/dist/installer/index.js.map +1 -0
  1584. package/dist/lib/__tests__/worktree-paths.test.d.ts +2 -0
  1585. package/dist/lib/__tests__/worktree-paths.test.d.ts.map +1 -0
  1586. package/dist/lib/__tests__/worktree-paths.test.js +113 -0
  1587. package/dist/lib/__tests__/worktree-paths.test.js.map +1 -0
  1588. package/dist/lib/atomic-write.d.ts +56 -0
  1589. package/dist/lib/atomic-write.d.ts.map +1 -0
  1590. package/dist/lib/atomic-write.js +242 -0
  1591. package/dist/lib/atomic-write.js.map +1 -0
  1592. package/dist/lib/worktree-paths.d.ts +121 -0
  1593. package/dist/lib/worktree-paths.d.ts.map +1 -0
  1594. package/dist/lib/worktree-paths.js +260 -0
  1595. package/dist/lib/worktree-paths.js.map +1 -0
  1596. package/dist/mcp/cli-detection.d.ts +26 -0
  1597. package/dist/mcp/cli-detection.d.ts.map +1 -0
  1598. package/dist/mcp/cli-detection.js +80 -0
  1599. package/dist/mcp/cli-detection.js.map +1 -0
  1600. package/dist/mcp/codex-core.d.ts +67 -0
  1601. package/dist/mcp/codex-core.d.ts.map +1 -0
  1602. package/dist/mcp/codex-core.js +633 -0
  1603. package/dist/mcp/codex-core.js.map +1 -0
  1604. package/dist/mcp/codex-server.d.ts +20 -0
  1605. package/dist/mcp/codex-server.d.ts.map +1 -0
  1606. package/dist/mcp/codex-server.js +67 -0
  1607. package/dist/mcp/codex-server.js.map +1 -0
  1608. package/dist/mcp/codex-standalone-server.d.ts +8 -0
  1609. package/dist/mcp/codex-standalone-server.d.ts.map +1 -0
  1610. package/dist/mcp/codex-standalone-server.js +71 -0
  1611. package/dist/mcp/codex-standalone-server.js.map +1 -0
  1612. package/dist/mcp/gemini-core.d.ts +69 -0
  1613. package/dist/mcp/gemini-core.d.ts.map +1 -0
  1614. package/dist/mcp/gemini-core.js +628 -0
  1615. package/dist/mcp/gemini-core.js.map +1 -0
  1616. package/dist/mcp/gemini-server.d.ts +20 -0
  1617. package/dist/mcp/gemini-server.d.ts.map +1 -0
  1618. package/dist/mcp/gemini-server.js +67 -0
  1619. package/dist/mcp/gemini-server.js.map +1 -0
  1620. package/dist/mcp/gemini-standalone-server.d.ts +8 -0
  1621. package/dist/mcp/gemini-standalone-server.d.ts.map +1 -0
  1622. package/dist/mcp/gemini-standalone-server.js +71 -0
  1623. package/dist/mcp/gemini-standalone-server.js.map +1 -0
  1624. package/dist/mcp/index.d.ts +14 -0
  1625. package/dist/mcp/index.d.ts.map +1 -0
  1626. package/dist/mcp/index.js +19 -0
  1627. package/dist/mcp/index.js.map +1 -0
  1628. package/dist/mcp/job-management.d.ts +151 -0
  1629. package/dist/mcp/job-management.d.ts.map +1 -0
  1630. package/dist/mcp/job-management.js +451 -0
  1631. package/dist/mcp/job-management.js.map +1 -0
  1632. package/dist/mcp/omc-tools-server.d.ts +29 -0
  1633. package/dist/mcp/omc-tools-server.d.ts.map +1 -0
  1634. package/dist/mcp/omc-tools-server.js +65 -0
  1635. package/dist/mcp/omc-tools-server.js.map +1 -0
  1636. package/dist/mcp/prompt-injection.d.ts +28 -0
  1637. package/dist/mcp/prompt-injection.d.ts.map +1 -0
  1638. package/dist/mcp/prompt-injection.js +72 -0
  1639. package/dist/mcp/prompt-injection.js.map +1 -0
  1640. package/dist/mcp/prompt-persistence.d.ts +151 -0
  1641. package/dist/mcp/prompt-persistence.d.ts.map +1 -0
  1642. package/dist/mcp/prompt-persistence.js +324 -0
  1643. package/dist/mcp/prompt-persistence.js.map +1 -0
  1644. package/dist/mcp/servers.d.ts +61 -0
  1645. package/dist/mcp/servers.d.ts.map +1 -0
  1646. package/dist/mcp/servers.js +90 -0
  1647. package/dist/mcp/servers.js.map +1 -0
  1648. package/dist/mcp/skc-tools-server.d.ts +29 -0
  1649. package/dist/mcp/skc-tools-server.d.ts.map +1 -0
  1650. package/dist/mcp/skc-tools-server.js +65 -0
  1651. package/dist/mcp/skc-tools-server.js.map +1 -0
  1652. package/dist/mcp/standalone-server.d.ts +11 -0
  1653. package/dist/mcp/standalone-server.d.ts.map +1 -0
  1654. package/dist/mcp/standalone-server.js +163 -0
  1655. package/dist/mcp/standalone-server.js.map +1 -0
  1656. package/dist/platform/index.d.ts +16 -0
  1657. package/dist/platform/index.d.ts.map +1 -0
  1658. package/dist/platform/index.js +29 -0
  1659. package/dist/platform/index.js.map +1 -0
  1660. package/dist/platform/process-utils.d.ts +26 -0
  1661. package/dist/platform/process-utils.d.ts.map +1 -0
  1662. package/dist/platform/process-utils.js +157 -0
  1663. package/dist/platform/process-utils.js.map +1 -0
  1664. package/dist/shared/index.d.ts +5 -0
  1665. package/dist/shared/index.d.ts.map +1 -0
  1666. package/dist/shared/index.js +5 -0
  1667. package/dist/shared/index.js.map +1 -0
  1668. package/dist/shared/types.d.ts +160 -0
  1669. package/dist/shared/types.d.ts.map +1 -0
  1670. package/dist/shared/types.js +5 -0
  1671. package/dist/shared/types.js.map +1 -0
  1672. package/dist/tools/__tests__/state-tools.test.d.ts +2 -0
  1673. package/dist/tools/__tests__/state-tools.test.d.ts.map +1 -0
  1674. package/dist/tools/__tests__/state-tools.test.js +102 -0
  1675. package/dist/tools/__tests__/state-tools.test.js.map +1 -0
  1676. package/dist/tools/ast-tools.d.ts +63 -0
  1677. package/dist/tools/ast-tools.d.ts.map +1 -0
  1678. package/dist/tools/ast-tools.js +498 -0
  1679. package/dist/tools/ast-tools.js.map +1 -0
  1680. package/dist/tools/diagnostics/index.d.ts +29 -0
  1681. package/dist/tools/diagnostics/index.d.ts.map +1 -0
  1682. package/dist/tools/diagnostics/index.js +118 -0
  1683. package/dist/tools/diagnostics/index.js.map +1 -0
  1684. package/dist/tools/diagnostics/lsp-aggregator.d.ts +26 -0
  1685. package/dist/tools/diagnostics/lsp-aggregator.d.ts.map +1 -0
  1686. package/dist/tools/diagnostics/lsp-aggregator.js +99 -0
  1687. package/dist/tools/diagnostics/lsp-aggregator.js.map +1 -0
  1688. package/dist/tools/diagnostics/tsc-runner.d.ts +26 -0
  1689. package/dist/tools/diagnostics/tsc-runner.d.ts.map +1 -0
  1690. package/dist/tools/diagnostics/tsc-runner.js +70 -0
  1691. package/dist/tools/diagnostics/tsc-runner.js.map +1 -0
  1692. package/dist/tools/index.d.ts +53 -0
  1693. package/dist/tools/index.d.ts.map +1 -0
  1694. package/dist/tools/index.js +123 -0
  1695. package/dist/tools/index.js.map +1 -0
  1696. package/dist/tools/lsp/client.d.ts +201 -0
  1697. package/dist/tools/lsp/client.d.ts.map +1 -0
  1698. package/dist/tools/lsp/client.js +475 -0
  1699. package/dist/tools/lsp/client.js.map +1 -0
  1700. package/dist/tools/lsp/index.d.ts +9 -0
  1701. package/dist/tools/lsp/index.d.ts.map +1 -0
  1702. package/dist/tools/lsp/index.js +7 -0
  1703. package/dist/tools/lsp/index.js.map +1 -0
  1704. package/dist/tools/lsp/servers.d.ts +37 -0
  1705. package/dist/tools/lsp/servers.d.ts.map +1 -0
  1706. package/dist/tools/lsp/servers.js +210 -0
  1707. package/dist/tools/lsp/servers.js.map +1 -0
  1708. package/dist/tools/lsp/utils.d.ts +58 -0
  1709. package/dist/tools/lsp/utils.d.ts.map +1 -0
  1710. package/dist/tools/lsp/utils.js +242 -0
  1711. package/dist/tools/lsp/utils.js.map +1 -0
  1712. package/dist/tools/lsp-tools.d.ts +151 -0
  1713. package/dist/tools/lsp-tools.d.ts.map +1 -0
  1714. package/dist/tools/lsp-tools.js +400 -0
  1715. package/dist/tools/lsp-tools.js.map +1 -0
  1716. package/dist/tools/memory-tools.d.ts +48 -0
  1717. package/dist/tools/memory-tools.d.ts.map +1 -0
  1718. package/dist/tools/memory-tools.js +230 -0
  1719. package/dist/tools/memory-tools.js.map +1 -0
  1720. package/dist/tools/notepad-tools.d.ts +49 -0
  1721. package/dist/tools/notepad-tools.d.ts.map +1 -0
  1722. package/dist/tools/notepad-tools.js +303 -0
  1723. package/dist/tools/notepad-tools.js.map +1 -0
  1724. package/dist/tools/python-repl/bridge-manager.d.ts +65 -0
  1725. package/dist/tools/python-repl/bridge-manager.d.ts.map +1 -0
  1726. package/dist/tools/python-repl/bridge-manager.js +453 -0
  1727. package/dist/tools/python-repl/bridge-manager.js.map +1 -0
  1728. package/dist/tools/python-repl/index.d.ts +40 -0
  1729. package/dist/tools/python-repl/index.d.ts.map +1 -0
  1730. package/dist/tools/python-repl/index.js +36 -0
  1731. package/dist/tools/python-repl/index.js.map +1 -0
  1732. package/dist/tools/python-repl/paths.d.ts +84 -0
  1733. package/dist/tools/python-repl/paths.d.ts.map +1 -0
  1734. package/dist/tools/python-repl/paths.js +218 -0
  1735. package/dist/tools/python-repl/paths.js.map +1 -0
  1736. package/dist/tools/python-repl/session-lock.d.ts +111 -0
  1737. package/dist/tools/python-repl/session-lock.d.ts.map +1 -0
  1738. package/dist/tools/python-repl/session-lock.js +474 -0
  1739. package/dist/tools/python-repl/session-lock.js.map +1 -0
  1740. package/dist/tools/python-repl/socket-client.d.ts +42 -0
  1741. package/dist/tools/python-repl/socket-client.d.ts.map +1 -0
  1742. package/dist/tools/python-repl/socket-client.js +157 -0
  1743. package/dist/tools/python-repl/socket-client.js.map +1 -0
  1744. package/dist/tools/python-repl/tool.d.ts +100 -0
  1745. package/dist/tools/python-repl/tool.d.ts.map +1 -0
  1746. package/dist/tools/python-repl/tool.js +575 -0
  1747. package/dist/tools/python-repl/tool.js.map +1 -0
  1748. package/dist/tools/python-repl/types.d.ts +95 -0
  1749. package/dist/tools/python-repl/types.d.ts.map +1 -0
  1750. package/dist/tools/python-repl/types.js +2 -0
  1751. package/dist/tools/python-repl/types.js.map +1 -0
  1752. package/dist/tools/resume-session.d.ts +63 -0
  1753. package/dist/tools/resume-session.d.ts.map +1 -0
  1754. package/dist/tools/resume-session.js +106 -0
  1755. package/dist/tools/resume-session.js.map +1 -0
  1756. package/dist/tools/skills-tools.d.ts +75 -0
  1757. package/dist/tools/skills-tools.d.ts.map +1 -0
  1758. package/dist/tools/skills-tools.js +151 -0
  1759. package/dist/tools/skills-tools.js.map +1 -0
  1760. package/dist/tools/state-tools.d.ts +65 -0
  1761. package/dist/tools/state-tools.d.ts.map +1 -0
  1762. package/dist/tools/state-tools.js +404 -0
  1763. package/dist/tools/state-tools.js.map +1 -0
  1764. package/dist/tools/types.d.ts +28 -0
  1765. package/dist/tools/types.d.ts.map +1 -0
  1766. package/dist/tools/types.js +8 -0
  1767. package/dist/tools/types.js.map +1 -0
  1768. package/dist/utils/__tests__/paths.test.d.ts +2 -0
  1769. package/dist/utils/__tests__/paths.test.d.ts.map +1 -0
  1770. package/dist/utils/__tests__/paths.test.js +88 -0
  1771. package/dist/utils/__tests__/paths.test.js.map +1 -0
  1772. package/dist/utils/__tests__/string-width.test.d.ts +6 -0
  1773. package/dist/utils/__tests__/string-width.test.d.ts.map +1 -0
  1774. package/dist/utils/__tests__/string-width.test.js +173 -0
  1775. package/dist/utils/__tests__/string-width.test.js.map +1 -0
  1776. package/dist/utils/paths.d.ts +41 -0
  1777. package/dist/utils/paths.d.ts.map +1 -0
  1778. package/dist/utils/paths.js +87 -0
  1779. package/dist/utils/paths.js.map +1 -0
  1780. package/dist/utils/string-width.d.ts +80 -0
  1781. package/dist/utils/string-width.d.ts.map +1 -0
  1782. package/dist/utils/string-width.js +219 -0
  1783. package/dist/utils/string-width.js.map +1 -0
  1784. package/dist/verification/tier-selector.d.ts +40 -0
  1785. package/dist/verification/tier-selector.d.ts.map +1 -0
  1786. package/dist/verification/tier-selector.js +95 -0
  1787. package/dist/verification/tier-selector.js.map +1 -0
  1788. package/dist/verification/tier-selector.test.d.ts +2 -0
  1789. package/dist/verification/tier-selector.test.d.ts.map +1 -0
  1790. package/dist/verification/tier-selector.test.js +282 -0
  1791. package/dist/verification/tier-selector.test.js.map +1 -0
  1792. package/hooks/context-hooks/agents-injector/constants.ts +9 -0
  1793. package/hooks/context-hooks/agents-injector/index.ts +153 -0
  1794. package/hooks/context-hooks/agents-injector/storage.ts +8 -0
  1795. package/hooks/context-hooks/context-window-monitor.ts +99 -0
  1796. package/hooks/context-hooks/empty-task-response-detector.ts +27 -0
  1797. package/hooks/context-hooks/index.ts +40 -0
  1798. package/hooks/context-hooks/keyword/analyze/default.ts +27 -0
  1799. package/hooks/context-hooks/keyword/analyze/index.ts +1 -0
  1800. package/hooks/context-hooks/keyword/constants.ts +31 -0
  1801. package/hooks/context-hooks/keyword/detector.ts +53 -0
  1802. package/hooks/context-hooks/keyword/index.test.ts +728 -0
  1803. package/hooks/context-hooks/keyword/index.ts +109 -0
  1804. package/hooks/context-hooks/keyword/search/default.ts +20 -0
  1805. package/hooks/context-hooks/keyword/search/index.ts +1 -0
  1806. package/hooks/context-hooks/keyword/types.ts +4 -0
  1807. package/hooks/context-hooks/keyword/ultrawork/default.ts +276 -0
  1808. package/hooks/context-hooks/keyword/ultrawork/gpt5.2.ts +151 -0
  1809. package/hooks/context-hooks/keyword/ultrawork/index.ts +36 -0
  1810. package/hooks/context-hooks/keyword/ultrawork/planner.ts +142 -0
  1811. package/hooks/context-hooks/keyword/ultrawork/utils.ts +49 -0
  1812. package/hooks/context-hooks/preemptive-compaction.test.ts +97 -0
  1813. package/hooks/context-hooks/preemptive-compaction.ts +103 -0
  1814. package/hooks/context-hooks/session/constants.ts +10 -0
  1815. package/hooks/context-hooks/session/index.test.ts +223 -0
  1816. package/hooks/context-hooks/session/index.ts +436 -0
  1817. package/hooks/context-hooks/session/storage.ts +390 -0
  1818. package/hooks/context-hooks/session/types.ts +98 -0
  1819. package/hooks/context-hooks/session-notification-utils.ts +49 -0
  1820. package/hooks/context-hooks/session-notification.test.ts +361 -0
  1821. package/hooks/context-hooks/session-notification.ts +337 -0
  1822. package/hooks/context-hooks/todo-continuation-enforcer.test.ts +1262 -0
  1823. package/hooks/context-hooks/todo-continuation-enforcer.ts +517 -0
  1824. package/hooks/context-hooks/tool-output-truncator.test.ts +168 -0
  1825. package/hooks/context-hooks/tool-output-truncator.ts +62 -0
  1826. package/hooks/memory-hooks/CLAUDE.md +35 -0
  1827. package/hooks/memory-hooks/bugfixes-2026-01-10.md +92 -0
  1828. package/hooks/memory-hooks/hooks.json +93 -0
  1829. package/package.json +90 -0
  1830. package/scripts/build-codex-server.mjs +51 -0
  1831. package/scripts/build-gemini-server.mjs +51 -0
  1832. package/scripts/build-mcp-server.mjs +51 -0
  1833. package/scripts/build-skill-bridge.mjs +32 -0
  1834. package/scripts/compose-docs.mjs +44 -0
  1835. package/scripts/keyword-detector.mjs +396 -0
  1836. package/scripts/lib/stdin.mjs +64 -0
  1837. package/scripts/permission-handler.mjs +23 -0
  1838. package/scripts/persistent-mode.cjs +527 -0
  1839. package/scripts/persistent-mode.mjs +527 -0
  1840. package/scripts/plugin-setup.mjs +129 -0
  1841. package/scripts/post-tool-verifier.mjs +352 -0
  1842. package/scripts/pre-compact.mjs +23 -0
  1843. package/scripts/pre-tool-enforcer.mjs +151 -0
  1844. package/scripts/project-memory-posttool.mjs +64 -0
  1845. package/scripts/project-memory-precompact.mjs +42 -0
  1846. package/scripts/project-memory-session.mjs +82 -0
  1847. package/scripts/session-end.mjs +23 -0
  1848. package/scripts/session-start.mjs +421 -0
  1849. package/scripts/setup-init.mjs +23 -0
  1850. package/scripts/setup-maintenance.mjs +23 -0
  1851. package/scripts/setup.mjs +49 -0
  1852. package/scripts/skill-injector.mjs +289 -0
  1853. package/scripts/subagent-tracker.mjs +35 -0
  1854. package/scripts/sync-metadata.ts +363 -0
  1855. package/scripts/test-max-attempts.ts +94 -0
  1856. package/scripts/test-mutual-exclusion.ts +152 -0
  1857. package/scripts/test-notepad-integration.ts +495 -0
  1858. package/scripts/test-pr25.sh +525 -0
  1859. package/scripts/test-remember-tags.ts +121 -0
  1860. package/scripts/test-session-injection.ts +41 -0
  1861. package/scripts/uninstall.sh +168 -0
  1862. package/skills/AGENTS.md +202 -0
  1863. package/skills/agents/observer.md +137 -0
  1864. package/skills/agents/start-observer.sh +134 -0
  1865. package/skills/analyze/SKILL.md +90 -0
  1866. package/skills/android-patterns/SKILL.md +584 -0
  1867. package/skills/autopilot/SKILL.md +202 -0
  1868. package/skills/backend/SKILL.md +645 -0
  1869. package/skills/build-fix/SKILL.md +123 -0
  1870. package/skills/cancel/SKILL.md +661 -0
  1871. package/skills/clickhouse-io/SKILL.md +429 -0
  1872. package/skills/cloud-security/SKILL.md +361 -0
  1873. package/skills/code-review/SKILL.md +206 -0
  1874. package/skills/coding-standards/SKILL.md +520 -0
  1875. package/skills/configure-ecc/SKILL.md +298 -0
  1876. package/skills/continuous-learning/SKILL.md +110 -0
  1877. package/skills/continuous-learning/config.json +18 -0
  1878. package/skills/continuous-learning/evaluate-session.sh +60 -0
  1879. package/skills/continuous-learning-v2/SKILL.md +284 -0
  1880. package/skills/continuous-learning-v2/agents/observer.md +137 -0
  1881. package/skills/continuous-learning-v2/agents/start-observer.sh +134 -0
  1882. package/skills/continuous-learning-v2/config.json +41 -0
  1883. package/skills/continuous-learning-v2/hooks/observe.sh +153 -0
  1884. package/skills/continuous-learning-v2/scripts/instinct-cli.py +494 -0
  1885. package/skills/deepinit/SKILL.md +320 -0
  1886. package/skills/deepsearch/SKILL.md +38 -0
  1887. package/skills/django-patterns/SKILL.md +733 -0
  1888. package/skills/django-security/SKILL.md +592 -0
  1889. package/skills/django-tdd/SKILL.md +728 -0
  1890. package/skills/django-verification/SKILL.md +460 -0
  1891. package/skills/docs/SKILL.md +97 -0
  1892. package/skills/doctor/SKILL.md +191 -0
  1893. package/skills/ecomode/SKILL.md +109 -0
  1894. package/skills/eval-harness/SKILL.md +227 -0
  1895. package/skills/execution-modes/autopilot/SKILL.md +183 -0
  1896. package/skills/execution-modes/ecomode/SKILL.md +109 -0
  1897. package/skills/execution-modes/pipeline/SKILL.md +430 -0
  1898. package/skills/execution-modes/ralph/SKILL.md +225 -0
  1899. package/skills/execution-modes/swarm/SKILL.md +673 -0
  1900. package/skills/execution-modes/ultrapilot/SKILL.md +632 -0
  1901. package/skills/execution-modes/ultraqa/SKILL.md +135 -0
  1902. package/skills/execution-modes/ultrawork/SKILL.md +95 -0
  1903. package/skills/exploration/analyze/SKILL.md +63 -0
  1904. package/skills/exploration/deepinit/SKILL.md +320 -0
  1905. package/skills/exploration/research/SKILL.md +510 -0
  1906. package/skills/exploration/ultra-research/SKILL.md +38 -0
  1907. package/skills/flutter-patterns/SKILL.md +633 -0
  1908. package/skills/frontend-ui-ux/SKILL.md +285 -0
  1909. package/skills/git-master/SKILL.md +57 -0
  1910. package/skills/golang-patterns/SKILL.md +673 -0
  1911. package/skills/golang-testing/SKILL.md +719 -0
  1912. package/skills/help/SKILL.md +65 -0
  1913. package/skills/hooks/observe.sh +153 -0
  1914. package/skills/hud/SKILL.md +295 -0
  1915. package/skills/intro/SKILL.md +87 -0
  1916. package/skills/ios-patterns/SKILL.md +454 -0
  1917. package/skills/iterative-retrieval/SKILL.md +202 -0
  1918. package/skills/java-coding-standards/SKILL.md +138 -0
  1919. package/skills/jpa-patterns/SKILL.md +141 -0
  1920. package/skills/learn-about-skc/SKILL.md +128 -0
  1921. package/skills/learner/SKILL.md +135 -0
  1922. package/skills/local-skills-setup/SKILL.md +465 -0
  1923. package/skills/market-kr/SKILL.md +46 -0
  1924. package/skills/market-us/SKILL.md +44 -0
  1925. package/skills/mcp-setup/SKILL.md +185 -0
  1926. package/skills/memory/SKILL.md +42 -0
  1927. package/skills/memory/modes/code--ar.json +24 -0
  1928. package/skills/memory/modes/code--bn.json +24 -0
  1929. package/skills/memory/modes/code--chill.json +8 -0
  1930. package/skills/memory/modes/code--cs.json +24 -0
  1931. package/skills/memory/modes/code--da.json +24 -0
  1932. package/skills/memory/modes/code--de.json +24 -0
  1933. package/skills/memory/modes/code--el.json +24 -0
  1934. package/skills/memory/modes/code--es.json +24 -0
  1935. package/skills/memory/modes/code--fi.json +24 -0
  1936. package/skills/memory/modes/code--fr.json +24 -0
  1937. package/skills/memory/modes/code--he.json +24 -0
  1938. package/skills/memory/modes/code--hi.json +24 -0
  1939. package/skills/memory/modes/code--hu.json +24 -0
  1940. package/skills/memory/modes/code--id.json +24 -0
  1941. package/skills/memory/modes/code--it.json +24 -0
  1942. package/skills/memory/modes/code--ja.json +24 -0
  1943. package/skills/memory/modes/code--ko.json +24 -0
  1944. package/skills/memory/modes/code--nl.json +24 -0
  1945. package/skills/memory/modes/code--no.json +24 -0
  1946. package/skills/memory/modes/code--pl.json +24 -0
  1947. package/skills/memory/modes/code--pt-br.json +24 -0
  1948. package/skills/memory/modes/code--ro.json +24 -0
  1949. package/skills/memory/modes/code--ru.json +24 -0
  1950. package/skills/memory/modes/code--sv.json +24 -0
  1951. package/skills/memory/modes/code--th.json +24 -0
  1952. package/skills/memory/modes/code--tr.json +24 -0
  1953. package/skills/memory/modes/code--uk.json +24 -0
  1954. package/skills/memory/modes/code--vi.json +24 -0
  1955. package/skills/memory/modes/code--zh.json +24 -0
  1956. package/skills/memory/modes/code.json +125 -0
  1957. package/skills/memory/modes/email-investigation.json +120 -0
  1958. package/skills/mobile/SKILL.md +79 -0
  1959. package/skills/note/SKILL.md +62 -0
  1960. package/skills/ontology/SKILL.md +117 -0
  1961. package/skills/ontology-actions/SKILL.md +236 -0
  1962. package/skills/ontology-functions/SKILL.md +243 -0
  1963. package/skills/ontology-links/SKILL.md +278 -0
  1964. package/skills/ontology-object-types/SKILL.md +241 -0
  1965. package/skills/ontology-palantir/SKILL.md +232 -0
  1966. package/skills/ontology-storage/SKILL.md +284 -0
  1967. package/skills/ontology-traditional/SKILL.md +190 -0
  1968. package/skills/orchestrate/SKILL.md +408 -0
  1969. package/skills/pipeline/SKILL.md +430 -0
  1970. package/skills/plan/SKILL.md +217 -0
  1971. package/skills/postgres-patterns/SKILL.md +146 -0
  1972. package/skills/project-guidelines-example/SKILL.md +345 -0
  1973. package/skills/project-session-manager/SKILL.md +560 -0
  1974. package/skills/project-session-manager/lib/config.sh +135 -0
  1975. package/skills/project-session-manager/lib/parse.sh +175 -0
  1976. package/skills/project-session-manager/lib/providers/github.sh +52 -0
  1977. package/skills/project-session-manager/lib/providers/interface.sh +76 -0
  1978. package/skills/project-session-manager/lib/providers/jira.sh +79 -0
  1979. package/skills/project-session-manager/lib/session.sh +169 -0
  1980. package/skills/project-session-manager/lib/tmux.sh +103 -0
  1981. package/skills/project-session-manager/lib/worktree.sh +204 -0
  1982. package/skills/project-session-manager/psm.sh +694 -0
  1983. package/skills/project-session-manager/templates/feature.md +56 -0
  1984. package/skills/project-session-manager/templates/issue-fix.md +57 -0
  1985. package/skills/project-session-manager/templates/pr-review.md +65 -0
  1986. package/skills/project-session-manager/templates/projects.json +19 -0
  1987. package/skills/python-patterns/SKILL.md +749 -0
  1988. package/skills/python-testing/SKILL.md +815 -0
  1989. package/skills/quality/SKILL.md +35 -0
  1990. package/skills/quality/build-fix/SKILL.md +123 -0
  1991. package/skills/quality/code-review/SKILL.md +179 -0
  1992. package/skills/quality/security-review/SKILL.md +254 -0
  1993. package/skills/quality/tdd/SKILL.md +79 -0
  1994. package/skills/quality/ultra-code-review/SKILL.md +213 -0
  1995. package/skills/quality/ultra-code-review/code-reviewer.md +146 -0
  1996. package/skills/quality/ultratdd/SKILL.md +371 -0
  1997. package/skills/quality/ultratdd/testing-anti-patterns.md +299 -0
  1998. package/skills/quant/SKILL.md +67 -0
  1999. package/skills/ralph/SKILL.md +245 -0
  2000. package/skills/ralph-init/SKILL.md +60 -0
  2001. package/skills/ralplan/SKILL.md +49 -0
  2002. package/skills/release/SKILL.md +83 -0
  2003. package/skills/research/SKILL.md +510 -0
  2004. package/skills/review/SKILL.md +59 -0
  2005. package/skills/scientific/adaptyv/SKILL.md +114 -0
  2006. package/skills/scientific/adaptyv/reference/api_reference.md +308 -0
  2007. package/skills/scientific/adaptyv/reference/examples.md +913 -0
  2008. package/skills/scientific/adaptyv/reference/experiments.md +360 -0
  2009. package/skills/scientific/adaptyv/reference/protein_optimization.md +637 -0
  2010. package/skills/scientific/aeon/SKILL.md +374 -0
  2011. package/skills/scientific/aeon/references/anomaly_detection.md +154 -0
  2012. package/skills/scientific/aeon/references/classification.md +144 -0
  2013. package/skills/scientific/aeon/references/clustering.md +123 -0
  2014. package/skills/scientific/aeon/references/datasets_benchmarking.md +387 -0
  2015. package/skills/scientific/aeon/references/distances.md +256 -0
  2016. package/skills/scientific/aeon/references/forecasting.md +140 -0
  2017. package/skills/scientific/aeon/references/networks.md +289 -0
  2018. package/skills/scientific/aeon/references/regression.md +118 -0
  2019. package/skills/scientific/aeon/references/segmentation.md +163 -0
  2020. package/skills/scientific/aeon/references/similarity_search.md +187 -0
  2021. package/skills/scientific/aeon/references/transformations.md +246 -0
  2022. package/skills/scientific/alphafold-database/SKILL.md +513 -0
  2023. package/skills/scientific/alphafold-database/references/api_reference.md +423 -0
  2024. package/skills/scientific/anndata/SKILL.md +400 -0
  2025. package/skills/scientific/anndata/references/best_practices.md +525 -0
  2026. package/skills/scientific/anndata/references/concatenation.md +396 -0
  2027. package/skills/scientific/anndata/references/data_structure.md +314 -0
  2028. package/skills/scientific/anndata/references/io_operations.md +404 -0
  2029. package/skills/scientific/anndata/references/manipulation.md +516 -0
  2030. package/skills/scientific/arboreto/SKILL.md +243 -0
  2031. package/skills/scientific/arboreto/references/algorithms.md +138 -0
  2032. package/skills/scientific/arboreto/references/basic_inference.md +151 -0
  2033. package/skills/scientific/arboreto/references/distributed_computing.md +242 -0
  2034. package/skills/scientific/arboreto/scripts/basic_grn_inference.py +97 -0
  2035. package/skills/scientific/astropy/SKILL.md +331 -0
  2036. package/skills/scientific/astropy/references/coordinates.md +273 -0
  2037. package/skills/scientific/astropy/references/cosmology.md +307 -0
  2038. package/skills/scientific/astropy/references/fits.md +396 -0
  2039. package/skills/scientific/astropy/references/tables.md +489 -0
  2040. package/skills/scientific/astropy/references/time.md +404 -0
  2041. package/skills/scientific/astropy/references/units.md +178 -0
  2042. package/skills/scientific/astropy/references/wcs_and_other_modules.md +373 -0
  2043. package/skills/scientific/benchling-integration/SKILL.md +480 -0
  2044. package/skills/scientific/benchling-integration/references/api_endpoints.md +883 -0
  2045. package/skills/scientific/benchling-integration/references/authentication.md +379 -0
  2046. package/skills/scientific/benchling-integration/references/sdk_reference.md +774 -0
  2047. package/skills/scientific/biopython/SKILL.md +443 -0
  2048. package/skills/scientific/biopython/references/advanced.md +577 -0
  2049. package/skills/scientific/biopython/references/alignment.md +362 -0
  2050. package/skills/scientific/biopython/references/blast.md +455 -0
  2051. package/skills/scientific/biopython/references/databases.md +484 -0
  2052. package/skills/scientific/biopython/references/phylogenetics.md +566 -0
  2053. package/skills/scientific/biopython/references/sequence_io.md +285 -0
  2054. package/skills/scientific/biopython/references/structure.md +564 -0
  2055. package/skills/scientific/biorxiv-database/SKILL.md +483 -0
  2056. package/skills/scientific/biorxiv-database/references/api_reference.md +280 -0
  2057. package/skills/scientific/biorxiv-database/scripts/biorxiv_search.py +445 -0
  2058. package/skills/scientific/bioservices/SKILL.md +361 -0
  2059. package/skills/scientific/bioservices/references/identifier_mapping.md +685 -0
  2060. package/skills/scientific/bioservices/references/services_reference.md +636 -0
  2061. package/skills/scientific/bioservices/references/workflow_patterns.md +811 -0
  2062. package/skills/scientific/bioservices/scripts/batch_id_converter.py +347 -0
  2063. package/skills/scientific/bioservices/scripts/compound_cross_reference.py +378 -0
  2064. package/skills/scientific/bioservices/scripts/pathway_analysis.py +309 -0
  2065. package/skills/scientific/bioservices/scripts/protein_analysis_workflow.py +408 -0
  2066. package/skills/scientific/brenda-database/SKILL.md +719 -0
  2067. package/skills/scientific/brenda-database/references/api_reference.md +537 -0
  2068. package/skills/scientific/brenda-database/scripts/brenda_queries.py +844 -0
  2069. package/skills/scientific/brenda-database/scripts/brenda_visualization.py +772 -0
  2070. package/skills/scientific/brenda-database/scripts/enzyme_pathway_builder.py +1053 -0
  2071. package/skills/scientific/cellxgene-census/SKILL.md +511 -0
  2072. package/skills/scientific/cellxgene-census/references/census_schema.md +182 -0
  2073. package/skills/scientific/cellxgene-census/references/common_patterns.md +351 -0
  2074. package/skills/scientific/chembl-database/SKILL.md +389 -0
  2075. package/skills/scientific/chembl-database/references/api_reference.md +272 -0
  2076. package/skills/scientific/chembl-database/scripts/example_queries.py +278 -0
  2077. package/skills/scientific/cirq/SKILL.md +346 -0
  2078. package/skills/scientific/cirq/references/building.md +307 -0
  2079. package/skills/scientific/cirq/references/experiments.md +572 -0
  2080. package/skills/scientific/cirq/references/hardware.md +515 -0
  2081. package/skills/scientific/cirq/references/noise.md +515 -0
  2082. package/skills/scientific/cirq/references/simulation.md +350 -0
  2083. package/skills/scientific/cirq/references/transformation.md +416 -0
  2084. package/skills/scientific/citation-management/SKILL.md +1115 -0
  2085. package/skills/scientific/citation-management/assets/bibtex_template.bib +264 -0
  2086. package/skills/scientific/citation-management/assets/citation_checklist.md +386 -0
  2087. package/skills/scientific/citation-management/references/bibtex_formatting.md +908 -0
  2088. package/skills/scientific/citation-management/references/citation_validation.md +794 -0
  2089. package/skills/scientific/citation-management/references/google_scholar_search.md +725 -0
  2090. package/skills/scientific/citation-management/references/metadata_extraction.md +870 -0
  2091. package/skills/scientific/citation-management/references/pubmed_search.md +839 -0
  2092. package/skills/scientific/citation-management/scripts/doi_to_bibtex.py +204 -0
  2093. package/skills/scientific/citation-management/scripts/extract_metadata.py +569 -0
  2094. package/skills/scientific/citation-management/scripts/format_bibtex.py +349 -0
  2095. package/skills/scientific/citation-management/scripts/search_google_scholar.py +282 -0
  2096. package/skills/scientific/citation-management/scripts/search_pubmed.py +398 -0
  2097. package/skills/scientific/citation-management/scripts/validate_citations.py +497 -0
  2098. package/skills/scientific/clinical-decision-support/SKILL.md +512 -0
  2099. package/skills/scientific/clinical-decision-support/assets/biomarker_report_template.tex +380 -0
  2100. package/skills/scientific/clinical-decision-support/assets/clinical_pathway_template.tex +222 -0
  2101. package/skills/scientific/clinical-decision-support/assets/cohort_analysis_template.tex +359 -0
  2102. package/skills/scientific/clinical-decision-support/assets/color_schemes.tex +149 -0
  2103. package/skills/scientific/clinical-decision-support/assets/example_gbm_cohort.md +208 -0
  2104. package/skills/scientific/clinical-decision-support/assets/recommendation_strength_guide.md +328 -0
  2105. package/skills/scientific/clinical-decision-support/assets/treatment_recommendation_template.tex +529 -0
  2106. package/skills/scientific/clinical-decision-support/references/README.md +129 -0
  2107. package/skills/scientific/clinical-decision-support/references/biomarker_classification.md +719 -0
  2108. package/skills/scientific/clinical-decision-support/references/clinical_decision_algorithms.md +604 -0
  2109. package/skills/scientific/clinical-decision-support/references/evidence_synthesis.md +840 -0
  2110. package/skills/scientific/clinical-decision-support/references/outcome_analysis.md +640 -0
  2111. package/skills/scientific/clinical-decision-support/references/patient_cohort_analysis.md +427 -0
  2112. package/skills/scientific/clinical-decision-support/references/treatment_recommendations.md +521 -0
  2113. package/skills/scientific/clinical-decision-support/scripts/biomarker_classifier.py +384 -0
  2114. package/skills/scientific/clinical-decision-support/scripts/build_decision_tree.py +447 -0
  2115. package/skills/scientific/clinical-decision-support/scripts/create_cohort_tables.py +524 -0
  2116. package/skills/scientific/clinical-decision-support/scripts/generate_survival_analysis.py +422 -0
  2117. package/skills/scientific/clinical-decision-support/scripts/validate_cds_document.py +335 -0
  2118. package/skills/scientific/clinical-reports/SKILL.md +1133 -0
  2119. package/skills/scientific/clinical-reports/assets/case_report_template.md +352 -0
  2120. package/skills/scientific/clinical-reports/assets/clinical_trial_csr_template.md +353 -0
  2121. package/skills/scientific/clinical-reports/assets/clinical_trial_sae_template.md +359 -0
  2122. package/skills/scientific/clinical-reports/assets/consult_note_template.md +305 -0
  2123. package/skills/scientific/clinical-reports/assets/discharge_summary_template.md +453 -0
  2124. package/skills/scientific/clinical-reports/assets/hipaa_compliance_checklist.md +395 -0
  2125. package/skills/scientific/clinical-reports/assets/history_physical_template.md +305 -0
  2126. package/skills/scientific/clinical-reports/assets/lab_report_template.md +309 -0
  2127. package/skills/scientific/clinical-reports/assets/pathology_report_template.md +249 -0
  2128. package/skills/scientific/clinical-reports/assets/quality_checklist.md +338 -0
  2129. package/skills/scientific/clinical-reports/assets/radiology_report_template.md +318 -0
  2130. package/skills/scientific/clinical-reports/assets/soap_note_template.md +253 -0
  2131. package/skills/scientific/clinical-reports/references/README.md +236 -0
  2132. package/skills/scientific/clinical-reports/references/case_report_guidelines.md +570 -0
  2133. package/skills/scientific/clinical-reports/references/clinical_trial_reporting.md +693 -0
  2134. package/skills/scientific/clinical-reports/references/data_presentation.md +530 -0
  2135. package/skills/scientific/clinical-reports/references/diagnostic_reports_standards.md +629 -0
  2136. package/skills/scientific/clinical-reports/references/medical_terminology.md +588 -0
  2137. package/skills/scientific/clinical-reports/references/patient_documentation.md +744 -0
  2138. package/skills/scientific/clinical-reports/references/peer_review_standards.md +585 -0
  2139. package/skills/scientific/clinical-reports/references/regulatory_compliance.md +577 -0
  2140. package/skills/scientific/clinical-reports/scripts/check_deidentification.py +346 -0
  2141. package/skills/scientific/clinical-reports/scripts/compliance_checker.py +78 -0
  2142. package/skills/scientific/clinical-reports/scripts/extract_clinical_data.py +102 -0
  2143. package/skills/scientific/clinical-reports/scripts/format_adverse_events.py +103 -0
  2144. package/skills/scientific/clinical-reports/scripts/generate_report_template.py +163 -0
  2145. package/skills/scientific/clinical-reports/scripts/terminology_validator.py +133 -0
  2146. package/skills/scientific/clinical-reports/scripts/validate_case_report.py +334 -0
  2147. package/skills/scientific/clinical-reports/scripts/validate_trial_report.py +89 -0
  2148. package/skills/scientific/clinicaltrials-database/SKILL.md +507 -0
  2149. package/skills/scientific/clinicaltrials-database/references/api_reference.md +358 -0
  2150. package/skills/scientific/clinicaltrials-database/scripts/query_clinicaltrials.py +215 -0
  2151. package/skills/scientific/clinpgx-database/SKILL.md +638 -0
  2152. package/skills/scientific/clinpgx-database/references/api_reference.md +757 -0
  2153. package/skills/scientific/clinpgx-database/scripts/query_clinpgx.py +518 -0
  2154. package/skills/scientific/clinvar-database/SKILL.md +362 -0
  2155. package/skills/scientific/clinvar-database/references/api_reference.md +227 -0
  2156. package/skills/scientific/clinvar-database/references/clinical_significance.md +218 -0
  2157. package/skills/scientific/clinvar-database/references/data_formats.md +358 -0
  2158. package/skills/scientific/cobrapy/SKILL.md +463 -0
  2159. package/skills/scientific/cobrapy/references/api_quick_reference.md +655 -0
  2160. package/skills/scientific/cobrapy/references/workflows.md +593 -0
  2161. package/skills/scientific/cosmic-database/SKILL.md +336 -0
  2162. package/skills/scientific/cosmic-database/references/cosmic_data_reference.md +220 -0
  2163. package/skills/scientific/cosmic-database/scripts/download_cosmic.py +231 -0
  2164. package/skills/scientific/dask/SKILL.md +456 -0
  2165. package/skills/scientific/dask/references/arrays.md +497 -0
  2166. package/skills/scientific/dask/references/bags.md +468 -0
  2167. package/skills/scientific/dask/references/best-practices.md +277 -0
  2168. package/skills/scientific/dask/references/dataframes.md +368 -0
  2169. package/skills/scientific/dask/references/futures.md +541 -0
  2170. package/skills/scientific/dask/references/schedulers.md +504 -0
  2171. package/skills/scientific/datacommons-client/SKILL.md +255 -0
  2172. package/skills/scientific/datacommons-client/references/getting_started.md +417 -0
  2173. package/skills/scientific/datacommons-client/references/node.md +250 -0
  2174. package/skills/scientific/datacommons-client/references/observation.md +185 -0
  2175. package/skills/scientific/datacommons-client/references/resolve.md +246 -0
  2176. package/skills/scientific/datamol/SKILL.md +706 -0
  2177. package/skills/scientific/datamol/references/conformers_module.md +131 -0
  2178. package/skills/scientific/datamol/references/core_api.md +130 -0
  2179. package/skills/scientific/datamol/references/descriptors_viz.md +195 -0
  2180. package/skills/scientific/datamol/references/fragments_scaffolds.md +174 -0
  2181. package/skills/scientific/datamol/references/io_module.md +109 -0
  2182. package/skills/scientific/datamol/references/reactions_data.md +218 -0
  2183. package/skills/scientific/deepchem/SKILL.md +597 -0
  2184. package/skills/scientific/deepchem/references/api_reference.md +303 -0
  2185. package/skills/scientific/deepchem/references/workflows.md +491 -0
  2186. package/skills/scientific/deepchem/scripts/graph_neural_network.py +338 -0
  2187. package/skills/scientific/deepchem/scripts/predict_solubility.py +224 -0
  2188. package/skills/scientific/deepchem/scripts/transfer_learning.py +375 -0
  2189. package/skills/scientific/deeptools/SKILL.md +531 -0
  2190. package/skills/scientific/deeptools/assets/quick_reference.md +58 -0
  2191. package/skills/scientific/deeptools/references/effective_genome_sizes.md +116 -0
  2192. package/skills/scientific/deeptools/references/normalization_methods.md +410 -0
  2193. package/skills/scientific/deeptools/references/tools_reference.md +533 -0
  2194. package/skills/scientific/deeptools/references/workflows.md +474 -0
  2195. package/skills/scientific/deeptools/scripts/validate_files.py +195 -0
  2196. package/skills/scientific/deeptools/scripts/workflow_generator.py +454 -0
  2197. package/skills/scientific/denario/SKILL.md +215 -0
  2198. package/skills/scientific/denario/references/examples.md +494 -0
  2199. package/skills/scientific/denario/references/installation.md +213 -0
  2200. package/skills/scientific/denario/references/llm_configuration.md +265 -0
  2201. package/skills/scientific/denario/references/research_pipeline.md +471 -0
  2202. package/skills/scientific/diffdock/SKILL.md +483 -0
  2203. package/skills/scientific/diffdock/assets/batch_template.csv +4 -0
  2204. package/skills/scientific/diffdock/assets/custom_inference_config.yaml +90 -0
  2205. package/skills/scientific/diffdock/references/confidence_and_limitations.md +182 -0
  2206. package/skills/scientific/diffdock/references/parameters_reference.md +163 -0
  2207. package/skills/scientific/diffdock/references/workflows_examples.md +392 -0
  2208. package/skills/scientific/diffdock/scripts/analyze_results.py +334 -0
  2209. package/skills/scientific/diffdock/scripts/prepare_batch_csv.py +254 -0
  2210. package/skills/scientific/diffdock/scripts/setup_check.py +278 -0
  2211. package/skills/scientific/dnanexus-integration/SKILL.md +383 -0
  2212. package/skills/scientific/dnanexus-integration/references/app-development.md +247 -0
  2213. package/skills/scientific/dnanexus-integration/references/configuration.md +646 -0
  2214. package/skills/scientific/dnanexus-integration/references/data-operations.md +400 -0
  2215. package/skills/scientific/dnanexus-integration/references/job-execution.md +412 -0
  2216. package/skills/scientific/dnanexus-integration/references/python-sdk.md +523 -0
  2217. package/skills/scientific/document-skills/docx/LICENSE.txt +30 -0
  2218. package/skills/scientific/document-skills/docx/SKILL.md +233 -0
  2219. package/skills/scientific/document-skills/docx/docx-js.md +350 -0
  2220. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  2221. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  2222. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  2223. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  2224. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  2225. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  2226. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  2227. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  2228. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  2229. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  2230. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  2231. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  2232. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  2233. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  2234. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  2235. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  2236. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  2237. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  2238. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  2239. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  2240. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  2241. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  2242. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  2243. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  2244. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  2245. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  2246. package/skills/scientific/document-skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  2247. package/skills/scientific/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  2248. package/skills/scientific/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  2249. package/skills/scientific/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  2250. package/skills/scientific/document-skills/docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  2251. package/skills/scientific/document-skills/docx/ooxml/schemas/mce/mc.xsd +75 -0
  2252. package/skills/scientific/document-skills/docx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
  2253. package/skills/scientific/document-skills/docx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
  2254. package/skills/scientific/document-skills/docx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
  2255. package/skills/scientific/document-skills/docx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
  2256. package/skills/scientific/document-skills/docx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
  2257. package/skills/scientific/document-skills/docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  2258. package/skills/scientific/document-skills/docx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
  2259. package/skills/scientific/document-skills/docx/ooxml/scripts/pack.py +159 -0
  2260. package/skills/scientific/document-skills/docx/ooxml/scripts/unpack.py +29 -0
  2261. package/skills/scientific/document-skills/docx/ooxml/scripts/validate.py +69 -0
  2262. package/skills/scientific/document-skills/docx/ooxml/scripts/validation/__init__.py +15 -0
  2263. package/skills/scientific/document-skills/docx/ooxml/scripts/validation/base.py +951 -0
  2264. package/skills/scientific/document-skills/docx/ooxml/scripts/validation/docx.py +274 -0
  2265. package/skills/scientific/document-skills/docx/ooxml/scripts/validation/pptx.py +315 -0
  2266. package/skills/scientific/document-skills/docx/ooxml/scripts/validation/redlining.py +279 -0
  2267. package/skills/scientific/document-skills/docx/ooxml.md +610 -0
  2268. package/skills/scientific/document-skills/docx/scripts/__init__.py +1 -0
  2269. package/skills/scientific/document-skills/docx/scripts/document.py +1276 -0
  2270. package/skills/scientific/document-skills/docx/scripts/templates/comments.xml +3 -0
  2271. package/skills/scientific/document-skills/docx/scripts/templates/commentsExtended.xml +3 -0
  2272. package/skills/scientific/document-skills/docx/scripts/templates/commentsExtensible.xml +3 -0
  2273. package/skills/scientific/document-skills/docx/scripts/templates/commentsIds.xml +3 -0
  2274. package/skills/scientific/document-skills/docx/scripts/templates/people.xml +3 -0
  2275. package/skills/scientific/document-skills/docx/scripts/utilities.py +374 -0
  2276. package/skills/scientific/document-skills/pdf/LICENSE.txt +30 -0
  2277. package/skills/scientific/document-skills/pdf/SKILL.md +330 -0
  2278. package/skills/scientific/document-skills/pdf/forms.md +205 -0
  2279. package/skills/scientific/document-skills/pdf/reference.md +612 -0
  2280. package/skills/scientific/document-skills/pdf/scripts/check_bounding_boxes.py +70 -0
  2281. package/skills/scientific/document-skills/pdf/scripts/check_bounding_boxes_test.py +226 -0
  2282. package/skills/scientific/document-skills/pdf/scripts/check_fillable_fields.py +12 -0
  2283. package/skills/scientific/document-skills/pdf/scripts/convert_pdf_to_images.py +35 -0
  2284. package/skills/scientific/document-skills/pdf/scripts/create_validation_image.py +41 -0
  2285. package/skills/scientific/document-skills/pdf/scripts/extract_form_field_info.py +152 -0
  2286. package/skills/scientific/document-skills/pdf/scripts/fill_fillable_fields.py +114 -0
  2287. package/skills/scientific/document-skills/pdf/scripts/fill_pdf_form_with_annotations.py +108 -0
  2288. package/skills/scientific/document-skills/pptx/LICENSE.txt +30 -0
  2289. package/skills/scientific/document-skills/pptx/SKILL.md +520 -0
  2290. package/skills/scientific/document-skills/pptx/html2pptx.md +625 -0
  2291. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  2292. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  2293. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  2294. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  2295. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  2296. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  2297. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  2298. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  2299. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  2300. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  2301. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  2302. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  2303. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  2304. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  2305. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  2306. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  2307. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  2308. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  2309. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  2310. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  2311. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  2312. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  2313. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  2314. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  2315. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  2316. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  2317. package/skills/scientific/document-skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  2318. package/skills/scientific/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  2319. package/skills/scientific/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  2320. package/skills/scientific/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  2321. package/skills/scientific/document-skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  2322. package/skills/scientific/document-skills/pptx/ooxml/schemas/mce/mc.xsd +75 -0
  2323. package/skills/scientific/document-skills/pptx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
  2324. package/skills/scientific/document-skills/pptx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
  2325. package/skills/scientific/document-skills/pptx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
  2326. package/skills/scientific/document-skills/pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
  2327. package/skills/scientific/document-skills/pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
  2328. package/skills/scientific/document-skills/pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  2329. package/skills/scientific/document-skills/pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
  2330. package/skills/scientific/document-skills/pptx/ooxml/scripts/pack.py +159 -0
  2331. package/skills/scientific/document-skills/pptx/ooxml/scripts/unpack.py +29 -0
  2332. package/skills/scientific/document-skills/pptx/ooxml/scripts/validate.py +69 -0
  2333. package/skills/scientific/document-skills/pptx/ooxml/scripts/validation/__init__.py +15 -0
  2334. package/skills/scientific/document-skills/pptx/ooxml/scripts/validation/base.py +951 -0
  2335. package/skills/scientific/document-skills/pptx/ooxml/scripts/validation/docx.py +274 -0
  2336. package/skills/scientific/document-skills/pptx/ooxml/scripts/validation/pptx.py +315 -0
  2337. package/skills/scientific/document-skills/pptx/ooxml/scripts/validation/redlining.py +279 -0
  2338. package/skills/scientific/document-skills/pptx/ooxml.md +427 -0
  2339. package/skills/scientific/document-skills/pptx/scripts/html2pptx.js +979 -0
  2340. package/skills/scientific/document-skills/pptx/scripts/inventory.py +1020 -0
  2341. package/skills/scientific/document-skills/pptx/scripts/rearrange.py +231 -0
  2342. package/skills/scientific/document-skills/pptx/scripts/replace.py +385 -0
  2343. package/skills/scientific/document-skills/pptx/scripts/thumbnail.py +450 -0
  2344. package/skills/scientific/document-skills/xlsx/LICENSE.txt +30 -0
  2345. package/skills/scientific/document-skills/xlsx/SKILL.md +325 -0
  2346. package/skills/scientific/document-skills/xlsx/recalc.py +178 -0
  2347. package/skills/scientific/drugbank-database/SKILL.md +190 -0
  2348. package/skills/scientific/drugbank-database/references/chemical-analysis.md +590 -0
  2349. package/skills/scientific/drugbank-database/references/data-access.md +242 -0
  2350. package/skills/scientific/drugbank-database/references/drug-queries.md +386 -0
  2351. package/skills/scientific/drugbank-database/references/interactions.md +425 -0
  2352. package/skills/scientific/drugbank-database/references/targets-pathways.md +518 -0
  2353. package/skills/scientific/drugbank-database/scripts/drugbank_helper.py +350 -0
  2354. package/skills/scientific/ena-database/SKILL.md +204 -0
  2355. package/skills/scientific/ena-database/references/api_reference.md +490 -0
  2356. package/skills/scientific/ensembl-database/SKILL.md +311 -0
  2357. package/skills/scientific/ensembl-database/references/api_endpoints.md +346 -0
  2358. package/skills/scientific/ensembl-database/scripts/ensembl_query.py +427 -0
  2359. package/skills/scientific/esm/SKILL.md +306 -0
  2360. package/skills/scientific/esm/references/esm-c-api.md +583 -0
  2361. package/skills/scientific/esm/references/esm3-api.md +452 -0
  2362. package/skills/scientific/esm/references/forge-api.md +657 -0
  2363. package/skills/scientific/esm/references/workflows.md +685 -0
  2364. package/skills/scientific/etetoolkit/SKILL.md +623 -0
  2365. package/skills/scientific/etetoolkit/references/api_reference.md +583 -0
  2366. package/skills/scientific/etetoolkit/references/visualization.md +783 -0
  2367. package/skills/scientific/etetoolkit/references/workflows.md +774 -0
  2368. package/skills/scientific/etetoolkit/scripts/quick_visualize.py +214 -0
  2369. package/skills/scientific/etetoolkit/scripts/tree_operations.py +229 -0
  2370. package/skills/scientific/exploratory-data-analysis/SKILL.md +446 -0
  2371. package/skills/scientific/exploratory-data-analysis/assets/report_template.md +196 -0
  2372. package/skills/scientific/exploratory-data-analysis/references/bioinformatics_genomics_formats.md +664 -0
  2373. package/skills/scientific/exploratory-data-analysis/references/chemistry_molecular_formats.md +664 -0
  2374. package/skills/scientific/exploratory-data-analysis/references/general_scientific_formats.md +518 -0
  2375. package/skills/scientific/exploratory-data-analysis/references/microscopy_imaging_formats.md +620 -0
  2376. package/skills/scientific/exploratory-data-analysis/references/proteomics_metabolomics_formats.md +517 -0
  2377. package/skills/scientific/exploratory-data-analysis/references/spectroscopy_analytical_formats.md +633 -0
  2378. package/skills/scientific/exploratory-data-analysis/scripts/eda_analyzer.py +547 -0
  2379. package/skills/scientific/fda-database/SKILL.md +518 -0
  2380. package/skills/scientific/fda-database/references/animal_veterinary.md +377 -0
  2381. package/skills/scientific/fda-database/references/api_basics.md +687 -0
  2382. package/skills/scientific/fda-database/references/devices.md +632 -0
  2383. package/skills/scientific/fda-database/references/drugs.md +468 -0
  2384. package/skills/scientific/fda-database/references/foods.md +374 -0
  2385. package/skills/scientific/fda-database/references/other.md +472 -0
  2386. package/skills/scientific/fda-database/scripts/fda_examples.py +335 -0
  2387. package/skills/scientific/fda-database/scripts/fda_query.py +440 -0
  2388. package/skills/scientific/flowio/SKILL.md +608 -0
  2389. package/skills/scientific/flowio/references/api_reference.md +372 -0
  2390. package/skills/scientific/fluidsim/SKILL.md +349 -0
  2391. package/skills/scientific/fluidsim/references/advanced_features.md +398 -0
  2392. package/skills/scientific/fluidsim/references/installation.md +68 -0
  2393. package/skills/scientific/fluidsim/references/output_analysis.md +283 -0
  2394. package/skills/scientific/fluidsim/references/parameters.md +198 -0
  2395. package/skills/scientific/fluidsim/references/simulation_workflow.md +172 -0
  2396. package/skills/scientific/fluidsim/references/solvers.md +94 -0
  2397. package/skills/scientific/fred-economic-data/SKILL.md +433 -0
  2398. package/skills/scientific/fred-economic-data/references/api_basics.md +212 -0
  2399. package/skills/scientific/fred-economic-data/references/categories.md +442 -0
  2400. package/skills/scientific/fred-economic-data/references/geofred.md +588 -0
  2401. package/skills/scientific/fred-economic-data/references/releases.md +642 -0
  2402. package/skills/scientific/fred-economic-data/references/series.md +584 -0
  2403. package/skills/scientific/fred-economic-data/references/sources.md +423 -0
  2404. package/skills/scientific/fred-economic-data/references/tags.md +485 -0
  2405. package/skills/scientific/fred-economic-data/scripts/fred_examples.py +354 -0
  2406. package/skills/scientific/fred-economic-data/scripts/fred_query.py +590 -0
  2407. package/skills/scientific/gene-database/SKILL.md +179 -0
  2408. package/skills/scientific/gene-database/references/api_reference.md +404 -0
  2409. package/skills/scientific/gene-database/references/common_workflows.md +428 -0
  2410. package/skills/scientific/gene-database/scripts/batch_gene_lookup.py +298 -0
  2411. package/skills/scientific/gene-database/scripts/fetch_gene_data.py +277 -0
  2412. package/skills/scientific/gene-database/scripts/query_gene.py +251 -0
  2413. package/skills/scientific/generate-image/SKILL.md +185 -0
  2414. package/skills/scientific/generate-image/scripts/generate_image.py +281 -0
  2415. package/skills/scientific/geniml/SKILL.md +318 -0
  2416. package/skills/scientific/geniml/references/bedspace.md +127 -0
  2417. package/skills/scientific/geniml/references/consensus_peaks.md +238 -0
  2418. package/skills/scientific/geniml/references/region2vec.md +90 -0
  2419. package/skills/scientific/geniml/references/scembed.md +197 -0
  2420. package/skills/scientific/geniml/references/utilities.md +385 -0
  2421. package/skills/scientific/geo-database/SKILL.md +815 -0
  2422. package/skills/scientific/geo-database/references/geo_reference.md +829 -0
  2423. package/skills/scientific/geopandas/SKILL.md +251 -0
  2424. package/skills/scientific/geopandas/references/crs-management.md +243 -0
  2425. package/skills/scientific/geopandas/references/data-io.md +165 -0
  2426. package/skills/scientific/geopandas/references/data-structures.md +70 -0
  2427. package/skills/scientific/geopandas/references/geometric-operations.md +221 -0
  2428. package/skills/scientific/geopandas/references/spatial-analysis.md +184 -0
  2429. package/skills/scientific/geopandas/references/visualization.md +243 -0
  2430. package/skills/scientific/get-available-resources/SKILL.md +277 -0
  2431. package/skills/scientific/get-available-resources/scripts/detect_resources.py +401 -0
  2432. package/skills/scientific/gget/SKILL.md +871 -0
  2433. package/skills/scientific/gget/references/database_info.md +300 -0
  2434. package/skills/scientific/gget/references/module_reference.md +467 -0
  2435. package/skills/scientific/gget/references/workflows.md +814 -0
  2436. package/skills/scientific/gget/scripts/batch_sequence_analysis.py +191 -0
  2437. package/skills/scientific/gget/scripts/enrichment_pipeline.py +235 -0
  2438. package/skills/scientific/gget/scripts/gene_analysis.py +161 -0
  2439. package/skills/scientific/gtars/SKILL.md +285 -0
  2440. package/skills/scientific/gtars/references/cli.md +222 -0
  2441. package/skills/scientific/gtars/references/coverage.md +172 -0
  2442. package/skills/scientific/gtars/references/overlap.md +156 -0
  2443. package/skills/scientific/gtars/references/python-api.md +211 -0
  2444. package/skills/scientific/gtars/references/refget.md +147 -0
  2445. package/skills/scientific/gtars/references/tokenizers.md +103 -0
  2446. package/skills/scientific/gwas-database/SKILL.md +608 -0
  2447. package/skills/scientific/gwas-database/references/api_reference.md +793 -0
  2448. package/skills/scientific/histolab/SKILL.md +678 -0
  2449. package/skills/scientific/histolab/references/filters_preprocessing.md +514 -0
  2450. package/skills/scientific/histolab/references/slide_management.md +172 -0
  2451. package/skills/scientific/histolab/references/tile_extraction.md +421 -0
  2452. package/skills/scientific/histolab/references/tissue_masks.md +251 -0
  2453. package/skills/scientific/histolab/references/visualization.md +547 -0
  2454. package/skills/scientific/hmdb-database/SKILL.md +196 -0
  2455. package/skills/scientific/hmdb-database/references/hmdb_data_fields.md +267 -0
  2456. package/skills/scientific/hypogenic/SKILL.md +655 -0
  2457. package/skills/scientific/hypogenic/references/config_template.yaml +150 -0
  2458. package/skills/scientific/hypothesis-generation/SKILL.md +299 -0
  2459. package/skills/scientific/hypothesis-generation/assets/FORMATTING_GUIDE.md +672 -0
  2460. package/skills/scientific/hypothesis-generation/assets/hypothesis_generation.sty +307 -0
  2461. package/skills/scientific/hypothesis-generation/assets/hypothesis_report_template.tex +572 -0
  2462. package/skills/scientific/hypothesis-generation/references/experimental_design_patterns.md +329 -0
  2463. package/skills/scientific/hypothesis-generation/references/hypothesis_quality_criteria.md +198 -0
  2464. package/skills/scientific/hypothesis-generation/references/literature_search_strategies.md +618 -0
  2465. package/skills/scientific/imaging-data-commons/SKILL.md +1150 -0
  2466. package/skills/scientific/imaging-data-commons/references/bigquery_guide.md +289 -0
  2467. package/skills/scientific/imaging-data-commons/references/dicomweb_guide.md +308 -0
  2468. package/skills/scientific/iso-13485-certification/SKILL.md +680 -0
  2469. package/skills/scientific/iso-13485-certification/assets/templates/procedures/CAPA-procedure-template.md +453 -0
  2470. package/skills/scientific/iso-13485-certification/assets/templates/procedures/document-control-procedure-template.md +567 -0
  2471. package/skills/scientific/iso-13485-certification/assets/templates/quality-manual-template.md +521 -0
  2472. package/skills/scientific/iso-13485-certification/references/gap-analysis-checklist.md +568 -0
  2473. package/skills/scientific/iso-13485-certification/references/iso-13485-requirements.md +610 -0
  2474. package/skills/scientific/iso-13485-certification/references/mandatory-documents.md +606 -0
  2475. package/skills/scientific/iso-13485-certification/references/quality-manual-guide.md +688 -0
  2476. package/skills/scientific/iso-13485-certification/scripts/gap_analyzer.py +440 -0
  2477. package/skills/scientific/kegg-database/SKILL.md +377 -0
  2478. package/skills/scientific/kegg-database/references/kegg_reference.md +326 -0
  2479. package/skills/scientific/kegg-database/scripts/kegg_api.py +251 -0
  2480. package/skills/scientific/labarchive-integration/SKILL.md +268 -0
  2481. package/skills/scientific/labarchive-integration/references/api_reference.md +342 -0
  2482. package/skills/scientific/labarchive-integration/references/authentication_guide.md +357 -0
  2483. package/skills/scientific/labarchive-integration/references/integrations.md +425 -0
  2484. package/skills/scientific/labarchive-integration/scripts/entry_operations.py +334 -0
  2485. package/skills/scientific/labarchive-integration/scripts/notebook_operations.py +269 -0
  2486. package/skills/scientific/labarchive-integration/scripts/setup_config.py +205 -0
  2487. package/skills/scientific/lamindb/SKILL.md +390 -0
  2488. package/skills/scientific/lamindb/references/annotation-validation.md +513 -0
  2489. package/skills/scientific/lamindb/references/core-concepts.md +380 -0
  2490. package/skills/scientific/lamindb/references/data-management.md +433 -0
  2491. package/skills/scientific/lamindb/references/integrations.md +642 -0
  2492. package/skills/scientific/lamindb/references/ontologies.md +497 -0
  2493. package/skills/scientific/lamindb/references/setup-deployment.md +733 -0
  2494. package/skills/scientific/latchbio-integration/SKILL.md +353 -0
  2495. package/skills/scientific/latchbio-integration/references/data-management.md +427 -0
  2496. package/skills/scientific/latchbio-integration/references/resource-configuration.md +429 -0
  2497. package/skills/scientific/latchbio-integration/references/verified-workflows.md +487 -0
  2498. package/skills/scientific/latchbio-integration/references/workflow-creation.md +254 -0
  2499. package/skills/scientific/latex-posters/SKILL.md +964 -0
  2500. package/skills/scientific/latex-posters/assets/baposter_template.tex +257 -0
  2501. package/skills/scientific/latex-posters/assets/beamerposter_template.tex +244 -0
  2502. package/skills/scientific/latex-posters/assets/poster_quality_checklist.md +358 -0
  2503. package/skills/scientific/latex-posters/assets/tikzposter_template.tex +251 -0
  2504. package/skills/scientific/latex-posters/references/README.md +417 -0
  2505. package/skills/scientific/latex-posters/references/latex_poster_packages.md +745 -0
  2506. package/skills/scientific/latex-posters/references/poster_content_guide.md +748 -0
  2507. package/skills/scientific/latex-posters/references/poster_design_principles.md +806 -0
  2508. package/skills/scientific/latex-posters/references/poster_layout_design.md +900 -0
  2509. package/skills/scientific/latex-posters/scripts/review_poster.sh +214 -0
  2510. package/skills/scientific/literature-review/SKILL.md +639 -0
  2511. package/skills/scientific/literature-review/assets/review_template.md +412 -0
  2512. package/skills/scientific/literature-review/references/citation_styles.md +166 -0
  2513. package/skills/scientific/literature-review/references/database_strategies.md +450 -0
  2514. package/skills/scientific/literature-review/scripts/generate_pdf.py +176 -0
  2515. package/skills/scientific/literature-review/scripts/search_databases.py +303 -0
  2516. package/skills/scientific/literature-review/scripts/verify_citations.py +222 -0
  2517. package/skills/scientific/market-research-reports/SKILL.md +907 -0
  2518. package/skills/scientific/market-research-reports/assets/FORMATTING_GUIDE.md +428 -0
  2519. package/skills/scientific/market-research-reports/assets/market_report_template.tex +1380 -0
  2520. package/skills/scientific/market-research-reports/assets/market_research.sty +564 -0
  2521. package/skills/scientific/market-research-reports/references/data_analysis_patterns.md +548 -0
  2522. package/skills/scientific/market-research-reports/references/report_structure_guide.md +999 -0
  2523. package/skills/scientific/market-research-reports/references/visual_generation_guide.md +1077 -0
  2524. package/skills/scientific/market-research-reports/scripts/generate_market_visuals.py +529 -0
  2525. package/skills/scientific/markitdown/SKILL.md +490 -0
  2526. package/skills/scientific/markitdown/assets/example_usage.md +463 -0
  2527. package/skills/scientific/markitdown/references/api_reference.md +396 -0
  2528. package/skills/scientific/markitdown/references/file_formats.md +542 -0
  2529. package/skills/scientific/markitdown/scripts/batch_convert.py +228 -0
  2530. package/skills/scientific/markitdown/scripts/convert_literature.py +283 -0
  2531. package/skills/scientific/markitdown/scripts/convert_with_ai.py +240 -0
  2532. package/skills/scientific/matchms/SKILL.md +203 -0
  2533. package/skills/scientific/matchms/references/filtering.md +288 -0
  2534. package/skills/scientific/matchms/references/importing_exporting.md +416 -0
  2535. package/skills/scientific/matchms/references/similarity.md +380 -0
  2536. package/skills/scientific/matchms/references/workflows.md +647 -0
  2537. package/skills/scientific/matlab/SKILL.md +376 -0
  2538. package/skills/scientific/matlab/references/data-import-export.md +479 -0
  2539. package/skills/scientific/matlab/references/executing-scripts.md +444 -0
  2540. package/skills/scientific/matlab/references/graphics-visualization.md +579 -0
  2541. package/skills/scientific/matlab/references/mathematics.md +553 -0
  2542. package/skills/scientific/matlab/references/matrices-arrays.md +349 -0
  2543. package/skills/scientific/matlab/references/octave-compatibility.md +544 -0
  2544. package/skills/scientific/matlab/references/programming.md +672 -0
  2545. package/skills/scientific/matlab/references/python-integration.md +433 -0
  2546. package/skills/scientific/matplotlib/SKILL.md +361 -0
  2547. package/skills/scientific/matplotlib/references/api_reference.md +412 -0
  2548. package/skills/scientific/matplotlib/references/common_issues.md +563 -0
  2549. package/skills/scientific/matplotlib/references/plot_types.md +476 -0
  2550. package/skills/scientific/matplotlib/references/styling_guide.md +589 -0
  2551. package/skills/scientific/matplotlib/scripts/plot_template.py +401 -0
  2552. package/skills/scientific/matplotlib/scripts/style_configurator.py +409 -0
  2553. package/skills/scientific/medchem/SKILL.md +406 -0
  2554. package/skills/scientific/medchem/references/api_guide.md +600 -0
  2555. package/skills/scientific/medchem/references/rules_catalog.md +604 -0
  2556. package/skills/scientific/medchem/scripts/filter_molecules.py +418 -0
  2557. package/skills/scientific/metabolomics-workbench-database/SKILL.md +259 -0
  2558. package/skills/scientific/metabolomics-workbench-database/references/api_reference.md +494 -0
  2559. package/skills/scientific/modal/SKILL.md +383 -0
  2560. package/skills/scientific/modal/references/api_reference.md +34 -0
  2561. package/skills/scientific/modal/references/examples.md +433 -0
  2562. package/skills/scientific/modal/references/functions.md +274 -0
  2563. package/skills/scientific/modal/references/getting-started.md +92 -0
  2564. package/skills/scientific/modal/references/gpu.md +168 -0
  2565. package/skills/scientific/modal/references/images.md +261 -0
  2566. package/skills/scientific/modal/references/resources.md +129 -0
  2567. package/skills/scientific/modal/references/scaling.md +230 -0
  2568. package/skills/scientific/modal/references/scheduled-jobs.md +303 -0
  2569. package/skills/scientific/modal/references/secrets.md +180 -0
  2570. package/skills/scientific/modal/references/volumes.md +303 -0
  2571. package/skills/scientific/modal/references/web-endpoints.md +337 -0
  2572. package/skills/scientific/molfeat/SKILL.md +511 -0
  2573. package/skills/scientific/molfeat/references/api_reference.md +428 -0
  2574. package/skills/scientific/molfeat/references/available_featurizers.md +333 -0
  2575. package/skills/scientific/molfeat/references/examples.md +723 -0
  2576. package/skills/scientific/networkx/SKILL.md +437 -0
  2577. package/skills/scientific/networkx/references/algorithms.md +383 -0
  2578. package/skills/scientific/networkx/references/generators.md +378 -0
  2579. package/skills/scientific/networkx/references/graph-basics.md +283 -0
  2580. package/skills/scientific/networkx/references/io.md +441 -0
  2581. package/skills/scientific/networkx/references/visualization.md +529 -0
  2582. package/skills/scientific/neurokit2/SKILL.md +356 -0
  2583. package/skills/scientific/neurokit2/references/bio_module.md +417 -0
  2584. package/skills/scientific/neurokit2/references/complexity.md +715 -0
  2585. package/skills/scientific/neurokit2/references/ecg_cardiac.md +355 -0
  2586. package/skills/scientific/neurokit2/references/eda.md +497 -0
  2587. package/skills/scientific/neurokit2/references/eeg.md +506 -0
  2588. package/skills/scientific/neurokit2/references/emg.md +408 -0
  2589. package/skills/scientific/neurokit2/references/eog.md +407 -0
  2590. package/skills/scientific/neurokit2/references/epochs_events.md +471 -0
  2591. package/skills/scientific/neurokit2/references/hrv.md +480 -0
  2592. package/skills/scientific/neurokit2/references/ppg.md +413 -0
  2593. package/skills/scientific/neurokit2/references/rsp.md +510 -0
  2594. package/skills/scientific/neurokit2/references/signal_processing.md +648 -0
  2595. package/skills/scientific/neuropixels-analysis/SKILL.md +350 -0
  2596. package/skills/scientific/neuropixels-analysis/assets/analysis_template.py +271 -0
  2597. package/skills/scientific/neuropixels-analysis/references/AI_CURATION.md +345 -0
  2598. package/skills/scientific/neuropixels-analysis/references/ANALYSIS.md +392 -0
  2599. package/skills/scientific/neuropixels-analysis/references/AUTOMATED_CURATION.md +358 -0
  2600. package/skills/scientific/neuropixels-analysis/references/MOTION_CORRECTION.md +323 -0
  2601. package/skills/scientific/neuropixels-analysis/references/PREPROCESSING.md +273 -0
  2602. package/skills/scientific/neuropixels-analysis/references/QUALITY_METRICS.md +359 -0
  2603. package/skills/scientific/neuropixels-analysis/references/SPIKE_SORTING.md +339 -0
  2604. package/skills/scientific/neuropixels-analysis/references/api_reference.md +415 -0
  2605. package/skills/scientific/neuropixels-analysis/references/plotting_guide.md +454 -0
  2606. package/skills/scientific/neuropixels-analysis/references/standard_workflow.md +385 -0
  2607. package/skills/scientific/neuropixels-analysis/scripts/compute_metrics.py +178 -0
  2608. package/skills/scientific/neuropixels-analysis/scripts/explore_recording.py +168 -0
  2609. package/skills/scientific/neuropixels-analysis/scripts/export_to_phy.py +79 -0
  2610. package/skills/scientific/neuropixels-analysis/scripts/neuropixels_pipeline.py +432 -0
  2611. package/skills/scientific/neuropixels-analysis/scripts/preprocess_recording.py +122 -0
  2612. package/skills/scientific/neuropixels-analysis/scripts/run_sorting.py +98 -0
  2613. package/skills/scientific/offer-k-dense-web/SKILL.md +21 -0
  2614. package/skills/scientific/omero-integration/SKILL.md +251 -0
  2615. package/skills/scientific/omero-integration/references/advanced.md +631 -0
  2616. package/skills/scientific/omero-integration/references/connection.md +369 -0
  2617. package/skills/scientific/omero-integration/references/data_access.md +544 -0
  2618. package/skills/scientific/omero-integration/references/image_processing.md +665 -0
  2619. package/skills/scientific/omero-integration/references/metadata.md +688 -0
  2620. package/skills/scientific/omero-integration/references/rois.md +648 -0
  2621. package/skills/scientific/omero-integration/references/scripts.md +637 -0
  2622. package/skills/scientific/omero-integration/references/tables.md +532 -0
  2623. package/skills/scientific/openalex-database/SKILL.md +494 -0
  2624. package/skills/scientific/openalex-database/references/api_guide.md +371 -0
  2625. package/skills/scientific/openalex-database/references/common_queries.md +381 -0
  2626. package/skills/scientific/openalex-database/scripts/openalex_client.py +337 -0
  2627. package/skills/scientific/openalex-database/scripts/query_helpers.py +306 -0
  2628. package/skills/scientific/opentargets-database/SKILL.md +373 -0
  2629. package/skills/scientific/opentargets-database/references/api_reference.md +249 -0
  2630. package/skills/scientific/opentargets-database/references/evidence_types.md +306 -0
  2631. package/skills/scientific/opentargets-database/references/target_annotations.md +401 -0
  2632. package/skills/scientific/opentargets-database/scripts/query_opentargets.py +403 -0
  2633. package/skills/scientific/opentrons-integration/SKILL.md +573 -0
  2634. package/skills/scientific/opentrons-integration/references/api_reference.md +366 -0
  2635. package/skills/scientific/opentrons-integration/scripts/basic_protocol_template.py +67 -0
  2636. package/skills/scientific/opentrons-integration/scripts/pcr_setup_template.py +154 -0
  2637. package/skills/scientific/opentrons-integration/scripts/serial_dilution_template.py +96 -0
  2638. package/skills/scientific/paper-2-web/SKILL.md +497 -0
  2639. package/skills/scientific/paper-2-web/references/installation.md +141 -0
  2640. package/skills/scientific/paper-2-web/references/paper2poster.md +346 -0
  2641. package/skills/scientific/paper-2-web/references/paper2video.md +305 -0
  2642. package/skills/scientific/paper-2-web/references/paper2web.md +187 -0
  2643. package/skills/scientific/paper-2-web/references/usage_examples.md +436 -0
  2644. package/skills/scientific/pathml/SKILL.md +166 -0
  2645. package/skills/scientific/pathml/references/data_management.md +742 -0
  2646. package/skills/scientific/pathml/references/graphs.md +653 -0
  2647. package/skills/scientific/pathml/references/image_loading.md +448 -0
  2648. package/skills/scientific/pathml/references/machine_learning.md +725 -0
  2649. package/skills/scientific/pathml/references/multiparametric.md +686 -0
  2650. package/skills/scientific/pathml/references/preprocessing.md +722 -0
  2651. package/skills/scientific/pdb-database/SKILL.md +309 -0
  2652. package/skills/scientific/pdb-database/references/api_reference.md +617 -0
  2653. package/skills/scientific/peer-review/SKILL.md +571 -0
  2654. package/skills/scientific/peer-review/references/common_issues.md +552 -0
  2655. package/skills/scientific/peer-review/references/reporting_standards.md +290 -0
  2656. package/skills/scientific/pennylane/SKILL.md +226 -0
  2657. package/skills/scientific/pennylane/references/advanced_features.md +667 -0
  2658. package/skills/scientific/pennylane/references/devices_backends.md +596 -0
  2659. package/skills/scientific/pennylane/references/getting_started.md +227 -0
  2660. package/skills/scientific/pennylane/references/optimization.md +671 -0
  2661. package/skills/scientific/pennylane/references/quantum_chemistry.md +567 -0
  2662. package/skills/scientific/pennylane/references/quantum_circuits.md +437 -0
  2663. package/skills/scientific/pennylane/references/quantum_ml.md +571 -0
  2664. package/skills/scientific/perplexity-search/SKILL.md +448 -0
  2665. package/skills/scientific/perplexity-search/assets/.env.example +16 -0
  2666. package/skills/scientific/perplexity-search/references/model_comparison.md +386 -0
  2667. package/skills/scientific/perplexity-search/references/openrouter_setup.md +454 -0
  2668. package/skills/scientific/perplexity-search/references/search_strategies.md +258 -0
  2669. package/skills/scientific/perplexity-search/scripts/perplexity_search.py +277 -0
  2670. package/skills/scientific/perplexity-search/scripts/setup_env.py +171 -0
  2671. package/skills/scientific/plotly/SKILL.md +267 -0
  2672. package/skills/scientific/plotly/references/chart-types.md +488 -0
  2673. package/skills/scientific/plotly/references/export-interactivity.md +453 -0
  2674. package/skills/scientific/plotly/references/graph-objects.md +302 -0
  2675. package/skills/scientific/plotly/references/layouts-styling.md +457 -0
  2676. package/skills/scientific/plotly/references/plotly-express.md +213 -0
  2677. package/skills/scientific/polars/SKILL.md +387 -0
  2678. package/skills/scientific/polars/references/best_practices.md +649 -0
  2679. package/skills/scientific/polars/references/core_concepts.md +378 -0
  2680. package/skills/scientific/polars/references/io_guide.md +557 -0
  2681. package/skills/scientific/polars/references/operations.md +602 -0
  2682. package/skills/scientific/polars/references/pandas_migration.md +417 -0
  2683. package/skills/scientific/polars/references/transformations.md +549 -0
  2684. package/skills/scientific/pptx-posters/SKILL.md +416 -0
  2685. package/skills/scientific/pptx-posters/assets/poster_html_template.html +257 -0
  2686. package/skills/scientific/pptx-posters/assets/poster_quality_checklist.md +358 -0
  2687. package/skills/scientific/pptx-posters/references/poster_content_guide.md +748 -0
  2688. package/skills/scientific/pptx-posters/references/poster_design_principles.md +806 -0
  2689. package/skills/scientific/pptx-posters/references/poster_layout_design.md +900 -0
  2690. package/skills/scientific/protocolsio-integration/SKILL.md +421 -0
  2691. package/skills/scientific/protocolsio-integration/references/additional_features.md +387 -0
  2692. package/skills/scientific/protocolsio-integration/references/authentication.md +100 -0
  2693. package/skills/scientific/protocolsio-integration/references/discussions.md +225 -0
  2694. package/skills/scientific/protocolsio-integration/references/file_manager.md +412 -0
  2695. package/skills/scientific/protocolsio-integration/references/protocols_api.md +294 -0
  2696. package/skills/scientific/protocolsio-integration/references/workspaces.md +293 -0
  2697. package/skills/scientific/pubchem-database/SKILL.md +574 -0
  2698. package/skills/scientific/pubchem-database/references/api_reference.md +440 -0
  2699. package/skills/scientific/pubchem-database/scripts/bioactivity_query.py +367 -0
  2700. package/skills/scientific/pubchem-database/scripts/compound_search.py +297 -0
  2701. package/skills/scientific/pubmed-database/SKILL.md +460 -0
  2702. package/skills/scientific/pubmed-database/references/api_reference.md +298 -0
  2703. package/skills/scientific/pubmed-database/references/common_queries.md +453 -0
  2704. package/skills/scientific/pubmed-database/references/search_syntax.md +436 -0
  2705. package/skills/scientific/pufferlib/SKILL.md +436 -0
  2706. package/skills/scientific/pufferlib/references/environments.md +508 -0
  2707. package/skills/scientific/pufferlib/references/integration.md +621 -0
  2708. package/skills/scientific/pufferlib/references/policies.md +653 -0
  2709. package/skills/scientific/pufferlib/references/training.md +360 -0
  2710. package/skills/scientific/pufferlib/references/vectorization.md +557 -0
  2711. package/skills/scientific/pufferlib/scripts/env_template.py +340 -0
  2712. package/skills/scientific/pufferlib/scripts/train_template.py +239 -0
  2713. package/skills/scientific/pydeseq2/SKILL.md +559 -0
  2714. package/skills/scientific/pydeseq2/references/api_reference.md +228 -0
  2715. package/skills/scientific/pydeseq2/references/workflow_guide.md +582 -0
  2716. package/skills/scientific/pydeseq2/scripts/run_deseq2_analysis.py +353 -0
  2717. package/skills/scientific/pydicom/SKILL.md +434 -0
  2718. package/skills/scientific/pydicom/references/common_tags.md +228 -0
  2719. package/skills/scientific/pydicom/references/transfer_syntaxes.md +352 -0
  2720. package/skills/scientific/pydicom/scripts/anonymize_dicom.py +137 -0
  2721. package/skills/scientific/pydicom/scripts/dicom_to_image.py +172 -0
  2722. package/skills/scientific/pydicom/scripts/extract_metadata.py +173 -0
  2723. package/skills/scientific/pyhealth/SKILL.md +491 -0
  2724. package/skills/scientific/pyhealth/references/datasets.md +178 -0
  2725. package/skills/scientific/pyhealth/references/medical_coding.md +284 -0
  2726. package/skills/scientific/pyhealth/references/models.md +594 -0
  2727. package/skills/scientific/pyhealth/references/preprocessing.md +638 -0
  2728. package/skills/scientific/pyhealth/references/tasks.md +379 -0
  2729. package/skills/scientific/pyhealth/references/training_evaluation.md +648 -0
  2730. package/skills/scientific/pylabrobot/SKILL.md +185 -0
  2731. package/skills/scientific/pylabrobot/references/analytical-equipment.md +464 -0
  2732. package/skills/scientific/pylabrobot/references/hardware-backends.md +480 -0
  2733. package/skills/scientific/pylabrobot/references/liquid-handling.md +403 -0
  2734. package/skills/scientific/pylabrobot/references/material-handling.md +620 -0
  2735. package/skills/scientific/pylabrobot/references/resources.md +489 -0
  2736. package/skills/scientific/pylabrobot/references/visualization.md +532 -0
  2737. package/skills/scientific/pymatgen/SKILL.md +691 -0
  2738. package/skills/scientific/pymatgen/references/analysis_modules.md +530 -0
  2739. package/skills/scientific/pymatgen/references/core_classes.md +318 -0
  2740. package/skills/scientific/pymatgen/references/io_formats.md +469 -0
  2741. package/skills/scientific/pymatgen/references/materials_project_api.md +517 -0
  2742. package/skills/scientific/pymatgen/references/transformations_workflows.md +591 -0
  2743. package/skills/scientific/pymatgen/scripts/phase_diagram_generator.py +233 -0
  2744. package/skills/scientific/pymatgen/scripts/structure_analyzer.py +266 -0
  2745. package/skills/scientific/pymatgen/scripts/structure_converter.py +169 -0
  2746. package/skills/scientific/pymc/SKILL.md +572 -0
  2747. package/skills/scientific/pymc/assets/hierarchical_model_template.py +333 -0
  2748. package/skills/scientific/pymc/assets/linear_regression_template.py +241 -0
  2749. package/skills/scientific/pymc/references/distributions.md +320 -0
  2750. package/skills/scientific/pymc/references/sampling_inference.md +424 -0
  2751. package/skills/scientific/pymc/references/workflows.md +526 -0
  2752. package/skills/scientific/pymc/scripts/model_comparison.py +387 -0
  2753. package/skills/scientific/pymc/scripts/model_diagnostics.py +350 -0
  2754. package/skills/scientific/pymoo/SKILL.md +571 -0
  2755. package/skills/scientific/pymoo/references/algorithms.md +180 -0
  2756. package/skills/scientific/pymoo/references/constraints_mcdm.md +417 -0
  2757. package/skills/scientific/pymoo/references/operators.md +345 -0
  2758. package/skills/scientific/pymoo/references/problems.md +265 -0
  2759. package/skills/scientific/pymoo/references/visualization.md +353 -0
  2760. package/skills/scientific/pymoo/scripts/custom_problem_example.py +181 -0
  2761. package/skills/scientific/pymoo/scripts/decision_making_example.py +161 -0
  2762. package/skills/scientific/pymoo/scripts/many_objective_example.py +72 -0
  2763. package/skills/scientific/pymoo/scripts/multi_objective_example.py +63 -0
  2764. package/skills/scientific/pymoo/scripts/single_objective_example.py +59 -0
  2765. package/skills/scientific/pyopenms/SKILL.md +217 -0
  2766. package/skills/scientific/pyopenms/references/data_structures.md +497 -0
  2767. package/skills/scientific/pyopenms/references/feature_detection.md +410 -0
  2768. package/skills/scientific/pyopenms/references/file_io.md +349 -0
  2769. package/skills/scientific/pyopenms/references/identification.md +422 -0
  2770. package/skills/scientific/pyopenms/references/metabolomics.md +482 -0
  2771. package/skills/scientific/pyopenms/references/signal_processing.md +433 -0
  2772. package/skills/scientific/pysam/SKILL.md +265 -0
  2773. package/skills/scientific/pysam/references/alignment_files.md +280 -0
  2774. package/skills/scientific/pysam/references/common_workflows.md +520 -0
  2775. package/skills/scientific/pysam/references/sequence_files.md +407 -0
  2776. package/skills/scientific/pysam/references/variant_files.md +365 -0
  2777. package/skills/scientific/pytdc/SKILL.md +460 -0
  2778. package/skills/scientific/pytdc/references/datasets.md +246 -0
  2779. package/skills/scientific/pytdc/references/oracles.md +400 -0
  2780. package/skills/scientific/pytdc/references/utilities.md +684 -0
  2781. package/skills/scientific/pytdc/scripts/benchmark_evaluation.py +327 -0
  2782. package/skills/scientific/pytdc/scripts/load_and_split_data.py +214 -0
  2783. package/skills/scientific/pytdc/scripts/molecular_generation.py +404 -0
  2784. package/skills/scientific/pytorch-lightning/SKILL.md +174 -0
  2785. package/skills/scientific/pytorch-lightning/references/best_practices.md +724 -0
  2786. package/skills/scientific/pytorch-lightning/references/callbacks.md +564 -0
  2787. package/skills/scientific/pytorch-lightning/references/data_module.md +565 -0
  2788. package/skills/scientific/pytorch-lightning/references/distributed_training.md +643 -0
  2789. package/skills/scientific/pytorch-lightning/references/lightning_module.md +487 -0
  2790. package/skills/scientific/pytorch-lightning/references/logging.md +654 -0
  2791. package/skills/scientific/pytorch-lightning/references/trainer.md +641 -0
  2792. package/skills/scientific/pytorch-lightning/scripts/quick_trainer_setup.py +454 -0
  2793. package/skills/scientific/pytorch-lightning/scripts/template_datamodule.py +328 -0
  2794. package/skills/scientific/pytorch-lightning/scripts/template_lightning_module.py +219 -0
  2795. package/skills/scientific/qiskit/SKILL.md +275 -0
  2796. package/skills/scientific/qiskit/references/algorithms.md +607 -0
  2797. package/skills/scientific/qiskit/references/backends.md +433 -0
  2798. package/skills/scientific/qiskit/references/circuits.md +197 -0
  2799. package/skills/scientific/qiskit/references/patterns.md +533 -0
  2800. package/skills/scientific/qiskit/references/primitives.md +277 -0
  2801. package/skills/scientific/qiskit/references/setup.md +99 -0
  2802. package/skills/scientific/qiskit/references/transpilation.md +286 -0
  2803. package/skills/scientific/qiskit/references/visualization.md +415 -0
  2804. package/skills/scientific/qutip/SKILL.md +318 -0
  2805. package/skills/scientific/qutip/references/advanced.md +555 -0
  2806. package/skills/scientific/qutip/references/analysis.md +523 -0
  2807. package/skills/scientific/qutip/references/core_concepts.md +293 -0
  2808. package/skills/scientific/qutip/references/time_evolution.md +348 -0
  2809. package/skills/scientific/qutip/references/visualization.md +431 -0
  2810. package/skills/scientific/rdkit/SKILL.md +780 -0
  2811. package/skills/scientific/rdkit/references/api_reference.md +432 -0
  2812. package/skills/scientific/rdkit/references/descriptors_reference.md +595 -0
  2813. package/skills/scientific/rdkit/references/smarts_patterns.md +668 -0
  2814. package/skills/scientific/rdkit/scripts/molecular_properties.py +243 -0
  2815. package/skills/scientific/rdkit/scripts/similarity_search.py +297 -0
  2816. package/skills/scientific/rdkit/scripts/substructure_filter.py +386 -0
  2817. package/skills/scientific/reactome-database/SKILL.md +278 -0
  2818. package/skills/scientific/reactome-database/references/api_reference.md +465 -0
  2819. package/skills/scientific/reactome-database/scripts/reactome_query.py +286 -0
  2820. package/skills/scientific/research-grants/SKILL.md +957 -0
  2821. package/skills/scientific/research-grants/assets/budget_justification_template.md +453 -0
  2822. package/skills/scientific/research-grants/assets/nih_specific_aims_template.md +166 -0
  2823. package/skills/scientific/research-grants/assets/nsf_project_summary_template.md +92 -0
  2824. package/skills/scientific/research-grants/references/README.md +285 -0
  2825. package/skills/scientific/research-grants/references/broader_impacts.md +392 -0
  2826. package/skills/scientific/research-grants/references/darpa_guidelines.md +636 -0
  2827. package/skills/scientific/research-grants/references/doe_guidelines.md +586 -0
  2828. package/skills/scientific/research-grants/references/nih_guidelines.md +851 -0
  2829. package/skills/scientific/research-grants/references/nsf_guidelines.md +570 -0
  2830. package/skills/scientific/research-grants/references/nstc_guidelines.md +733 -0
  2831. package/skills/scientific/research-grants/references/specific_aims_guide.md +458 -0
  2832. package/skills/scientific/research-lookup/SKILL.md +508 -0
  2833. package/skills/scientific/research-lookup/scripts/examples.py +174 -0
  2834. package/skills/scientific/research-lookup/scripts/lookup.py +187 -0
  2835. package/skills/scientific/research-lookup/scripts/research_lookup.py +474 -0
  2836. package/skills/scientific/rowan/SKILL.md +427 -0
  2837. package/skills/scientific/rowan/references/api_reference.md +413 -0
  2838. package/skills/scientific/rowan/references/molecule_handling.md +429 -0
  2839. package/skills/scientific/rowan/references/proteins_and_organization.md +499 -0
  2840. package/skills/scientific/rowan/references/rdkit_native.md +438 -0
  2841. package/skills/scientific/rowan/references/results_interpretation.md +481 -0
  2842. package/skills/scientific/rowan/references/workflow_types.md +591 -0
  2843. package/skills/scientific/scanpy/SKILL.md +386 -0
  2844. package/skills/scientific/scanpy/assets/analysis_template.py +295 -0
  2845. package/skills/scientific/scanpy/references/api_reference.md +251 -0
  2846. package/skills/scientific/scanpy/references/plotting_guide.md +352 -0
  2847. package/skills/scientific/scanpy/references/standard_workflow.md +206 -0
  2848. package/skills/scientific/scanpy/scripts/qc_analysis.py +200 -0
  2849. package/skills/scientific/scholar-evaluation/SKILL.md +300 -0
  2850. package/skills/scientific/scholar-evaluation/references/evaluation_framework.md +663 -0
  2851. package/skills/scientific/scholar-evaluation/scripts/calculate_scores.py +378 -0
  2852. package/skills/scientific/scientific-brainstorming/SKILL.md +191 -0
  2853. package/skills/scientific/scientific-brainstorming/references/brainstorming_methods.md +326 -0
  2854. package/skills/scientific/scientific-critical-thinking/SKILL.md +572 -0
  2855. package/skills/scientific/scientific-critical-thinking/references/common_biases.md +364 -0
  2856. package/skills/scientific/scientific-critical-thinking/references/evidence_hierarchy.md +484 -0
  2857. package/skills/scientific/scientific-critical-thinking/references/experimental_design.md +496 -0
  2858. package/skills/scientific/scientific-critical-thinking/references/logical_fallacies.md +478 -0
  2859. package/skills/scientific/scientific-critical-thinking/references/scientific_method.md +169 -0
  2860. package/skills/scientific/scientific-critical-thinking/references/statistical_pitfalls.md +506 -0
  2861. package/skills/scientific/scientific-schematics/SKILL.md +621 -0
  2862. package/skills/scientific/scientific-schematics/references/QUICK_REFERENCE.md +207 -0
  2863. package/skills/scientific/scientific-schematics/references/README.md +327 -0
  2864. package/skills/scientific/scientific-schematics/references/best_practices.md +559 -0
  2865. package/skills/scientific/scientific-schematics/scripts/example_usage.sh +89 -0
  2866. package/skills/scientific/scientific-schematics/scripts/generate_schematic.py +139 -0
  2867. package/skills/scientific/scientific-schematics/scripts/generate_schematic_ai.py +838 -0
  2868. package/skills/scientific/scientific-slides/SKILL.md +1156 -0
  2869. package/skills/scientific/scientific-slides/assets/beamer_template_conference.tex +407 -0
  2870. package/skills/scientific/scientific-slides/assets/beamer_template_defense.tex +906 -0
  2871. package/skills/scientific/scientific-slides/assets/beamer_template_seminar.tex +870 -0
  2872. package/skills/scientific/scientific-slides/assets/powerpoint_design_guide.md +662 -0
  2873. package/skills/scientific/scientific-slides/assets/timing_guidelines.md +597 -0
  2874. package/skills/scientific/scientific-slides/references/beamer_guide.md +1019 -0
  2875. package/skills/scientific/scientific-slides/references/data_visualization_slides.md +708 -0
  2876. package/skills/scientific/scientific-slides/references/presentation_structure.md +642 -0
  2877. package/skills/scientific/scientific-slides/references/slide_design_principles.md +849 -0
  2878. package/skills/scientific/scientific-slides/references/talk_types_guide.md +687 -0
  2879. package/skills/scientific/scientific-slides/references/visual_review_workflow.md +775 -0
  2880. package/skills/scientific/scientific-slides/scripts/generate_slide_image.py +140 -0
  2881. package/skills/scientific/scientific-slides/scripts/generate_slide_image_ai.py +763 -0
  2882. package/skills/scientific/scientific-slides/scripts/pdf_to_images.py +221 -0
  2883. package/skills/scientific/scientific-slides/scripts/slides_to_pdf.py +235 -0
  2884. package/skills/scientific/scientific-slides/scripts/validate_presentation.py +403 -0
  2885. package/skills/scientific/scientific-visualization/SKILL.md +779 -0
  2886. package/skills/scientific/scientific-visualization/assets/color_palettes.py +197 -0
  2887. package/skills/scientific/scientific-visualization/assets/nature.mplstyle +63 -0
  2888. package/skills/scientific/scientific-visualization/assets/presentation.mplstyle +61 -0
  2889. package/skills/scientific/scientific-visualization/assets/publication.mplstyle +68 -0
  2890. package/skills/scientific/scientific-visualization/references/color_palettes.md +348 -0
  2891. package/skills/scientific/scientific-visualization/references/journal_requirements.md +320 -0
  2892. package/skills/scientific/scientific-visualization/references/matplotlib_examples.md +620 -0
  2893. package/skills/scientific/scientific-visualization/references/publication_guidelines.md +205 -0
  2894. package/skills/scientific/scientific-visualization/scripts/figure_export.py +343 -0
  2895. package/skills/scientific/scientific-visualization/scripts/style_presets.py +416 -0
  2896. package/skills/scientific/scientific-writing/SKILL.md +720 -0
  2897. package/skills/scientific/scientific-writing/assets/REPORT_FORMATTING_GUIDE.md +574 -0
  2898. package/skills/scientific/scientific-writing/assets/scientific_report.sty +606 -0
  2899. package/skills/scientific/scientific-writing/assets/scientific_report_template.tex +449 -0
  2900. package/skills/scientific/scientific-writing/references/citation_styles.md +720 -0
  2901. package/skills/scientific/scientific-writing/references/figures_tables.md +806 -0
  2902. package/skills/scientific/scientific-writing/references/imrad_structure.md +658 -0
  2903. package/skills/scientific/scientific-writing/references/professional_report_formatting.md +664 -0
  2904. package/skills/scientific/scientific-writing/references/reporting_guidelines.md +748 -0
  2905. package/skills/scientific/scientific-writing/references/writing_principles.md +824 -0
  2906. package/skills/scientific/scikit-bio/SKILL.md +437 -0
  2907. package/skills/scientific/scikit-bio/references/api_reference.md +749 -0
  2908. package/skills/scientific/scikit-learn/SKILL.md +521 -0
  2909. package/skills/scientific/scikit-learn/references/model_evaluation.md +592 -0
  2910. package/skills/scientific/scikit-learn/references/pipelines_and_composition.md +612 -0
  2911. package/skills/scientific/scikit-learn/references/preprocessing.md +606 -0
  2912. package/skills/scientific/scikit-learn/references/quick_reference.md +433 -0
  2913. package/skills/scientific/scikit-learn/references/supervised_learning.md +378 -0
  2914. package/skills/scientific/scikit-learn/references/unsupervised_learning.md +505 -0
  2915. package/skills/scientific/scikit-learn/scripts/classification_pipeline.py +257 -0
  2916. package/skills/scientific/scikit-learn/scripts/clustering_analysis.py +386 -0
  2917. package/skills/scientific/scikit-survival/SKILL.md +399 -0
  2918. package/skills/scientific/scikit-survival/references/competing-risks.md +397 -0
  2919. package/skills/scientific/scikit-survival/references/cox-models.md +182 -0
  2920. package/skills/scientific/scikit-survival/references/data-handling.md +494 -0
  2921. package/skills/scientific/scikit-survival/references/ensemble-models.md +327 -0
  2922. package/skills/scientific/scikit-survival/references/evaluation-metrics.md +378 -0
  2923. package/skills/scientific/scikit-survival/references/svm-models.md +411 -0
  2924. package/skills/scientific/scvi-tools/SKILL.md +190 -0
  2925. package/skills/scientific/scvi-tools/references/differential-expression.md +581 -0
  2926. package/skills/scientific/scvi-tools/references/models-atac-seq.md +321 -0
  2927. package/skills/scientific/scvi-tools/references/models-multimodal.md +367 -0
  2928. package/skills/scientific/scvi-tools/references/models-scrna-seq.md +330 -0
  2929. package/skills/scientific/scvi-tools/references/models-spatial.md +438 -0
  2930. package/skills/scientific/scvi-tools/references/models-specialized.md +408 -0
  2931. package/skills/scientific/scvi-tools/references/theoretical-foundations.md +438 -0
  2932. package/skills/scientific/scvi-tools/references/workflows.md +546 -0
  2933. package/skills/scientific/seaborn/SKILL.md +673 -0
  2934. package/skills/scientific/seaborn/references/examples.md +822 -0
  2935. package/skills/scientific/seaborn/references/function_reference.md +770 -0
  2936. package/skills/scientific/seaborn/references/objects_interface.md +964 -0
  2937. package/skills/scientific/shap/SKILL.md +566 -0
  2938. package/skills/scientific/shap/references/explainers.md +339 -0
  2939. package/skills/scientific/shap/references/plots.md +507 -0
  2940. package/skills/scientific/shap/references/theory.md +449 -0
  2941. package/skills/scientific/shap/references/workflows.md +605 -0
  2942. package/skills/scientific/simpy/SKILL.md +429 -0
  2943. package/skills/scientific/simpy/references/events.md +374 -0
  2944. package/skills/scientific/simpy/references/monitoring.md +475 -0
  2945. package/skills/scientific/simpy/references/process-interaction.md +424 -0
  2946. package/skills/scientific/simpy/references/real-time.md +395 -0
  2947. package/skills/scientific/simpy/references/resources.md +275 -0
  2948. package/skills/scientific/simpy/scripts/basic_simulation_template.py +193 -0
  2949. package/skills/scientific/simpy/scripts/resource_monitor.py +345 -0
  2950. package/skills/scientific/stable-baselines3/SKILL.md +299 -0
  2951. package/skills/scientific/stable-baselines3/references/algorithms.md +333 -0
  2952. package/skills/scientific/stable-baselines3/references/callbacks.md +556 -0
  2953. package/skills/scientific/stable-baselines3/references/custom_environments.md +526 -0
  2954. package/skills/scientific/stable-baselines3/references/vectorized_envs.md +568 -0
  2955. package/skills/scientific/stable-baselines3/scripts/custom_env_template.py +314 -0
  2956. package/skills/scientific/stable-baselines3/scripts/evaluate_agent.py +245 -0
  2957. package/skills/scientific/stable-baselines3/scripts/train_rl_agent.py +165 -0
  2958. package/skills/scientific/statistical-analysis/SKILL.md +632 -0
  2959. package/skills/scientific/statistical-analysis/references/assumptions_and_diagnostics.md +369 -0
  2960. package/skills/scientific/statistical-analysis/references/bayesian_statistics.md +661 -0
  2961. package/skills/scientific/statistical-analysis/references/effect_sizes_and_power.md +581 -0
  2962. package/skills/scientific/statistical-analysis/references/reporting_standards.md +469 -0
  2963. package/skills/scientific/statistical-analysis/references/test_selection_guide.md +129 -0
  2964. package/skills/scientific/statistical-analysis/scripts/assumption_checks.py +539 -0
  2965. package/skills/scientific/statsmodels/SKILL.md +614 -0
  2966. package/skills/scientific/statsmodels/references/discrete_choice.md +669 -0
  2967. package/skills/scientific/statsmodels/references/glm.md +619 -0
  2968. package/skills/scientific/statsmodels/references/linear_models.md +447 -0
  2969. package/skills/scientific/statsmodels/references/stats_diagnostics.md +859 -0
  2970. package/skills/scientific/statsmodels/references/time_series.md +716 -0
  2971. package/skills/scientific/string-database/SKILL.md +534 -0
  2972. package/skills/scientific/string-database/references/string_reference.md +455 -0
  2973. package/skills/scientific/string-database/scripts/string_api.py +369 -0
  2974. package/skills/scientific/sympy/SKILL.md +500 -0
  2975. package/skills/scientific/sympy/references/advanced-topics.md +635 -0
  2976. package/skills/scientific/sympy/references/code-generation-printing.md +599 -0
  2977. package/skills/scientific/sympy/references/core-capabilities.md +348 -0
  2978. package/skills/scientific/sympy/references/matrices-linear-algebra.md +526 -0
  2979. package/skills/scientific/sympy/references/physics-mechanics.md +592 -0
  2980. package/skills/scientific/torch_geometric/SKILL.md +676 -0
  2981. package/skills/scientific/torch_geometric/references/datasets_reference.md +574 -0
  2982. package/skills/scientific/torch_geometric/references/layers_reference.md +485 -0
  2983. package/skills/scientific/torch_geometric/references/transforms_reference.md +679 -0
  2984. package/skills/scientific/torch_geometric/scripts/benchmark_model.py +309 -0
  2985. package/skills/scientific/torch_geometric/scripts/create_gnn_template.py +529 -0
  2986. package/skills/scientific/torch_geometric/scripts/visualize_graph.py +313 -0
  2987. package/skills/scientific/torchdrug/SKILL.md +450 -0
  2988. package/skills/scientific/torchdrug/references/core_concepts.md +565 -0
  2989. package/skills/scientific/torchdrug/references/datasets.md +380 -0
  2990. package/skills/scientific/torchdrug/references/knowledge_graphs.md +320 -0
  2991. package/skills/scientific/torchdrug/references/models_architectures.md +541 -0
  2992. package/skills/scientific/torchdrug/references/molecular_generation.md +352 -0
  2993. package/skills/scientific/torchdrug/references/molecular_property_prediction.md +169 -0
  2994. package/skills/scientific/torchdrug/references/protein_modeling.md +272 -0
  2995. package/skills/scientific/torchdrug/references/retrosynthesis.md +436 -0
  2996. package/skills/scientific/transformers/SKILL.md +164 -0
  2997. package/skills/scientific/transformers/references/generation.md +467 -0
  2998. package/skills/scientific/transformers/references/models.md +361 -0
  2999. package/skills/scientific/transformers/references/pipelines.md +335 -0
  3000. package/skills/scientific/transformers/references/tokenizers.md +447 -0
  3001. package/skills/scientific/transformers/references/training.md +500 -0
  3002. package/skills/scientific/treatment-plans/SKILL.md +1582 -0
  3003. package/skills/scientific/treatment-plans/assets/STYLING_QUICK_REFERENCE.md +185 -0
  3004. package/skills/scientific/treatment-plans/assets/chronic_disease_management_plan.tex +665 -0
  3005. package/skills/scientific/treatment-plans/assets/general_medical_treatment_plan.tex +547 -0
  3006. package/skills/scientific/treatment-plans/assets/medical_treatment_plan.sty +222 -0
  3007. package/skills/scientific/treatment-plans/assets/mental_health_treatment_plan.tex +774 -0
  3008. package/skills/scientific/treatment-plans/assets/one_page_treatment_plan.tex +193 -0
  3009. package/skills/scientific/treatment-plans/assets/pain_management_plan.tex +799 -0
  3010. package/skills/scientific/treatment-plans/assets/perioperative_care_plan.tex +753 -0
  3011. package/skills/scientific/treatment-plans/assets/quality_checklist.md +471 -0
  3012. package/skills/scientific/treatment-plans/assets/rehabilitation_treatment_plan.tex +756 -0
  3013. package/skills/scientific/treatment-plans/references/README.md +488 -0
  3014. package/skills/scientific/treatment-plans/references/goal_setting_frameworks.md +411 -0
  3015. package/skills/scientific/treatment-plans/references/intervention_guidelines.md +507 -0
  3016. package/skills/scientific/treatment-plans/references/regulatory_compliance.md +476 -0
  3017. package/skills/scientific/treatment-plans/references/specialty_specific_guidelines.md +655 -0
  3018. package/skills/scientific/treatment-plans/references/treatment_plan_standards.md +485 -0
  3019. package/skills/scientific/treatment-plans/scripts/check_completeness.py +318 -0
  3020. package/skills/scientific/treatment-plans/scripts/generate_template.py +244 -0
  3021. package/skills/scientific/treatment-plans/scripts/timeline_generator.py +369 -0
  3022. package/skills/scientific/treatment-plans/scripts/validate_treatment_plan.py +367 -0
  3023. package/skills/scientific/umap-learn/SKILL.md +479 -0
  3024. package/skills/scientific/umap-learn/references/api_reference.md +532 -0
  3025. package/skills/scientific/uniprot-database/SKILL.md +195 -0
  3026. package/skills/scientific/uniprot-database/references/api_examples.md +413 -0
  3027. package/skills/scientific/uniprot-database/references/api_fields.md +275 -0
  3028. package/skills/scientific/uniprot-database/references/id_mapping_databases.md +285 -0
  3029. package/skills/scientific/uniprot-database/references/query_syntax.md +256 -0
  3030. package/skills/scientific/uniprot-database/scripts/uniprot_client.py +341 -0
  3031. package/skills/scientific/uspto-database/SKILL.md +607 -0
  3032. package/skills/scientific/uspto-database/references/additional_apis.md +394 -0
  3033. package/skills/scientific/uspto-database/references/patentsearch_api.md +266 -0
  3034. package/skills/scientific/uspto-database/references/peds_api.md +212 -0
  3035. package/skills/scientific/uspto-database/references/trademark_api.md +358 -0
  3036. package/skills/scientific/uspto-database/scripts/patent_search.py +290 -0
  3037. package/skills/scientific/uspto-database/scripts/peds_client.py +285 -0
  3038. package/skills/scientific/uspto-database/scripts/trademark_client.py +311 -0
  3039. package/skills/scientific/vaex/SKILL.md +182 -0
  3040. package/skills/scientific/vaex/references/core_dataframes.md +367 -0
  3041. package/skills/scientific/vaex/references/data_processing.md +555 -0
  3042. package/skills/scientific/vaex/references/io_operations.md +703 -0
  3043. package/skills/scientific/vaex/references/machine_learning.md +728 -0
  3044. package/skills/scientific/vaex/references/performance.md +571 -0
  3045. package/skills/scientific/vaex/references/visualization.md +613 -0
  3046. package/skills/scientific/venue-templates/SKILL.md +690 -0
  3047. package/skills/scientific/venue-templates/assets/examples/cell_summary_example.md +247 -0
  3048. package/skills/scientific/venue-templates/assets/examples/medical_structured_abstract.md +313 -0
  3049. package/skills/scientific/venue-templates/assets/examples/nature_abstract_examples.md +213 -0
  3050. package/skills/scientific/venue-templates/assets/examples/neurips_introduction_example.md +245 -0
  3051. package/skills/scientific/venue-templates/assets/grants/nih_specific_aims.tex +235 -0
  3052. package/skills/scientific/venue-templates/assets/grants/nsf_proposal_template.tex +375 -0
  3053. package/skills/scientific/venue-templates/assets/journals/nature_article.tex +171 -0
  3054. package/skills/scientific/venue-templates/assets/journals/neurips_article.tex +283 -0
  3055. package/skills/scientific/venue-templates/assets/journals/plos_one.tex +317 -0
  3056. package/skills/scientific/venue-templates/assets/posters/beamerposter_academic.tex +311 -0
  3057. package/skills/scientific/venue-templates/references/cell_press_style.md +483 -0
  3058. package/skills/scientific/venue-templates/references/conferences_formatting.md +564 -0
  3059. package/skills/scientific/venue-templates/references/cs_conference_style.md +463 -0
  3060. package/skills/scientific/venue-templates/references/grants_requirements.md +787 -0
  3061. package/skills/scientific/venue-templates/references/journals_formatting.md +486 -0
  3062. package/skills/scientific/venue-templates/references/medical_journal_styles.md +535 -0
  3063. package/skills/scientific/venue-templates/references/ml_conference_style.md +556 -0
  3064. package/skills/scientific/venue-templates/references/nature_science_style.md +405 -0
  3065. package/skills/scientific/venue-templates/references/posters_guidelines.md +628 -0
  3066. package/skills/scientific/venue-templates/references/reviewer_expectations.md +417 -0
  3067. package/skills/scientific/venue-templates/references/venue_writing_styles.md +321 -0
  3068. package/skills/scientific/venue-templates/scripts/customize_template.py +206 -0
  3069. package/skills/scientific/venue-templates/scripts/query_template.py +260 -0
  3070. package/skills/scientific/venue-templates/scripts/validate_format.py +255 -0
  3071. package/skills/scientific/zarr-python/SKILL.md +779 -0
  3072. package/skills/scientific/zarr-python/references/api_reference.md +515 -0
  3073. package/skills/scientific/zinc-database/SKILL.md +404 -0
  3074. package/skills/scientific/zinc-database/references/api_reference.md +692 -0
  3075. package/skills/scripts/instinct-cli.py +494 -0
  3076. package/skills/security-review/SKILL.md +494 -0
  3077. package/skills/security-review/cloud-infrastructure-security.md +361 -0
  3078. package/skills/setup/SKILL.md +966 -0
  3079. package/skills/skc-setup/SKILL.md +935 -0
  3080. package/skills/skill/SKILL.md +406 -0
  3081. package/skills/springboot-patterns/SKILL.md +304 -0
  3082. package/skills/springboot-security/SKILL.md +119 -0
  3083. package/skills/springboot-tdd/SKILL.md +157 -0
  3084. package/skills/springboot-verification/SKILL.md +100 -0
  3085. package/skills/strategic-compact/SKILL.md +63 -0
  3086. package/skills/strategic-compact/suggest-compact.sh +52 -0
  3087. package/skills/subagent/SKILL.md +180 -0
  3088. package/skills/swarm/SKILL.md +673 -0
  3089. package/skills/tdd/SKILL.md +104 -0
  3090. package/skills/tdd-workflow/SKILL.md +409 -0
  3091. package/skills/trading/SKILL.md +85 -0
  3092. package/skills/ultra-brainstorm/SKILL.md +54 -0
  3093. package/skills/ultra-debugging/CREATION-LOG.md +119 -0
  3094. package/skills/ultra-debugging/SKILL.md +296 -0
  3095. package/skills/ultra-debugging/condition-based-waiting-example.ts +158 -0
  3096. package/skills/ultra-debugging/condition-based-waiting.md +115 -0
  3097. package/skills/ultra-debugging/defense-in-depth.md +122 -0
  3098. package/skills/ultra-debugging/find-polluter.sh +63 -0
  3099. package/skills/ultra-debugging/root-cause-tracing.md +169 -0
  3100. package/skills/ultra-debugging/test-academic.md +14 -0
  3101. package/skills/ultra-debugging/test-pressure-1.md +58 -0
  3102. package/skills/ultra-debugging/test-pressure-2.md +68 -0
  3103. package/skills/ultra-debugging/test-pressure-3.md +69 -0
  3104. package/skills/ultra-execute/SKILL.md +84 -0
  3105. package/skills/ultra-executor/SKILL.md +72 -0
  3106. package/skills/ultra-finish/SKILL.md +200 -0
  3107. package/skills/ultra-git/SKILL.md +218 -0
  3108. package/skills/ultra-plan/SKILL.md +116 -0
  3109. package/skills/ultra-skill-writing/SKILL.md +655 -0
  3110. package/skills/ultra-skill-writing/anthropic-best-practices.md +1150 -0
  3111. package/skills/ultra-skill-writing/examples/CLAUDE_MD_TESTING.md +189 -0
  3112. package/skills/ultra-skill-writing/graphviz-conventions.dot +172 -0
  3113. package/skills/ultra-skill-writing/persuasion-principles.md +187 -0
  3114. package/skills/ultra-skill-writing/render-graphs.js +168 -0
  3115. package/skills/ultra-skill-writing/testing-skills-with-subagents.md +384 -0
  3116. package/skills/ultra-subagent/SKILL.md +242 -0
  3117. package/skills/ultra-subagent/code-quality-reviewer-prompt.md +20 -0
  3118. package/skills/ultra-subagent/implementer-prompt.md +78 -0
  3119. package/skills/ultra-subagent/spec-reviewer-prompt.md +61 -0
  3120. package/skills/ultrapilot/SKILL.md +632 -0
  3121. package/skills/ultraqa/SKILL.md +135 -0
  3122. package/skills/ultrawork/SKILL.md +95 -0
  3123. package/skills/verification-loop/SKILL.md +120 -0
  3124. package/skills/verify/SKILL.md +139 -0
  3125. package/skills/writer-memory/SKILL.md +443 -0
  3126. package/skills/writer-memory/lib/character-tracker.ts +338 -0
  3127. package/skills/writer-memory/lib/memory-manager.ts +804 -0
  3128. package/skills/writer-memory/lib/relationship-graph.ts +400 -0
  3129. package/skills/writer-memory/lib/scene-organizer.ts +544 -0
  3130. package/skills/writer-memory/lib/synopsis-builder.ts +339 -0
  3131. package/skills/writer-memory/templates/synopsis-template.md +46 -0
  3132. package/templates/hooks/keyword-detector.mjs +394 -0
  3133. package/templates/hooks/lib/atomic-write.mjs +93 -0
  3134. package/templates/hooks/lib/stdin.mjs +62 -0
  3135. package/templates/hooks/persistent-mode.mjs +819 -0
  3136. package/templates/hooks/post-tool-use-failure.mjs +165 -0
  3137. package/templates/hooks/post-tool-use.mjs +135 -0
  3138. package/templates/hooks/pre-tool-use.mjs +160 -0
  3139. package/templates/hooks/session-start.mjs +306 -0
  3140. package/templates/hooks/stop-continuation.mjs +14 -0
  3141. package/templates/rules/README.md +40 -0
  3142. package/templates/rules/coding-style.md +74 -0
  3143. package/templates/rules/git-workflow.md +41 -0
  3144. package/templates/rules/performance.md +40 -0
  3145. package/templates/rules/security.md +41 -0
  3146. package/templates/rules/testing.md +42 -0
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "Code Development (Italian)",
3
+ "prompts": {
4
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in italiano",
5
+
6
+ "xml_title_placeholder": "[**title**: Titolo breve che cattura l'azione o l'argomento principale]",
7
+ "xml_subtitle_placeholder": "[**subtitle**: Spiegazione in una frase (massimo 24 parole)]",
8
+ "xml_fact_placeholder": "[Dichiarazione concisa e autonoma]",
9
+ "xml_narrative_placeholder": "[**narrative**: Contesto completo: cosa è stato fatto, come funziona, perché è importante]",
10
+ "xml_concept_placeholder": "[categoria-tipo-conoscenza]",
11
+ "xml_file_placeholder": "[percorso/del/file]",
12
+
13
+ "xml_summary_request_placeholder": "[Titolo breve che cattura la richiesta dell'utente e l'essenza di ciò che è stato discusso/fatto]",
14
+ "xml_summary_investigated_placeholder": "[Cosa è stato esplorato finora? Cosa è stato esaminato?]",
15
+ "xml_summary_learned_placeholder": "[Cosa hai imparato sul funzionamento delle cose?]",
16
+ "xml_summary_completed_placeholder": "[Quale lavoro è stato completato finora? Cosa è stato consegnato o modificato?]",
17
+ "xml_summary_next_steps_placeholder": "[Su cosa stai lavorando attivamente o pianifichi di lavorare successivamente in questa sessione?]",
18
+ "xml_summary_notes_placeholder": "[Ulteriori intuizioni o osservazioni sul progresso attuale]",
19
+
20
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in italiano",
21
+
22
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in italiano"
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "Code Development (Japanese)",
3
+ "prompts": {
4
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in 日本語",
5
+
6
+ "xml_title_placeholder": "[**title**: コアとなるアクションやトピックを捉えた短いタイトル]",
7
+ "xml_subtitle_placeholder": "[**subtitle**: 一文での説明(最大24単語)]",
8
+ "xml_fact_placeholder": "[簡潔で自己完結した記述]",
9
+ "xml_narrative_placeholder": "[**narrative**: 完全なコンテキスト:何が行われたか、どのように機能するか、なぜ重要か]",
10
+ "xml_concept_placeholder": "[知識タイプのカテゴリ]",
11
+ "xml_file_placeholder": "[ファイルへのパス]",
12
+
13
+ "xml_summary_request_placeholder": "[ユーザーのリクエストと議論/実行された内容の本質を捉えた短いタイトル]",
14
+ "xml_summary_investigated_placeholder": "[これまでに何を調査しましたか?何を検証しましたか?]",
15
+ "xml_summary_learned_placeholder": "[仕組みについて何を学びましたか?]",
16
+ "xml_summary_completed_placeholder": "[これまでにどんな作業が完了しましたか?何が出荷または変更されましたか?]",
17
+ "xml_summary_next_steps_placeholder": "[このセッションで次に積極的に取り組んでいる、または取り組む予定のことは何ですか?]",
18
+ "xml_summary_notes_placeholder": "[現在の進捗に関する追加の洞察や観察]",
19
+
20
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in 日本語",
21
+
22
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in 日本語"
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "Code Development (Korean)",
3
+ "prompts": {
4
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in 한국어",
5
+
6
+ "xml_title_placeholder": "[**title**: 핵심 작업이나 주제를 포착하는 짧은 제목]",
7
+ "xml_subtitle_placeholder": "[**subtitle**: 한 문장 설명 (최대 24단어)]",
8
+ "xml_fact_placeholder": "[간결하고 독립적인 진술]",
9
+ "xml_narrative_placeholder": "[**narrative**: 전체 컨텍스트: 무엇을 했는지, 어떻게 작동하는지, 왜 중요한지]",
10
+ "xml_concept_placeholder": "[지식 유형 카테고리]",
11
+ "xml_file_placeholder": "[파일 경로]",
12
+
13
+ "xml_summary_request_placeholder": "[사용자의 요청과 논의/수행된 내용의 본질을 포착하는 짧은 제목]",
14
+ "xml_summary_investigated_placeholder": "[지금까지 무엇을 탐색했습니까? 무엇을 검토했습니까?]",
15
+ "xml_summary_learned_placeholder": "[작동 방식에 대해 무엇을 배웠습니까?]",
16
+ "xml_summary_completed_placeholder": "[지금까지 어떤 작업이 완료되었습니까? 무엇이 배포되거나 변경되었습니까?]",
17
+ "xml_summary_next_steps_placeholder": "[이 세션에서 다음으로 적극적으로 작업 중이거나 작업할 계획인 것은 무엇입니까?]",
18
+ "xml_summary_notes_placeholder": "[현재 진행 상황에 대한 추가 통찰이나 관찰]",
19
+
20
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in 한국어",
21
+
22
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in 한국어"
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "Code Development (Dutch)",
3
+ "prompts": {
4
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in Nederlands",
5
+
6
+ "xml_title_placeholder": "[**title**: Korte titel die de kernactie of het onderwerp beschrijft]",
7
+ "xml_subtitle_placeholder": "[**subtitle**: Uitleg in één zin (maximaal 24 woorden)]",
8
+ "xml_fact_placeholder": "[Beknopte, op zichzelf staande verklaring]",
9
+ "xml_narrative_placeholder": "[**narrative**: Volledige context: wat er is gedaan, hoe het werkt, waarom het belangrijk is]",
10
+ "xml_concept_placeholder": "[kennistype-categorie]",
11
+ "xml_file_placeholder": "[pad/naar/bestand]",
12
+
13
+ "xml_summary_request_placeholder": "[Korte titel die het verzoek van de gebruiker en de essentie van wat is besproken/gedaan beschrijft]",
14
+ "xml_summary_investigated_placeholder": "[Wat is er tot nu toe onderzocht? Wat is er bekeken?]",
15
+ "xml_summary_learned_placeholder": "[Wat heb je geleerd over hoe dingen werken?]",
16
+ "xml_summary_completed_placeholder": "[Welk werk is er tot nu toe voltooid? Wat is er opgeleverd of gewijzigd?]",
17
+ "xml_summary_next_steps_placeholder": "[Waar werk je actief aan of plan je verder aan te werken in deze sessie?]",
18
+ "xml_summary_notes_placeholder": "[Aanvullende inzichten of observaties over de huidige voortgang]",
19
+
20
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in Nederlands",
21
+
22
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in Nederlands"
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "Code Development (Norwegian)",
3
+ "prompts": {
4
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in norsk",
5
+
6
+ "xml_title_placeholder": "[**title**: Kort tittel som fanger kjernehandlingen eller emnet]",
7
+ "xml_subtitle_placeholder": "[**subtitle**: Forklaring i én setning (maksimalt 24 ord)]",
8
+ "xml_fact_placeholder": "[Kortfattet, selvstendig uttalelse]",
9
+ "xml_narrative_placeholder": "[**narrative**: Full kontekst: hva som ble gjort, hvordan det fungerer, hvorfor det er viktig]",
10
+ "xml_concept_placeholder": "[kunnskapstype-kategori]",
11
+ "xml_file_placeholder": "[sti/til/fil]",
12
+
13
+ "xml_summary_request_placeholder": "[Kort tittel som fanger brukerens forespørsel og essensen av hva som ble diskutert/gjort]",
14
+ "xml_summary_investigated_placeholder": "[Hva har blitt utforsket så langt? Hva har blitt gjennomgått?]",
15
+ "xml_summary_learned_placeholder": "[Hva har du lært om hvordan ting fungerer?]",
16
+ "xml_summary_completed_placeholder": "[Hvilket arbeid har blitt fullført så langt? Hva har blitt levert eller endret?]",
17
+ "xml_summary_next_steps_placeholder": "[Hva jobber du aktivt med eller planlegger å jobbe med videre i denne økten?]",
18
+ "xml_summary_notes_placeholder": "[Ytterligere innsikter eller observasjoner om gjeldende fremgang]",
19
+
20
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in norsk",
21
+
22
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in norsk"
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "Code Development (Polish)",
3
+ "prompts": {
4
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in polski",
5
+
6
+ "xml_title_placeholder": "[**title**: Krótki tytuł opisujący główne działanie lub temat]",
7
+ "xml_subtitle_placeholder": "[**subtitle**: Wyjaśnienie w jednym zdaniu (maksymalnie 24 słowa)]",
8
+ "xml_fact_placeholder": "[Zwięzłe, samodzielne stwierdzenie]",
9
+ "xml_narrative_placeholder": "[**narrative**: Pełny kontekst: co zostało zrobione, jak to działa, dlaczego jest ważne]",
10
+ "xml_concept_placeholder": "[kategoria-typu-wiedzy]",
11
+ "xml_file_placeholder": "[ścieżka/do/pliku]",
12
+
13
+ "xml_summary_request_placeholder": "[Krótki tytuł opisujący żądanie użytkownika i istotę tego, co zostało omówione/zrobione]",
14
+ "xml_summary_investigated_placeholder": "[Co zostało zbadane do tej pory? Co zostało sprawdzone?]",
15
+ "xml_summary_learned_placeholder": "[Czego się nauczyłeś o tym, jak działają rzeczy?]",
16
+ "xml_summary_completed_placeholder": "[Jaka praca została ukończona do tej pory? Co zostało wdrożone lub zmienione?]",
17
+ "xml_summary_next_steps_placeholder": "[Nad czym aktywnie pracujesz lub planujesz pracować w tej sesji?]",
18
+ "xml_summary_notes_placeholder": "[Dodatkowe spostrzeżenia lub uwagi dotyczące obecnego postępu]",
19
+
20
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in polski",
21
+
22
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in polski"
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "Code Development (Brazilian Portuguese)",
3
+ "prompts": {
4
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in português",
5
+
6
+ "xml_title_placeholder": "[**title**: Título curto capturando a ação principal ou tópico]",
7
+ "xml_subtitle_placeholder": "[**subtitle**: Explicação em uma frase (máximo 24 palavras)]",
8
+ "xml_fact_placeholder": "[Declaração concisa e autônoma]",
9
+ "xml_narrative_placeholder": "[**narrative**: Contexto completo: O que foi feito, como funciona, por que é importante]",
10
+ "xml_concept_placeholder": "[categoria-de-tipo-de-conhecimento]",
11
+ "xml_file_placeholder": "[caminho/para/arquivo]",
12
+
13
+ "xml_summary_request_placeholder": "[Título curto capturando a solicitação do usuário E a substância do que foi discutido/feito]",
14
+ "xml_summary_investigated_placeholder": "[O que foi explorado até agora? O que foi examinado?]",
15
+ "xml_summary_learned_placeholder": "[O que você aprendeu sobre como as coisas funcionam?]",
16
+ "xml_summary_completed_placeholder": "[Que trabalho foi concluído até agora? O que foi entregue ou alterado?]",
17
+ "xml_summary_next_steps_placeholder": "[No que você está trabalhando ativamente ou planeja trabalhar a seguir nesta sessão?]",
18
+ "xml_summary_notes_placeholder": "[Insights adicionais ou observações sobre o progresso atual]",
19
+
20
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in português",
21
+
22
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in português"
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "Code Development (Romanian)",
3
+ "prompts": {
4
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in română",
5
+
6
+ "xml_title_placeholder": "[**title**: Titlu scurt care surprinde acțiunea sau subiectul principal]",
7
+ "xml_subtitle_placeholder": "[**subtitle**: Explicație într-o propoziție (maxim 24 cuvinte)]",
8
+ "xml_fact_placeholder": "[Afirmație concisă și autonomă]",
9
+ "xml_narrative_placeholder": "[**narrative**: Context complet: ce s-a făcut, cum funcționează, de ce este important]",
10
+ "xml_concept_placeholder": "[categorie-tip-cunoștințe]",
11
+ "xml_file_placeholder": "[cale/către/fișier]",
12
+
13
+ "xml_summary_request_placeholder": "[Titlu scurt care surprinde solicitarea utilizatorului și esența a ceea ce s-a discutat/făcut]",
14
+ "xml_summary_investigated_placeholder": "[Ce s-a explorat până acum? Ce s-a revizuit?]",
15
+ "xml_summary_learned_placeholder": "[Ce ai învățat despre modul în care funcționează lucrurile?]",
16
+ "xml_summary_completed_placeholder": "[Ce muncă a fost finalizată până acum? Ce a fost livrat sau modificat?]",
17
+ "xml_summary_next_steps_placeholder": "[La ce lucrezi activ sau plănuiești să lucrezi în continuare în această sesiune?]",
18
+ "xml_summary_notes_placeholder": "[Informații suplimentare sau observații despre progresul curent]",
19
+
20
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in română",
21
+
22
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in română"
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "Code Development (Russian)",
3
+ "prompts": {
4
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in русский",
5
+
6
+ "xml_title_placeholder": "[**title**: Краткое название, отражающее основное действие или тему]",
7
+ "xml_subtitle_placeholder": "[**subtitle**: Объяснение одним предложением (максимум 24 слова)]",
8
+ "xml_fact_placeholder": "[Краткое, самостоятельное утверждение]",
9
+ "xml_narrative_placeholder": "[**narrative**: Полный контекст: Что было сделано, как это работает, почему это важно]",
10
+ "xml_concept_placeholder": "[категория-типа-знания]",
11
+ "xml_file_placeholder": "[путь/к/файлу]",
12
+
13
+ "xml_summary_request_placeholder": "[Краткое название, отражающее запрос пользователя И суть того, что обсуждалось/делалось]",
14
+ "xml_summary_investigated_placeholder": "[Что было исследовано до сих пор? Что было рассмотрено?]",
15
+ "xml_summary_learned_placeholder": "[Что вы узнали о том, как все работает?]",
16
+ "xml_summary_completed_placeholder": "[Какая работа была выполнена до сих пор? Что было отправлено или изменено?]",
17
+ "xml_summary_next_steps_placeholder": "[Над чем вы активно работаете или планируете работать дальше в этой сессии?]",
18
+ "xml_summary_notes_placeholder": "[Дополнительные наблюдения или замечания о текущем прогрессе]",
19
+
20
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in русский",
21
+
22
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in русский"
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "Code Development (Swedish)",
3
+ "prompts": {
4
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in svenska",
5
+
6
+ "xml_title_placeholder": "[**title**: Kort rubrik som fångar kärnåtgärden eller ämnet]",
7
+ "xml_subtitle_placeholder": "[**subtitle**: Förklaring i en mening (högst 24 ord)]",
8
+ "xml_fact_placeholder": "[Koncist, fristående påstående]",
9
+ "xml_narrative_placeholder": "[**narrative**: Fullständigt sammanhang: vad som gjordes, hur det fungerar, varför det är viktigt]",
10
+ "xml_concept_placeholder": "[kunskapstyp-kategori]",
11
+ "xml_file_placeholder": "[sökväg/till/fil]",
12
+
13
+ "xml_summary_request_placeholder": "[Kort rubrik som fångar användarens begäran och kärnan i vad som diskuterades/gjordes]",
14
+ "xml_summary_investigated_placeholder": "[Vad har utforskats hittills? Vad har granskats?]",
15
+ "xml_summary_learned_placeholder": "[Vad har du lärt dig om hur saker fungerar?]",
16
+ "xml_summary_completed_placeholder": "[Vilket arbete har slutförts hittills? Vad har levererats eller ändrats?]",
17
+ "xml_summary_next_steps_placeholder": "[Vad arbetar du aktivt med eller planerar att arbeta med härnäst i denna session?]",
18
+ "xml_summary_notes_placeholder": "[Ytterligare insikter eller observationer om nuvarande framsteg]",
19
+
20
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in svenska",
21
+
22
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in svenska"
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "Code Development (Thai)",
3
+ "prompts": {
4
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in ภาษาไทย",
5
+
6
+ "xml_title_placeholder": "[**title**: ชื่อสั้นที่จับประเด็นหลักหรือหัวข้อ]",
7
+ "xml_subtitle_placeholder": "[**subtitle**: คำอธิบายหึ่งประโยค (สูงสุด 24 คำ)]",
8
+ "xml_fact_placeholder": "[ข้อความที่กระชับและสมบูรณ์ในตัวเอง]",
9
+ "xml_narrative_placeholder": "[**narrative**: บริบทเต็มรูปแบบ: สิ่งที่ทำ, วิธีการทำงาน, เหตุผลที่สำคัญ]",
10
+ "xml_concept_placeholder": "[หมวดหมู่ประเภทความรู้]",
11
+ "xml_file_placeholder": "[เส้นทาง/ไปยัง/ไฟล์]",
12
+
13
+ "xml_summary_request_placeholder": "[ชื่อสั้นที่จับคำขอของผู้ใช้และสาระสำคัญของสิ่งที่อภิปรายหรือทำ]",
14
+ "xml_summary_investigated_placeholder": "[สำรวจอะไรมาบ้างจนถึงตอนนี้? ตรวจสอบอะไรบ้าง?]",
15
+ "xml_summary_learned_placeholder": "[คุณได้เรียนรู้อะไรเกี่ยวกับวิธีการทำงานของสิ่งต่างๆ?]",
16
+ "xml_summary_completed_placeholder": "[งานอะไรเสร็จสมบูรณ์แล้วจนถึงตอนนี้? อะไรถูกส่งมอบหรือเปลี่ยนแปลง?]",
17
+ "xml_summary_next_steps_placeholder": "[คุณกำลังทำงานอะไรอย่างแข็งขันหรือวางแผนที่จะทำต่อไปในเซสชันนี้?]",
18
+ "xml_summary_notes_placeholder": "[ข้อมูลเชิงลึกเพิ่มเติมหรือข้อสังเกตเกี่ยวกับความคืบหน้าปัจจุบัน]",
19
+
20
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in ภาษาไทย",
21
+
22
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in ภาษาไทย"
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "Code Development (Turkish)",
3
+ "prompts": {
4
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in Türkçe",
5
+
6
+ "xml_title_placeholder": "[**title**: Ana eylemi veya konuyu özetleyen kısa başlık]",
7
+ "xml_subtitle_placeholder": "[**subtitle**: Tek cümlelik açıklama (maksimum 24 kelime)]",
8
+ "xml_fact_placeholder": "[Kısa ve bağımsız ifade]",
9
+ "xml_narrative_placeholder": "[**narrative**: Tam bağlam: ne yapıldı, nasıl çalışıyor, neden önemli]",
10
+ "xml_concept_placeholder": "[bilgi-türü-kategorisi]",
11
+ "xml_file_placeholder": "[dosya/yolu]",
12
+
13
+ "xml_summary_request_placeholder": "[Kullanıcının talebini ve tartışılan/yapılan şeyin özünü özetleyen kısa başlık]",
14
+ "xml_summary_investigated_placeholder": "[Şu ana kadar ne araştırıldı? Ne incelendi?]",
15
+ "xml_summary_learned_placeholder": "[İşlerin nasıl çalıştığı hakkında ne öğrendiniz?]",
16
+ "xml_summary_completed_placeholder": "[Şu ana kadar hangi iş tamamlandı? Ne gönderildi veya değiştirildi?]",
17
+ "xml_summary_next_steps_placeholder": "[Bu oturumda aktif olarak üzerinde çalıştığınız veya çalışmayı planladığınız şey nedir?]",
18
+ "xml_summary_notes_placeholder": "[Mevcut ilerleme hakkında ek görüşler veya gözlemler]",
19
+
20
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in Türkçe",
21
+
22
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in Türkçe"
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "Code Development (Ukrainian)",
3
+ "prompts": {
4
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in українська",
5
+
6
+ "xml_title_placeholder": "[**title**: Короткий заголовок, що описує основну дію або тему]",
7
+ "xml_subtitle_placeholder": "[**subtitle**: Пояснення в одному реченні (максимум 24 слова)]",
8
+ "xml_fact_placeholder": "[Стисле, самодостатнє твердження]",
9
+ "xml_narrative_placeholder": "[**narrative**: Повний контекст: що було зроблено, як це працює, чому це важливо]",
10
+ "xml_concept_placeholder": "[категорія-типу-знань]",
11
+ "xml_file_placeholder": "[шлях/до/файлу]",
12
+
13
+ "xml_summary_request_placeholder": "[Короткий заголовок, що описує запит користувача та суть того, що обговорювалося/робилося]",
14
+ "xml_summary_investigated_placeholder": "[Що досліджено на даний момент? Що переглянуто?]",
15
+ "xml_summary_learned_placeholder": "[Що ви дізналися про те, як працюють речі?]",
16
+ "xml_summary_completed_placeholder": "[Яка робота завершена на даний момент? Що було відправлено або змінено?]",
17
+ "xml_summary_next_steps_placeholder": "[Над чим ви активно працюєте або плануєте працювати далі в цій сесії?]",
18
+ "xml_summary_notes_placeholder": "[Додаткові висновки або спостереження щодо поточного прогресу]",
19
+
20
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in українська",
21
+
22
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in українська"
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "Code Development (Vietnamese)",
3
+ "prompts": {
4
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in tiếng Việt",
5
+
6
+ "xml_title_placeholder": "[**title**: Tiêu đề ngắn gọn nắm bắt hành động hoặc chủ đề chính]",
7
+ "xml_subtitle_placeholder": "[**subtitle**: Giải thích một câu (tối đa 24 từ)]",
8
+ "xml_fact_placeholder": "[Tuyên bố ngắn gọn, độc lập]",
9
+ "xml_narrative_placeholder": "[**narrative**: Bối cảnh đầy đủ: Đã làm gì, hoạt động như thế nào, tại sao quan trọng]",
10
+ "xml_concept_placeholder": "[danh-mục-loại-kiến-thức]",
11
+ "xml_file_placeholder": "[đường/dẫn/tới/tệp]",
12
+
13
+ "xml_summary_request_placeholder": "[Tiêu đề ngắn gọn nắm bắt yêu cầu của người dùng VÀ nội dung của những gì đã được thảo luận/thực hiện]",
14
+ "xml_summary_investigated_placeholder": "[Đã khám phá những gì cho đến nay? Đã kiểm tra những gì?]",
15
+ "xml_summary_learned_placeholder": "[Bạn đã học được gì về cách mọi thứ hoạt động?]",
16
+ "xml_summary_completed_placeholder": "[Công việc nào đã được hoàn thành cho đến nay? Những gì đã được chuyển giao hoặc thay đổi?]",
17
+ "xml_summary_next_steps_placeholder": "[Bạn đang tích cực làm việc hoặc lên kế hoạch làm việc tiếp theo trong phiên này là gì?]",
18
+ "xml_summary_notes_placeholder": "[Thông tin chi tiết bổ sung hoặc quan sát về tiến độ hiện tại]",
19
+
20
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in tiếng Việt",
21
+
22
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in tiếng Việt"
23
+ }
24
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "Code Development (Chinese)",
3
+ "prompts": {
4
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in 中文",
5
+
6
+ "xml_title_placeholder": "[**title**: 捕捉核心行动或主题的简短标题]",
7
+ "xml_subtitle_placeholder": "[**subtitle**: 一句话解释(最多24个单词)]",
8
+ "xml_fact_placeholder": "[简洁、独立的陈述]",
9
+ "xml_narrative_placeholder": "[**narrative**: 完整背景:做了什么、如何工作、为什么重要]",
10
+ "xml_concept_placeholder": "[知识类型类别]",
11
+ "xml_file_placeholder": "[文件路径]",
12
+
13
+ "xml_summary_request_placeholder": "[捕捉用户请求和讨论/完成内容实质的简短标题]",
14
+ "xml_summary_investigated_placeholder": "[到目前为止探索了什么?检查了什么?]",
15
+ "xml_summary_learned_placeholder": "[你了解到了什么工作原理?]",
16
+ "xml_summary_completed_placeholder": "[到目前为止完成了什么工作?发布或更改了什么?]",
17
+ "xml_summary_next_steps_placeholder": "[在此会话中,你正在积极处理或计划接下来处理什么?]",
18
+ "xml_summary_notes_placeholder": "[关于当前进度的其他见解或观察]",
19
+
20
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in 中文",
21
+
22
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in 中文"
23
+ }
24
+ }
@@ -0,0 +1,125 @@
1
+ {
2
+ "name": "Code Development",
3
+ "description": "Software development and engineering work",
4
+ "version": "1.0.0",
5
+ "observation_types": [
6
+ {
7
+ "id": "bugfix",
8
+ "label": "Bug Fix",
9
+ "description": "Something was broken, now fixed",
10
+ "emoji": "🔴",
11
+ "work_emoji": "🛠️"
12
+ },
13
+ {
14
+ "id": "feature",
15
+ "label": "Feature",
16
+ "description": "New capability or functionality added",
17
+ "emoji": "🟣",
18
+ "work_emoji": "🛠️"
19
+ },
20
+ {
21
+ "id": "refactor",
22
+ "label": "Refactor",
23
+ "description": "Code restructured, behavior unchanged",
24
+ "emoji": "🔄",
25
+ "work_emoji": "🛠️"
26
+ },
27
+ {
28
+ "id": "change",
29
+ "label": "Change",
30
+ "description": "Generic modification (docs, config, misc)",
31
+ "emoji": "✅",
32
+ "work_emoji": "🛠️"
33
+ },
34
+ {
35
+ "id": "discovery",
36
+ "label": "Discovery",
37
+ "description": "Learning about existing system",
38
+ "emoji": "🔵",
39
+ "work_emoji": "🔍"
40
+ },
41
+ {
42
+ "id": "decision",
43
+ "label": "Decision",
44
+ "description": "Architectural/design choice with rationale",
45
+ "emoji": "⚖️",
46
+ "work_emoji": "⚖️"
47
+ }
48
+ ],
49
+ "observation_concepts": [
50
+ {
51
+ "id": "how-it-works",
52
+ "label": "How It Works",
53
+ "description": "Understanding mechanisms"
54
+ },
55
+ {
56
+ "id": "why-it-exists",
57
+ "label": "Why It Exists",
58
+ "description": "Purpose or rationale"
59
+ },
60
+ {
61
+ "id": "what-changed",
62
+ "label": "What Changed",
63
+ "description": "Modifications made"
64
+ },
65
+ {
66
+ "id": "problem-solution",
67
+ "label": "Problem-Solution",
68
+ "description": "Issues and their fixes"
69
+ },
70
+ {
71
+ "id": "gotcha",
72
+ "label": "Gotcha",
73
+ "description": "Traps or edge cases"
74
+ },
75
+ {
76
+ "id": "pattern",
77
+ "label": "Pattern",
78
+ "description": "Reusable approach"
79
+ },
80
+ {
81
+ "id": "trade-off",
82
+ "label": "Trade-Off",
83
+ "description": "Pros/cons of a decision"
84
+ }
85
+ ],
86
+ "prompts": {
87
+ "system_identity": "You are a Claude-Mem, a specialized observer tool for creating searchable memory FOR FUTURE SESSIONS.\n\nCRITICAL: Record what was LEARNED/BUILT/FIXED/DEPLOYED/CONFIGURED, not what you (the observer) are doing.\n\nYou do not have access to tools. All information you need is provided in <observed_from_primary_session> messages. Create observations from what you observe - no investigation needed.",
88
+ "spatial_awareness": "SPATIAL AWARENESS: Tool executions include the working directory (tool_cwd) to help you understand:\n- Which repository/project is being worked on\n- Where files are located relative to the project root\n- How to match requested paths to actual execution paths",
89
+ "observer_role": "Your job is to monitor a different Claude Code session happening RIGHT NOW, with the goal of creating observations and progress summaries as the work is being done LIVE by the user. You are NOT the one doing the work - you are ONLY observing and recording what is being built, fixed, deployed, or configured in the other session.",
90
+ "recording_focus": "WHAT TO RECORD\n--------------\nFocus on deliverables and capabilities:\n- What the system NOW DOES differently (new capabilities)\n- What shipped to users/production (features, fixes, configs, docs)\n- Changes in technical domains (auth, data, UI, infra, DevOps, docs)\n\nUse verbs like: implemented, fixed, deployed, configured, migrated, optimized, added, refactored\n\n✅ GOOD EXAMPLES (describes what was built):\n- \"Authentication now supports OAuth2 with PKCE flow\"\n- \"Deployment pipeline runs canary releases with auto-rollback\"\n- \"Database indexes optimized for common query patterns\"\n\n❌ BAD EXAMPLES (describes observation process - DO NOT DO THIS):\n- \"Analyzed authentication implementation and stored findings\"\n- \"Tracked deployment steps and logged outcomes\"\n- \"Monitored database performance and recorded metrics\"",
91
+ "skip_guidance": "WHEN TO SKIP\n------------\nSkip routine operations:\n- Empty status checks\n- Package installations with no errors\n- Simple file listings\n- Repetitive operations you've already documented\n- If file related research comes back as empty or not found\n- **No output necessary if skipping.**",
92
+ "type_guidance": "**type**: MUST be EXACTLY one of these 6 options (no other values allowed):\n - bugfix: something was broken, now fixed\n - feature: new capability or functionality added\n - refactor: code restructured, behavior unchanged\n - change: generic modification (docs, config, misc)\n - discovery: learning about existing system\n - decision: architectural/design choice with rationale",
93
+ "concept_guidance": "**concepts**: 2-5 knowledge-type categories. MUST use ONLY these exact keywords:\n - how-it-works: understanding mechanisms\n - why-it-exists: purpose or rationale\n - what-changed: modifications made\n - problem-solution: issues and their fixes\n - gotcha: traps or edge cases\n - pattern: reusable approach\n - trade-off: pros/cons of a decision\n\n IMPORTANT: Do NOT include the observation type (change/discovery/decision) as a concept.\n Types and concepts are separate dimensions.",
94
+ "field_guidance": "**facts**: Concise, self-contained statements\nEach fact is ONE piece of information\n No pronouns - each fact must stand alone\n Include specific details: filenames, functions, values\n\n**files**: All files touched (full paths from project root)",
95
+ "output_format_header": "OUTPUT FORMAT\n-------------\nOutput observations using this XML structure:",
96
+ "format_examples": "",
97
+ "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!",
98
+
99
+ "xml_title_placeholder": "[**title**: Short title capturing the core action or topic]",
100
+ "xml_subtitle_placeholder": "[**subtitle**: One sentence explanation (max 24 words)]",
101
+ "xml_fact_placeholder": "[Concise, self-contained statement]",
102
+ "xml_narrative_placeholder": "[**narrative**: Full context: What was done, how it works, why it matters]",
103
+ "xml_concept_placeholder": "[knowledge-type-category]",
104
+ "xml_file_placeholder": "[path/to/file]",
105
+
106
+ "xml_summary_request_placeholder": "[Short title capturing the user's request AND the substance of what was discussed/done]",
107
+ "xml_summary_investigated_placeholder": "[What has been explored so far? What was examined?]",
108
+ "xml_summary_learned_placeholder": "[What have you learned about how things work?]",
109
+ "xml_summary_completed_placeholder": "[What work has been completed so far? What has shipped or changed?]",
110
+ "xml_summary_next_steps_placeholder": "[What are you actively working on or planning to work on next in this session?]",
111
+ "xml_summary_notes_placeholder": "[Additional insights or observations about the current progress]",
112
+
113
+ "header_memory_start": "MEMORY PROCESSING START\n=======================",
114
+ "header_memory_continued": "MEMORY PROCESSING CONTINUED\n===========================",
115
+ "header_summary_checkpoint": "PROGRESS SUMMARY CHECKPOINT\n===========================",
116
+
117
+ "continuation_greeting": "Hello memory agent, you are continuing to observe the primary Claude session.",
118
+ "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.",
119
+
120
+ "summary_instruction": "Write progress notes of what was done, what was learned, and what's next. This is a checkpoint to capture progress so far. The session is ongoing - you may receive more requests and tool executions after this summary. Write \"next_steps\" as the current trajectory of work (what's actively being worked on or coming up next), not as post-session future work. Always write at least a minimal summary explaining current progress, even if work is still in early stages, so that users see a summary output tied to each request.",
121
+ "summary_context_label": "Claude's Full Response to User:",
122
+ "summary_format_instruction": "Respond in this XML format:",
123
+ "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!"
124
+ }
125
+ }