oh-my-claude-sisyphus 2.6.0 → 3.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 (548) hide show
  1. package/README.md +59 -708
  2. package/agents/analyst.md +85 -0
  3. package/agents/architect-low.md +88 -0
  4. package/agents/architect-medium.md +108 -0
  5. package/agents/architect.md +77 -0
  6. package/agents/critic.md +97 -0
  7. package/agents/designer-high.md +113 -0
  8. package/agents/designer-low.md +89 -0
  9. package/agents/designer.md +80 -0
  10. package/agents/executor-high.md +116 -0
  11. package/agents/executor-low.md +94 -0
  12. package/agents/executor.md +62 -0
  13. package/agents/explore-medium.md +113 -0
  14. package/agents/explore.md +86 -0
  15. package/agents/planner.md +164 -0
  16. package/agents/qa-tester.md +109 -0
  17. package/agents/researcher-low.md +84 -0
  18. package/agents/researcher.md +70 -0
  19. package/agents/vision.md +39 -0
  20. package/agents/writer.md +152 -0
  21. package/commands/.gitkeep +0 -0
  22. package/dist/__tests__/hooks.test.js +22 -22
  23. package/dist/__tests__/hooks.test.js.map +1 -1
  24. package/dist/__tests__/hud-agents.test.d.ts +7 -0
  25. package/dist/__tests__/hud-agents.test.d.ts.map +1 -0
  26. package/dist/__tests__/hud-agents.test.js +363 -0
  27. package/dist/__tests__/hud-agents.test.js.map +1 -0
  28. package/dist/__tests__/installer.test.js +184 -116
  29. package/dist/__tests__/installer.test.js.map +1 -1
  30. package/dist/__tests__/learned-skills/config.test.d.ts +2 -0
  31. package/dist/__tests__/learned-skills/config.test.d.ts.map +1 -0
  32. package/dist/__tests__/learned-skills/config.test.js +37 -0
  33. package/dist/__tests__/learned-skills/config.test.js.map +1 -0
  34. package/dist/__tests__/learned-skills/detector.test.d.ts +2 -0
  35. package/dist/__tests__/learned-skills/detector.test.d.ts.map +1 -0
  36. package/dist/__tests__/learned-skills/detector.test.js +99 -0
  37. package/dist/__tests__/learned-skills/detector.test.js.map +1 -0
  38. package/dist/__tests__/learned-skills/finder.test.d.ts +2 -0
  39. package/dist/__tests__/learned-skills/finder.test.d.ts.map +1 -0
  40. package/dist/__tests__/learned-skills/finder.test.js +59 -0
  41. package/dist/__tests__/learned-skills/finder.test.js.map +1 -0
  42. package/dist/__tests__/learned-skills/loader.test.d.ts +2 -0
  43. package/dist/__tests__/learned-skills/loader.test.d.ts.map +1 -0
  44. package/dist/__tests__/learned-skills/loader.test.js +69 -0
  45. package/dist/__tests__/learned-skills/loader.test.js.map +1 -0
  46. package/dist/__tests__/learned-skills/parser.test.d.ts +2 -0
  47. package/dist/__tests__/learned-skills/parser.test.d.ts.map +1 -0
  48. package/dist/__tests__/learned-skills/parser.test.js +81 -0
  49. package/dist/__tests__/learned-skills/parser.test.js.map +1 -0
  50. package/dist/__tests__/learned-skills/validator.test.d.ts +2 -0
  51. package/dist/__tests__/learned-skills/validator.test.d.ts.map +1 -0
  52. package/dist/__tests__/learned-skills/validator.test.js +85 -0
  53. package/dist/__tests__/learned-skills/validator.test.js.map +1 -0
  54. package/dist/__tests__/mnemosyne/config.test.d.ts +2 -0
  55. package/dist/__tests__/mnemosyne/config.test.d.ts.map +1 -0
  56. package/dist/__tests__/mnemosyne/config.test.js +37 -0
  57. package/dist/__tests__/mnemosyne/config.test.js.map +1 -0
  58. package/dist/__tests__/mnemosyne/detector.test.d.ts +2 -0
  59. package/dist/__tests__/mnemosyne/detector.test.d.ts.map +1 -0
  60. package/dist/__tests__/mnemosyne/detector.test.js +99 -0
  61. package/dist/__tests__/mnemosyne/detector.test.js.map +1 -0
  62. package/dist/__tests__/mnemosyne/finder.test.d.ts +2 -0
  63. package/dist/__tests__/mnemosyne/finder.test.d.ts.map +1 -0
  64. package/dist/__tests__/mnemosyne/finder.test.js +61 -0
  65. package/dist/__tests__/mnemosyne/finder.test.js.map +1 -0
  66. package/dist/__tests__/mnemosyne/loader.test.d.ts +2 -0
  67. package/dist/__tests__/mnemosyne/loader.test.d.ts.map +1 -0
  68. package/dist/__tests__/mnemosyne/loader.test.js +73 -0
  69. package/dist/__tests__/mnemosyne/loader.test.js.map +1 -0
  70. package/dist/__tests__/mnemosyne/parser.test.d.ts +2 -0
  71. package/dist/__tests__/mnemosyne/parser.test.d.ts.map +1 -0
  72. package/dist/__tests__/mnemosyne/parser.test.js +81 -0
  73. package/dist/__tests__/mnemosyne/parser.test.js.map +1 -0
  74. package/dist/__tests__/mnemosyne/validator.test.d.ts +2 -0
  75. package/dist/__tests__/mnemosyne/validator.test.d.ts.map +1 -0
  76. package/dist/__tests__/mnemosyne/validator.test.js +85 -0
  77. package/dist/__tests__/mnemosyne/validator.test.js.map +1 -0
  78. package/dist/__tests__/model-routing.test.js +34 -34
  79. package/dist/__tests__/model-routing.test.js.map +1 -1
  80. package/dist/__tests__/notepad.test.js +7 -7
  81. package/dist/__tests__/notepad.test.js.map +1 -1
  82. package/dist/__tests__/ralph-prd.test.js +12 -12
  83. package/dist/__tests__/ralph-prd.test.js.map +1 -1
  84. package/dist/__tests__/ralph-progress.test.js +12 -12
  85. package/dist/__tests__/ralph-progress.test.js.map +1 -1
  86. package/dist/__tests__/skills.test.js +50 -17
  87. package/dist/__tests__/skills.test.js.map +1 -1
  88. package/dist/__tests__/types.test.js +5 -5
  89. package/dist/__tests__/types.test.js.map +1 -1
  90. package/dist/agents/analyst.d.ts +11 -0
  91. package/dist/agents/analyst.d.ts.map +1 -0
  92. package/dist/agents/analyst.js +115 -0
  93. package/dist/agents/analyst.js.map +1 -0
  94. package/dist/agents/architect.d.ts +12 -0
  95. package/dist/agents/architect.d.ts.map +1 -0
  96. package/dist/agents/architect.js +189 -0
  97. package/dist/agents/architect.js.map +1 -0
  98. package/dist/agents/coordinator.d.ts +11 -0
  99. package/dist/agents/coordinator.d.ts.map +1 -0
  100. package/dist/agents/coordinator.js +115 -0
  101. package/dist/agents/coordinator.js.map +1 -0
  102. package/dist/agents/critic.d.ts +11 -0
  103. package/dist/agents/critic.d.ts.map +1 -0
  104. package/dist/agents/critic.js +127 -0
  105. package/dist/agents/critic.js.map +1 -0
  106. package/dist/agents/definitions.d.ts +33 -70
  107. package/dist/agents/definitions.d.ts.map +1 -1
  108. package/dist/agents/definitions.js +140 -1268
  109. package/dist/agents/definitions.js.map +1 -1
  110. package/dist/agents/designer.d.ts +11 -0
  111. package/dist/agents/designer.d.ts.map +1 -0
  112. package/dist/agents/designer.js +115 -0
  113. package/dist/agents/designer.js.map +1 -0
  114. package/dist/agents/executor.d.ts +12 -0
  115. package/dist/agents/executor.d.ts.map +1 -0
  116. package/dist/agents/executor.js +93 -0
  117. package/dist/agents/executor.js.map +1 -0
  118. package/dist/agents/explore.js +4 -4
  119. package/dist/agents/explore.js.map +1 -1
  120. package/dist/agents/index.d.ts +12 -11
  121. package/dist/agents/index.d.ts.map +1 -1
  122. package/dist/agents/index.js +15 -16
  123. package/dist/agents/index.js.map +1 -1
  124. package/dist/agents/planner.d.ts +11 -0
  125. package/dist/agents/planner.d.ts.map +1 -0
  126. package/dist/agents/planner.js +194 -0
  127. package/dist/agents/planner.js.map +1 -0
  128. package/dist/agents/qa-tester.js +16 -16
  129. package/dist/agents/qa-tester.js.map +1 -1
  130. package/dist/agents/researcher.d.ts +12 -0
  131. package/dist/agents/researcher.d.ts.map +1 -0
  132. package/dist/agents/researcher.js +103 -0
  133. package/dist/agents/researcher.js.map +1 -0
  134. package/dist/agents/vision.d.ts +11 -0
  135. package/dist/agents/vision.d.ts.map +1 -0
  136. package/dist/agents/vision.js +70 -0
  137. package/dist/agents/vision.js.map +1 -0
  138. package/dist/agents/writer.d.ts +11 -0
  139. package/dist/agents/writer.d.ts.map +1 -0
  140. package/dist/agents/writer.js +209 -0
  141. package/dist/agents/writer.js.map +1 -0
  142. package/dist/cli/index.js +32 -32
  143. package/dist/cli/index.js.map +1 -1
  144. package/dist/commands/index.d.ts +4 -4
  145. package/dist/commands/index.js +4 -4
  146. package/dist/config/loader.js +25 -25
  147. package/dist/config/loader.js.map +1 -1
  148. package/dist/features/auto-update.d.ts +5 -5
  149. package/dist/features/auto-update.d.ts.map +1 -1
  150. package/dist/features/auto-update.js +17 -17
  151. package/dist/features/auto-update.js.map +1 -1
  152. package/dist/features/background-agent/manager.js +1 -1
  153. package/dist/features/background-agent/manager.js.map +1 -1
  154. package/dist/features/boulder-state/constants.d.ts +5 -5
  155. package/dist/features/boulder-state/constants.d.ts.map +1 -1
  156. package/dist/features/boulder-state/constants.js +3 -3
  157. package/dist/features/boulder-state/constants.js.map +1 -1
  158. package/dist/features/boulder-state/index.d.ts +2 -2
  159. package/dist/features/boulder-state/index.d.ts.map +1 -1
  160. package/dist/features/boulder-state/index.js +2 -2
  161. package/dist/features/boulder-state/index.js.map +1 -1
  162. package/dist/features/boulder-state/storage.d.ts +3 -3
  163. package/dist/features/boulder-state/storage.d.ts.map +1 -1
  164. package/dist/features/boulder-state/storage.js +6 -6
  165. package/dist/features/boulder-state/storage.js.map +1 -1
  166. package/dist/features/builtin-skills/skills.d.ts +15 -1
  167. package/dist/features/builtin-skills/skills.d.ts.map +1 -1
  168. package/dist/features/builtin-skills/skills.js +100 -1110
  169. package/dist/features/builtin-skills/skills.js.map +1 -1
  170. package/dist/features/context-injector/types.d.ts +1 -1
  171. package/dist/features/context-injector/types.d.ts.map +1 -1
  172. package/dist/features/index.d.ts +1 -1
  173. package/dist/features/index.d.ts.map +1 -1
  174. package/dist/features/index.js +2 -2
  175. package/dist/features/index.js.map +1 -1
  176. package/dist/features/magic-keywords.js +14 -14
  177. package/dist/features/magic-keywords.js.map +1 -1
  178. package/dist/features/model-routing/prompts/opus.d.ts +1 -1
  179. package/dist/features/model-routing/prompts/opus.d.ts.map +1 -1
  180. package/dist/features/model-routing/prompts/opus.js +1 -1
  181. package/dist/features/model-routing/router.d.ts +1 -1
  182. package/dist/features/model-routing/router.js +14 -14
  183. package/dist/features/model-routing/router.js.map +1 -1
  184. package/dist/features/model-routing/rules.js +31 -31
  185. package/dist/features/model-routing/rules.js.map +1 -1
  186. package/dist/features/model-routing/types.js +1 -1
  187. package/dist/features/model-routing/types.js.map +1 -1
  188. package/dist/hooks/agent-usage-reminder/constants.d.ts +2 -2
  189. package/dist/hooks/agent-usage-reminder/constants.d.ts.map +1 -1
  190. package/dist/hooks/agent-usage-reminder/constants.js +5 -5
  191. package/dist/hooks/agent-usage-reminder/constants.js.map +1 -1
  192. package/dist/hooks/auto-slash-command/constants.d.ts +1 -1
  193. package/dist/hooks/auto-slash-command/constants.d.ts.map +1 -1
  194. package/dist/hooks/auto-slash-command/constants.js +9 -2
  195. package/dist/hooks/auto-slash-command/constants.js.map +1 -1
  196. package/dist/hooks/bridge.d.ts +2 -2
  197. package/dist/hooks/bridge.d.ts.map +1 -1
  198. package/dist/hooks/bridge.js +50 -18
  199. package/dist/hooks/bridge.js.map +1 -1
  200. package/dist/hooks/directory-readme-injector/constants.d.ts +1 -1
  201. package/dist/hooks/directory-readme-injector/constants.d.ts.map +1 -1
  202. package/dist/hooks/directory-readme-injector/constants.js +2 -2
  203. package/dist/hooks/directory-readme-injector/constants.js.map +1 -1
  204. package/dist/hooks/index.d.ts +3 -2
  205. package/dist/hooks/index.d.ts.map +1 -1
  206. package/dist/hooks/index.js +9 -4
  207. package/dist/hooks/index.js.map +1 -1
  208. package/dist/hooks/learned-skills/config.d.ts +53 -0
  209. package/dist/hooks/learned-skills/config.d.ts.map +1 -0
  210. package/dist/hooks/learned-skills/config.js +103 -0
  211. package/dist/hooks/learned-skills/config.js.map +1 -0
  212. package/dist/hooks/learned-skills/constants.d.ts +24 -0
  213. package/dist/hooks/learned-skills/constants.d.ts.map +1 -0
  214. package/dist/hooks/learned-skills/constants.js +26 -0
  215. package/dist/hooks/learned-skills/constants.js.map +1 -0
  216. package/dist/hooks/learned-skills/detection-hook.d.ts +39 -0
  217. package/dist/hooks/learned-skills/detection-hook.d.ts.map +1 -0
  218. package/dist/hooks/learned-skills/detection-hook.js +83 -0
  219. package/dist/hooks/learned-skills/detection-hook.js.map +1 -0
  220. package/dist/hooks/learned-skills/detector.d.ts +30 -0
  221. package/dist/hooks/learned-skills/detector.d.ts.map +1 -0
  222. package/dist/hooks/learned-skills/detector.js +150 -0
  223. package/dist/hooks/learned-skills/detector.js.map +1 -0
  224. package/dist/hooks/learned-skills/finder.d.ts +21 -0
  225. package/dist/hooks/learned-skills/finder.d.ts.map +1 -0
  226. package/dist/hooks/learned-skills/finder.js +117 -0
  227. package/dist/hooks/learned-skills/finder.js.map +1 -0
  228. package/dist/hooks/learned-skills/index.d.ts +62 -0
  229. package/dist/hooks/learned-skills/index.d.ts.map +1 -0
  230. package/dist/hooks/learned-skills/index.js +137 -0
  231. package/dist/hooks/learned-skills/index.js.map +1 -0
  232. package/dist/hooks/learned-skills/loader.d.ts +20 -0
  233. package/dist/hooks/learned-skills/loader.d.ts.map +1 -0
  234. package/dist/hooks/learned-skills/loader.js +107 -0
  235. package/dist/hooks/learned-skills/loader.js.map +1 -0
  236. package/dist/hooks/learned-skills/parser.d.ts +21 -0
  237. package/dist/hooks/learned-skills/parser.d.ts.map +1 -0
  238. package/dist/hooks/learned-skills/parser.js +190 -0
  239. package/dist/hooks/learned-skills/parser.js.map +1 -0
  240. package/dist/hooks/learned-skills/promotion.d.ts +29 -0
  241. package/dist/hooks/learned-skills/promotion.d.ts.map +1 -0
  242. package/dist/hooks/learned-skills/promotion.js +87 -0
  243. package/dist/hooks/learned-skills/promotion.js.map +1 -0
  244. package/dist/hooks/learned-skills/types.d.ts +109 -0
  245. package/dist/hooks/learned-skills/types.d.ts.map +1 -0
  246. package/dist/hooks/learned-skills/types.js +8 -0
  247. package/dist/hooks/learned-skills/types.js.map +1 -0
  248. package/dist/hooks/learned-skills/validator.d.ts +15 -0
  249. package/dist/hooks/learned-skills/validator.d.ts.map +1 -0
  250. package/dist/hooks/learned-skills/validator.js +87 -0
  251. package/dist/hooks/learned-skills/validator.js.map +1 -0
  252. package/dist/hooks/learned-skills/writer.d.ts +27 -0
  253. package/dist/hooks/learned-skills/writer.d.ts.map +1 -0
  254. package/dist/hooks/learned-skills/writer.js +126 -0
  255. package/dist/hooks/learned-skills/writer.js.map +1 -0
  256. package/dist/hooks/learner/config.d.ts +53 -0
  257. package/dist/hooks/learner/config.d.ts.map +1 -0
  258. package/dist/hooks/learner/config.js +103 -0
  259. package/dist/hooks/learner/config.js.map +1 -0
  260. package/dist/hooks/learner/constants.d.ts +24 -0
  261. package/dist/hooks/learner/constants.d.ts.map +1 -0
  262. package/dist/hooks/learner/constants.js +26 -0
  263. package/dist/hooks/learner/constants.js.map +1 -0
  264. package/dist/hooks/learner/detection-hook.d.ts +39 -0
  265. package/dist/hooks/learner/detection-hook.d.ts.map +1 -0
  266. package/dist/hooks/learner/detection-hook.js +83 -0
  267. package/dist/hooks/learner/detection-hook.js.map +1 -0
  268. package/dist/hooks/learner/detector.d.ts +30 -0
  269. package/dist/hooks/learner/detector.d.ts.map +1 -0
  270. package/dist/hooks/learner/detector.js +150 -0
  271. package/dist/hooks/learner/detector.js.map +1 -0
  272. package/dist/hooks/learner/finder.d.ts +21 -0
  273. package/dist/hooks/learner/finder.d.ts.map +1 -0
  274. package/dist/hooks/learner/finder.js +117 -0
  275. package/dist/hooks/learner/finder.js.map +1 -0
  276. package/dist/hooks/learner/index.d.ts +62 -0
  277. package/dist/hooks/learner/index.d.ts.map +1 -0
  278. package/dist/hooks/learner/index.js +137 -0
  279. package/dist/hooks/learner/index.js.map +1 -0
  280. package/dist/hooks/learner/loader.d.ts +20 -0
  281. package/dist/hooks/learner/loader.d.ts.map +1 -0
  282. package/dist/hooks/learner/loader.js +113 -0
  283. package/dist/hooks/learner/loader.js.map +1 -0
  284. package/dist/hooks/learner/parser.d.ts +21 -0
  285. package/dist/hooks/learner/parser.d.ts.map +1 -0
  286. package/dist/hooks/learner/parser.js +190 -0
  287. package/dist/hooks/learner/parser.js.map +1 -0
  288. package/dist/hooks/learner/promotion.d.ts +29 -0
  289. package/dist/hooks/learner/promotion.d.ts.map +1 -0
  290. package/dist/hooks/learner/promotion.js +87 -0
  291. package/dist/hooks/learner/promotion.js.map +1 -0
  292. package/dist/hooks/learner/types.d.ts +109 -0
  293. package/dist/hooks/learner/types.d.ts.map +1 -0
  294. package/dist/hooks/learner/types.js +8 -0
  295. package/dist/hooks/learner/types.js.map +1 -0
  296. package/dist/hooks/learner/validator.d.ts +15 -0
  297. package/dist/hooks/learner/validator.d.ts.map +1 -0
  298. package/dist/hooks/learner/validator.js +87 -0
  299. package/dist/hooks/learner/validator.js.map +1 -0
  300. package/dist/hooks/learner/writer.d.ts +27 -0
  301. package/dist/hooks/learner/writer.d.ts.map +1 -0
  302. package/dist/hooks/learner/writer.js +126 -0
  303. package/dist/hooks/learner/writer.js.map +1 -0
  304. package/dist/hooks/mnemosyne/config.d.ts +53 -0
  305. package/dist/hooks/mnemosyne/config.d.ts.map +1 -0
  306. package/dist/hooks/mnemosyne/config.js +103 -0
  307. package/dist/hooks/mnemosyne/config.js.map +1 -0
  308. package/dist/hooks/mnemosyne/constants.d.ts +24 -0
  309. package/dist/hooks/mnemosyne/constants.d.ts.map +1 -0
  310. package/dist/hooks/mnemosyne/constants.js +26 -0
  311. package/dist/hooks/mnemosyne/constants.js.map +1 -0
  312. package/dist/hooks/mnemosyne/detection-hook.d.ts +39 -0
  313. package/dist/hooks/mnemosyne/detection-hook.d.ts.map +1 -0
  314. package/dist/hooks/mnemosyne/detection-hook.js +83 -0
  315. package/dist/hooks/mnemosyne/detection-hook.js.map +1 -0
  316. package/dist/hooks/mnemosyne/detector.d.ts +30 -0
  317. package/dist/hooks/mnemosyne/detector.d.ts.map +1 -0
  318. package/dist/hooks/mnemosyne/detector.js +150 -0
  319. package/dist/hooks/mnemosyne/detector.js.map +1 -0
  320. package/dist/hooks/mnemosyne/finder.d.ts +21 -0
  321. package/dist/hooks/mnemosyne/finder.d.ts.map +1 -0
  322. package/dist/hooks/mnemosyne/finder.js +117 -0
  323. package/dist/hooks/mnemosyne/finder.js.map +1 -0
  324. package/dist/hooks/mnemosyne/index.d.ts +62 -0
  325. package/dist/hooks/mnemosyne/index.d.ts.map +1 -0
  326. package/dist/hooks/mnemosyne/index.js +137 -0
  327. package/dist/hooks/mnemosyne/index.js.map +1 -0
  328. package/dist/hooks/mnemosyne/loader.d.ts +20 -0
  329. package/dist/hooks/mnemosyne/loader.d.ts.map +1 -0
  330. package/dist/hooks/mnemosyne/loader.js +113 -0
  331. package/dist/hooks/mnemosyne/loader.js.map +1 -0
  332. package/dist/hooks/mnemosyne/parser.d.ts +21 -0
  333. package/dist/hooks/mnemosyne/parser.d.ts.map +1 -0
  334. package/dist/hooks/mnemosyne/parser.js +190 -0
  335. package/dist/hooks/mnemosyne/parser.js.map +1 -0
  336. package/dist/hooks/mnemosyne/promotion.d.ts +29 -0
  337. package/dist/hooks/mnemosyne/promotion.d.ts.map +1 -0
  338. package/dist/hooks/mnemosyne/promotion.js +87 -0
  339. package/dist/hooks/mnemosyne/promotion.js.map +1 -0
  340. package/dist/hooks/mnemosyne/types.d.ts +109 -0
  341. package/dist/hooks/mnemosyne/types.d.ts.map +1 -0
  342. package/dist/hooks/mnemosyne/types.js +8 -0
  343. package/dist/hooks/mnemosyne/types.js.map +1 -0
  344. package/dist/hooks/mnemosyne/validator.d.ts +15 -0
  345. package/dist/hooks/mnemosyne/validator.d.ts.map +1 -0
  346. package/dist/hooks/mnemosyne/validator.js +87 -0
  347. package/dist/hooks/mnemosyne/validator.js.map +1 -0
  348. package/dist/hooks/mnemosyne/writer.d.ts +27 -0
  349. package/dist/hooks/mnemosyne/writer.d.ts.map +1 -0
  350. package/dist/hooks/mnemosyne/writer.js +126 -0
  351. package/dist/hooks/mnemosyne/writer.js.map +1 -0
  352. package/dist/hooks/notepad/index.d.ts +2 -2
  353. package/dist/hooks/notepad/index.js +7 -7
  354. package/dist/hooks/notepad/index.js.map +1 -1
  355. package/dist/hooks/omc-orchestrator/constants.d.ts +23 -0
  356. package/dist/hooks/omc-orchestrator/constants.d.ts.map +1 -0
  357. package/dist/hooks/omc-orchestrator/constants.js +142 -0
  358. package/dist/hooks/omc-orchestrator/constants.js.map +1 -0
  359. package/dist/hooks/omc-orchestrator/index.d.ts +113 -0
  360. package/dist/hooks/omc-orchestrator/index.d.ts.map +1 -0
  361. package/dist/hooks/omc-orchestrator/index.js +309 -0
  362. package/dist/hooks/omc-orchestrator/index.js.map +1 -0
  363. package/dist/hooks/persistent-mode/index.d.ts +4 -4
  364. package/dist/hooks/persistent-mode/index.d.ts.map +1 -1
  365. package/dist/hooks/persistent-mode/index.js +37 -37
  366. package/dist/hooks/persistent-mode/index.js.map +1 -1
  367. package/dist/hooks/ralph-loop/index.d.ts +33 -5
  368. package/dist/hooks/ralph-loop/index.d.ts.map +1 -1
  369. package/dist/hooks/ralph-loop/index.js +91 -17
  370. package/dist/hooks/ralph-loop/index.js.map +1 -1
  371. package/dist/hooks/ralph-prd/index.d.ts +4 -4
  372. package/dist/hooks/ralph-prd/index.d.ts.map +1 -1
  373. package/dist/hooks/ralph-prd/index.js +13 -13
  374. package/dist/hooks/ralph-prd/index.js.map +1 -1
  375. package/dist/hooks/ralph-progress/index.d.ts +5 -5
  376. package/dist/hooks/ralph-progress/index.d.ts.map +1 -1
  377. package/dist/hooks/ralph-progress/index.js +14 -14
  378. package/dist/hooks/ralph-progress/index.js.map +1 -1
  379. package/dist/hooks/ralph-verifier/index.d.ts +23 -23
  380. package/dist/hooks/ralph-verifier/index.d.ts.map +1 -1
  381. package/dist/hooks/ralph-verifier/index.js +41 -41
  382. package/dist/hooks/ralph-verifier/index.js.map +1 -1
  383. package/dist/hooks/rules-injector/constants.d.ts +1 -1
  384. package/dist/hooks/rules-injector/constants.d.ts.map +1 -1
  385. package/dist/hooks/rules-injector/constants.js +2 -2
  386. package/dist/hooks/rules-injector/constants.js.map +1 -1
  387. package/dist/hooks/todo-continuation/index.js +1 -1
  388. package/dist/hooks/todo-continuation/index.js.map +1 -1
  389. package/dist/hooks/ultraqa-loop/index.d.ts +1 -1
  390. package/dist/hooks/ultraqa-loop/index.js +8 -8
  391. package/dist/hooks/ultraqa-loop/index.js.map +1 -1
  392. package/dist/hooks/ultrawork-state/index.js +7 -7
  393. package/dist/hooks/ultrawork-state/index.js.map +1 -1
  394. package/dist/hud/background-tasks.d.ts +26 -0
  395. package/dist/hud/background-tasks.d.ts.map +1 -0
  396. package/dist/hud/background-tasks.js +116 -0
  397. package/dist/hud/background-tasks.js.map +1 -0
  398. package/dist/hud/colors.d.ts +54 -0
  399. package/dist/hud/colors.d.ts.map +1 -0
  400. package/dist/hud/colors.js +156 -0
  401. package/dist/hud/colors.js.map +1 -0
  402. package/dist/hud/elements/agents.d.ts +73 -0
  403. package/dist/hud/elements/agents.d.ts.map +1 -0
  404. package/dist/hud/elements/agents.js +405 -0
  405. package/dist/hud/elements/agents.js.map +1 -0
  406. package/dist/hud/elements/background.d.ts +20 -0
  407. package/dist/hud/elements/background.d.ts.map +1 -0
  408. package/dist/hud/elements/background.js +70 -0
  409. package/dist/hud/elements/background.js.map +1 -0
  410. package/dist/hud/elements/context.d.ts +19 -0
  411. package/dist/hud/elements/context.d.ts.map +1 -0
  412. package/dist/hud/elements/context.js +58 -0
  413. package/dist/hud/elements/context.js.map +1 -0
  414. package/dist/hud/elements/index.d.ts +17 -0
  415. package/dist/hud/elements/index.d.ts.map +1 -0
  416. package/dist/hud/elements/index.js +17 -0
  417. package/dist/hud/elements/index.js.map +1 -0
  418. package/dist/hud/elements/limits.d.ts +19 -0
  419. package/dist/hud/elements/limits.d.ts.map +1 -0
  420. package/dist/hud/elements/limits.js +54 -0
  421. package/dist/hud/elements/limits.js.map +1 -0
  422. package/dist/hud/elements/permission.d.ts +13 -0
  423. package/dist/hud/elements/permission.d.ts.map +1 -0
  424. package/dist/hud/elements/permission.js +20 -0
  425. package/dist/hud/elements/permission.js.map +1 -0
  426. package/dist/hud/elements/prd.d.ts +20 -0
  427. package/dist/hud/elements/prd.d.ts.map +1 -0
  428. package/dist/hud/elements/prd.js +52 -0
  429. package/dist/hud/elements/prd.js.map +1 -0
  430. package/dist/hud/elements/ralph.d.ts +14 -0
  431. package/dist/hud/elements/ralph.d.ts.map +1 -0
  432. package/dist/hud/elements/ralph.js +36 -0
  433. package/dist/hud/elements/ralph.js.map +1 -0
  434. package/dist/hud/elements/session.d.ts +13 -0
  435. package/dist/hud/elements/session.d.ts.map +1 -0
  436. package/dist/hud/elements/session.js +24 -0
  437. package/dist/hud/elements/session.js.map +1 -0
  438. package/dist/hud/elements/skills.d.ts +24 -0
  439. package/dist/hud/elements/skills.d.ts.map +1 -0
  440. package/dist/hud/elements/skills.js +81 -0
  441. package/dist/hud/elements/skills.js.map +1 -0
  442. package/dist/hud/elements/thinking.d.ts +13 -0
  443. package/dist/hud/elements/thinking.d.ts.map +1 -0
  444. package/dist/hud/elements/thinking.js +19 -0
  445. package/dist/hud/elements/thinking.js.map +1 -0
  446. package/dist/hud/elements/todos.d.ts +20 -0
  447. package/dist/hud/elements/todos.d.ts.map +1 -0
  448. package/dist/hud/elements/todos.js +70 -0
  449. package/dist/hud/elements/todos.js.map +1 -0
  450. package/dist/hud/index.d.ts +9 -0
  451. package/dist/hud/index.d.ts.map +1 -0
  452. package/dist/hud/index.js +89 -0
  453. package/dist/hud/index.js.map +1 -0
  454. package/dist/hud/omc-state.d.ts +31 -0
  455. package/dist/hud/omc-state.d.ts.map +1 -0
  456. package/dist/hud/omc-state.js +163 -0
  457. package/dist/hud/omc-state.js.map +1 -0
  458. package/dist/hud/render.d.ts +11 -0
  459. package/dist/hud/render.d.ts.map +1 -0
  460. package/dist/hud/render.js +121 -0
  461. package/dist/hud/render.js.map +1 -0
  462. package/dist/hud/sisyphus-state.d.ts +31 -0
  463. package/dist/hud/sisyphus-state.d.ts.map +1 -0
  464. package/dist/hud/sisyphus-state.js +163 -0
  465. package/dist/hud/sisyphus-state.js.map +1 -0
  466. package/dist/hud/state.d.ts +43 -0
  467. package/dist/hud/state.d.ts.map +1 -0
  468. package/dist/hud/state.js +201 -0
  469. package/dist/hud/state.js.map +1 -0
  470. package/dist/hud/stdin.d.ts +22 -0
  471. package/dist/hud/stdin.d.ts.map +1 -0
  472. package/dist/hud/stdin.js +65 -0
  473. package/dist/hud/stdin.js.map +1 -0
  474. package/dist/hud/transcript.d.ts +32 -0
  475. package/dist/hud/transcript.d.ts.map +1 -0
  476. package/dist/hud/transcript.js +364 -0
  477. package/dist/hud/transcript.js.map +1 -0
  478. package/dist/hud/types.d.ts +178 -0
  479. package/dist/hud/types.d.ts.map +1 -0
  480. package/dist/hud/types.js +119 -0
  481. package/dist/hud/types.js.map +1 -0
  482. package/dist/hud/usage-api.d.ts +24 -0
  483. package/dist/hud/usage-api.d.ts.map +1 -0
  484. package/dist/hud/usage-api.js +234 -0
  485. package/dist/hud/usage-api.js.map +1 -0
  486. package/dist/index.d.ts +7 -7
  487. package/dist/index.d.ts.map +1 -1
  488. package/dist/index.js +10 -12
  489. package/dist/index.js.map +1 -1
  490. package/dist/installer/hooks.d.ts +36 -64
  491. package/dist/installer/hooks.d.ts.map +1 -1
  492. package/dist/installer/hooks.js +91 -1298
  493. package/dist/installer/hooks.js.map +1 -1
  494. package/dist/installer/index.d.ts +23 -22
  495. package/dist/installer/index.d.ts.map +1 -1
  496. package/dist/installer/index.js +307 -2575
  497. package/dist/installer/index.js.map +1 -1
  498. package/dist/shared/types.d.ts +6 -6
  499. package/dist/shared/types.d.ts.map +1 -1
  500. package/docs/ARCHITECTURE.md +386 -0
  501. package/docs/CLAUDE.md +281 -0
  502. package/docs/FULL-README.md +822 -0
  503. package/docs/LOCAL_PLUGIN_INSTALL.md +94 -0
  504. package/docs/MIGRATION-v3.md +186 -0
  505. package/docs/MIGRATION.md +460 -0
  506. package/docs/TIERED_AGENTS_V2.md +322 -0
  507. package/hooks/hooks.json +70 -0
  508. package/hooks/keyword-detector.sh +102 -0
  509. package/hooks/persistent-mode.sh +172 -0
  510. package/hooks/session-start.sh +62 -0
  511. package/hooks/stop-continuation.sh +40 -0
  512. package/package.json +14 -8
  513. package/scripts/install.sh +90 -72
  514. package/scripts/keyword-detector.mjs +1 -1
  515. package/scripts/persistent-mode.mjs +39 -20
  516. package/scripts/persistent-mode.sh +21 -10
  517. package/scripts/plugin-setup.mjs +109 -0
  518. package/scripts/pre-tool-enforcer.mjs +1 -1
  519. package/scripts/pre-tool-enforcer.sh +1 -1
  520. package/scripts/session-start.mjs +38 -3
  521. package/scripts/skill-injector.mjs +231 -0
  522. package/scripts/uninstall.sh +8 -8
  523. package/skills/analyze/SKILL.md +47 -0
  524. package/skills/cancel-ralph/SKILL.md +43 -0
  525. package/skills/cancel-ultraqa/SKILL.md +29 -0
  526. package/skills/cancel-ultrawork/SKILL.md +42 -0
  527. package/skills/deepinit/SKILL.md +321 -0
  528. package/skills/deepsearch/SKILL.md +39 -0
  529. package/skills/doctor/SKILL.md +192 -0
  530. package/skills/frontend-ui-ux/SKILL.md +53 -0
  531. package/skills/git-master/SKILL.md +58 -0
  532. package/skills/help/SKILL.md +66 -0
  533. package/skills/hud/SKILL.md +142 -0
  534. package/skills/learner/SKILL.md +136 -0
  535. package/skills/note/SKILL.md +63 -0
  536. package/skills/omc-default/SKILL.md +78 -0
  537. package/skills/omc-default-global/SKILL.md +75 -0
  538. package/skills/omc-setup/SKILL.md +144 -0
  539. package/skills/orchestrate/SKILL.md +409 -0
  540. package/skills/plan/SKILL.md +37 -0
  541. package/skills/planner/SKILL.md +43 -0
  542. package/skills/ralph/SKILL.md +101 -0
  543. package/skills/ralph-init/SKILL.md +61 -0
  544. package/skills/ralplan/SKILL.md +219 -0
  545. package/skills/release/SKILL.md +84 -0
  546. package/skills/review/SKILL.md +37 -0
  547. package/skills/ultraqa/SKILL.md +123 -0
  548. package/skills/ultrawork/SKILL.md +89 -0
@@ -0,0 +1,47 @@
1
+ ---
2
+ name: analyze
3
+ description: Deep analysis and investigation
4
+ user-invocable: true
5
+ ---
6
+
7
+ # Deep Analysis Mode
8
+
9
+ [ANALYSIS MODE ACTIVATED]
10
+
11
+ ## Objective
12
+
13
+ Conduct thorough analysis of the specified target (code, architecture, issue, bug, performance bottleneck, security concern).
14
+
15
+ ## Approach
16
+
17
+ 1. **Gather Context**
18
+ - Read relevant files
19
+ - Check git history if relevant
20
+ - Review related issues/PRs if applicable
21
+
22
+ 2. **Analyze Systematically**
23
+ - Identify patterns and antipatterns
24
+ - Trace execution flows
25
+ - Map dependencies and relationships
26
+ - Check for edge cases
27
+
28
+ 3. **Synthesize Findings**
29
+ - Root cause (for bugs)
30
+ - Design decisions and tradeoffs (for architecture)
31
+ - Bottlenecks and hotspots (for performance)
32
+ - Vulnerabilities and risks (for security)
33
+
34
+ 4. **Provide Recommendations**
35
+ - Concrete, actionable next steps
36
+ - Prioritized by impact
37
+ - Consider maintainability and technical debt
38
+
39
+ ## Output Format
40
+
41
+ Present findings clearly:
42
+ - **Summary** (2-3 sentences)
43
+ - **Key Findings** (bulleted list)
44
+ - **Analysis** (detailed explanation)
45
+ - **Recommendations** (prioritized)
46
+
47
+ Stay objective. Cite file paths and line numbers. No speculation without evidence.
@@ -0,0 +1,43 @@
1
+ ---
2
+ name: cancel-ralph
3
+ description: Cancel active Ralph (and linked ultrawork if auto-activated)
4
+ user-invocable: true
5
+ ---
6
+
7
+ # Cancel Ralph
8
+
9
+ [RALPH CANCELLED]
10
+
11
+ Ralph has been cancelled. You MUST now deactivate the state files.
12
+
13
+ ## MANDATORY ACTION
14
+
15
+ Execute this command to fully cancel ALL persistent modes:
16
+
17
+ ```bash
18
+ mkdir -p .omc ~/.claude && \
19
+ echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ralph"}' > .omc/ralph-state.json && \
20
+ echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ralph", "linked_to_ralph": false}' > .omc/ultrawork-state.json && \
21
+ echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ralph"}' > .omc/ralph-plan-state.json && \
22
+ echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ralph"}' > ~/.claude/ralph-state.json && \
23
+ echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ralph"}' > ~/.claude/ultrawork-state.json && \
24
+ rm -f .omc/ralph-verification.json
25
+ ```
26
+
27
+ After running this command, you are free to stop working. The persistent mode hook will no longer force continuation.
28
+
29
+ ## What Was Cancelled
30
+
31
+ - **Ralph**: Self-referential completion loop
32
+ - **Ultrawork**: Parallel execution mode (auto-activated with Ralph by default)
33
+ - **Ralph Plan**: Iterative planning loop (if active via /ralplan)
34
+ - **Verification State**: Any pending architect verification
35
+
36
+ ## Note on Linked Modes
37
+
38
+ Since v3.0, Ralph automatically activates Ultrawork for parallel execution. When you cancel Ralph, the linked Ultrawork is also cancelled. If you started Ultrawork separately (not via Ralph), use `/cancel-ultrawork` to cancel it independently.
39
+
40
+ ## To Start Fresh
41
+
42
+ - `/ralph "task"` - Start ralph with ultrawork (default)
43
+ - `/ultrawork "task"` - Start ultrawork only (standalone)
@@ -0,0 +1,29 @@
1
+ ---
2
+ name: cancel-ultraqa
3
+ description: Cancel active UltraQA cycling workflow
4
+ user-invocable: true
5
+ ---
6
+
7
+ # Cancel UltraQA
8
+
9
+ [ULTRAQA CANCELLED]
10
+
11
+ The UltraQA cycling workflow has been cancelled. Clearing state file.
12
+
13
+ ## MANDATORY ACTION
14
+
15
+ Execute this command to cancel UltraQA:
16
+
17
+ ```bash
18
+ mkdir -p .sisyphus && echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ultraqa"}' > .omc/ultraqa-state.json
19
+ ```
20
+
21
+ After running this command, the QA cycling will stop.
22
+
23
+ ## To Start Fresh
24
+
25
+ - `/ultraqa --tests` - Run until all tests pass
26
+ - `/ultraqa --build` - Run until build succeeds
27
+ - `/ultraqa --lint` - Run until no lint errors
28
+ - `/ultraqa --typecheck` - Run until no type errors
29
+ - `/ultraqa --custom "pattern"` - Run until pattern matches
@@ -0,0 +1,42 @@
1
+ ---
2
+ name: cancel-ultrawork
3
+ description: Cancel active Ultrawork mode
4
+ user-invocable: true
5
+ ---
6
+
7
+ # Cancel Ultrawork
8
+
9
+ [ULTRAWORK CANCELLED]
10
+
11
+ The Ultrawork mode has been cancelled. Clearing state files.
12
+
13
+ ## MANDATORY ACTION
14
+
15
+ **First**, check if ultrawork is linked to an active Ralph loop:
16
+
17
+ ```bash
18
+ cat .omc/ultrawork-state.json 2>/dev/null | jq -r '.linked_to_ralph // false'
19
+ ```
20
+
21
+ **If linked_to_ralph is true**: Use `/cancel-ralph` instead to cancel both Ralph and its linked Ultrawork.
22
+
23
+ **Otherwise**, execute this command to cancel Ultrawork:
24
+
25
+ ```bash
26
+ mkdir -p .omc && \
27
+ echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ultrawork"}' > .omc/ultrawork-state.json && \
28
+ echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ultrawork"}' > ~/.claude/ultrawork-state.json
29
+ ```
30
+
31
+ After running this command, ultrawork mode will be deactivated and the HUD will update.
32
+
33
+ ## Note on Linked Modes
34
+
35
+ Since v3.0, Ralph automatically activates Ultrawork. If you see `linked_to_ralph: true` in the ultrawork state, it means Ultrawork was auto-activated by Ralph. In this case:
36
+ - Use `/cancel-ralph` to cancel both modes
37
+ - If you only cancel ultrawork, Ralph will continue but without parallel execution benefits
38
+
39
+ ## To Start Fresh
40
+
41
+ - `/ultrawork "task"` - Start ultrawork only (standalone)
42
+ - `/ralph "task"` - Start ralph with ultrawork (default)
@@ -0,0 +1,321 @@
1
+ ---
2
+ name: deepinit
3
+ description: Deep codebase initialization with hierarchical AGENTS.md documentation
4
+ user-invocable: true
5
+ ---
6
+
7
+ # Deep Init Skill
8
+
9
+ Creates comprehensive, hierarchical AGENTS.md documentation across the entire codebase.
10
+
11
+ ## Core Concept
12
+
13
+ AGENTS.md files serve as **AI-readable documentation** that helps agents understand:
14
+ - What each directory contains
15
+ - How components relate to each other
16
+ - Special instructions for working in that area
17
+ - Dependencies and relationships
18
+
19
+ ## Hierarchical Tagging System
20
+
21
+ Every AGENTS.md (except root) includes a parent reference tag:
22
+
23
+ ```markdown
24
+ <!-- Parent: ../AGENTS.md -->
25
+ ```
26
+
27
+ This creates a navigable hierarchy:
28
+ ```
29
+ /AGENTS.md ← Root (no parent tag)
30
+ ├── src/AGENTS.md ← <!-- Parent: ../AGENTS.md -->
31
+ │ ├── src/components/AGENTS.md ← <!-- Parent: ../AGENTS.md -->
32
+ │ └── src/utils/AGENTS.md ← <!-- Parent: ../AGENTS.md -->
33
+ └── docs/AGENTS.md ← <!-- Parent: ../AGENTS.md -->
34
+ ```
35
+
36
+ ## AGENTS.md Template
37
+
38
+ ```markdown
39
+ <!-- Parent: {relative_path_to_parent}/AGENTS.md -->
40
+ <!-- Generated: {timestamp} | Updated: {timestamp} -->
41
+
42
+ # {Directory Name}
43
+
44
+ ## Purpose
45
+ {One-paragraph description of what this directory contains and its role}
46
+
47
+ ## Key Files
48
+ {List each significant file with a one-line description}
49
+
50
+ | File | Description |
51
+ |------|-------------|
52
+ | `file.ts` | Brief description of purpose |
53
+
54
+ ## Subdirectories
55
+ {List each subdirectory with brief purpose}
56
+
57
+ | Directory | Purpose |
58
+ |-----------|---------|
59
+ | `subdir/` | What it contains (see `subdir/AGENTS.md`) |
60
+
61
+ ## For AI Agents
62
+
63
+ ### Working In This Directory
64
+ {Special instructions for AI agents modifying files here}
65
+
66
+ ### Testing Requirements
67
+ {How to test changes in this directory}
68
+
69
+ ### Common Patterns
70
+ {Code patterns or conventions used here}
71
+
72
+ ## Dependencies
73
+
74
+ ### Internal
75
+ {References to other parts of the codebase this depends on}
76
+
77
+ ### External
78
+ {Key external packages/libraries used}
79
+
80
+ <!-- MANUAL: Any manually added notes below this line are preserved on regeneration -->
81
+ ```
82
+
83
+ ## Execution Workflow
84
+
85
+ ### Step 1: Map Directory Structure
86
+
87
+ ```
88
+ Task(subagent_type="explore", model="haiku",
89
+ prompt="List all directories recursively. Exclude: node_modules, .git, dist, build, __pycache__, .venv, coverage, .next, .nuxt")
90
+ ```
91
+
92
+ ### Step 2: Create Work Plan
93
+
94
+ Generate todo items for each directory, organized by depth level:
95
+
96
+ ```
97
+ Level 0: / (root)
98
+ Level 1: /src, /docs, /tests
99
+ Level 2: /src/components, /src/utils, /docs/api
100
+ ...
101
+ ```
102
+
103
+ ### Step 3: Generate Level by Level
104
+
105
+ **IMPORTANT**: Generate parent levels before child levels to ensure parent references are valid.
106
+
107
+ For each directory:
108
+ 1. Read all files in the directory
109
+ 2. Analyze purpose and relationships
110
+ 3. Generate AGENTS.md content
111
+ 4. Write file with proper parent reference
112
+
113
+ ### Step 4: Compare and Update (if exists)
114
+
115
+ When AGENTS.md already exists:
116
+
117
+ 1. **Read existing content**
118
+ 2. **Identify sections**:
119
+ - Auto-generated sections (can be updated)
120
+ - Manual sections (`<!-- MANUAL -->` preserved)
121
+ 3. **Compare**:
122
+ - New files added?
123
+ - Files removed?
124
+ - Structure changed?
125
+ 4. **Merge**:
126
+ - Update auto-generated content
127
+ - Preserve manual annotations
128
+ - Update timestamp
129
+
130
+ ### Step 5: Validate Hierarchy
131
+
132
+ After generation, run validation checks:
133
+
134
+ | Check | How to Verify | Corrective Action |
135
+ |-------|--------------|-------------------|
136
+ | Parent references resolve | Read each AGENTS.md, check `<!-- Parent: -->` path exists | Fix path or remove orphan |
137
+ | No orphaned AGENTS.md | Compare AGENTS.md locations to directory structure | Delete orphaned files |
138
+ | Completeness | List all directories, check for AGENTS.md | Generate missing files |
139
+ | Timestamps current | Check `<!-- Generated: -->` dates | Regenerate outdated files |
140
+
141
+ Validation script pattern:
142
+ ```bash
143
+ # Find all AGENTS.md files
144
+ find . -name "AGENTS.md" -type f
145
+
146
+ # Check parent references
147
+ grep -r "<!-- Parent:" --include="AGENTS.md" .
148
+ ```
149
+
150
+ ## Smart Delegation
151
+
152
+ | Task | Agent |
153
+ |------|-------|
154
+ | Directory mapping | `explore` |
155
+ | File analysis | `architect-low` |
156
+ | Content generation | `writer` |
157
+ | Multi-file writes | `executor` |
158
+
159
+ ## Empty Directory Handling
160
+
161
+ When encountering empty or near-empty directories:
162
+
163
+ | Condition | Action |
164
+ |-----------|--------|
165
+ | No files, no subdirectories | **Skip** - do not create AGENTS.md |
166
+ | No files, has subdirectories | Create minimal AGENTS.md with subdirectory listing only |
167
+ | Has only generated files (*.min.js, *.map) | Skip or minimal AGENTS.md |
168
+ | Has only config files | Create AGENTS.md describing configuration purpose |
169
+
170
+ Example minimal AGENTS.md for directory-only containers:
171
+ ```markdown
172
+ <!-- Parent: ../AGENTS.md -->
173
+ # {Directory Name}
174
+
175
+ ## Purpose
176
+ Container directory for organizing related modules.
177
+
178
+ ## Subdirectories
179
+ | Directory | Purpose |
180
+ |-----------|---------|
181
+ | `subdir/` | Description (see `subdir/AGENTS.md`) |
182
+ ```
183
+
184
+ ## Parallelization Rules
185
+
186
+ 1. **Same-level directories**: Process in parallel
187
+ 2. **Different levels**: Sequential (parent first)
188
+ 3. **Large directories**: Spawn dedicated agent per directory
189
+ 4. **Small directories**: Batch multiple into one agent
190
+
191
+ ## Quality Standards
192
+
193
+ ### Must Include
194
+ - [ ] Accurate file descriptions
195
+ - [ ] Correct parent references
196
+ - [ ] Subdirectory links
197
+ - [ ] AI agent instructions
198
+
199
+ ### Must Avoid
200
+ - [ ] Generic boilerplate
201
+ - [ ] Incorrect file names
202
+ - [ ] Broken parent references
203
+ - [ ] Missing important files
204
+
205
+ ## Example Output
206
+
207
+ ### Root AGENTS.md
208
+ ```markdown
209
+ <!-- Generated: 2024-01-15 | Updated: 2024-01-15 -->
210
+
211
+ # my-project
212
+
213
+ ## Purpose
214
+ A web application for managing user tasks with real-time collaboration features.
215
+
216
+ ## Key Files
217
+ | File | Description |
218
+ |------|-------------|
219
+ | `package.json` | Project dependencies and scripts |
220
+ | `tsconfig.json` | TypeScript configuration |
221
+ | `.env.example` | Environment variable template |
222
+
223
+ ## Subdirectories
224
+ | Directory | Purpose |
225
+ |-----------|---------|
226
+ | `src/` | Application source code (see `src/AGENTS.md`) |
227
+ | `docs/` | Documentation (see `docs/AGENTS.md`) |
228
+ | `tests/` | Test suites (see `tests/AGENTS.md`) |
229
+
230
+ ## For AI Agents
231
+
232
+ ### Working In This Directory
233
+ - Always run `npm install` after modifying package.json
234
+ - Use TypeScript strict mode
235
+ - Follow ESLint rules
236
+
237
+ ### Testing Requirements
238
+ - Run `npm test` before committing
239
+ - Ensure >80% coverage
240
+
241
+ ### Common Patterns
242
+ - Use barrel exports (index.ts)
243
+ - Prefer functional components
244
+
245
+ ## Dependencies
246
+
247
+ ### External
248
+ - React 18.x - UI framework
249
+ - TypeScript 5.x - Type safety
250
+ - Vite - Build tool
251
+
252
+ <!-- MANUAL: Custom project notes can be added below -->
253
+ ```
254
+
255
+ ### Nested AGENTS.md
256
+ ```markdown
257
+ <!-- Parent: ../AGENTS.md -->
258
+ <!-- Generated: 2024-01-15 | Updated: 2024-01-15 -->
259
+
260
+ # components
261
+
262
+ ## Purpose
263
+ Reusable React components organized by feature and complexity.
264
+
265
+ ## Key Files
266
+ | File | Description |
267
+ |------|-------------|
268
+ | `index.ts` | Barrel export for all components |
269
+ | `Button.tsx` | Primary button component |
270
+ | `Modal.tsx` | Modal dialog component |
271
+
272
+ ## Subdirectories
273
+ | Directory | Purpose |
274
+ |-----------|---------|
275
+ | `forms/` | Form-related components (see `forms/AGENTS.md`) |
276
+ | `layout/` | Layout components (see `layout/AGENTS.md`) |
277
+
278
+ ## For AI Agents
279
+
280
+ ### Working In This Directory
281
+ - Each component has its own file
282
+ - Use CSS modules for styling
283
+ - Export via index.ts
284
+
285
+ ### Testing Requirements
286
+ - Unit tests in `__tests__/` subdirectory
287
+ - Use React Testing Library
288
+
289
+ ### Common Patterns
290
+ - Props interfaces defined above component
291
+ - Use forwardRef for DOM-exposing components
292
+
293
+ ## Dependencies
294
+
295
+ ### Internal
296
+ - `src/hooks/` - Custom hooks used by components
297
+ - `src/utils/` - Utility functions
298
+
299
+ ### External
300
+ - `clsx` - Conditional class names
301
+ - `lucide-react` - Icons
302
+
303
+ <!-- MANUAL: -->
304
+ ```
305
+
306
+ ## Triggering Update Mode
307
+
308
+ When running on an existing codebase with AGENTS.md files:
309
+
310
+ 1. Detect existing files first
311
+ 2. Read and parse existing content
312
+ 3. Analyze current directory state
313
+ 4. Generate diff between existing and current
314
+ 5. Apply updates while preserving manual sections
315
+
316
+ ## Performance Considerations
317
+
318
+ - **Cache directory listings** - Don't re-scan same directories
319
+ - **Batch small directories** - Process multiple at once
320
+ - **Skip unchanged** - If directory hasn't changed, skip regeneration
321
+ - **Parallel writes** - Multiple agents writing different files simultaneously
@@ -0,0 +1,39 @@
1
+ ---
2
+ name: deepsearch
3
+ description: Thorough codebase search
4
+ user-invocable: true
5
+ ---
6
+
7
+ # Deep Search Mode
8
+
9
+ [DEEPSEARCH MODE ACTIVATED]
10
+
11
+ ## Objective
12
+
13
+ Perform thorough search of the codebase for the specified query, pattern, or concept.
14
+
15
+ ## Search Strategy
16
+
17
+ 1. **Broad Search**
18
+ - Search for exact matches
19
+ - Search for related terms and variations
20
+ - Check common locations (components, utils, services, hooks)
21
+
22
+ 2. **Deep Dive**
23
+ - Read files with matches
24
+ - Check imports/exports to find connections
25
+ - Follow the trail (what imports this? what does this import?)
26
+
27
+ 3. **Synthesize**
28
+ - Map out where the concept is used
29
+ - Identify the main implementation
30
+ - Note related functionality
31
+
32
+ ## Output Format
33
+
34
+ - **Primary Locations** (main implementations)
35
+ - **Related Files** (dependencies, consumers)
36
+ - **Usage Patterns** (how it's used across the codebase)
37
+ - **Key Insights** (patterns, conventions, gotchas)
38
+
39
+ Focus on being comprehensive but concise. Cite file paths and line numbers.