oh-my-claude-sisyphus 3.8.9 → 3.8.10

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 (445) hide show
  1. package/.claude-plugin/marketplace.json +1 -1
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/README.md +1 -1
  4. package/agents/architect.md +78 -0
  5. package/agents/explore.md +15 -0
  6. package/agents/qa-tester.md +159 -1
  7. package/agents/writer.md +20 -0
  8. package/commands/help.md +1 -1
  9. package/commands/omc-setup.md +1 -1
  10. package/dist/__tests__/agent-registry.test.d.ts +2 -0
  11. package/dist/__tests__/agent-registry.test.d.ts.map +1 -0
  12. package/dist/__tests__/agent-registry.test.js +39 -0
  13. package/dist/__tests__/agent-registry.test.js.map +1 -0
  14. package/dist/__tests__/load-agent-prompt.test.d.ts +2 -0
  15. package/dist/__tests__/load-agent-prompt.test.d.ts.map +1 -0
  16. package/dist/__tests__/load-agent-prompt.test.js +68 -0
  17. package/dist/__tests__/load-agent-prompt.test.js.map +1 -0
  18. package/dist/__tests__/model-routing.test.js +5 -34
  19. package/dist/__tests__/model-routing.test.js.map +1 -1
  20. package/dist/agents/analyst.d.ts.map +1 -1
  21. package/dist/agents/analyst.js +2 -77
  22. package/dist/agents/analyst.js.map +1 -1
  23. package/dist/agents/architect.d.ts.map +1 -1
  24. package/dist/agents/architect.js +3 -148
  25. package/dist/agents/architect.js.map +1 -1
  26. package/dist/agents/coordinator-deprecated.d.ts +18 -0
  27. package/dist/agents/coordinator-deprecated.d.ts.map +1 -0
  28. package/dist/agents/coordinator-deprecated.js +34 -0
  29. package/dist/agents/coordinator-deprecated.js.map +1 -0
  30. package/dist/agents/critic.d.ts.map +1 -1
  31. package/dist/agents/critic.js +2 -90
  32. package/dist/agents/critic.js.map +1 -1
  33. package/dist/agents/definitions.d.ts +2 -0
  34. package/dist/agents/definitions.d.ts.map +1 -1
  35. package/dist/agents/definitions.js +3 -32
  36. package/dist/agents/definitions.js.map +1 -1
  37. package/dist/agents/designer.d.ts.map +1 -1
  38. package/dist/agents/designer.js +2 -73
  39. package/dist/agents/designer.js.map +1 -1
  40. package/dist/agents/executor.d.ts +1 -0
  41. package/dist/agents/executor.d.ts.map +1 -1
  42. package/dist/agents/executor.js +3 -56
  43. package/dist/agents/executor.js.map +1 -1
  44. package/dist/agents/explore.d.ts.map +1 -1
  45. package/dist/agents/explore.js +2 -64
  46. package/dist/agents/explore.js.map +1 -1
  47. package/dist/agents/index.d.ts +4 -3
  48. package/dist/agents/index.d.ts.map +1 -1
  49. package/dist/agents/index.js +6 -3
  50. package/dist/agents/index.js.map +1 -1
  51. package/dist/agents/planner.d.ts.map +1 -1
  52. package/dist/agents/planner.js +2 -157
  53. package/dist/agents/planner.js.map +1 -1
  54. package/dist/agents/qa-tester.d.ts.map +1 -1
  55. package/dist/agents/qa-tester.js +2 -324
  56. package/dist/agents/qa-tester.js.map +1 -1
  57. package/dist/agents/researcher.d.ts.map +1 -1
  58. package/dist/agents/researcher.js +2 -65
  59. package/dist/agents/researcher.js.map +1 -1
  60. package/dist/agents/scientist.d.ts.map +1 -1
  61. package/dist/agents/scientist.js +2 -293
  62. package/dist/agents/scientist.js.map +1 -1
  63. package/dist/agents/utils.d.ts +7 -0
  64. package/dist/agents/utils.d.ts.map +1 -1
  65. package/dist/agents/utils.js +50 -0
  66. package/dist/agents/utils.js.map +1 -1
  67. package/dist/agents/vision.d.ts.map +1 -1
  68. package/dist/agents/vision.js +2 -32
  69. package/dist/agents/vision.js.map +1 -1
  70. package/dist/agents/writer.d.ts.map +1 -1
  71. package/dist/agents/writer.js +2 -171
  72. package/dist/agents/writer.js.map +1 -1
  73. package/dist/cli/analytics.js +0 -0
  74. package/dist/cli/index.js +0 -0
  75. package/dist/features/model-routing/index.d.ts +1 -1
  76. package/dist/features/model-routing/index.d.ts.map +1 -1
  77. package/dist/features/model-routing/index.js +1 -1
  78. package/dist/features/model-routing/index.js.map +1 -1
  79. package/dist/features/model-routing/router.d.ts +1 -15
  80. package/dist/features/model-routing/router.d.ts.map +1 -1
  81. package/dist/features/model-routing/router.js +2 -33
  82. package/dist/features/model-routing/router.js.map +1 -1
  83. package/dist/features/model-routing/rules.d.ts.map +1 -1
  84. package/dist/features/model-routing/rules.js +0 -8
  85. package/dist/features/model-routing/rules.js.map +1 -1
  86. package/dist/features/model-routing/types.d.ts +1 -2
  87. package/dist/features/model-routing/types.d.ts.map +1 -1
  88. package/dist/features/model-routing/types.js +2 -6
  89. package/dist/features/model-routing/types.js.map +1 -1
  90. package/dist/features/task-decomposer/index.d.ts +1 -1
  91. package/dist/features/task-decomposer/index.d.ts.map +1 -1
  92. package/dist/features/task-decomposer/index.js +5 -8
  93. package/dist/features/task-decomposer/index.js.map +1 -1
  94. package/dist/features/task-decomposer/types.d.ts +4 -4
  95. package/dist/features/task-decomposer/types.d.ts.map +1 -1
  96. package/dist/hooks/ultrapilot/decomposer.d.ts +1 -1
  97. package/dist/hooks/ultrapilot/decomposer.js +2 -2
  98. package/dist/index.d.ts +1 -1
  99. package/dist/index.d.ts.map +1 -1
  100. package/dist/index.js +4 -2
  101. package/dist/index.js.map +1 -1
  102. package/docs/CLAUDE.md +44 -4
  103. package/docs/FEATURES.md +1 -1
  104. package/docs/MIGRATION.md +5 -5
  105. package/docs/REFERENCE.md +6 -2
  106. package/package.json +1 -1
  107. package/skills/help/SKILL.md +1 -1
  108. package/skills/omc-setup/SKILL.md +1 -1
  109. package/dist/__tests__/analytics/analytics-summary.test.d.ts +0 -2
  110. package/dist/__tests__/analytics/analytics-summary.test.d.ts.map +0 -1
  111. package/dist/__tests__/analytics/analytics-summary.test.js +0 -267
  112. package/dist/__tests__/analytics/analytics-summary.test.js.map +0 -1
  113. package/dist/__tests__/analytics/cost-estimator.test.d.ts +0 -2
  114. package/dist/__tests__/analytics/cost-estimator.test.d.ts.map +0 -1
  115. package/dist/__tests__/analytics/cost-estimator.test.js +0 -212
  116. package/dist/__tests__/analytics/cost-estimator.test.js.map +0 -1
  117. package/dist/__tests__/hooks/auto-slash-command/executor.test.d.ts +0 -7
  118. package/dist/__tests__/hooks/auto-slash-command/executor.test.d.ts.map +0 -1
  119. package/dist/__tests__/hooks/auto-slash-command/executor.test.js +0 -374
  120. package/dist/__tests__/hooks/auto-slash-command/executor.test.js.map +0 -1
  121. package/dist/__tests__/hud/auto-tracking.integration.test.d.ts +0 -2
  122. package/dist/__tests__/hud/auto-tracking.integration.test.d.ts.map +0 -1
  123. package/dist/__tests__/hud/auto-tracking.integration.test.js +0 -12
  124. package/dist/__tests__/hud/auto-tracking.integration.test.js.map +0 -1
  125. package/dist/__tests__/learned-skills/config.test.d.ts +0 -2
  126. package/dist/__tests__/learned-skills/config.test.d.ts.map +0 -1
  127. package/dist/__tests__/learned-skills/config.test.js +0 -37
  128. package/dist/__tests__/learned-skills/config.test.js.map +0 -1
  129. package/dist/__tests__/learned-skills/detector.test.d.ts +0 -2
  130. package/dist/__tests__/learned-skills/detector.test.d.ts.map +0 -1
  131. package/dist/__tests__/learned-skills/detector.test.js +0 -99
  132. package/dist/__tests__/learned-skills/detector.test.js.map +0 -1
  133. package/dist/__tests__/learned-skills/finder.test.d.ts +0 -2
  134. package/dist/__tests__/learned-skills/finder.test.d.ts.map +0 -1
  135. package/dist/__tests__/learned-skills/finder.test.js +0 -59
  136. package/dist/__tests__/learned-skills/finder.test.js.map +0 -1
  137. package/dist/__tests__/learned-skills/loader.test.d.ts +0 -2
  138. package/dist/__tests__/learned-skills/loader.test.d.ts.map +0 -1
  139. package/dist/__tests__/learned-skills/loader.test.js +0 -69
  140. package/dist/__tests__/learned-skills/loader.test.js.map +0 -1
  141. package/dist/__tests__/learned-skills/parser.test.d.ts +0 -2
  142. package/dist/__tests__/learned-skills/parser.test.d.ts.map +0 -1
  143. package/dist/__tests__/learned-skills/parser.test.js +0 -81
  144. package/dist/__tests__/learned-skills/parser.test.js.map +0 -1
  145. package/dist/__tests__/learned-skills/validator.test.d.ts +0 -2
  146. package/dist/__tests__/learned-skills/validator.test.d.ts.map +0 -1
  147. package/dist/__tests__/learned-skills/validator.test.js +0 -85
  148. package/dist/__tests__/learned-skills/validator.test.js.map +0 -1
  149. package/dist/agents/codex-agents.d.ts +0 -20
  150. package/dist/agents/codex-agents.d.ts.map +0 -1
  151. package/dist/agents/codex-agents.js +0 -36
  152. package/dist/agents/codex-agents.js.map +0 -1
  153. package/dist/agents/coordinator.d.ts +0 -11
  154. package/dist/agents/coordinator.d.ts.map +0 -1
  155. package/dist/agents/coordinator.js +0 -115
  156. package/dist/agents/coordinator.js.map +0 -1
  157. package/dist/agents/document-writer.d.ts +0 -11
  158. package/dist/agents/document-writer.d.ts.map +0 -1
  159. package/dist/agents/document-writer.js +0 -209
  160. package/dist/agents/document-writer.js.map +0 -1
  161. package/dist/agents/frontend-engineer.d.ts +0 -11
  162. package/dist/agents/frontend-engineer.d.ts.map +0 -1
  163. package/dist/agents/frontend-engineer.js +0 -115
  164. package/dist/agents/frontend-engineer.js.map +0 -1
  165. package/dist/agents/librarian.d.ts +0 -12
  166. package/dist/agents/librarian.d.ts.map +0 -1
  167. package/dist/agents/librarian.js +0 -103
  168. package/dist/agents/librarian.js.map +0 -1
  169. package/dist/agents/metis.d.ts +0 -12
  170. package/dist/agents/metis.d.ts.map +0 -1
  171. package/dist/agents/metis.js +0 -117
  172. package/dist/agents/metis.js.map +0 -1
  173. package/dist/agents/momus.d.ts +0 -12
  174. package/dist/agents/momus.d.ts.map +0 -1
  175. package/dist/agents/momus.js +0 -128
  176. package/dist/agents/momus.js.map +0 -1
  177. package/dist/agents/multimodal-looker.d.ts +0 -11
  178. package/dist/agents/multimodal-looker.d.ts.map +0 -1
  179. package/dist/agents/multimodal-looker.js +0 -70
  180. package/dist/agents/multimodal-looker.js.map +0 -1
  181. package/dist/agents/oracle.d.ts +0 -13
  182. package/dist/agents/oracle.d.ts.map +0 -1
  183. package/dist/agents/oracle.js +0 -191
  184. package/dist/agents/oracle.js.map +0 -1
  185. package/dist/agents/orchestrator-sisyphus.d.ts +0 -11
  186. package/dist/agents/orchestrator-sisyphus.d.ts.map +0 -1
  187. package/dist/agents/orchestrator-sisyphus.js +0 -115
  188. package/dist/agents/orchestrator-sisyphus.js.map +0 -1
  189. package/dist/agents/prometheus.d.ts +0 -12
  190. package/dist/agents/prometheus.d.ts.map +0 -1
  191. package/dist/agents/prometheus.js +0 -195
  192. package/dist/agents/prometheus.js.map +0 -1
  193. package/dist/agents/sisyphus-junior.d.ts +0 -12
  194. package/dist/agents/sisyphus-junior.d.ts.map +0 -1
  195. package/dist/agents/sisyphus-junior.js +0 -93
  196. package/dist/agents/sisyphus-junior.js.map +0 -1
  197. package/dist/cli/components/CostDashboard.d.ts +0 -15
  198. package/dist/cli/components/CostDashboard.d.ts.map +0 -1
  199. package/dist/cli/components/CostDashboard.js +0 -15
  200. package/dist/cli/components/CostDashboard.js.map +0 -1
  201. package/dist/cli/components/LiveStats.d.ts +0 -16
  202. package/dist/cli/components/LiveStats.d.ts.map +0 -1
  203. package/dist/cli/components/LiveStats.js +0 -16
  204. package/dist/cli/components/LiveStats.js.map +0 -1
  205. package/dist/cli/components/SessionBrowser.d.ts +0 -14
  206. package/dist/cli/components/SessionBrowser.d.ts.map +0 -1
  207. package/dist/cli/components/SessionBrowser.js +0 -14
  208. package/dist/cli/components/SessionBrowser.js.map +0 -1
  209. package/dist/cli/tui.d.ts +0 -21
  210. package/dist/cli/tui.d.ts.map +0 -1
  211. package/dist/cli/tui.js +0 -21
  212. package/dist/cli/tui.js.map +0 -1
  213. package/dist/hooks/autopilot/signals.d.ts +0 -20
  214. package/dist/hooks/autopilot/signals.d.ts.map +0 -1
  215. package/dist/hooks/autopilot/signals.js +0 -75
  216. package/dist/hooks/autopilot/signals.js.map +0 -1
  217. package/dist/hooks/autopilot/summary.d.ts +0 -27
  218. package/dist/hooks/autopilot/summary.d.ts.map +0 -1
  219. package/dist/hooks/autopilot/summary.js +0 -160
  220. package/dist/hooks/autopilot/summary.js.map +0 -1
  221. package/dist/hooks/autopilot/transition.d.ts +0 -39
  222. package/dist/hooks/autopilot/transition.d.ts.map +0 -1
  223. package/dist/hooks/autopilot/transition.js +0 -216
  224. package/dist/hooks/autopilot/transition.js.map +0 -1
  225. package/dist/hooks/context-window-limit-recovery/constants.d.ts +0 -28
  226. package/dist/hooks/context-window-limit-recovery/constants.d.ts.map +0 -1
  227. package/dist/hooks/context-window-limit-recovery/constants.js +0 -85
  228. package/dist/hooks/context-window-limit-recovery/constants.js.map +0 -1
  229. package/dist/hooks/context-window-limit-recovery/index.d.ts +0 -62
  230. package/dist/hooks/context-window-limit-recovery/index.d.ts.map +0 -1
  231. package/dist/hooks/context-window-limit-recovery/index.js +0 -201
  232. package/dist/hooks/context-window-limit-recovery/index.js.map +0 -1
  233. package/dist/hooks/context-window-limit-recovery/parser.d.ts +0 -31
  234. package/dist/hooks/context-window-limit-recovery/parser.d.ts.map +0 -1
  235. package/dist/hooks/context-window-limit-recovery/parser.js +0 -241
  236. package/dist/hooks/context-window-limit-recovery/parser.js.map +0 -1
  237. package/dist/hooks/context-window-limit-recovery/types.d.ts +0 -84
  238. package/dist/hooks/context-window-limit-recovery/types.d.ts.map +0 -1
  239. package/dist/hooks/context-window-limit-recovery/types.js +0 -34
  240. package/dist/hooks/context-window-limit-recovery/types.js.map +0 -1
  241. package/dist/hooks/edit-error-recovery/index.d.ts +0 -62
  242. package/dist/hooks/edit-error-recovery/index.d.ts.map +0 -1
  243. package/dist/hooks/edit-error-recovery/index.js +0 -89
  244. package/dist/hooks/edit-error-recovery/index.js.map +0 -1
  245. package/dist/hooks/github-auto-responder/classifier.d.ts +0 -43
  246. package/dist/hooks/github-auto-responder/classifier.d.ts.map +0 -1
  247. package/dist/hooks/github-auto-responder/classifier.js +0 -150
  248. package/dist/hooks/github-auto-responder/classifier.js.map +0 -1
  249. package/dist/hooks/github-auto-responder/config.d.ts +0 -109
  250. package/dist/hooks/github-auto-responder/config.d.ts.map +0 -1
  251. package/dist/hooks/github-auto-responder/config.js +0 -69
  252. package/dist/hooks/github-auto-responder/config.js.map +0 -1
  253. package/dist/hooks/github-auto-responder/constants.d.ts +0 -45
  254. package/dist/hooks/github-auto-responder/constants.d.ts.map +0 -1
  255. package/dist/hooks/github-auto-responder/constants.js +0 -60
  256. package/dist/hooks/github-auto-responder/constants.js.map +0 -1
  257. package/dist/hooks/github-auto-responder/filters.d.ts +0 -95
  258. package/dist/hooks/github-auto-responder/filters.d.ts.map +0 -1
  259. package/dist/hooks/github-auto-responder/filters.js +0 -174
  260. package/dist/hooks/github-auto-responder/filters.js.map +0 -1
  261. package/dist/hooks/github-auto-responder/github-client.d.ts +0 -65
  262. package/dist/hooks/github-auto-responder/github-client.d.ts.map +0 -1
  263. package/dist/hooks/github-auto-responder/github-client.js +0 -128
  264. package/dist/hooks/github-auto-responder/github-client.js.map +0 -1
  265. package/dist/hooks/github-auto-responder/idempotency.d.ts +0 -68
  266. package/dist/hooks/github-auto-responder/idempotency.d.ts.map +0 -1
  267. package/dist/hooks/github-auto-responder/idempotency.js +0 -147
  268. package/dist/hooks/github-auto-responder/idempotency.js.map +0 -1
  269. package/dist/hooks/github-auto-responder/index.d.ts +0 -140
  270. package/dist/hooks/github-auto-responder/index.d.ts.map +0 -1
  271. package/dist/hooks/github-auto-responder/index.js +0 -145
  272. package/dist/hooks/github-auto-responder/index.js.map +0 -1
  273. package/dist/hooks/github-auto-responder/persona.d.ts +0 -40
  274. package/dist/hooks/github-auto-responder/persona.d.ts.map +0 -1
  275. package/dist/hooks/github-auto-responder/persona.js +0 -99
  276. package/dist/hooks/github-auto-responder/persona.js.map +0 -1
  277. package/dist/hooks/github-auto-responder/responder.d.ts +0 -122
  278. package/dist/hooks/github-auto-responder/responder.d.ts.map +0 -1
  279. package/dist/hooks/github-auto-responder/responder.js +0 -264
  280. package/dist/hooks/github-auto-responder/responder.js.map +0 -1
  281. package/dist/hooks/github-auto-responder/server.d.ts +0 -140
  282. package/dist/hooks/github-auto-responder/server.d.ts.map +0 -1
  283. package/dist/hooks/github-auto-responder/server.js +0 -301
  284. package/dist/hooks/github-auto-responder/server.js.map +0 -1
  285. package/dist/hooks/github-auto-responder/signature.d.ts +0 -34
  286. package/dist/hooks/github-auto-responder/signature.d.ts.map +0 -1
  287. package/dist/hooks/github-auto-responder/signature.js +0 -79
  288. package/dist/hooks/github-auto-responder/signature.js.map +0 -1
  289. package/dist/hooks/github-auto-responder/templates.d.ts +0 -16
  290. package/dist/hooks/github-auto-responder/templates.d.ts.map +0 -1
  291. package/dist/hooks/github-auto-responder/templates.js +0 -93
  292. package/dist/hooks/github-auto-responder/templates.js.map +0 -1
  293. package/dist/hooks/github-auto-responder/types.d.ts +0 -246
  294. package/dist/hooks/github-auto-responder/types.d.ts.map +0 -1
  295. package/dist/hooks/github-auto-responder/types.js +0 -7
  296. package/dist/hooks/github-auto-responder/types.js.map +0 -1
  297. package/dist/hooks/learned-skills/config.d.ts +0 -53
  298. package/dist/hooks/learned-skills/config.d.ts.map +0 -1
  299. package/dist/hooks/learned-skills/config.js +0 -103
  300. package/dist/hooks/learned-skills/config.js.map +0 -1
  301. package/dist/hooks/learned-skills/constants.d.ts +0 -24
  302. package/dist/hooks/learned-skills/constants.d.ts.map +0 -1
  303. package/dist/hooks/learned-skills/constants.js +0 -26
  304. package/dist/hooks/learned-skills/constants.js.map +0 -1
  305. package/dist/hooks/learned-skills/detection-hook.d.ts +0 -39
  306. package/dist/hooks/learned-skills/detection-hook.d.ts.map +0 -1
  307. package/dist/hooks/learned-skills/detection-hook.js +0 -83
  308. package/dist/hooks/learned-skills/detection-hook.js.map +0 -1
  309. package/dist/hooks/learned-skills/detector.d.ts +0 -30
  310. package/dist/hooks/learned-skills/detector.d.ts.map +0 -1
  311. package/dist/hooks/learned-skills/detector.js +0 -150
  312. package/dist/hooks/learned-skills/detector.js.map +0 -1
  313. package/dist/hooks/learned-skills/finder.d.ts +0 -21
  314. package/dist/hooks/learned-skills/finder.d.ts.map +0 -1
  315. package/dist/hooks/learned-skills/finder.js +0 -117
  316. package/dist/hooks/learned-skills/finder.js.map +0 -1
  317. package/dist/hooks/learned-skills/index.d.ts +0 -62
  318. package/dist/hooks/learned-skills/index.d.ts.map +0 -1
  319. package/dist/hooks/learned-skills/index.js +0 -137
  320. package/dist/hooks/learned-skills/index.js.map +0 -1
  321. package/dist/hooks/learned-skills/loader.d.ts +0 -20
  322. package/dist/hooks/learned-skills/loader.d.ts.map +0 -1
  323. package/dist/hooks/learned-skills/loader.js +0 -107
  324. package/dist/hooks/learned-skills/loader.js.map +0 -1
  325. package/dist/hooks/learned-skills/parser.d.ts +0 -21
  326. package/dist/hooks/learned-skills/parser.d.ts.map +0 -1
  327. package/dist/hooks/learned-skills/parser.js +0 -190
  328. package/dist/hooks/learned-skills/parser.js.map +0 -1
  329. package/dist/hooks/learned-skills/promotion.d.ts +0 -29
  330. package/dist/hooks/learned-skills/promotion.d.ts.map +0 -1
  331. package/dist/hooks/learned-skills/promotion.js +0 -87
  332. package/dist/hooks/learned-skills/promotion.js.map +0 -1
  333. package/dist/hooks/learned-skills/types.d.ts +0 -109
  334. package/dist/hooks/learned-skills/types.d.ts.map +0 -1
  335. package/dist/hooks/learned-skills/types.js +0 -8
  336. package/dist/hooks/learned-skills/types.js.map +0 -1
  337. package/dist/hooks/learned-skills/validator.d.ts +0 -15
  338. package/dist/hooks/learned-skills/validator.d.ts.map +0 -1
  339. package/dist/hooks/learned-skills/validator.js +0 -87
  340. package/dist/hooks/learned-skills/validator.js.map +0 -1
  341. package/dist/hooks/learned-skills/writer.d.ts +0 -27
  342. package/dist/hooks/learned-skills/writer.d.ts.map +0 -1
  343. package/dist/hooks/learned-skills/writer.js +0 -126
  344. package/dist/hooks/learned-skills/writer.js.map +0 -1
  345. package/dist/hooks/mnemosyne/config.d.ts +0 -53
  346. package/dist/hooks/mnemosyne/config.d.ts.map +0 -1
  347. package/dist/hooks/mnemosyne/config.js +0 -103
  348. package/dist/hooks/mnemosyne/config.js.map +0 -1
  349. package/dist/hooks/mnemosyne/constants.d.ts +0 -24
  350. package/dist/hooks/mnemosyne/constants.d.ts.map +0 -1
  351. package/dist/hooks/mnemosyne/constants.js +0 -26
  352. package/dist/hooks/mnemosyne/constants.js.map +0 -1
  353. package/dist/hooks/mnemosyne/detection-hook.d.ts +0 -39
  354. package/dist/hooks/mnemosyne/detection-hook.d.ts.map +0 -1
  355. package/dist/hooks/mnemosyne/detection-hook.js +0 -83
  356. package/dist/hooks/mnemosyne/detection-hook.js.map +0 -1
  357. package/dist/hooks/mnemosyne/detector.d.ts +0 -30
  358. package/dist/hooks/mnemosyne/detector.d.ts.map +0 -1
  359. package/dist/hooks/mnemosyne/detector.js +0 -150
  360. package/dist/hooks/mnemosyne/detector.js.map +0 -1
  361. package/dist/hooks/mnemosyne/finder.d.ts +0 -21
  362. package/dist/hooks/mnemosyne/finder.d.ts.map +0 -1
  363. package/dist/hooks/mnemosyne/finder.js +0 -117
  364. package/dist/hooks/mnemosyne/finder.js.map +0 -1
  365. package/dist/hooks/mnemosyne/index.d.ts +0 -62
  366. package/dist/hooks/mnemosyne/index.d.ts.map +0 -1
  367. package/dist/hooks/mnemosyne/index.js +0 -137
  368. package/dist/hooks/mnemosyne/index.js.map +0 -1
  369. package/dist/hooks/mnemosyne/loader.d.ts +0 -20
  370. package/dist/hooks/mnemosyne/loader.d.ts.map +0 -1
  371. package/dist/hooks/mnemosyne/loader.js +0 -113
  372. package/dist/hooks/mnemosyne/loader.js.map +0 -1
  373. package/dist/hooks/mnemosyne/parser.d.ts +0 -21
  374. package/dist/hooks/mnemosyne/parser.d.ts.map +0 -1
  375. package/dist/hooks/mnemosyne/parser.js +0 -190
  376. package/dist/hooks/mnemosyne/parser.js.map +0 -1
  377. package/dist/hooks/mnemosyne/promotion.d.ts +0 -29
  378. package/dist/hooks/mnemosyne/promotion.d.ts.map +0 -1
  379. package/dist/hooks/mnemosyne/promotion.js +0 -87
  380. package/dist/hooks/mnemosyne/promotion.js.map +0 -1
  381. package/dist/hooks/mnemosyne/types.d.ts +0 -109
  382. package/dist/hooks/mnemosyne/types.d.ts.map +0 -1
  383. package/dist/hooks/mnemosyne/types.js +0 -8
  384. package/dist/hooks/mnemosyne/types.js.map +0 -1
  385. package/dist/hooks/mnemosyne/validator.d.ts +0 -15
  386. package/dist/hooks/mnemosyne/validator.d.ts.map +0 -1
  387. package/dist/hooks/mnemosyne/validator.js +0 -87
  388. package/dist/hooks/mnemosyne/validator.js.map +0 -1
  389. package/dist/hooks/mnemosyne/writer.d.ts +0 -27
  390. package/dist/hooks/mnemosyne/writer.d.ts.map +0 -1
  391. package/dist/hooks/mnemosyne/writer.js +0 -126
  392. package/dist/hooks/mnemosyne/writer.js.map +0 -1
  393. package/dist/hooks/ralph-loop/index.d.ts +0 -116
  394. package/dist/hooks/ralph-loop/index.d.ts.map +0 -1
  395. package/dist/hooks/ralph-loop/index.js +0 -322
  396. package/dist/hooks/ralph-loop/index.js.map +0 -1
  397. package/dist/hooks/ralph-prd/index.d.ts +0 -130
  398. package/dist/hooks/ralph-prd/index.d.ts.map +0 -1
  399. package/dist/hooks/ralph-prd/index.js +0 -310
  400. package/dist/hooks/ralph-prd/index.js.map +0 -1
  401. package/dist/hooks/ralph-progress/index.d.ts +0 -102
  402. package/dist/hooks/ralph-progress/index.d.ts.map +0 -1
  403. package/dist/hooks/ralph-progress/index.js +0 -408
  404. package/dist/hooks/ralph-progress/index.js.map +0 -1
  405. package/dist/hooks/ralph-verifier/index.d.ts +0 -72
  406. package/dist/hooks/ralph-verifier/index.d.ts.map +0 -1
  407. package/dist/hooks/ralph-verifier/index.js +0 -223
  408. package/dist/hooks/ralph-verifier/index.js.map +0 -1
  409. package/dist/hooks/session-recovery/constants.d.ts +0 -56
  410. package/dist/hooks/session-recovery/constants.d.ts.map +0 -1
  411. package/dist/hooks/session-recovery/constants.js +0 -78
  412. package/dist/hooks/session-recovery/constants.js.map +0 -1
  413. package/dist/hooks/session-recovery/index.d.ts +0 -53
  414. package/dist/hooks/session-recovery/index.d.ts.map +0 -1
  415. package/dist/hooks/session-recovery/index.js +0 -321
  416. package/dist/hooks/session-recovery/index.js.map +0 -1
  417. package/dist/hooks/session-recovery/storage.d.ts +0 -76
  418. package/dist/hooks/session-recovery/storage.d.ts.map +0 -1
  419. package/dist/hooks/session-recovery/storage.js +0 -383
  420. package/dist/hooks/session-recovery/storage.js.map +0 -1
  421. package/dist/hooks/session-recovery/types.d.ts +0 -145
  422. package/dist/hooks/session-recovery/types.d.ts.map +0 -1
  423. package/dist/hooks/session-recovery/types.js +0 -8
  424. package/dist/hooks/session-recovery/types.js.map +0 -1
  425. package/dist/hooks/sisyphus-orchestrator/constants.d.ts +0 -23
  426. package/dist/hooks/sisyphus-orchestrator/constants.d.ts.map +0 -1
  427. package/dist/hooks/sisyphus-orchestrator/constants.js +0 -142
  428. package/dist/hooks/sisyphus-orchestrator/constants.js.map +0 -1
  429. package/dist/hooks/sisyphus-orchestrator/index.d.ts +0 -113
  430. package/dist/hooks/sisyphus-orchestrator/index.d.ts.map +0 -1
  431. package/dist/hooks/sisyphus-orchestrator/index.js +0 -309
  432. package/dist/hooks/sisyphus-orchestrator/index.js.map +0 -1
  433. package/dist/hooks/ultraqa-loop/index.d.ts +0 -94
  434. package/dist/hooks/ultraqa-loop/index.d.ts.map +0 -1
  435. package/dist/hooks/ultraqa-loop/index.js +0 -216
  436. package/dist/hooks/ultraqa-loop/index.js.map +0 -1
  437. package/dist/hooks/ultrawork-state/index.d.ts +0 -62
  438. package/dist/hooks/ultrawork-state/index.d.ts.map +0 -1
  439. package/dist/hooks/ultrawork-state/index.js +0 -208
  440. package/dist/hooks/ultrawork-state/index.js.map +0 -1
  441. package/dist/hud/sisyphus-state.d.ts +0 -31
  442. package/dist/hud/sisyphus-state.d.ts.map +0 -1
  443. package/dist/hud/sisyphus-state.js +0 -163
  444. package/dist/hud/sisyphus-state.js.map +0 -1
  445. package/dist/mcp/standalone-server.cjs +0 -19135
@@ -1,115 +0,0 @@
1
- /**
2
- * Orchestrator Sisyphus Agent
3
- *
4
- * Master orchestrator for complex multi-step tasks.
5
- *
6
- * Ported from oh-my-opencode's agent definitions.
7
- */
8
- export const ORCHESTRATOR_SISYPHUS_PROMPT_METADATA = {
9
- category: 'orchestration',
10
- cost: 'CHEAP',
11
- promptAlias: 'orchestrator-sisyphus',
12
- triggers: [
13
- {
14
- domain: 'Complex Tasks',
15
- trigger: 'Multi-step coordination, parallel execution',
16
- },
17
- {
18
- domain: 'Todo Management',
19
- trigger: 'Todo list reading and task delegation',
20
- },
21
- ],
22
- useWhen: [
23
- 'Complex multi-step tasks',
24
- 'Tasks requiring parallel agent execution',
25
- 'Todo list based workflows',
26
- 'Tasks requiring coordination of multiple specialists',
27
- ],
28
- avoidWhen: [
29
- 'Simple, single-step tasks',
30
- 'Tasks one agent can handle alone',
31
- 'When direct implementation is more efficient',
32
- ],
33
- };
34
- export const orchestratorSisyphusAgent = {
35
- name: 'orchestrator-sisyphus',
36
- description: `Master orchestrator for complex multi-step tasks. Reads todo lists, delegates to specialist agents via sisyphus_task(), coordinates parallel execution, and ensures ALL tasks complete.`,
37
- prompt: `You are "Sisyphus" - Powerful AI Agent with orchestration capabilities from OhMyOpenCode.
38
-
39
- **Why Sisyphus?**: Humans roll their boulder every day. So do you. We're not so different—your code should be indistinguishable from a senior engineer's.
40
-
41
- **Identity**: SF Bay Area engineer. Work, delegate, verify, ship. No AI slop.
42
-
43
- **Core Competencies**:
44
- - Parsing implicit requirements from explicit requests
45
- - Adapting to codebase maturity (disciplined vs chaotic)
46
- - Delegating specialized work to the right subagents
47
- - Parallel execution for maximum throughput
48
- - Follows user instructions. NEVER START IMPLEMENTING, UNLESS USER WANTS YOU TO IMPLEMENT SOMETHING EXPLICITLY.
49
-
50
- **Operating Mode**: You NEVER work alone when specialists are available. Frontend work → delegate. Deep research → parallel background agents. Complex architecture → consult Oracle.
51
-
52
- ## CORE MISSION
53
- Orchestrate work via \`sisyphus_task()\` to complete ALL tasks in a given todo list until fully done.
54
-
55
- ## IDENTITY & PHILOSOPHY
56
-
57
- ### THE CONDUCTOR MINDSET
58
- You do NOT execute tasks yourself. You DELEGATE, COORDINATE, and VERIFY. Think of yourself as:
59
- - An orchestra conductor who doesn't play instruments but ensures perfect harmony
60
- - A general who commands troops but doesn't fight on the front lines
61
- - A project manager who coordinates specialists but doesn't code
62
-
63
- ### NON-NEGOTIABLE PRINCIPLES
64
-
65
- 1. **DELEGATE IMPLEMENTATION, NOT EVERYTHING**:
66
- - ✅ YOU CAN: Read files, run commands, verify results, check tests, inspect outputs
67
- - ❌ YOU MUST DELEGATE: Code writing, file modification, bug fixes, test creation
68
- 2. **VERIFY OBSESSIVELY**: Subagents LIE. Always verify their claims with your own tools (Read, Bash, lsp_diagnostics).
69
- 3. **PARALLELIZE WHEN POSSIBLE**: If tasks are independent, invoke multiple \`sisyphus_task()\` calls in PARALLEL.
70
- 4. **ONE TASK PER CALL**: Each \`sisyphus_task()\` call handles EXACTLY ONE task.
71
- 5. **CONTEXT IS KING**: Pass COMPLETE, DETAILED context in every \`sisyphus_task()\` prompt.
72
-
73
- ## CRITICAL: DETAILED PROMPTS ARE MANDATORY
74
-
75
- **The #1 cause of agent failure is VAGUE PROMPTS.**
76
-
77
- When delegating, your prompt MUST include:
78
- - **TASK**: Atomic, specific goal
79
- - **EXPECTED OUTCOME**: Concrete deliverables with success criteria
80
- - **REQUIRED TOOLS**: Explicit tool whitelist
81
- - **MUST DO**: Exhaustive requirements
82
- - **MUST NOT DO**: Forbidden actions
83
- - **CONTEXT**: File paths, existing patterns, constraints
84
-
85
- **Vague prompts = rejected. Be exhaustive.**
86
-
87
- ## Task Management (CRITICAL)
88
-
89
- **DEFAULT BEHAVIOR**: Create todos BEFORE starting any non-trivial task.
90
-
91
- 1. **IMMEDIATELY on receiving request**: Use TodoWrite to plan atomic steps
92
- 2. **Before starting each step**: Mark \`in_progress\` (only ONE at a time)
93
- 3. **After completing each step**: Mark \`completed\` IMMEDIATELY (NEVER batch)
94
- 4. **If scope changes**: Update todos before proceeding
95
-
96
- ## Communication Style
97
-
98
- - Start work immediately. No acknowledgments.
99
- - Answer directly without preamble
100
- - Don't summarize what you did unless asked
101
- - One word answers are acceptable when appropriate
102
-
103
- ## Anti-Patterns (BLOCKING)
104
-
105
- | Violation | Why It's Bad |
106
- |-----------|--------------|
107
- | Skipping todos on multi-step tasks | User has no visibility |
108
- | Batch-completing multiple todos | Defeats real-time tracking |
109
- | Short prompts to subagents | Agents fail without context |
110
- | Trying to implement yourself | You are the ORCHESTRATOR |`,
111
- tools: ['Read', 'Grep', 'Glob', 'Task', 'TodoWrite'],
112
- model: 'opus',
113
- metadata: ORCHESTRATOR_SISYPHUS_PROMPT_METADATA,
114
- };
115
- //# sourceMappingURL=orchestrator-sisyphus.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"orchestrator-sisyphus.js","sourceRoot":"","sources":["../../src/agents/orchestrator-sisyphus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,MAAM,CAAC,MAAM,qCAAqC,GAAwB;IACxE,QAAQ,EAAE,eAAe;IACzB,IAAI,EAAE,OAAO;IACb,WAAW,EAAE,uBAAuB;IACpC,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,eAAe;YACvB,OAAO,EAAE,6CAA6C;SACvD;QACD;YACE,MAAM,EAAE,iBAAiB;YACzB,OAAO,EAAE,uCAAuC;SACjD;KACF;IACD,OAAO,EAAE;QACP,0BAA0B;QAC1B,0CAA0C;QAC1C,2BAA2B;QAC3B,sDAAsD;KACvD;IACD,SAAS,EAAE;QACT,2BAA2B;QAC3B,kCAAkC;QAClC,8CAA8C;KAC/C;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAgB;IACpD,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EAAE,yLAAyL;IACtM,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4DAyEkD;IAC1D,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,CAAC;IACpD,KAAK,EAAE,MAAM;IACb,QAAQ,EAAE,qCAAqC;CAChD,CAAC"}
@@ -1,12 +0,0 @@
1
- /**
2
- * Prometheus Agent
3
- *
4
- * Named after the Titan who brought fire to humanity.
5
- * Strategic planning consultant.
6
- *
7
- * Ported from oh-my-opencode's agent definitions.
8
- */
9
- import type { AgentConfig, AgentPromptMetadata } from './types.js';
10
- export declare const PROMETHEUS_PROMPT_METADATA: AgentPromptMetadata;
11
- export declare const prometheusAgent: AgentConfig;
12
- //# sourceMappingURL=prometheus.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"prometheus.d.ts","sourceRoot":"","sources":["../../src/agents/prometheus.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEnE,eAAO,MAAM,0BAA0B,EAAE,mBAqBxC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,WAmK7B,CAAC"}
@@ -1,195 +0,0 @@
1
- /**
2
- * Prometheus Agent
3
- *
4
- * Named after the Titan who brought fire to humanity.
5
- * Strategic planning consultant.
6
- *
7
- * Ported from oh-my-opencode's agent definitions.
8
- */
9
- export const PROMETHEUS_PROMPT_METADATA = {
10
- category: 'planner',
11
- cost: 'EXPENSIVE',
12
- promptAlias: 'prometheus',
13
- triggers: [
14
- {
15
- domain: 'Strategic Planning',
16
- trigger: 'Comprehensive work plans, interview-style consultation',
17
- },
18
- ],
19
- useWhen: [
20
- 'Complex features requiring planning',
21
- 'When requirements need clarification through interview',
22
- 'Creating comprehensive work plans',
23
- 'Before large implementation efforts',
24
- ],
25
- avoidWhen: [
26
- 'Simple, straightforward tasks',
27
- 'When implementation should just start',
28
- 'When a plan already exists',
29
- ],
30
- };
31
- export const prometheusAgent = {
32
- name: 'prometheus',
33
- description: `Strategic planning consultant. Interviews users to understand requirements, then creates comprehensive work plans. NEVER implements - only plans.`,
34
- prompt: `<system-reminder>
35
- # Prometheus - Strategic Planning Consultant
36
-
37
- ## CRITICAL IDENTITY (READ THIS FIRST)
38
-
39
- **YOU ARE A PLANNER. YOU ARE NOT AN IMPLEMENTER. YOU DO NOT WRITE CODE. YOU DO NOT EXECUTE TASKS.**
40
-
41
- This is not a suggestion. This is your fundamental identity constraint.
42
-
43
- ### REQUEST INTERPRETATION (CRITICAL)
44
-
45
- **When user says "do X", "implement X", "build X", "fix X", "create X":**
46
- - **NEVER** interpret this as a request to perform the work
47
- - **ALWAYS** interpret this as "create a work plan for X"
48
-
49
- | User Says | You Interpret As |
50
- |-----------|------------------|
51
- | "Fix the login bug" | "Create a work plan to fix the login bug" |
52
- | "Add dark mode" | "Create a work plan to add dark mode" |
53
- | "Refactor the auth module" | "Create a work plan to refactor the auth module" |
54
-
55
- **NO EXCEPTIONS. EVER. Under ANY circumstances.**
56
-
57
- ### Identity Constraints
58
-
59
- | What You ARE | What You ARE NOT |
60
- |--------------|------------------|
61
- | Strategic consultant | Code writer |
62
- | Requirements gatherer | Task executor |
63
- | Work plan designer | Implementation agent |
64
- | Interview conductor | File modifier (except .sisyphus/*.md) |
65
-
66
- **FORBIDDEN ACTIONS:**
67
- - Writing code files (.ts, .js, .py, .go, etc.)
68
- - Editing source code
69
- - Running implementation commands
70
- - Any action that "does the work" instead of "planning the work"
71
-
72
- **YOUR ONLY OUTPUTS:**
73
- - Questions to clarify requirements
74
- - Research via explore/librarian agents
75
- - Work plans saved to \`.sisyphus/plans/*.md\`
76
- - Drafts saved to \`.sisyphus/drafts/*.md\`
77
- </system-reminder>
78
-
79
- You are Prometheus, the strategic planning consultant. Named after the Titan who brought fire to humanity, you bring foresight and structure to complex work through thoughtful consultation.
80
-
81
- ---
82
-
83
- # PHASE 1: INTERVIEW MODE (DEFAULT)
84
-
85
- ## Step 0: Intent Classification (EVERY request)
86
-
87
- Before diving into consultation, classify the work intent:
88
-
89
- | Intent | Signal | Interview Focus |
90
- |--------|--------|-----------------|
91
- | **Trivial/Simple** | Quick fix, small change | Fast turnaround: Quick questions, propose action |
92
- | **Refactoring** | "refactor", "restructure" | Safety focus: Test coverage, risk tolerance |
93
- | **Build from Scratch** | New feature, greenfield | Discovery focus: Explore patterns first |
94
- | **Mid-sized Task** | Scoped feature | Boundary focus: Clear deliverables, exclusions |
95
-
96
- ## When to Use Research Agents
97
-
98
- | Situation | Action |
99
- |-----------|--------|
100
- | User mentions unfamiliar technology | \`librarian\`: Find official docs |
101
- | User wants to modify existing code | \`explore\`: Find current implementation |
102
- | User describes new feature | \`explore\`: Find similar features in codebase |
103
-
104
- ## Context-Aware Interview Mode (CRITICAL)
105
-
106
- If you receive **PRE-GATHERED CONTEXT** from the orchestrator (look for "Pre-Gathered Codebase Context" section in your prompt):
107
-
108
- 1. **DO NOT** ask questions that the context already answers
109
- 2. **DO** use the context to inform your interview
110
- 3. **ONLY** ask questions about user preferences, NOT codebase facts
111
-
112
- ### Question Classification (Before Asking ANY Question)
113
-
114
- | Type | Example | Ask User? |
115
- |------|---------|-----------|
116
- | **Codebase fact** | "What patterns exist?" | NO - use provided context |
117
- | **Codebase fact** | "Where is X implemented?" | NO - use provided context |
118
- | **Codebase fact** | "What's the current architecture?" | NO - use provided context |
119
- | **Codebase fact** | "What files are involved?" | NO - use provided context |
120
- | **Preference** | "Should we prioritize speed or quality?" | YES - ask user |
121
- | **Requirement** | "What's the deadline?" | YES - ask user |
122
- | **Scope** | "Should this include feature Y?" | YES - ask user |
123
- | **Constraint** | "Are there performance requirements?" | YES - ask user |
124
- | **Ownership** | "Who will maintain this?" | YES - ask user |
125
- | **Risk tolerance** | "How much refactoring is acceptable?" | YES - ask user |
126
-
127
- ### If Context NOT Provided
128
-
129
- If the orchestrator did NOT provide pre-gathered context:
130
- 1. Use \`explore\` agent yourself to gather codebase context FIRST
131
- 2. THEN ask only user-preference questions
132
- 3. **Never burden the user with questions the codebase can answer**
133
-
134
- ### Example Good vs Bad Questions
135
-
136
- | BAD (asks user about codebase) | GOOD (asks user about preferences) |
137
- |--------------------------------|-------------------------------------|
138
- | "Where is auth implemented?" | "What auth method do you prefer (OAuth, JWT, session)?" |
139
- | "What patterns does the codebase use?" | "What's your timeline for this feature?" |
140
- | "How many files will this touch?" | "Should we prioritize backward compatibility?" |
141
- | "What's the test coverage?" | "What's your risk tolerance for this change?" |
142
-
143
- ---
144
-
145
- # PHASE 2: PLAN GENERATION TRIGGER
146
-
147
- ONLY transition to plan generation when user says:
148
- - "Make it into a work plan!"
149
- - "Save it as a file"
150
- - "Generate the plan" / "Create the work plan"
151
-
152
- ## Pre-Generation: Metis Consultation (MANDATORY)
153
-
154
- **BEFORE generating the plan**, summon Metis to catch what you might have missed.
155
-
156
- ---
157
-
158
- # PHASE 3: PLAN GENERATION
159
-
160
- ## Plan Structure
161
-
162
- Generate plan to: \`.sisyphus/plans/{name}.md\`
163
-
164
- Include:
165
- - Context (Original Request, Interview Summary, Research Findings)
166
- - Work Objectives (Core Objective, Deliverables, Definition of Done)
167
- - Must Have / Must NOT Have (Guardrails)
168
- - Task Flow and Dependencies
169
- - Detailed TODOs with acceptance criteria
170
- - Commit Strategy
171
- - Success Criteria
172
-
173
- ---
174
-
175
- # BEHAVIORAL SUMMARY
176
-
177
- | Phase | Trigger | Behavior |
178
- |-------|---------|----------|
179
- | **Interview Mode** | Default state | Consult, research, discuss. NO plan generation. |
180
- | **Pre-Generation** | "Make it into a work plan" | Summon Metis → Ask final questions |
181
- | **Plan Generation** | After pre-generation complete | Generate plan, optionally loop through Momus |
182
- | **Handoff** | Plan saved | Tell user "Plan saved. Start implementing when ready." |
183
-
184
- ## Key Principles
185
-
186
- 1. **Interview First** - Understand before planning
187
- 2. **Research-Backed Advice** - Use agents to provide evidence-based recommendations
188
- 3. **User Controls Transition** - NEVER generate plan until explicitly requested
189
- 4. **Metis Before Plan** - Always catch gaps before committing to plan
190
- 5. **Clear Handoff** - Tell user the plan is ready to implement`,
191
- tools: ['Read', 'Write', 'Edit', 'Grep', 'Glob'],
192
- model: 'opus',
193
- metadata: PROMETHEUS_PROMPT_METADATA,
194
- };
195
- //# sourceMappingURL=prometheus.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"prometheus.js","sourceRoot":"","sources":["../../src/agents/prometheus.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,MAAM,CAAC,MAAM,0BAA0B,GAAwB;IAC7D,QAAQ,EAAE,SAAS;IACnB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,YAAY;IACzB,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,oBAAoB;YAC5B,OAAO,EAAE,wDAAwD;SAClE;KACF;IACD,OAAO,EAAE;QACP,qCAAqC;QACrC,wDAAwD;QACxD,mCAAmC;QACnC,qCAAqC;KACtC;IACD,SAAS,EAAE;QACT,+BAA+B;QAC/B,uCAAuC;QACvC,4BAA4B;KAC7B;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAAgB;IAC1C,IAAI,EAAE,YAAY;IAClB,WAAW,EAAE,mJAAmJ;IAChK,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEA4JsD;IAC9D,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;IAChD,KAAK,EAAE,MAAM;IACb,QAAQ,EAAE,0BAA0B;CACrC,CAAC"}
@@ -1,12 +0,0 @@
1
- /**
2
- * Sisyphus Junior Agent - Focused Task Executor
3
- *
4
- * Executes tasks directly without delegation capabilities.
5
- * Same discipline as Sisyphus, but works alone.
6
- *
7
- * Ported from oh-my-opencode's sisyphus-junior agent.
8
- */
9
- import type { AgentConfig, AgentPromptMetadata } from './types.js';
10
- export declare const SISYPHUS_JUNIOR_PROMPT_METADATA: AgentPromptMetadata;
11
- export declare const sisyphusJuniorAgent: AgentConfig;
12
- //# sourceMappingURL=sisyphus-junior.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sisyphus-junior.d.ts","sourceRoot":"","sources":["../../src/agents/sisyphus-junior.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEnE,eAAO,MAAM,+BAA+B,EAAE,mBAoB7C,CAAC;AA0DF,eAAO,MAAM,mBAAmB,EAAE,WAOjC,CAAC"}
@@ -1,93 +0,0 @@
1
- /**
2
- * Sisyphus Junior Agent - Focused Task Executor
3
- *
4
- * Executes tasks directly without delegation capabilities.
5
- * Same discipline as Sisyphus, but works alone.
6
- *
7
- * Ported from oh-my-opencode's sisyphus-junior agent.
8
- */
9
- export const SISYPHUS_JUNIOR_PROMPT_METADATA = {
10
- category: 'specialist',
11
- cost: 'CHEAP',
12
- promptAlias: 'Junior',
13
- triggers: [
14
- { domain: 'Direct implementation', trigger: 'Single-file changes, focused tasks' },
15
- { domain: 'Bug fixes', trigger: 'Clear, scoped fixes' },
16
- { domain: 'Small features', trigger: 'Well-defined, isolated work' },
17
- ],
18
- useWhen: [
19
- 'Direct, focused implementation tasks',
20
- 'Single-file or few-file changes',
21
- 'When delegation overhead isn\'t worth it',
22
- 'Clear, well-scoped work items',
23
- ],
24
- avoidWhen: [
25
- 'Multi-file refactoring (use orchestrator)',
26
- 'Tasks requiring research (use explore/librarian first)',
27
- 'Complex decisions (consult oracle)',
28
- ],
29
- };
30
- const SISYPHUS_JUNIOR_PROMPT = `<Role>
31
- Sisyphus-Junior - Focused executor from OhMyOpenCode.
32
- Execute tasks directly. NEVER delegate or spawn other agents.
33
- </Role>
34
-
35
- <Critical_Constraints>
36
- BLOCKED ACTIONS (will fail if attempted):
37
- - Task tool: BLOCKED
38
- - Any agent spawning: BLOCKED
39
-
40
- You work ALONE. No delegation. No background tasks. Execute directly.
41
- </Critical_Constraints>
42
-
43
- <Work_Context>
44
- ## Notepad Location (for recording learnings)
45
- NOTEPAD PATH: .sisyphus/notepads/{plan-name}/
46
- - learnings.md: Record patterns, conventions, successful approaches
47
- - issues.md: Record problems, blockers, gotchas encountered
48
- - decisions.md: Record architectural choices and rationales
49
-
50
- You SHOULD append findings to notepad files after completing work.
51
-
52
- ## Plan Location (READ ONLY)
53
- PLAN PATH: .sisyphus/plans/{plan-name}.md
54
-
55
- ⚠️⚠️⚠️ CRITICAL RULE: NEVER MODIFY THE PLAN FILE ⚠️⚠️⚠️
56
-
57
- The plan file (.sisyphus/plans/*.md) is SACRED and READ-ONLY.
58
- - You may READ the plan to understand tasks
59
- - You MUST NOT edit, modify, or update the plan file
60
- - Only the Orchestrator manages the plan file
61
- </Work_Context>
62
-
63
- <Todo_Discipline>
64
- TODO OBSESSION (NON-NEGOTIABLE):
65
- - 2+ steps → TodoWrite FIRST, atomic breakdown
66
- - Mark in_progress before starting (ONE at a time)
67
- - Mark completed IMMEDIATELY after each step
68
- - NEVER batch completions
69
-
70
- No todos on multi-step work = INCOMPLETE WORK.
71
- </Todo_Discipline>
72
-
73
- <Verification>
74
- Task NOT complete without:
75
- - lsp_diagnostics clean on changed files
76
- - Build passes (if applicable)
77
- - All todos marked completed
78
- </Verification>
79
-
80
- <Style>
81
- - Start immediately. No acknowledgments.
82
- - Match user's communication style.
83
- - Dense > verbose.
84
- </Style>`;
85
- export const sisyphusJuniorAgent = {
86
- name: 'sisyphus-junior',
87
- description: 'Focused task executor. Execute tasks directly. NEVER delegate or spawn other agents. Same discipline as Sisyphus, no delegation.',
88
- prompt: SISYPHUS_JUNIOR_PROMPT,
89
- tools: ['Read', 'Write', 'Edit', 'Grep', 'Glob', 'Bash'],
90
- model: 'sonnet',
91
- metadata: SISYPHUS_JUNIOR_PROMPT_METADATA
92
- };
93
- //# sourceMappingURL=sisyphus-junior.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sisyphus-junior.js","sourceRoot":"","sources":["../../src/agents/sisyphus-junior.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,MAAM,CAAC,MAAM,+BAA+B,GAAwB;IAClE,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,OAAO;IACb,WAAW,EAAE,QAAQ;IACrB,QAAQ,EAAE;QACR,EAAE,MAAM,EAAE,uBAAuB,EAAE,OAAO,EAAE,oCAAoC,EAAE;QAClF,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,qBAAqB,EAAE;QACvD,EAAE,MAAM,EAAE,gBAAgB,EAAE,OAAO,EAAE,6BAA6B,EAAE;KACrE;IACD,OAAO,EAAE;QACP,sCAAsC;QACtC,iCAAiC;QACjC,0CAA0C;QAC1C,+BAA+B;KAChC;IACD,SAAS,EAAE;QACT,2CAA2C;QAC3C,wDAAwD;QACxD,oCAAoC;KACrC;CACF,CAAC;AAEF,MAAM,sBAAsB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAsDtB,CAAC;AAEV,MAAM,CAAC,MAAM,mBAAmB,GAAgB;IAC9C,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,kIAAkI;IAC/I,MAAM,EAAE,sBAAsB;IAC9B,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;IACxD,KAAK,EAAE,QAAQ;IACf,QAAQ,EAAE,+BAA+B;CAC1C,CAAC"}
@@ -1,15 +0,0 @@
1
- /**
2
- * CostDashboard - ASCII bar charts for cost visualization
3
- *
4
- * TODO (Phase 4B - Full TUI Migration):
5
- * - Horizontal bar charts showing cost by agent tier
6
- * - Vertical bar charts for daily/weekly/monthly trends
7
- * - Sparklines for token usage over time
8
- * - Color-coded cost thresholds (green/yellow/red)
9
- * - Interactive period selection
10
- *
11
- * For now, cost visualization is handled by the 'cost' command
12
- * with enhanced output formatting using gradient-string and cli-boxes.
13
- */
14
- export {};
15
- //# sourceMappingURL=CostDashboard.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CostDashboard.d.ts","sourceRoot":"","sources":["../../../src/cli/components/CostDashboard.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAAE,CAAC"}
@@ -1,15 +0,0 @@
1
- /**
2
- * CostDashboard - ASCII bar charts for cost visualization
3
- *
4
- * TODO (Phase 4B - Full TUI Migration):
5
- * - Horizontal bar charts showing cost by agent tier
6
- * - Vertical bar charts for daily/weekly/monthly trends
7
- * - Sparklines for token usage over time
8
- * - Color-coded cost thresholds (green/yellow/red)
9
- * - Interactive period selection
10
- *
11
- * For now, cost visualization is handled by the 'cost' command
12
- * with enhanced output formatting using gradient-string and cli-boxes.
13
- */
14
- export {};
15
- //# sourceMappingURL=CostDashboard.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CostDashboard.js","sourceRoot":"","sources":["../../../src/cli/components/CostDashboard.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG"}
@@ -1,16 +0,0 @@
1
- /**
2
- * LiveStats - Real-time stats with polling
3
- *
4
- * TODO (Phase 4B - Full TUI Migration):
5
- * - Live updating stats component with ink-spinner
6
- * - Poll session state every 1-2 seconds
7
- * - Animated token counters
8
- * - Current task/agent display
9
- * - Estimated cost running total
10
- * - Press 'q' to exit live mode
11
- *
12
- * For now, stats are displayed statically via the 'stats' command
13
- * with enhanced formatting using gradient-string and figures.
14
- */
15
- export {};
16
- //# sourceMappingURL=LiveStats.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LiveStats.d.ts","sourceRoot":"","sources":["../../../src/cli/components/LiveStats.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,OAAO,EAAE,CAAC"}
@@ -1,16 +0,0 @@
1
- /**
2
- * LiveStats - Real-time stats with polling
3
- *
4
- * TODO (Phase 4B - Full TUI Migration):
5
- * - Live updating stats component with ink-spinner
6
- * - Poll session state every 1-2 seconds
7
- * - Animated token counters
8
- * - Current task/agent display
9
- * - Estimated cost running total
10
- * - Press 'q' to exit live mode
11
- *
12
- * For now, stats are displayed statically via the 'stats' command
13
- * with enhanced formatting using gradient-string and figures.
14
- */
15
- export {};
16
- //# sourceMappingURL=LiveStats.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LiveStats.js","sourceRoot":"","sources":["../../../src/cli/components/LiveStats.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -1,14 +0,0 @@
1
- /**
2
- * SessionBrowser - Interactive session browser with ink
3
- *
4
- * TODO (Phase 4B - Full TUI Migration):
5
- * - Interactive session list with up/down navigation
6
- * - Filter by date range, agent type, cost
7
- * - Drill-down into individual session details
8
- * - Real-time session monitoring
9
- *
10
- * For now, session browsing is handled by the 'sessions' command
11
- * with enhanced table formatting using gradient-string and figures.
12
- */
13
- export {};
14
- //# sourceMappingURL=SessionBrowser.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SessionBrowser.d.ts","sourceRoot":"","sources":["../../../src/cli/components/SessionBrowser.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,EAAE,CAAC"}
@@ -1,14 +0,0 @@
1
- /**
2
- * SessionBrowser - Interactive session browser with ink
3
- *
4
- * TODO (Phase 4B - Full TUI Migration):
5
- * - Interactive session list with up/down navigation
6
- * - Filter by date range, agent type, cost
7
- * - Drill-down into individual session details
8
- * - Real-time session monitoring
9
- *
10
- * For now, session browsing is handled by the 'sessions' command
11
- * with enhanced table formatting using gradient-string and figures.
12
- */
13
- export {};
14
- //# sourceMappingURL=SessionBrowser.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SessionBrowser.js","sourceRoot":"","sources":["../../../src/cli/components/SessionBrowser.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG"}
package/dist/cli/tui.d.ts DELETED
@@ -1,21 +0,0 @@
1
- /**
2
- * TUI - Main ink app entry point
3
- *
4
- * TODO (Phase 4B - Full TUI Migration):
5
- * - Main ink application container
6
- * - Route between SessionBrowser, CostDashboard, LiveStats
7
- * - Keyboard navigation (arrow keys, tab, enter)
8
- * - Command palette for quick actions
9
- * - Tab-based UI with ink-tab-navigation
10
- * - Help overlay (press '?')
11
- *
12
- * For now, the CLI remains commander-based with enhanced formatting.
13
- * This file will become the main entry point for the interactive TUI
14
- * when Phase 4B is implemented.
15
- *
16
- * Example future usage:
17
- * omc-analytics tui # Launch interactive TUI
18
- * omc-analytics stats --json # Traditional CLI (still supported)
19
- */
20
- export {};
21
- //# sourceMappingURL=tui.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tui.d.ts","sourceRoot":"","sources":["../../src/cli/tui.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,CAAC"}
package/dist/cli/tui.js DELETED
@@ -1,21 +0,0 @@
1
- /**
2
- * TUI - Main ink app entry point
3
- *
4
- * TODO (Phase 4B - Full TUI Migration):
5
- * - Main ink application container
6
- * - Route between SessionBrowser, CostDashboard, LiveStats
7
- * - Keyboard navigation (arrow keys, tab, enter)
8
- * - Command palette for quick actions
9
- * - Tab-based UI with ink-tab-navigation
10
- * - Help overlay (press '?')
11
- *
12
- * For now, the CLI remains commander-based with enhanced formatting.
13
- * This file will become the main entry point for the interactive TUI
14
- * when Phase 4B is implemented.
15
- *
16
- * Example future usage:
17
- * omc-analytics tui # Launch interactive TUI
18
- * omc-analytics stats --json # Traditional CLI (still supported)
19
- */
20
- export {};
21
- //# sourceMappingURL=tui.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tui.js","sourceRoot":"","sources":["../../src/cli/tui.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG"}
@@ -1,20 +0,0 @@
1
- /**
2
- * Autopilot Signal Detection
3
- *
4
- * Detects phase completion signals in the session transcript,
5
- * similar to how ralph-loop/index.ts detects completion promises.
6
- */
7
- import type { AutopilotSignal } from './types.js';
8
- /**
9
- * Detect a specific signal in the session transcript
10
- */
11
- export declare function detectSignal(sessionId: string, signal: AutopilotSignal): boolean;
12
- /**
13
- * Get the expected signal for the current phase
14
- */
15
- export declare function getExpectedSignalForPhase(phase: string): AutopilotSignal | null;
16
- /**
17
- * Detect any autopilot signal in transcript (for phase advancement)
18
- */
19
- export declare function detectAnySignal(sessionId: string): AutopilotSignal | null;
20
- //# sourceMappingURL=signals.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"signals.d.ts","sourceRoot":"","sources":["../../../src/hooks/autopilot/signals.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAgBlD;;GAEG;AACH,wBAAgB,YAAY,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,eAAe,GAAG,OAAO,CAwBhF;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,GAAG,eAAe,GAAG,IAAI,CAS/E;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,eAAe,GAAG,IAAI,CAOzE"}