oh-my-claude-sisyphus 3.1.0 → 3.2.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 (357) hide show
  1. package/README.md +3 -1
  2. package/commands/autopilot.md +131 -0
  3. package/commands/cancel-autopilot.md +35 -0
  4. package/dist/__tests__/installer.test.js +1 -1
  5. package/dist/__tests__/learned-skills/config.test.d.ts +2 -0
  6. package/dist/__tests__/learned-skills/config.test.d.ts.map +1 -0
  7. package/dist/__tests__/learned-skills/config.test.js +37 -0
  8. package/dist/__tests__/learned-skills/config.test.js.map +1 -0
  9. package/dist/__tests__/learned-skills/detector.test.d.ts +2 -0
  10. package/dist/__tests__/learned-skills/detector.test.d.ts.map +1 -0
  11. package/dist/__tests__/learned-skills/detector.test.js +99 -0
  12. package/dist/__tests__/learned-skills/detector.test.js.map +1 -0
  13. package/dist/__tests__/learned-skills/finder.test.d.ts +2 -0
  14. package/dist/__tests__/learned-skills/finder.test.d.ts.map +1 -0
  15. package/dist/__tests__/learned-skills/finder.test.js +59 -0
  16. package/dist/__tests__/learned-skills/finder.test.js.map +1 -0
  17. package/dist/__tests__/learned-skills/loader.test.d.ts +2 -0
  18. package/dist/__tests__/learned-skills/loader.test.d.ts.map +1 -0
  19. package/dist/__tests__/learned-skills/loader.test.js +69 -0
  20. package/dist/__tests__/learned-skills/loader.test.js.map +1 -0
  21. package/dist/__tests__/learned-skills/parser.test.d.ts +2 -0
  22. package/dist/__tests__/learned-skills/parser.test.d.ts.map +1 -0
  23. package/dist/__tests__/learned-skills/parser.test.js +81 -0
  24. package/dist/__tests__/learned-skills/parser.test.js.map +1 -0
  25. package/dist/__tests__/learned-skills/validator.test.d.ts +2 -0
  26. package/dist/__tests__/learned-skills/validator.test.d.ts.map +1 -0
  27. package/dist/__tests__/learned-skills/validator.test.js +85 -0
  28. package/dist/__tests__/learned-skills/validator.test.js.map +1 -0
  29. package/dist/__tests__/skills.test.js +8 -4
  30. package/dist/__tests__/skills.test.js.map +1 -1
  31. package/dist/agents/definitions.d.ts +32 -0
  32. package/dist/agents/definitions.d.ts.map +1 -1
  33. package/dist/agents/definitions.js +93 -1
  34. package/dist/agents/definitions.js.map +1 -1
  35. package/dist/agents/delegation-validator.d.ts +31 -0
  36. package/dist/agents/delegation-validator.d.ts.map +1 -0
  37. package/dist/agents/delegation-validator.js +75 -0
  38. package/dist/agents/delegation-validator.js.map +1 -0
  39. package/dist/agents/document-writer.d.ts +11 -0
  40. package/dist/agents/document-writer.d.ts.map +1 -0
  41. package/dist/agents/document-writer.js +209 -0
  42. package/dist/agents/document-writer.js.map +1 -0
  43. package/dist/agents/frontend-engineer.d.ts +11 -0
  44. package/dist/agents/frontend-engineer.d.ts.map +1 -0
  45. package/dist/agents/frontend-engineer.js +115 -0
  46. package/dist/agents/frontend-engineer.js.map +1 -0
  47. package/dist/agents/librarian.d.ts +12 -0
  48. package/dist/agents/librarian.d.ts.map +1 -0
  49. package/dist/agents/librarian.js +103 -0
  50. package/dist/agents/librarian.js.map +1 -0
  51. package/dist/agents/metis.d.ts +12 -0
  52. package/dist/agents/metis.d.ts.map +1 -0
  53. package/dist/agents/metis.js +117 -0
  54. package/dist/agents/metis.js.map +1 -0
  55. package/dist/agents/momus.d.ts +12 -0
  56. package/dist/agents/momus.d.ts.map +1 -0
  57. package/dist/agents/momus.js +128 -0
  58. package/dist/agents/momus.js.map +1 -0
  59. package/dist/agents/multimodal-looker.d.ts +11 -0
  60. package/dist/agents/multimodal-looker.d.ts.map +1 -0
  61. package/dist/agents/multimodal-looker.js +70 -0
  62. package/dist/agents/multimodal-looker.js.map +1 -0
  63. package/dist/agents/oracle.d.ts +13 -0
  64. package/dist/agents/oracle.d.ts.map +1 -0
  65. package/dist/agents/oracle.js +191 -0
  66. package/dist/agents/oracle.js.map +1 -0
  67. package/dist/agents/orchestrator-sisyphus.d.ts +11 -0
  68. package/dist/agents/orchestrator-sisyphus.d.ts.map +1 -0
  69. package/dist/agents/orchestrator-sisyphus.js +115 -0
  70. package/dist/agents/orchestrator-sisyphus.js.map +1 -0
  71. package/dist/agents/prometheus.d.ts +12 -0
  72. package/dist/agents/prometheus.d.ts.map +1 -0
  73. package/dist/agents/prometheus.js +195 -0
  74. package/dist/agents/prometheus.js.map +1 -0
  75. package/dist/agents/prompt-generator.d.ts +95 -0
  76. package/dist/agents/prompt-generator.d.ts.map +1 -0
  77. package/dist/agents/prompt-generator.js +140 -0
  78. package/dist/agents/prompt-generator.js.map +1 -0
  79. package/dist/agents/prompt-sections/index.d.ts +44 -0
  80. package/dist/agents/prompt-sections/index.d.ts.map +1 -0
  81. package/dist/agents/prompt-sections/index.js +194 -0
  82. package/dist/agents/prompt-sections/index.js.map +1 -0
  83. package/dist/agents/sisyphus-junior.d.ts +12 -0
  84. package/dist/agents/sisyphus-junior.d.ts.map +1 -0
  85. package/dist/agents/sisyphus-junior.js +93 -0
  86. package/dist/agents/sisyphus-junior.js.map +1 -0
  87. package/dist/agents/types.d.ts +2 -0
  88. package/dist/agents/types.d.ts.map +1 -1
  89. package/dist/agents/types.js.map +1 -1
  90. package/dist/cli/index.js +0 -0
  91. package/dist/features/background-agent/manager.d.ts +10 -1
  92. package/dist/features/background-agent/manager.d.ts.map +1 -1
  93. package/dist/features/background-agent/manager.js +79 -11
  94. package/dist/features/background-agent/manager.js.map +1 -1
  95. package/dist/features/background-agent/types.d.ts +30 -1
  96. package/dist/features/background-agent/types.d.ts.map +1 -1
  97. package/dist/features/delegation-categories/index.d.ts +116 -0
  98. package/dist/features/delegation-categories/index.d.ts.map +1 -0
  99. package/dist/features/delegation-categories/index.js +287 -0
  100. package/dist/features/delegation-categories/index.js.map +1 -0
  101. package/dist/features/delegation-categories/test-categories.d.ts +7 -0
  102. package/dist/features/delegation-categories/test-categories.d.ts.map +1 -0
  103. package/dist/features/delegation-categories/test-categories.js +88 -0
  104. package/dist/features/delegation-categories/test-categories.js.map +1 -0
  105. package/dist/features/delegation-categories/types.d.ts +51 -0
  106. package/dist/features/delegation-categories/types.d.ts.map +1 -0
  107. package/dist/features/delegation-categories/types.js +8 -0
  108. package/dist/features/delegation-categories/types.js.map +1 -0
  109. package/dist/features/index.d.ts +2 -0
  110. package/dist/features/index.d.ts.map +1 -1
  111. package/dist/features/index.js +10 -0
  112. package/dist/features/index.js.map +1 -1
  113. package/dist/features/model-routing/prompts/index.d.ts +2 -0
  114. package/dist/features/model-routing/prompts/index.d.ts.map +1 -1
  115. package/dist/features/model-routing/prompts/index.js +6 -0
  116. package/dist/features/model-routing/prompts/index.js.map +1 -1
  117. package/dist/features/notepad-wisdom/extractor.d.ts +30 -0
  118. package/dist/features/notepad-wisdom/extractor.d.ts.map +1 -0
  119. package/dist/features/notepad-wisdom/extractor.js +68 -0
  120. package/dist/features/notepad-wisdom/extractor.js.map +1 -0
  121. package/dist/features/notepad-wisdom/index.d.ts +39 -0
  122. package/dist/features/notepad-wisdom/index.d.ts.map +1 -0
  123. package/dist/features/notepad-wisdom/index.js +169 -0
  124. package/dist/features/notepad-wisdom/index.js.map +1 -0
  125. package/dist/features/notepad-wisdom/types.d.ts +18 -0
  126. package/dist/features/notepad-wisdom/types.d.ts.map +1 -0
  127. package/dist/features/notepad-wisdom/types.js +7 -0
  128. package/dist/features/notepad-wisdom/types.js.map +1 -0
  129. package/dist/hooks/autopilot/__tests__/cancel.test.d.ts +2 -0
  130. package/dist/hooks/autopilot/__tests__/cancel.test.d.ts.map +1 -0
  131. package/dist/hooks/autopilot/__tests__/cancel.test.js +397 -0
  132. package/dist/hooks/autopilot/__tests__/cancel.test.js.map +1 -0
  133. package/dist/hooks/autopilot/__tests__/prompts.test.d.ts +2 -0
  134. package/dist/hooks/autopilot/__tests__/prompts.test.d.ts.map +1 -0
  135. package/dist/hooks/autopilot/__tests__/prompts.test.js +74 -0
  136. package/dist/hooks/autopilot/__tests__/prompts.test.js.map +1 -0
  137. package/dist/hooks/autopilot/__tests__/state.test.d.ts +2 -0
  138. package/dist/hooks/autopilot/__tests__/state.test.d.ts.map +1 -0
  139. package/dist/hooks/autopilot/__tests__/state.test.js +75 -0
  140. package/dist/hooks/autopilot/__tests__/state.test.js.map +1 -0
  141. package/dist/hooks/autopilot/__tests__/summary.test.d.ts +2 -0
  142. package/dist/hooks/autopilot/__tests__/summary.test.d.ts.map +1 -0
  143. package/dist/hooks/autopilot/__tests__/summary.test.js +289 -0
  144. package/dist/hooks/autopilot/__tests__/summary.test.js.map +1 -0
  145. package/dist/hooks/autopilot/__tests__/transition.test.d.ts +2 -0
  146. package/dist/hooks/autopilot/__tests__/transition.test.d.ts.map +1 -0
  147. package/dist/hooks/autopilot/__tests__/transition.test.js +59 -0
  148. package/dist/hooks/autopilot/__tests__/transition.test.js.map +1 -0
  149. package/dist/hooks/autopilot/__tests__/validation.test.d.ts +2 -0
  150. package/dist/hooks/autopilot/__tests__/validation.test.d.ts.map +1 -0
  151. package/dist/hooks/autopilot/__tests__/validation.test.js +450 -0
  152. package/dist/hooks/autopilot/__tests__/validation.test.js.map +1 -0
  153. package/dist/hooks/autopilot/cancel.d.ts +42 -0
  154. package/dist/hooks/autopilot/cancel.d.ts.map +1 -0
  155. package/dist/hooks/autopilot/cancel.js +156 -0
  156. package/dist/hooks/autopilot/cancel.js.map +1 -0
  157. package/dist/hooks/autopilot/index.d.ts +15 -0
  158. package/dist/hooks/autopilot/index.d.ts.map +1 -0
  159. package/dist/hooks/autopilot/index.js +20 -0
  160. package/dist/hooks/autopilot/index.js.map +1 -0
  161. package/dist/hooks/autopilot/prompts.d.ts +37 -0
  162. package/dist/hooks/autopilot/prompts.d.ts.map +1 -0
  163. package/dist/hooks/autopilot/prompts.js +353 -0
  164. package/dist/hooks/autopilot/prompts.js.map +1 -0
  165. package/dist/hooks/autopilot/state.d.ts +67 -0
  166. package/dist/hooks/autopilot/state.d.ts.map +1 -0
  167. package/dist/hooks/autopilot/state.js +244 -0
  168. package/dist/hooks/autopilot/state.js.map +1 -0
  169. package/dist/hooks/autopilot/summary.d.ts +27 -0
  170. package/dist/hooks/autopilot/summary.d.ts.map +1 -0
  171. package/dist/hooks/autopilot/summary.js +160 -0
  172. package/dist/hooks/autopilot/summary.js.map +1 -0
  173. package/dist/hooks/autopilot/transition.d.ts +39 -0
  174. package/dist/hooks/autopilot/transition.d.ts.map +1 -0
  175. package/dist/hooks/autopilot/transition.js +216 -0
  176. package/dist/hooks/autopilot/transition.js.map +1 -0
  177. package/dist/hooks/autopilot/types.d.ts +211 -0
  178. package/dist/hooks/autopilot/types.d.ts.map +1 -0
  179. package/dist/hooks/autopilot/types.js +30 -0
  180. package/dist/hooks/autopilot/types.js.map +1 -0
  181. package/dist/hooks/autopilot/validation.d.ts +43 -0
  182. package/dist/hooks/autopilot/validation.d.ts.map +1 -0
  183. package/dist/hooks/autopilot/validation.js +191 -0
  184. package/dist/hooks/autopilot/validation.js.map +1 -0
  185. package/dist/hooks/bridge.d.ts +1 -1
  186. package/dist/hooks/bridge.d.ts.map +1 -1
  187. package/dist/hooks/bridge.js +64 -3
  188. package/dist/hooks/bridge.js.map +1 -1
  189. package/dist/hooks/index.d.ts +1 -0
  190. package/dist/hooks/index.d.ts.map +1 -1
  191. package/dist/hooks/index.js +2 -0
  192. package/dist/hooks/index.js.map +1 -1
  193. package/dist/hooks/keyword-detector/index.d.ts +1 -1
  194. package/dist/hooks/keyword-detector/index.d.ts.map +1 -1
  195. package/dist/hooks/keyword-detector/index.js +38 -2
  196. package/dist/hooks/keyword-detector/index.js.map +1 -1
  197. package/dist/hooks/learned-skills/config.d.ts +53 -0
  198. package/dist/hooks/learned-skills/config.d.ts.map +1 -0
  199. package/dist/hooks/learned-skills/config.js +103 -0
  200. package/dist/hooks/learned-skills/config.js.map +1 -0
  201. package/dist/hooks/learned-skills/constants.d.ts +24 -0
  202. package/dist/hooks/learned-skills/constants.d.ts.map +1 -0
  203. package/dist/hooks/learned-skills/constants.js +26 -0
  204. package/dist/hooks/learned-skills/constants.js.map +1 -0
  205. package/dist/hooks/learned-skills/detection-hook.d.ts +39 -0
  206. package/dist/hooks/learned-skills/detection-hook.d.ts.map +1 -0
  207. package/dist/hooks/learned-skills/detection-hook.js +83 -0
  208. package/dist/hooks/learned-skills/detection-hook.js.map +1 -0
  209. package/dist/hooks/learned-skills/detector.d.ts +30 -0
  210. package/dist/hooks/learned-skills/detector.d.ts.map +1 -0
  211. package/dist/hooks/learned-skills/detector.js +150 -0
  212. package/dist/hooks/learned-skills/detector.js.map +1 -0
  213. package/dist/hooks/learned-skills/finder.d.ts +21 -0
  214. package/dist/hooks/learned-skills/finder.d.ts.map +1 -0
  215. package/dist/hooks/learned-skills/finder.js +117 -0
  216. package/dist/hooks/learned-skills/finder.js.map +1 -0
  217. package/dist/hooks/learned-skills/index.d.ts +62 -0
  218. package/dist/hooks/learned-skills/index.d.ts.map +1 -0
  219. package/dist/hooks/learned-skills/index.js +137 -0
  220. package/dist/hooks/learned-skills/index.js.map +1 -0
  221. package/dist/hooks/learned-skills/loader.d.ts +20 -0
  222. package/dist/hooks/learned-skills/loader.d.ts.map +1 -0
  223. package/dist/hooks/learned-skills/loader.js +107 -0
  224. package/dist/hooks/learned-skills/loader.js.map +1 -0
  225. package/dist/hooks/learned-skills/parser.d.ts +21 -0
  226. package/dist/hooks/learned-skills/parser.d.ts.map +1 -0
  227. package/dist/hooks/learned-skills/parser.js +190 -0
  228. package/dist/hooks/learned-skills/parser.js.map +1 -0
  229. package/dist/hooks/learned-skills/promotion.d.ts +29 -0
  230. package/dist/hooks/learned-skills/promotion.d.ts.map +1 -0
  231. package/dist/hooks/learned-skills/promotion.js +87 -0
  232. package/dist/hooks/learned-skills/promotion.js.map +1 -0
  233. package/dist/hooks/learned-skills/types.d.ts +109 -0
  234. package/dist/hooks/learned-skills/types.d.ts.map +1 -0
  235. package/dist/hooks/learned-skills/types.js +8 -0
  236. package/dist/hooks/learned-skills/types.js.map +1 -0
  237. package/dist/hooks/learned-skills/validator.d.ts +15 -0
  238. package/dist/hooks/learned-skills/validator.d.ts.map +1 -0
  239. package/dist/hooks/learned-skills/validator.js +87 -0
  240. package/dist/hooks/learned-skills/validator.js.map +1 -0
  241. package/dist/hooks/learned-skills/writer.d.ts +27 -0
  242. package/dist/hooks/learned-skills/writer.d.ts.map +1 -0
  243. package/dist/hooks/learned-skills/writer.js +126 -0
  244. package/dist/hooks/learned-skills/writer.js.map +1 -0
  245. package/dist/hooks/mnemosyne/config.d.ts +53 -0
  246. package/dist/hooks/mnemosyne/config.d.ts.map +1 -0
  247. package/dist/hooks/mnemosyne/config.js +103 -0
  248. package/dist/hooks/mnemosyne/config.js.map +1 -0
  249. package/dist/hooks/mnemosyne/constants.d.ts +24 -0
  250. package/dist/hooks/mnemosyne/constants.d.ts.map +1 -0
  251. package/dist/hooks/mnemosyne/constants.js +26 -0
  252. package/dist/hooks/mnemosyne/constants.js.map +1 -0
  253. package/dist/hooks/mnemosyne/detection-hook.d.ts +39 -0
  254. package/dist/hooks/mnemosyne/detection-hook.d.ts.map +1 -0
  255. package/dist/hooks/mnemosyne/detection-hook.js +83 -0
  256. package/dist/hooks/mnemosyne/detection-hook.js.map +1 -0
  257. package/dist/hooks/mnemosyne/detector.d.ts +30 -0
  258. package/dist/hooks/mnemosyne/detector.d.ts.map +1 -0
  259. package/dist/hooks/mnemosyne/detector.js +150 -0
  260. package/dist/hooks/mnemosyne/detector.js.map +1 -0
  261. package/dist/hooks/mnemosyne/finder.d.ts +21 -0
  262. package/dist/hooks/mnemosyne/finder.d.ts.map +1 -0
  263. package/dist/hooks/mnemosyne/finder.js +117 -0
  264. package/dist/hooks/mnemosyne/finder.js.map +1 -0
  265. package/dist/hooks/mnemosyne/index.d.ts +62 -0
  266. package/dist/hooks/mnemosyne/index.d.ts.map +1 -0
  267. package/dist/hooks/mnemosyne/index.js +137 -0
  268. package/dist/hooks/mnemosyne/index.js.map +1 -0
  269. package/dist/hooks/mnemosyne/loader.d.ts +20 -0
  270. package/dist/hooks/mnemosyne/loader.d.ts.map +1 -0
  271. package/dist/hooks/mnemosyne/loader.js +113 -0
  272. package/dist/hooks/mnemosyne/loader.js.map +1 -0
  273. package/dist/hooks/mnemosyne/parser.d.ts +21 -0
  274. package/dist/hooks/mnemosyne/parser.d.ts.map +1 -0
  275. package/dist/hooks/mnemosyne/parser.js +190 -0
  276. package/dist/hooks/mnemosyne/parser.js.map +1 -0
  277. package/dist/hooks/mnemosyne/promotion.d.ts +29 -0
  278. package/dist/hooks/mnemosyne/promotion.d.ts.map +1 -0
  279. package/dist/hooks/mnemosyne/promotion.js +87 -0
  280. package/dist/hooks/mnemosyne/promotion.js.map +1 -0
  281. package/dist/hooks/mnemosyne/types.d.ts +109 -0
  282. package/dist/hooks/mnemosyne/types.d.ts.map +1 -0
  283. package/dist/hooks/mnemosyne/types.js +8 -0
  284. package/dist/hooks/mnemosyne/types.js.map +1 -0
  285. package/dist/hooks/mnemosyne/validator.d.ts +15 -0
  286. package/dist/hooks/mnemosyne/validator.d.ts.map +1 -0
  287. package/dist/hooks/mnemosyne/validator.js +87 -0
  288. package/dist/hooks/mnemosyne/validator.js.map +1 -0
  289. package/dist/hooks/mnemosyne/writer.d.ts +27 -0
  290. package/dist/hooks/mnemosyne/writer.d.ts.map +1 -0
  291. package/dist/hooks/mnemosyne/writer.js +126 -0
  292. package/dist/hooks/mnemosyne/writer.js.map +1 -0
  293. package/dist/hooks/persistent-mode/index.d.ts +2 -1
  294. package/dist/hooks/persistent-mode/index.d.ts.map +1 -1
  295. package/dist/hooks/persistent-mode/index.js +13 -3
  296. package/dist/hooks/persistent-mode/index.js.map +1 -1
  297. package/dist/hooks/sisyphus-orchestrator/constants.d.ts +23 -0
  298. package/dist/hooks/sisyphus-orchestrator/constants.d.ts.map +1 -0
  299. package/dist/hooks/sisyphus-orchestrator/constants.js +142 -0
  300. package/dist/hooks/sisyphus-orchestrator/constants.js.map +1 -0
  301. package/dist/hooks/sisyphus-orchestrator/index.d.ts +113 -0
  302. package/dist/hooks/sisyphus-orchestrator/index.d.ts.map +1 -0
  303. package/dist/hooks/sisyphus-orchestrator/index.js +309 -0
  304. package/dist/hooks/sisyphus-orchestrator/index.js.map +1 -0
  305. package/dist/hooks/todo-continuation/index.d.ts +31 -1
  306. package/dist/hooks/todo-continuation/index.d.ts.map +1 -1
  307. package/dist/hooks/todo-continuation/index.js +38 -1
  308. package/dist/hooks/todo-continuation/index.js.map +1 -1
  309. package/dist/hud/elements/autopilot.d.ts +29 -0
  310. package/dist/hud/elements/autopilot.d.ts.map +1 -0
  311. package/dist/hud/elements/autopilot.js +97 -0
  312. package/dist/hud/elements/autopilot.js.map +1 -0
  313. package/dist/hud/elements/index.d.ts +1 -0
  314. package/dist/hud/elements/index.d.ts.map +1 -1
  315. package/dist/hud/elements/index.js +1 -0
  316. package/dist/hud/elements/index.js.map +1 -1
  317. package/dist/hud/sisyphus-state.d.ts +31 -0
  318. package/dist/hud/sisyphus-state.d.ts.map +1 -0
  319. package/dist/hud/sisyphus-state.js +163 -0
  320. package/dist/hud/sisyphus-state.js.map +1 -0
  321. package/dist/installer/index.d.ts +1 -1
  322. package/dist/installer/index.js +1 -1
  323. package/dist/tools/diagnostics/index.d.ts +29 -0
  324. package/dist/tools/diagnostics/index.d.ts.map +1 -0
  325. package/dist/tools/diagnostics/index.js +118 -0
  326. package/dist/tools/diagnostics/index.js.map +1 -0
  327. package/dist/tools/diagnostics/lsp-aggregator.d.ts +26 -0
  328. package/dist/tools/diagnostics/lsp-aggregator.d.ts.map +1 -0
  329. package/dist/tools/diagnostics/lsp-aggregator.js +99 -0
  330. package/dist/tools/diagnostics/lsp-aggregator.js.map +1 -0
  331. package/dist/tools/diagnostics/tsc-runner.d.ts +26 -0
  332. package/dist/tools/diagnostics/tsc-runner.d.ts.map +1 -0
  333. package/dist/tools/diagnostics/tsc-runner.js +70 -0
  334. package/dist/tools/diagnostics/tsc-runner.js.map +1 -0
  335. package/dist/tools/lsp-tools.d.ts +10 -0
  336. package/dist/tools/lsp-tools.d.ts.map +1 -1
  337. package/dist/tools/lsp-tools.js +43 -1
  338. package/dist/tools/lsp-tools.js.map +1 -1
  339. package/dist/tools/resume-session.d.ts +63 -0
  340. package/dist/tools/resume-session.d.ts.map +1 -0
  341. package/dist/tools/resume-session.js +106 -0
  342. package/dist/tools/resume-session.js.map +1 -0
  343. package/dist/utils/__tests__/paths.test.d.ts +2 -0
  344. package/dist/utils/__tests__/paths.test.d.ts.map +1 -0
  345. package/dist/utils/__tests__/paths.test.js +88 -0
  346. package/dist/utils/__tests__/paths.test.js.map +1 -0
  347. package/dist/utils/paths.d.ts +32 -0
  348. package/dist/utils/paths.d.ts.map +1 -0
  349. package/dist/utils/paths.js +55 -0
  350. package/dist/utils/paths.js.map +1 -0
  351. package/docs/ARCHITECTURE.md +80 -1
  352. package/docs/CLAUDE.md +85 -3
  353. package/docs/FEATURES.md +2167 -0
  354. package/docs/FULL-README.md +69 -1
  355. package/package.json +1 -1
  356. package/skills/autopilot/SKILL.md +168 -0
  357. package/skills/cancel-autopilot/SKILL.md +53 -0
@@ -10,7 +10,7 @@
10
10
 
11
11
  # oh-my-claudecode
12
12
 
13
- [![Version](https://img.shields.io/badge/version-3.0.11-ff6b6b)](https://github.com/Yeachan-Heo/oh-my-claudecode)
13
+ [![Version](https://img.shields.io/badge/version-3.2.0-ff6b6b)](https://github.com/Yeachan-Heo/oh-my-claudecode)
14
14
  [![npm version](https://img.shields.io/npm/v/oh-my-claudecode?color=cb3837)](https://www.npmjs.com/package/oh-my-claudecode)
15
15
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
16
16
  [![Node.js](https://img.shields.io/badge/Node.js-20+-339933?logo=node.js&logoColor=white)](https://nodejs.org/)
@@ -76,6 +76,73 @@ See [CHANGELOG.md](CHANGELOG.md) for full details.
76
76
 
77
77
  ---
78
78
 
79
+ ## NEW in 3.1: oh-my-opencode Integration
80
+
81
+ The following features were integrated from oh-my-opencode to enhance orchestration capabilities:
82
+
83
+ ### Notepad Wisdom System
84
+
85
+ Plan-scoped wisdom capture for persistent learnings, decisions, issues, and problems. Stores wisdom in `.omc/notepads/{plan-name}/` with timestamped entries.
86
+
87
+ **Functions:** `initPlanNotepad()`, `addLearning()`, `addDecision()`, `addIssue()`, `addProblem()`, `getWisdomSummary()`
88
+
89
+ **Benefits:**
90
+ - Separates learnings by plan for better organization
91
+ - Automatic timestamp tracking for temporal context
92
+ - Structured wisdom capture (learning vs decision vs issue vs problem)
93
+ - Persistent storage survives session resets
94
+
95
+ ### Delegation Categories
96
+
97
+ Semantic task categorization that auto-maps to model tier, temperature, and thinking budget.
98
+
99
+ **Categories:**
100
+ - `visual-engineering` - UI/visual reasoning, frontend work, design systems (Opus, extended thinking)
101
+ - `ultrabrain` - Deep reasoning tasks (Opus, maximum thinking)
102
+ - `artistry` - Creative writing, novel approaches, innovative solutions (Sonnet, high temperature 0.9)
103
+ - `quick` - Simple lookups (Haiku, no thinking)
104
+ - `writing` - Documentation and content (Haiku, standard temperature)
105
+
106
+ **Benefits:**
107
+ - Automatic optimal model selection
108
+ - Context-aware temperature tuning
109
+ - Efficient thinking budget allocation
110
+ - Semantic task routing without manual configuration
111
+
112
+ ### Directory Diagnostics
113
+
114
+ Project-level type checking via `lsp_diagnostics_directory` tool with dual strategy (tsc fast, LSP fallback).
115
+
116
+ **Capabilities:**
117
+ - Scan entire project directory for type errors
118
+ - Automatic TypeScript compiler optimization
119
+ - Fallback to LSP when tsc unavailable
120
+ - Batch processing with progress reporting
121
+
122
+ **Benefits:**
123
+ - Comprehensive project health checks
124
+ - Performance-optimized with smart strategy selection
125
+ - Deep language server integration for accuracy
126
+ - Works with or without explicit TypeScript setup
127
+
128
+ ### Session Resume
129
+
130
+ Background agent resumption with context preservation via `resumeSession()`.
131
+
132
+ **Capabilities:**
133
+ - Automatic session state recovery
134
+ - Context preservation across interruptions
135
+ - Background agent reconnection
136
+ - Graceful degradation on failure
137
+
138
+ **Benefits:**
139
+ - Uninterrupted workflow during agent crashes
140
+ - Persistent work state across sessions
141
+ - No manual context re-entry needed
142
+ - Seamless continuation of complex tasks
143
+
144
+ ---
145
+
79
146
  ## Quick Install
80
147
 
81
148
  Choose **ONE** installation method below. Do not mix methods.
@@ -692,6 +759,7 @@ The original oh-my-opencode used multiple AI providers. This project uses Claude
692
759
  | **lsp_code_actions** | ✅ Implemented | Get available refactorings |
693
760
  | **lsp_code_action_resolve** | ✅ Implemented | Get details of a code action |
694
761
  | **lsp_servers** | ✅ Implemented | List available language servers |
762
+ | **lsp_diagnostics_directory** | ✅ Implemented | Project-level type checking (tsc fast path, LSP fallback) |
695
763
 
696
764
  > **Note:** LSP tools require language servers to be installed (typescript-language-server, pylsp, rust-analyzer, gopls, etc.). Use `lsp_servers` to check installation status.
697
765
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-claude-sisyphus",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "Multi-agent orchestration system for Claude Code - Inspired by oh-my-opencode",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -0,0 +1,168 @@
1
+ ---
2
+ name: autopilot
3
+ description: Full autonomous execution from idea to working code
4
+ user-invocable: true
5
+ ---
6
+
7
+ # Autopilot Skill
8
+
9
+ Full autonomous execution from idea to working code.
10
+
11
+ ## Overview
12
+
13
+ Autopilot is the ultimate hands-off mode. Give it a brief product idea (2-3 lines) and it handles everything:
14
+
15
+ 1. **Understands** your requirements (Analyst)
16
+ 2. **Designs** the technical approach (Architect)
17
+ 3. **Plans** the implementation (Critic-validated)
18
+ 4. **Builds** with parallel agents (Ralph + Ultrawork)
19
+ 5. **Tests** until everything passes (UltraQA)
20
+ 6. **Validates** quality and security (Multi-architect review)
21
+
22
+ ## Usage
23
+
24
+ ```
25
+ /autopilot <your idea>
26
+ /ap "A CLI tool that tracks daily habits"
27
+ /autopilot Add dark mode to the app
28
+ ```
29
+
30
+ ## Magic Keywords
31
+
32
+ These phrases auto-activate autopilot:
33
+ - "autopilot", "auto pilot", "autonomous"
34
+ - "build me", "create me", "make me"
35
+ - "full auto", "handle it all"
36
+ - "I want a/an..."
37
+
38
+ ## Phases
39
+
40
+ ### Phase 0: Expansion
41
+
42
+ **Goal:** Turn vague idea into detailed spec
43
+
44
+ **Agents:**
45
+ - Analyst (Opus) - Extract requirements
46
+ - Architect (Opus) - Technical specification
47
+
48
+ **Output:** `.omc/autopilot/spec.md`
49
+
50
+ ### Phase 1: Planning
51
+
52
+ **Goal:** Create implementation plan from spec
53
+
54
+ **Agents:**
55
+ - Architect (Opus) - Create plan (direct mode, no interview)
56
+ - Critic (Opus) - Validate plan
57
+
58
+ **Output:** `.omc/plans/autopilot-impl.md`
59
+
60
+ ### Phase 2: Execution
61
+
62
+ **Goal:** Implement the plan
63
+
64
+ **Mode:** Ralph + Ultrawork (persistence + parallelism)
65
+
66
+ **Agents:**
67
+ - Executor-low (Haiku) - Simple tasks
68
+ - Executor (Sonnet) - Standard tasks
69
+ - Executor-high (Opus) - Complex tasks
70
+
71
+ ### Phase 3: QA
72
+
73
+ **Goal:** All tests pass
74
+
75
+ **Mode:** UltraQA
76
+
77
+ **Cycle:**
78
+ 1. Build
79
+ 2. Lint
80
+ 3. Test
81
+ 4. Fix failures
82
+ 5. Repeat (max 5 cycles)
83
+
84
+ ### Phase 4: Validation
85
+
86
+ **Goal:** Multi-perspective approval
87
+
88
+ **Agents (parallel):**
89
+ - Architect - Functional completeness
90
+ - Security-reviewer - Vulnerability check
91
+ - Code-reviewer - Quality review
92
+
93
+ **Rule:** All must APPROVE or issues get fixed and re-validated.
94
+
95
+ ## Configuration
96
+
97
+ Optional settings in `.claude/settings.json`:
98
+
99
+ ```json
100
+ {
101
+ "omc": {
102
+ "autopilot": {
103
+ "maxIterations": 10,
104
+ "maxQaCycles": 5,
105
+ "maxValidationRounds": 3,
106
+ "pauseAfterExpansion": false,
107
+ "pauseAfterPlanning": false,
108
+ "skipQa": false,
109
+ "skipValidation": false
110
+ }
111
+ }
112
+ }
113
+ ```
114
+
115
+ ## Cancellation
116
+
117
+ ```
118
+ /cancel-autopilot
119
+ ```
120
+
121
+ Or say: "stop", "cancel", "abort"
122
+
123
+ Progress is preserved for resume.
124
+
125
+ ## Resume
126
+
127
+ If autopilot was cancelled or failed, just run `/autopilot` again to resume from where it stopped.
128
+
129
+ ## Examples
130
+
131
+ **New Project:**
132
+ ```
133
+ /autopilot A REST API for a bookstore inventory with CRUD operations
134
+ ```
135
+
136
+ **Feature Addition:**
137
+ ```
138
+ /autopilot Add user authentication with JWT tokens
139
+ ```
140
+
141
+ **Enhancement:**
142
+ ```
143
+ /ap Add dark mode support with system preference detection
144
+ ```
145
+
146
+ ## Best Practices
147
+
148
+ 1. **Be specific about the domain** - "bookstore" not "store"
149
+ 2. **Mention key features** - "with CRUD", "with authentication"
150
+ 3. **Specify constraints** - "using TypeScript", "with PostgreSQL"
151
+ 4. **Let it run** - Don't interrupt unless truly needed
152
+
153
+ ## Troubleshooting
154
+
155
+ **Stuck in a phase?**
156
+ - Check TODO list for blocked tasks
157
+ - Review `.omc/autopilot-state.json` for state
158
+ - Cancel and resume if needed
159
+
160
+ **Validation keeps failing?**
161
+ - Review the specific issues
162
+ - Consider if requirements were too vague
163
+ - Cancel and provide more detail
164
+
165
+ **QA cycles exhausted?**
166
+ - Same error 3 times = fundamental issue
167
+ - Review the error pattern
168
+ - May need manual intervention
@@ -0,0 +1,53 @@
1
+ ---
2
+ name: cancel-autopilot
3
+ description: Cancel active autopilot session
4
+ user-invocable: true
5
+ ---
6
+
7
+ # Cancel Autopilot Skill
8
+
9
+ Cancel an active autopilot session gracefully.
10
+
11
+ ## What It Does
12
+
13
+ - Stops the active autopilot workflow
14
+ - Cleans up any active Ralph or UltraQA state
15
+ - Preserves progress for potential resume
16
+
17
+ ## Usage
18
+
19
+ ```
20
+ /cancel-autopilot
21
+ ```
22
+
23
+ Or say: "stop autopilot", "cancel autopilot", "abort autopilot"
24
+
25
+ ## What Gets Cleaned Up
26
+
27
+ 1. **Autopilot state** - Marked as inactive (preserved for resume)
28
+ 2. **Ralph state** - Cleared if active
29
+ 3. **Ultrawork state** - Cleared if linked to Ralph
30
+ 4. **UltraQA state** - Cleared if active
31
+
32
+ ## Progress Preservation
33
+
34
+ When cancelled, autopilot preserves:
35
+ - Current phase
36
+ - Files created/modified
37
+ - Spec and plan files
38
+ - Validation verdicts
39
+
40
+ Run `/autopilot` to resume from where you left off.
41
+
42
+ ## Force Clear
43
+
44
+ To completely clear all state (no resume):
45
+
46
+ ```
47
+ /cancel-autopilot --clear
48
+ ```
49
+
50
+ This removes all autopilot files including:
51
+ - `.omc/autopilot-state.json`
52
+ - `.omc/autopilot/` directory
53
+ - `.omc/plans/autopilot-impl.md`