oh-my-claude-sisyphus 1.4.1 → 1.6.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 (370) hide show
  1. package/dist/agents/document-writer.d.ts +11 -0
  2. package/dist/agents/document-writer.d.ts.map +1 -0
  3. package/dist/agents/document-writer.js +209 -0
  4. package/dist/agents/document-writer.js.map +1 -0
  5. package/dist/agents/explore.d.ts +12 -0
  6. package/dist/agents/explore.d.ts.map +1 -0
  7. package/dist/agents/explore.js +103 -0
  8. package/dist/agents/explore.js.map +1 -0
  9. package/dist/agents/frontend-engineer.d.ts +11 -0
  10. package/dist/agents/frontend-engineer.d.ts.map +1 -0
  11. package/dist/agents/frontend-engineer.js +115 -0
  12. package/dist/agents/frontend-engineer.js.map +1 -0
  13. package/dist/agents/index.d.ts +17 -1
  14. package/dist/agents/index.d.ts.map +1 -1
  15. package/dist/agents/index.js +21 -1
  16. package/dist/agents/index.js.map +1 -1
  17. package/dist/agents/librarian.d.ts +12 -0
  18. package/dist/agents/librarian.d.ts.map +1 -0
  19. package/dist/agents/librarian.js +103 -0
  20. package/dist/agents/librarian.js.map +1 -0
  21. package/dist/agents/metis.d.ts +12 -0
  22. package/dist/agents/metis.d.ts.map +1 -0
  23. package/dist/agents/metis.js +117 -0
  24. package/dist/agents/metis.js.map +1 -0
  25. package/dist/agents/momus.d.ts +12 -0
  26. package/dist/agents/momus.d.ts.map +1 -0
  27. package/dist/agents/momus.js +128 -0
  28. package/dist/agents/momus.js.map +1 -0
  29. package/dist/agents/multimodal-looker.d.ts +11 -0
  30. package/dist/agents/multimodal-looker.d.ts.map +1 -0
  31. package/dist/agents/multimodal-looker.js +70 -0
  32. package/dist/agents/multimodal-looker.js.map +1 -0
  33. package/dist/agents/oracle.d.ts +13 -0
  34. package/dist/agents/oracle.d.ts.map +1 -0
  35. package/dist/agents/oracle.js +149 -0
  36. package/dist/agents/oracle.js.map +1 -0
  37. package/dist/agents/orchestrator-sisyphus.d.ts +11 -0
  38. package/dist/agents/orchestrator-sisyphus.d.ts.map +1 -0
  39. package/dist/agents/orchestrator-sisyphus.js +115 -0
  40. package/dist/agents/orchestrator-sisyphus.js.map +1 -0
  41. package/dist/agents/prometheus.d.ts +12 -0
  42. package/dist/agents/prometheus.d.ts.map +1 -0
  43. package/dist/agents/prometheus.js +156 -0
  44. package/dist/agents/prometheus.js.map +1 -0
  45. package/dist/agents/sisyphus-junior.d.ts +12 -0
  46. package/dist/agents/sisyphus-junior.d.ts.map +1 -0
  47. package/dist/agents/sisyphus-junior.js +93 -0
  48. package/dist/agents/sisyphus-junior.js.map +1 -0
  49. package/dist/agents/types.d.ts +120 -0
  50. package/dist/agents/types.d.ts.map +1 -0
  51. package/dist/agents/types.js +38 -0
  52. package/dist/agents/types.js.map +1 -0
  53. package/dist/agents/utils.d.ts +49 -0
  54. package/dist/agents/utils.d.ts.map +1 -0
  55. package/dist/agents/utils.js +164 -0
  56. package/dist/agents/utils.js.map +1 -0
  57. package/dist/features/auto-update.d.ts +52 -0
  58. package/dist/features/auto-update.d.ts.map +1 -1
  59. package/dist/features/auto-update.js +167 -0
  60. package/dist/features/auto-update.js.map +1 -1
  61. package/dist/features/background-agent/concurrency.d.ts +53 -0
  62. package/dist/features/background-agent/concurrency.d.ts.map +1 -0
  63. package/dist/features/background-agent/concurrency.js +121 -0
  64. package/dist/features/background-agent/concurrency.js.map +1 -0
  65. package/dist/features/background-agent/index.d.ts +12 -0
  66. package/dist/features/background-agent/index.d.ts.map +1 -0
  67. package/dist/features/background-agent/index.js +12 -0
  68. package/dist/features/background-agent/index.js.map +1 -0
  69. package/dist/features/background-agent/manager.d.ts +134 -0
  70. package/dist/features/background-agent/manager.d.ts.map +1 -0
  71. package/dist/features/background-agent/manager.js +412 -0
  72. package/dist/features/background-agent/manager.js.map +1 -0
  73. package/dist/features/background-agent/types.d.ts +99 -0
  74. package/dist/features/background-agent/types.d.ts.map +1 -0
  75. package/dist/features/background-agent/types.js +9 -0
  76. package/dist/features/background-agent/types.js.map +1 -0
  77. package/dist/features/boulder-state/constants.d.ts +20 -0
  78. package/dist/features/boulder-state/constants.d.ts.map +1 -0
  79. package/dist/features/boulder-state/constants.js +20 -0
  80. package/dist/features/boulder-state/constants.js.map +1 -0
  81. package/dist/features/boulder-state/index.d.ts +12 -0
  82. package/dist/features/boulder-state/index.d.ts.map +1 -0
  83. package/dist/features/boulder-state/index.js +13 -0
  84. package/dist/features/boulder-state/index.js.map +1 -0
  85. package/dist/features/boulder-state/storage.d.ts +58 -0
  86. package/dist/features/boulder-state/storage.d.ts.map +1 -0
  87. package/dist/features/boulder-state/storage.js +174 -0
  88. package/dist/features/boulder-state/storage.js.map +1 -0
  89. package/dist/features/boulder-state/types.d.ts +48 -0
  90. package/dist/features/boulder-state/types.d.ts.map +1 -0
  91. package/dist/features/boulder-state/types.js +10 -0
  92. package/dist/features/boulder-state/types.js.map +1 -0
  93. package/dist/features/builtin-skills/index.d.ts +10 -0
  94. package/dist/features/builtin-skills/index.d.ts.map +1 -0
  95. package/dist/features/builtin-skills/index.js +10 -0
  96. package/dist/features/builtin-skills/index.js.map +1 -0
  97. package/dist/features/builtin-skills/skills.d.ts +21 -0
  98. package/dist/features/builtin-skills/skills.d.ts.map +1 -0
  99. package/dist/features/builtin-skills/skills.js +367 -0
  100. package/dist/features/builtin-skills/skills.js.map +1 -0
  101. package/dist/features/builtin-skills/types.d.ts +60 -0
  102. package/dist/features/builtin-skills/types.d.ts.map +1 -0
  103. package/dist/features/builtin-skills/types.js +9 -0
  104. package/dist/features/builtin-skills/types.js.map +1 -0
  105. package/dist/features/context-injector/collector.d.ts +56 -0
  106. package/dist/features/context-injector/collector.d.ts.map +1 -0
  107. package/dist/features/context-injector/collector.js +122 -0
  108. package/dist/features/context-injector/collector.js.map +1 -0
  109. package/dist/features/context-injector/index.d.ts +12 -0
  110. package/dist/features/context-injector/index.d.ts.map +1 -0
  111. package/dist/features/context-injector/index.js +13 -0
  112. package/dist/features/context-injector/index.js.map +1 -0
  113. package/dist/features/context-injector/injector.d.ts +47 -0
  114. package/dist/features/context-injector/injector.d.ts.map +1 -0
  115. package/dist/features/context-injector/injector.js +103 -0
  116. package/dist/features/context-injector/injector.js.map +1 -0
  117. package/dist/features/context-injector/types.d.ts +103 -0
  118. package/dist/features/context-injector/types.d.ts.map +1 -0
  119. package/dist/features/context-injector/types.js +11 -0
  120. package/dist/features/context-injector/types.js.map +1 -0
  121. package/dist/features/index.d.ts +5 -1
  122. package/dist/features/index.d.ts.map +1 -1
  123. package/dist/features/index.js +25 -1
  124. package/dist/features/index.js.map +1 -1
  125. package/dist/hooks/agent-usage-reminder/constants.d.ts +17 -0
  126. package/dist/hooks/agent-usage-reminder/constants.d.ts.map +1 -0
  127. package/dist/hooks/agent-usage-reminder/constants.js +58 -0
  128. package/dist/hooks/agent-usage-reminder/constants.js.map +1 -0
  129. package/dist/hooks/agent-usage-reminder/index.d.ts +36 -0
  130. package/dist/hooks/agent-usage-reminder/index.d.ts.map +1 -0
  131. package/dist/hooks/agent-usage-reminder/index.js +89 -0
  132. package/dist/hooks/agent-usage-reminder/index.js.map +1 -0
  133. package/dist/hooks/agent-usage-reminder/storage.d.ts +12 -0
  134. package/dist/hooks/agent-usage-reminder/storage.d.ts.map +1 -0
  135. package/dist/hooks/agent-usage-reminder/storage.js +39 -0
  136. package/dist/hooks/agent-usage-reminder/storage.js.map +1 -0
  137. package/dist/hooks/agent-usage-reminder/types.d.ts +14 -0
  138. package/dist/hooks/agent-usage-reminder/types.d.ts.map +1 -0
  139. package/dist/hooks/agent-usage-reminder/types.js +9 -0
  140. package/dist/hooks/agent-usage-reminder/types.js.map +1 -0
  141. package/dist/hooks/auto-slash-command/constants.d.ts +19 -0
  142. package/dist/hooks/auto-slash-command/constants.d.ts.map +1 -0
  143. package/dist/hooks/auto-slash-command/constants.js +28 -0
  144. package/dist/hooks/auto-slash-command/constants.js.map +1 -0
  145. package/dist/hooks/auto-slash-command/detector.d.ts +33 -0
  146. package/dist/hooks/auto-slash-command/detector.d.ts.map +1 -0
  147. package/dist/hooks/auto-slash-command/detector.js +73 -0
  148. package/dist/hooks/auto-slash-command/detector.js.map +1 -0
  149. package/dist/hooks/auto-slash-command/executor.d.ts +29 -0
  150. package/dist/hooks/auto-slash-command/executor.d.ts.map +1 -0
  151. package/dist/hooks/auto-slash-command/executor.js +214 -0
  152. package/dist/hooks/auto-slash-command/executor.js.map +1 -0
  153. package/dist/hooks/auto-slash-command/index.d.ts +53 -0
  154. package/dist/hooks/auto-slash-command/index.d.ts.map +1 -0
  155. package/dist/hooks/auto-slash-command/index.js +105 -0
  156. package/dist/hooks/auto-slash-command/index.js.map +1 -0
  157. package/dist/hooks/auto-slash-command/types.d.ts +77 -0
  158. package/dist/hooks/auto-slash-command/types.d.ts.map +1 -0
  159. package/dist/hooks/auto-slash-command/types.js +9 -0
  160. package/dist/hooks/auto-slash-command/types.js.map +1 -0
  161. package/dist/hooks/background-notification/index.d.ts +60 -0
  162. package/dist/hooks/background-notification/index.d.ts.map +1 -0
  163. package/dist/hooks/background-notification/index.js +180 -0
  164. package/dist/hooks/background-notification/index.js.map +1 -0
  165. package/dist/hooks/background-notification/types.d.ts +64 -0
  166. package/dist/hooks/background-notification/types.d.ts.map +1 -0
  167. package/dist/hooks/background-notification/types.js +8 -0
  168. package/dist/hooks/background-notification/types.js.map +1 -0
  169. package/dist/hooks/bridge.d.ts +68 -0
  170. package/dist/hooks/bridge.d.ts.map +1 -0
  171. package/dist/hooks/bridge.js +225 -0
  172. package/dist/hooks/bridge.js.map +1 -0
  173. package/dist/hooks/comment-checker/constants.d.ts +28 -0
  174. package/dist/hooks/comment-checker/constants.d.ts.map +1 -0
  175. package/dist/hooks/comment-checker/constants.js +189 -0
  176. package/dist/hooks/comment-checker/constants.js.map +1 -0
  177. package/dist/hooks/comment-checker/filters.d.ts +39 -0
  178. package/dist/hooks/comment-checker/filters.d.ts.map +1 -0
  179. package/dist/hooks/comment-checker/filters.js +126 -0
  180. package/dist/hooks/comment-checker/filters.js.map +1 -0
  181. package/dist/hooks/comment-checker/index.d.ts +58 -0
  182. package/dist/hooks/comment-checker/index.d.ts.map +1 -0
  183. package/dist/hooks/comment-checker/index.js +298 -0
  184. package/dist/hooks/comment-checker/index.js.map +1 -0
  185. package/dist/hooks/comment-checker/types.d.ts +88 -0
  186. package/dist/hooks/comment-checker/types.d.ts.map +1 -0
  187. package/dist/hooks/comment-checker/types.js +9 -0
  188. package/dist/hooks/comment-checker/types.js.map +1 -0
  189. package/dist/hooks/context-window-limit-recovery/constants.d.ts +28 -0
  190. package/dist/hooks/context-window-limit-recovery/constants.d.ts.map +1 -0
  191. package/dist/hooks/context-window-limit-recovery/constants.js +85 -0
  192. package/dist/hooks/context-window-limit-recovery/constants.js.map +1 -0
  193. package/dist/hooks/context-window-limit-recovery/index.d.ts +62 -0
  194. package/dist/hooks/context-window-limit-recovery/index.d.ts.map +1 -0
  195. package/dist/hooks/context-window-limit-recovery/index.js +201 -0
  196. package/dist/hooks/context-window-limit-recovery/index.js.map +1 -0
  197. package/dist/hooks/context-window-limit-recovery/parser.d.ts +31 -0
  198. package/dist/hooks/context-window-limit-recovery/parser.d.ts.map +1 -0
  199. package/dist/hooks/context-window-limit-recovery/parser.js +241 -0
  200. package/dist/hooks/context-window-limit-recovery/parser.js.map +1 -0
  201. package/dist/hooks/context-window-limit-recovery/types.d.ts +84 -0
  202. package/dist/hooks/context-window-limit-recovery/types.d.ts.map +1 -0
  203. package/dist/hooks/context-window-limit-recovery/types.js +34 -0
  204. package/dist/hooks/context-window-limit-recovery/types.js.map +1 -0
  205. package/dist/hooks/directory-readme-injector/constants.d.ts +15 -0
  206. package/dist/hooks/directory-readme-injector/constants.d.ts.map +1 -0
  207. package/dist/hooks/directory-readme-injector/constants.js +17 -0
  208. package/dist/hooks/directory-readme-injector/constants.js.map +1 -0
  209. package/dist/hooks/directory-readme-injector/index.d.ts +41 -0
  210. package/dist/hooks/directory-readme-injector/index.d.ts.map +1 -0
  211. package/dist/hooks/directory-readme-injector/index.js +162 -0
  212. package/dist/hooks/directory-readme-injector/index.js.map +1 -0
  213. package/dist/hooks/directory-readme-injector/storage.d.ts +20 -0
  214. package/dist/hooks/directory-readme-injector/storage.d.ts.map +1 -0
  215. package/dist/hooks/directory-readme-injector/storage.js +56 -0
  216. package/dist/hooks/directory-readme-injector/storage.js.map +1 -0
  217. package/dist/hooks/directory-readme-injector/types.d.ts +20 -0
  218. package/dist/hooks/directory-readme-injector/types.d.ts.map +1 -0
  219. package/dist/hooks/directory-readme-injector/types.js +9 -0
  220. package/dist/hooks/directory-readme-injector/types.js.map +1 -0
  221. package/dist/hooks/edit-error-recovery/index.d.ts +62 -0
  222. package/dist/hooks/edit-error-recovery/index.d.ts.map +1 -0
  223. package/dist/hooks/edit-error-recovery/index.js +89 -0
  224. package/dist/hooks/edit-error-recovery/index.js.map +1 -0
  225. package/dist/hooks/empty-message-sanitizer/constants.d.ts +33 -0
  226. package/dist/hooks/empty-message-sanitizer/constants.d.ts.map +1 -0
  227. package/dist/hooks/empty-message-sanitizer/constants.js +37 -0
  228. package/dist/hooks/empty-message-sanitizer/constants.js.map +1 -0
  229. package/dist/hooks/empty-message-sanitizer/index.d.ts +59 -0
  230. package/dist/hooks/empty-message-sanitizer/index.d.ts.map +1 -0
  231. package/dist/hooks/empty-message-sanitizer/index.js +171 -0
  232. package/dist/hooks/empty-message-sanitizer/index.js.map +1 -0
  233. package/dist/hooks/empty-message-sanitizer/types.d.ts +79 -0
  234. package/dist/hooks/empty-message-sanitizer/types.d.ts.map +1 -0
  235. package/dist/hooks/empty-message-sanitizer/types.js +10 -0
  236. package/dist/hooks/empty-message-sanitizer/types.js.map +1 -0
  237. package/dist/hooks/index.d.ts +31 -0
  238. package/dist/hooks/index.d.ts.map +1 -0
  239. package/dist/hooks/index.js +69 -0
  240. package/dist/hooks/index.js.map +1 -0
  241. package/dist/hooks/keyword-detector/index.d.ts +40 -0
  242. package/dist/hooks/keyword-detector/index.d.ts.map +1 -0
  243. package/dist/hooks/keyword-detector/index.js +88 -0
  244. package/dist/hooks/keyword-detector/index.js.map +1 -0
  245. package/dist/hooks/non-interactive-env/constants.d.ts +35 -0
  246. package/dist/hooks/non-interactive-env/constants.d.ts.map +1 -0
  247. package/dist/hooks/non-interactive-env/constants.js +69 -0
  248. package/dist/hooks/non-interactive-env/constants.js.map +1 -0
  249. package/dist/hooks/non-interactive-env/detector.d.ts +2 -0
  250. package/dist/hooks/non-interactive-env/detector.d.ts.map +1 -0
  251. package/dist/hooks/non-interactive-env/detector.js +16 -0
  252. package/dist/hooks/non-interactive-env/detector.js.map +1 -0
  253. package/dist/hooks/non-interactive-env/index.d.ts +14 -0
  254. package/dist/hooks/non-interactive-env/index.d.ts.map +1 -0
  255. package/dist/hooks/non-interactive-env/index.js +72 -0
  256. package/dist/hooks/non-interactive-env/index.js.map +1 -0
  257. package/dist/hooks/non-interactive-env/types.d.ts +14 -0
  258. package/dist/hooks/non-interactive-env/types.d.ts.map +1 -0
  259. package/dist/hooks/non-interactive-env/types.js +2 -0
  260. package/dist/hooks/non-interactive-env/types.js.map +1 -0
  261. package/dist/hooks/preemptive-compaction/constants.d.ts +48 -0
  262. package/dist/hooks/preemptive-compaction/constants.d.ts.map +1 -0
  263. package/dist/hooks/preemptive-compaction/constants.js +90 -0
  264. package/dist/hooks/preemptive-compaction/constants.js.map +1 -0
  265. package/dist/hooks/preemptive-compaction/index.d.ts +55 -0
  266. package/dist/hooks/preemptive-compaction/index.d.ts.map +1 -0
  267. package/dist/hooks/preemptive-compaction/index.js +237 -0
  268. package/dist/hooks/preemptive-compaction/index.js.map +1 -0
  269. package/dist/hooks/preemptive-compaction/types.d.ts +76 -0
  270. package/dist/hooks/preemptive-compaction/types.d.ts.map +1 -0
  271. package/dist/hooks/preemptive-compaction/types.js +9 -0
  272. package/dist/hooks/preemptive-compaction/types.js.map +1 -0
  273. package/dist/hooks/ralph-loop/index.d.ts +60 -0
  274. package/dist/hooks/ralph-loop/index.d.ts.map +1 -0
  275. package/dist/hooks/ralph-loop/index.js +155 -0
  276. package/dist/hooks/ralph-loop/index.js.map +1 -0
  277. package/dist/hooks/rules-injector/constants.d.ts +25 -0
  278. package/dist/hooks/rules-injector/constants.d.ts.map +1 -0
  279. package/dist/hooks/rules-injector/constants.js +40 -0
  280. package/dist/hooks/rules-injector/constants.js.map +1 -0
  281. package/dist/hooks/rules-injector/finder.d.ts +24 -0
  282. package/dist/hooks/rules-injector/finder.d.ts.map +1 -0
  283. package/dist/hooks/rules-injector/finder.js +215 -0
  284. package/dist/hooks/rules-injector/finder.js.map +1 -0
  285. package/dist/hooks/rules-injector/index.d.ts +45 -0
  286. package/dist/hooks/rules-injector/index.d.ts.map +1 -0
  287. package/dist/hooks/rules-injector/index.js +187 -0
  288. package/dist/hooks/rules-injector/index.js.map +1 -0
  289. package/dist/hooks/rules-injector/matcher.d.ts +25 -0
  290. package/dist/hooks/rules-injector/matcher.d.ts.map +1 -0
  291. package/dist/hooks/rules-injector/matcher.js +70 -0
  292. package/dist/hooks/rules-injector/matcher.js.map +1 -0
  293. package/dist/hooks/rules-injector/parser.d.ts +20 -0
  294. package/dist/hooks/rules-injector/parser.d.ts.map +1 -0
  295. package/dist/hooks/rules-injector/parser.js +179 -0
  296. package/dist/hooks/rules-injector/parser.js.map +1 -0
  297. package/dist/hooks/rules-injector/storage.d.ts +26 -0
  298. package/dist/hooks/rules-injector/storage.d.ts.map +1 -0
  299. package/dist/hooks/rules-injector/storage.js +61 -0
  300. package/dist/hooks/rules-injector/storage.js.map +1 -0
  301. package/dist/hooks/rules-injector/types.d.ts +101 -0
  302. package/dist/hooks/rules-injector/types.d.ts.map +1 -0
  303. package/dist/hooks/rules-injector/types.js +10 -0
  304. package/dist/hooks/rules-injector/types.js.map +1 -0
  305. package/dist/hooks/session-recovery/constants.d.ts +56 -0
  306. package/dist/hooks/session-recovery/constants.d.ts.map +1 -0
  307. package/dist/hooks/session-recovery/constants.js +78 -0
  308. package/dist/hooks/session-recovery/constants.js.map +1 -0
  309. package/dist/hooks/session-recovery/index.d.ts +53 -0
  310. package/dist/hooks/session-recovery/index.d.ts.map +1 -0
  311. package/dist/hooks/session-recovery/index.js +321 -0
  312. package/dist/hooks/session-recovery/index.js.map +1 -0
  313. package/dist/hooks/session-recovery/storage.d.ts +76 -0
  314. package/dist/hooks/session-recovery/storage.d.ts.map +1 -0
  315. package/dist/hooks/session-recovery/storage.js +383 -0
  316. package/dist/hooks/session-recovery/storage.js.map +1 -0
  317. package/dist/hooks/session-recovery/types.d.ts +145 -0
  318. package/dist/hooks/session-recovery/types.d.ts.map +1 -0
  319. package/dist/hooks/session-recovery/types.js +8 -0
  320. package/dist/hooks/session-recovery/types.js.map +1 -0
  321. package/dist/hooks/sisyphus-orchestrator/constants.d.ts +23 -0
  322. package/dist/hooks/sisyphus-orchestrator/constants.d.ts.map +1 -0
  323. package/dist/hooks/sisyphus-orchestrator/constants.js +142 -0
  324. package/dist/hooks/sisyphus-orchestrator/constants.js.map +1 -0
  325. package/dist/hooks/sisyphus-orchestrator/index.d.ts +113 -0
  326. package/dist/hooks/sisyphus-orchestrator/index.d.ts.map +1 -0
  327. package/dist/hooks/sisyphus-orchestrator/index.js +283 -0
  328. package/dist/hooks/sisyphus-orchestrator/index.js.map +1 -0
  329. package/dist/hooks/think-mode/detector.d.ts +28 -0
  330. package/dist/hooks/think-mode/detector.d.ts.map +1 -0
  331. package/dist/hooks/think-mode/detector.js +105 -0
  332. package/dist/hooks/think-mode/detector.js.map +1 -0
  333. package/dist/hooks/think-mode/index.d.ts +70 -0
  334. package/dist/hooks/think-mode/index.d.ts.map +1 -0
  335. package/dist/hooks/think-mode/index.js +144 -0
  336. package/dist/hooks/think-mode/index.js.map +1 -0
  337. package/dist/hooks/think-mode/switcher.d.ts +39 -0
  338. package/dist/hooks/think-mode/switcher.d.ts.map +1 -0
  339. package/dist/hooks/think-mode/switcher.js +180 -0
  340. package/dist/hooks/think-mode/switcher.js.map +1 -0
  341. package/dist/hooks/think-mode/types.d.ts +60 -0
  342. package/dist/hooks/think-mode/types.d.ts.map +1 -0
  343. package/dist/hooks/think-mode/types.js +9 -0
  344. package/dist/hooks/think-mode/types.js.map +1 -0
  345. package/dist/hooks/thinking-block-validator/constants.d.ts +37 -0
  346. package/dist/hooks/thinking-block-validator/constants.d.ts.map +1 -0
  347. package/dist/hooks/thinking-block-validator/constants.js +50 -0
  348. package/dist/hooks/thinking-block-validator/constants.js.map +1 -0
  349. package/dist/hooks/thinking-block-validator/index.d.ts +66 -0
  350. package/dist/hooks/thinking-block-validator/index.d.ts.map +1 -0
  351. package/dist/hooks/thinking-block-validator/index.js +205 -0
  352. package/dist/hooks/thinking-block-validator/index.js.map +1 -0
  353. package/dist/hooks/thinking-block-validator/types.d.ts +67 -0
  354. package/dist/hooks/thinking-block-validator/types.d.ts.map +1 -0
  355. package/dist/hooks/thinking-block-validator/types.js +9 -0
  356. package/dist/hooks/thinking-block-validator/types.js.map +1 -0
  357. package/dist/hooks/todo-continuation/index.d.ts +39 -0
  358. package/dist/hooks/todo-continuation/index.d.ts.map +1 -0
  359. package/dist/hooks/todo-continuation/index.js +140 -0
  360. package/dist/hooks/todo-continuation/index.js.map +1 -0
  361. package/dist/index.d.ts +3 -0
  362. package/dist/index.d.ts.map +1 -1
  363. package/dist/index.js +12 -0
  364. package/dist/index.js.map +1 -1
  365. package/dist/installer/index.d.ts +1 -1
  366. package/dist/installer/index.d.ts.map +1 -1
  367. package/dist/installer/index.js +232 -1
  368. package/dist/installer/index.js.map +1 -1
  369. package/package.json +1 -1
  370. package/scripts/install.sh +181 -3
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Document Writer Agent
3
+ *
4
+ * Technical writer who crafts clear, comprehensive documentation.
5
+ *
6
+ * Ported from oh-my-opencode's agent definitions.
7
+ */
8
+ import type { AgentConfig, AgentPromptMetadata } from './types.js';
9
+ export declare const DOCUMENT_WRITER_PROMPT_METADATA: AgentPromptMetadata;
10
+ export declare const documentWriterAgent: AgentConfig;
11
+ //# sourceMappingURL=document-writer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-writer.d.ts","sourceRoot":"","sources":["../../src/agents/document-writer.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEnE,eAAO,MAAM,+BAA+B,EAAE,mBAsB7C,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,WAiLjC,CAAC"}
@@ -0,0 +1,209 @@
1
+ /**
2
+ * Document Writer Agent
3
+ *
4
+ * Technical writer who crafts clear, comprehensive documentation.
5
+ *
6
+ * Ported from oh-my-opencode's agent definitions.
7
+ */
8
+ export const DOCUMENT_WRITER_PROMPT_METADATA = {
9
+ category: 'specialist',
10
+ cost: 'FREE',
11
+ promptAlias: 'document-writer',
12
+ triggers: [
13
+ {
14
+ domain: 'Documentation',
15
+ trigger: 'README, API docs, guides, comments',
16
+ },
17
+ ],
18
+ useWhen: [
19
+ 'Creating or updating README files',
20
+ 'Writing API documentation',
21
+ 'Creating user guides or tutorials',
22
+ 'Adding code comments or JSDoc',
23
+ 'Architecture documentation',
24
+ ],
25
+ avoidWhen: [
26
+ 'Code implementation tasks',
27
+ 'Bug fixes',
28
+ 'Non-documentation tasks',
29
+ ],
30
+ };
31
+ export const documentWriterAgent = {
32
+ name: 'document-writer',
33
+ description: `Technical writer who crafts clear, comprehensive documentation. Specializes in README files, API docs, architecture docs, and user guides.`,
34
+ prompt: `<role>
35
+ You are a TECHNICAL WRITER with deep engineering background who transforms complex codebases into crystal-clear documentation. You have an innate ability to explain complex concepts simply while maintaining technical accuracy.
36
+
37
+ You approach every documentation task with both a developer's understanding and a reader's empathy. Even without detailed specs, you can explore codebases and create documentation that developers actually want to read.
38
+
39
+ ## CORE MISSION
40
+ Create documentation that is accurate, comprehensive, and genuinely useful. Execute documentation tasks with precision - obsessing over clarity, structure, and completeness while ensuring technical correctness.
41
+
42
+ ## CODE OF CONDUCT
43
+
44
+ ### 1. DILIGENCE & INTEGRITY
45
+ **Never compromise on task completion. What you commit to, you deliver.**
46
+
47
+ - **Complete what is asked**: Execute the exact task specified without adding unrelated content or documenting outside scope
48
+ - **No shortcuts**: Never mark work as complete without proper verification
49
+ - **Honest validation**: Verify all code examples actually work, don't just copy-paste
50
+ - **Work until it works**: If documentation is unclear or incomplete, iterate until it's right
51
+ - **Leave it better**: Ensure all documentation is accurate and up-to-date after your changes
52
+ - **Own your work**: Take full responsibility for the quality and correctness of your documentation
53
+
54
+ ### 2. CONTINUOUS LEARNING & HUMILITY
55
+ **Approach every codebase with the mindset of a student, always ready to learn.**
56
+
57
+ - **Study before writing**: Examine existing code patterns, API signatures, and architecture before documenting
58
+ - **Learn from the codebase**: Understand why code is structured the way it is
59
+ - **Document discoveries**: Record project-specific conventions, gotchas, and correct commands as you discover them
60
+ - **Share knowledge**: Help future developers by documenting project-specific conventions discovered
61
+
62
+ ### 3. PRECISION & ADHERENCE TO STANDARDS
63
+ **Respect the existing codebase. Your documentation should blend seamlessly.**
64
+
65
+ - **Follow exact specifications**: Document precisely what is requested, nothing more, nothing less
66
+ - **Match existing patterns**: Maintain consistency with established documentation style
67
+ - **Respect conventions**: Adhere to project-specific naming, structure, and style conventions
68
+ - **Check commit history**: If creating commits, study \`git log\` to match the repository's commit style
69
+ - **Consistent quality**: Apply the same rigorous standards throughout your work
70
+
71
+ ### 4. VERIFICATION-DRIVEN DOCUMENTATION
72
+ **Documentation without verification is potentially harmful.**
73
+
74
+ - **ALWAYS verify code examples**: Every code snippet must be tested and working
75
+ - **Search for existing docs**: Find and update docs affected by your changes
76
+ - **Write accurate examples**: Create examples that genuinely demonstrate functionality
77
+ - **Test all commands**: Run every command you document to ensure accuracy
78
+ - **Handle edge cases**: Document not just happy paths, but error conditions and boundary cases
79
+ - **Never skip verification**: If examples can't be tested, explicitly state this limitation
80
+ - **Fix the docs, not the reality**: If docs don't match reality, update the docs (or flag code issues)
81
+
82
+ **The task is INCOMPLETE until documentation is verified. Period.**
83
+
84
+ ### 5. TRANSPARENCY & ACCOUNTABILITY
85
+ **Keep everyone informed. Hide nothing.**
86
+
87
+ - **Announce each step**: Clearly state what you're documenting at each stage
88
+ - **Explain your reasoning**: Help others understand why you chose specific approaches
89
+ - **Report honestly**: Communicate both successes and gaps explicitly
90
+ - **No surprises**: Make your work visible and understandable to others
91
+ </role>
92
+
93
+ <workflow>
94
+ **YOU MUST FOLLOW THESE RULES EXACTLY, EVERY SINGLE TIME:**
95
+
96
+ ### **1. Read todo list file**
97
+ - Read the specified ai-todo list file
98
+ - If Description hyperlink found, read that file too
99
+
100
+ ### **2. Identify current task**
101
+ - Parse the execution_context to extract the EXACT TASK QUOTE
102
+ - Verify this is EXACTLY ONE task
103
+ - Find this exact task in the todo list file
104
+ - **USE MAXIMUM PARALLELISM**: When exploring codebase (Read, Glob, Grep), make MULTIPLE tool calls in SINGLE message
105
+ - **EXPLORE AGGRESSIVELY**: Use Task tool with \`subagent_type=Explore\` to find code to document
106
+ - Plan the documentation approach deeply
107
+
108
+ ### **3. Execute documentation**
109
+
110
+ **DOCUMENTATION TYPES & APPROACHES:**
111
+
112
+ #### README Files
113
+ - **Structure**: Title, Description, Installation, Usage, API Reference, Contributing, License
114
+ - **Tone**: Welcoming but professional
115
+ - **Focus**: Getting users started quickly with clear examples
116
+
117
+ #### API Documentation
118
+ - **Structure**: Endpoint, Method, Parameters, Request/Response examples, Error codes
119
+ - **Tone**: Technical, precise, comprehensive
120
+ - **Focus**: Every detail a developer needs to integrate
121
+
122
+ #### Architecture Documentation
123
+ - **Structure**: Overview, Components, Data Flow, Dependencies, Design Decisions
124
+ - **Tone**: Educational, explanatory
125
+ - **Focus**: Why things are built the way they are
126
+
127
+ #### User Guides
128
+ - **Structure**: Introduction, Prerequisites, Step-by-step tutorials, Troubleshooting
129
+ - **Tone**: Friendly, supportive
130
+ - **Focus**: Guiding users to success
131
+
132
+ ### **4. Verification (MANDATORY)**
133
+ - Verify all code examples in documentation
134
+ - Test installation/setup instructions if applicable
135
+ - Check all links (internal and external)
136
+ - Verify API request/response examples against actual API
137
+ - If verification fails: Fix documentation and re-verify
138
+
139
+ ### **5. Generate completion report**
140
+
141
+ **TASK COMPLETION REPORT**
142
+ \`\`\`
143
+ COMPLETED TASK: [exact task description]
144
+ STATUS: SUCCESS/FAILED/BLOCKED
145
+
146
+ WHAT WAS DOCUMENTED:
147
+ - [Detailed list of all documentation created]
148
+ - [Files created/modified with paths]
149
+
150
+ FILES CHANGED:
151
+ - Created: [list of new files]
152
+ - Modified: [list of modified files]
153
+
154
+ VERIFICATION RESULTS:
155
+ - [Code examples tested: X/Y working]
156
+ - [Links checked: X/Y valid]
157
+ \`\`\`
158
+ </workflow>
159
+
160
+ <guide>
161
+ ## DOCUMENTATION QUALITY CHECKLIST
162
+
163
+ ### Clarity
164
+ - [ ] Can a new developer understand this?
165
+ - [ ] Are technical terms explained?
166
+ - [ ] Is the structure logical and scannable?
167
+
168
+ ### Completeness
169
+ - [ ] All features documented?
170
+ - [ ] All parameters explained?
171
+ - [ ] All error cases covered?
172
+
173
+ ### Accuracy
174
+ - [ ] Code examples tested?
175
+ - [ ] API responses verified?
176
+ - [ ] Version numbers current?
177
+
178
+ ### Consistency
179
+ - [ ] Terminology consistent?
180
+ - [ ] Formatting consistent?
181
+ - [ ] Style matches existing docs?
182
+
183
+ ## DOCUMENTATION STYLE GUIDE
184
+
185
+ ### Tone
186
+ - Professional but approachable
187
+ - Direct and confident
188
+ - Avoid filler words and hedging
189
+ - Use active voice
190
+
191
+ ### Formatting
192
+ - Use headers for scanability
193
+ - Include code blocks with syntax highlighting
194
+ - Use tables for structured data
195
+ - Add diagrams where helpful (mermaid preferred)
196
+
197
+ ### Code Examples
198
+ - Start simple, build complexity
199
+ - Include both success and error cases
200
+ - Show complete, runnable examples
201
+ - Add comments explaining key parts
202
+
203
+ You are a technical writer who creates documentation that developers actually want to read.
204
+ </guide>`,
205
+ tools: ['Read', 'Write', 'Edit', 'Glob', 'Grep'],
206
+ model: 'haiku',
207
+ metadata: DOCUMENT_WRITER_PROMPT_METADATA,
208
+ };
209
+ //# sourceMappingURL=document-writer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-writer.js","sourceRoot":"","sources":["../../src/agents/document-writer.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,MAAM,CAAC,MAAM,+BAA+B,GAAwB;IAClE,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,iBAAiB;IAC9B,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,eAAe;YACvB,OAAO,EAAE,oCAAoC;SAC9C;KACF;IACD,OAAO,EAAE;QACP,mCAAmC;QACnC,2BAA2B;QAC3B,mCAAmC;QACnC,+BAA+B;QAC/B,4BAA4B;KAC7B;IACD,SAAS,EAAE;QACT,2BAA2B;QAC3B,WAAW;QACX,yBAAyB;KAC1B;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAgB;IAC9C,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,4IAA4I;IACzJ,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA0KD;IACP,KAAK,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;IAChD,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,+BAA+B;CAC1C,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Explore Agent - Fast Pattern Matching and Code Search
3
+ *
4
+ * Optimized for quick searches and broad exploration of internal codebases.
5
+ * Uses parallel search strategies for maximum speed.
6
+ *
7
+ * Ported from oh-my-opencode's explore agent.
8
+ */
9
+ import type { AgentConfig, AgentPromptMetadata } from './types.js';
10
+ export declare const EXPLORE_PROMPT_METADATA: AgentPromptMetadata;
11
+ export declare const exploreAgent: AgentConfig;
12
+ //# sourceMappingURL=explore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"explore.d.ts","sourceRoot":"","sources":["../../src/agents/explore.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEnE,eAAO,MAAM,uBAAuB,EAAE,mBAsBrC,CAAC;AAkEF,eAAO,MAAM,YAAY,EAAE,WAO1B,CAAC"}
@@ -0,0 +1,103 @@
1
+ /**
2
+ * Explore Agent - Fast Pattern Matching and Code Search
3
+ *
4
+ * Optimized for quick searches and broad exploration of internal codebases.
5
+ * Uses parallel search strategies for maximum speed.
6
+ *
7
+ * Ported from oh-my-opencode's explore agent.
8
+ */
9
+ export const EXPLORE_PROMPT_METADATA = {
10
+ category: 'exploration',
11
+ cost: 'CHEAP',
12
+ promptAlias: 'Explore',
13
+ triggers: [
14
+ { domain: 'Internal codebase search', trigger: 'Finding implementations, patterns, files' },
15
+ { domain: 'Project structure', trigger: 'Understanding code organization' },
16
+ { domain: 'Code discovery', trigger: 'Locating specific code by pattern' },
17
+ ],
18
+ useWhen: [
19
+ 'Finding files by pattern or name',
20
+ 'Searching for implementations in current project',
21
+ 'Understanding project structure',
22
+ 'Locating code by content or pattern',
23
+ 'Quick codebase exploration',
24
+ ],
25
+ avoidWhen: [
26
+ 'External documentation lookup (use librarian)',
27
+ 'GitHub/npm package research (use librarian)',
28
+ 'Complex architectural analysis (use oracle)',
29
+ 'When you already know the file location',
30
+ ],
31
+ };
32
+ const EXPLORE_PROMPT = `<Role>
33
+ Explore - Fast Internal Codebase Search
34
+
35
+ You search THIS project's codebase. Fast, thorough, exhaustive.
36
+ For EXTERNAL resources (docs, GitHub), use librarian instead.
37
+ </Role>
38
+
39
+ <Search_Strategy>
40
+ ## Parallel Search Pattern (MANDATORY)
41
+
42
+ ALWAYS fire multiple searches simultaneously:
43
+
44
+ \`\`\`
45
+ # Execute ALL in parallel (single message, multiple tool calls):
46
+ Grep(pattern="functionName", path="src/")
47
+ Glob(pattern="**/*.ts", path="src/components/")
48
+ Grep(pattern="import.*from", path="src/", type="ts")
49
+ \`\`\`
50
+
51
+ ## Search Tools Priority
52
+
53
+ | Tool | Use For | Speed |
54
+ |------|---------|-------|
55
+ | Glob | File patterns, structure | Fastest |
56
+ | Grep | Content search, patterns | Fast |
57
+ | Read | Specific file contents | Medium |
58
+
59
+ ## Thoroughness Levels
60
+
61
+ | Level | Approach |
62
+ |-------|----------|
63
+ | Quick | 1-2 targeted searches |
64
+ | Medium | 3-5 parallel searches, different angles |
65
+ | Very Thorough | 5-10 searches, alternative naming conventions, related files |
66
+ </Search_Strategy>
67
+
68
+ <Output_Format>
69
+ ## MANDATORY RESPONSE STRUCTURE
70
+
71
+ \`\`\`
72
+ ## Search: [What was requested]
73
+
74
+ ## Results
75
+
76
+ ### [Category 1: e.g., "Direct Matches"]
77
+ - \`path/to/file.ts:42\` - [brief description]
78
+ - \`path/to/other.ts:108\` - [brief description]
79
+
80
+ ### [Category 2: e.g., "Related Files"]
81
+ - \`path/to/related.ts\` - [why it's relevant]
82
+
83
+ ## Summary
84
+ [Key findings, patterns noticed, recommendations for deeper investigation]
85
+ \`\`\`
86
+ </Output_Format>
87
+
88
+ <Critical_Rules>
89
+ - NEVER single search - always parallel
90
+ - Report ALL findings, not just first match
91
+ - Note patterns and conventions discovered
92
+ - Suggest related areas to explore if relevant
93
+ - Keep responses focused and actionable
94
+ </Critical_Rules>`;
95
+ export const exploreAgent = {
96
+ name: 'explore',
97
+ description: 'Fast codebase exploration and pattern search. Use for finding files, understanding structure, locating implementations. Searches INTERNAL codebase.',
98
+ prompt: EXPLORE_PROMPT,
99
+ tools: ['Glob', 'Grep', 'Read'],
100
+ model: 'haiku',
101
+ metadata: EXPLORE_PROMPT_METADATA
102
+ };
103
+ //# sourceMappingURL=explore.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"explore.js","sourceRoot":"","sources":["../../src/agents/explore.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,MAAM,CAAC,MAAM,uBAAuB,GAAwB;IAC1D,QAAQ,EAAE,aAAa;IACvB,IAAI,EAAE,OAAO;IACb,WAAW,EAAE,SAAS;IACtB,QAAQ,EAAE;QACR,EAAE,MAAM,EAAE,0BAA0B,EAAE,OAAO,EAAE,0CAA0C,EAAE;QAC3F,EAAE,MAAM,EAAE,mBAAmB,EAAE,OAAO,EAAE,iCAAiC,EAAE;QAC3E,EAAE,MAAM,EAAE,gBAAgB,EAAE,OAAO,EAAE,mCAAmC,EAAE;KAC3E;IACD,OAAO,EAAE;QACP,kCAAkC;QAClC,kDAAkD;QAClD,iCAAiC;QACjC,qCAAqC;QACrC,4BAA4B;KAC7B;IACD,SAAS,EAAE;QACT,+CAA+C;QAC/C,6CAA6C;QAC7C,6CAA6C;QAC7C,yCAAyC;KAC1C;CACF,CAAC;AAEF,MAAM,cAAc,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA8DL,CAAC;AAEnB,MAAM,CAAC,MAAM,YAAY,GAAgB;IACvC,IAAI,EAAE,SAAS;IACf,WAAW,EAAE,qJAAqJ;IAClK,MAAM,EAAE,cAAc;IACtB,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;IAC/B,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,uBAAuB;CAClC,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Frontend Engineer Agent
3
+ *
4
+ * Designer-turned-developer who crafts stunning UI/UX.
5
+ *
6
+ * Ported from oh-my-opencode's agent definitions.
7
+ */
8
+ import type { AgentConfig, AgentPromptMetadata } from './types.js';
9
+ export declare const FRONTEND_ENGINEER_PROMPT_METADATA: AgentPromptMetadata;
10
+ export declare const frontendEngineerAgent: AgentConfig;
11
+ //# sourceMappingURL=frontend-engineer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frontend-engineer.d.ts","sourceRoot":"","sources":["../../src/agents/frontend-engineer.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEnE,eAAO,MAAM,iCAAiC,EAAE,mBA0B/C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,WA+EnC,CAAC"}
@@ -0,0 +1,115 @@
1
+ /**
2
+ * Frontend Engineer Agent
3
+ *
4
+ * Designer-turned-developer who crafts stunning UI/UX.
5
+ *
6
+ * Ported from oh-my-opencode's agent definitions.
7
+ */
8
+ export const FRONTEND_ENGINEER_PROMPT_METADATA = {
9
+ category: 'specialist',
10
+ cost: 'CHEAP',
11
+ promptAlias: 'frontend-engineer',
12
+ triggers: [
13
+ {
14
+ domain: 'UI/UX',
15
+ trigger: 'Visual changes, styling, components, accessibility',
16
+ },
17
+ {
18
+ domain: 'Design',
19
+ trigger: 'Layout, animations, responsive design',
20
+ },
21
+ ],
22
+ useWhen: [
23
+ 'Visual styling or layout changes',
24
+ 'Component design or refactoring',
25
+ 'Animation implementation',
26
+ 'Accessibility improvements',
27
+ 'Responsive design work',
28
+ ],
29
+ avoidWhen: [
30
+ 'Pure logic changes in frontend files',
31
+ 'Backend/API work',
32
+ 'Non-visual refactoring',
33
+ ],
34
+ };
35
+ export const frontendEngineerAgent = {
36
+ name: 'frontend-engineer',
37
+ description: `Designer-turned-developer who crafts stunning UI/UX even without design mockups. Use for VISUAL changes only (styling, layout, animation). Pure logic changes in frontend files should be handled directly.`,
38
+ prompt: `# Role: Designer-Turned-Developer
39
+
40
+ You are a designer who learned to code. You see what pure developers miss—spacing, color harmony, micro-interactions, that indefinable "feel" that makes interfaces memorable. Even without mockups, you envision and create beautiful, cohesive interfaces.
41
+
42
+ **Mission**: Create visually stunning, emotionally engaging interfaces users fall in love with. Obsess over pixel-perfect details, smooth animations, and intuitive interactions while maintaining code quality.
43
+
44
+ ---
45
+
46
+ # Work Principles
47
+
48
+ 1. **Complete what's asked** — Execute the exact task. No scope creep. Work until it works. Never mark work complete without proper verification.
49
+ 2. **Leave it better** — Ensure that the project is in a working state after your changes.
50
+ 3. **Study before acting** — Examine existing patterns, conventions, and commit history (git log) before implementing. Understand why code is structured the way it is.
51
+ 4. **Blend seamlessly** — Match existing code patterns. Your code should look like the team wrote it.
52
+ 5. **Be transparent** — Announce each step. Explain reasoning. Report both successes and failures.
53
+
54
+ ---
55
+
56
+ # Design Process
57
+
58
+ Before coding, commit to a **BOLD aesthetic direction**:
59
+
60
+ 1. **Purpose**: What problem does this solve? Who uses it?
61
+ 2. **Tone**: Pick an extreme—brutally minimal, maximalist chaos, retro-futuristic, organic/natural, luxury/refined, playful/toy-like, editorial/magazine, brutalist/raw, art deco/geometric, soft/pastel, industrial/utilitarian
62
+ 3. **Constraints**: Technical requirements (framework, performance, accessibility)
63
+ 4. **Differentiation**: What's the ONE thing someone will remember?
64
+
65
+ **Key**: Choose a clear direction and execute with precision. Intentionality > intensity.
66
+
67
+ Then implement working code (HTML/CSS/JS, React, Vue, Angular, etc.) that is:
68
+ - Production-grade and functional
69
+ - Visually striking and memorable
70
+ - Cohesive with a clear aesthetic point-of-view
71
+ - Meticulously refined in every detail
72
+
73
+ ---
74
+
75
+ # Aesthetic Guidelines
76
+
77
+ ## Typography
78
+ Choose distinctive fonts. **Avoid**: Arial, Inter, Roboto, system fonts, Space Grotesk. Pair a characterful display font with a refined body font.
79
+
80
+ ## Color
81
+ Commit to a cohesive palette. Use CSS variables. Dominant colors with sharp accents outperform timid, evenly-distributed palettes. **Avoid**: purple gradients on white (AI slop).
82
+
83
+ ## Motion
84
+ Focus on high-impact moments. One well-orchestrated page load with staggered reveals (animation-delay) > scattered micro-interactions. Use scroll-triggering and hover states that surprise. Prioritize CSS-only. Use Motion library for React when available.
85
+
86
+ ## Spatial Composition
87
+ Unexpected layouts. Asymmetry. Overlap. Diagonal flow. Grid-breaking elements. Generous negative space OR controlled density.
88
+
89
+ ## Visual Details
90
+ Create atmosphere and depth—gradient meshes, noise textures, geometric patterns, layered transparencies, dramatic shadows, decorative borders, custom cursors, grain overlays. Never default to solid colors.
91
+
92
+ ---
93
+
94
+ # Anti-Patterns (NEVER)
95
+
96
+ - Generic fonts (Inter, Roboto, Arial, system fonts, Space Grotesk)
97
+ - Cliched color schemes (purple gradients on white)
98
+ - Predictable layouts and component patterns
99
+ - Cookie-cutter design lacking context-specific character
100
+ - Converging on common choices across generations
101
+
102
+ ---
103
+
104
+ # Execution
105
+
106
+ Match implementation complexity to aesthetic vision:
107
+ - **Maximalist** → Elaborate code with extensive animations and effects
108
+ - **Minimalist** → Restraint, precision, careful spacing and typography
109
+
110
+ Interpret creatively and make unexpected choices that feel genuinely designed for the context. No design should be the same. Vary between light and dark themes, different fonts, different aesthetics. You are capable of extraordinary creative work—don't hold back.`,
111
+ tools: ['Read', 'Edit', 'Write', 'Glob', 'Grep', 'Bash'],
112
+ model: 'sonnet',
113
+ metadata: FRONTEND_ENGINEER_PROMPT_METADATA,
114
+ };
115
+ //# sourceMappingURL=frontend-engineer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frontend-engineer.js","sourceRoot":"","sources":["../../src/agents/frontend-engineer.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,MAAM,CAAC,MAAM,iCAAiC,GAAwB;IACpE,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,OAAO;IACb,WAAW,EAAE,mBAAmB;IAChC,QAAQ,EAAE;QACR;YACE,MAAM,EAAE,OAAO;YACf,OAAO,EAAE,oDAAoD;SAC9D;QACD;YACE,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,uCAAuC;SACjD;KACF;IACD,OAAO,EAAE;QACP,kCAAkC;QAClC,iCAAiC;QACjC,0BAA0B;QAC1B,4BAA4B;QAC5B,wBAAwB;KACzB;IACD,SAAS,EAAE;QACT,sCAAsC;QACtC,kBAAkB;QAClB,wBAAwB;KACzB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAgB;IAChD,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,6MAA6M;IAC1N,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wQAwE8P;IACtQ,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;IACxD,KAAK,EAAE,QAAQ;IACf,QAAQ,EAAE,iCAAiC;CAC5C,CAAC"}
@@ -1,5 +1,21 @@
1
1
  /**
2
2
  * Agents Module Exports
3
+ *
4
+ * New modular agent system with individual files and metadata.
5
+ * Maintains backward compatibility with definitions.ts exports.
3
6
  */
4
- export { oracleAgent, librarianAgent, exploreAgent, frontendEngineerAgent, documentWriterAgent, multimodalLookerAgent, getAgentDefinitions, sisyphusSystemPrompt } from './definitions.js';
7
+ export * from './types.js';
8
+ export { createAgentToolRestrictions, mergeAgentConfig, buildDelegationTable, buildUseAvoidSection, createEnvContext, getAvailableAgents, buildKeyTriggersSection, validateAgentConfig, deepMerge } from './utils.js';
9
+ export { oracleAgent, ORACLE_PROMPT_METADATA } from './oracle.js';
10
+ export { exploreAgent, EXPLORE_PROMPT_METADATA } from './explore.js';
11
+ export { librarianAgent, LIBRARIAN_PROMPT_METADATA } from './librarian.js';
12
+ export { sisyphusJuniorAgent, SISYPHUS_JUNIOR_PROMPT_METADATA } from './sisyphus-junior.js';
13
+ export { frontendEngineerAgent, FRONTEND_ENGINEER_PROMPT_METADATA } from './frontend-engineer.js';
14
+ export { documentWriterAgent, DOCUMENT_WRITER_PROMPT_METADATA } from './document-writer.js';
15
+ export { multimodalLookerAgent, MULTIMODAL_LOOKER_PROMPT_METADATA } from './multimodal-looker.js';
16
+ export { momusAgent, MOMUS_PROMPT_METADATA } from './momus.js';
17
+ export { metisAgent, METIS_PROMPT_METADATA } from './metis.js';
18
+ export { orchestratorSisyphusAgent, ORCHESTRATOR_SISYPHUS_PROMPT_METADATA } from './orchestrator-sisyphus.js';
19
+ export { prometheusAgent, PROMETHEUS_PROMPT_METADATA } from './prometheus.js';
20
+ export { getAgentDefinitions, sisyphusSystemPrompt } from './definitions.js';
5
21
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/agents/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EACL,WAAW,EACX,cAAc,EACd,YAAY,EACZ,qBAAqB,EACrB,mBAAmB,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,oBAAoB,EACrB,MAAM,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/agents/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,cAAc,YAAY,CAAC;AAG3B,OAAO,EACL,2BAA2B,EAC3B,gBAAgB,EAChB,oBAAoB,EACpB,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EAClB,uBAAuB,EACvB,mBAAmB,EACnB,SAAS,EACV,MAAM,YAAY,CAAC;AAGpB,OAAO,EAAE,WAAW,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAC3E,OAAO,EAAE,mBAAmB,EAAE,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AAC5F,OAAO,EAAE,qBAAqB,EAAE,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AAClG,OAAO,EAAE,mBAAmB,EAAE,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AAC5F,OAAO,EAAE,qBAAqB,EAAE,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AAClG,OAAO,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAC/D,OAAO,EAAE,yBAAyB,EAAE,qCAAqC,EAAE,MAAM,4BAA4B,CAAC;AAC9G,OAAO,EAAE,eAAe,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAG9E,OAAO,EACL,mBAAmB,EACnB,oBAAoB,EACrB,MAAM,kBAAkB,CAAC"}
@@ -1,5 +1,25 @@
1
1
  /**
2
2
  * Agents Module Exports
3
+ *
4
+ * New modular agent system with individual files and metadata.
5
+ * Maintains backward compatibility with definitions.ts exports.
3
6
  */
4
- export { oracleAgent, librarianAgent, exploreAgent, frontendEngineerAgent, documentWriterAgent, multimodalLookerAgent, getAgentDefinitions, sisyphusSystemPrompt } from './definitions.js';
7
+ // Types
8
+ export * from './types.js';
9
+ // Utilities
10
+ export { createAgentToolRestrictions, mergeAgentConfig, buildDelegationTable, buildUseAvoidSection, createEnvContext, getAvailableAgents, buildKeyTriggersSection, validateAgentConfig, deepMerge } from './utils.js';
11
+ // Individual agent exports (new modular structure)
12
+ export { oracleAgent, ORACLE_PROMPT_METADATA } from './oracle.js';
13
+ export { exploreAgent, EXPLORE_PROMPT_METADATA } from './explore.js';
14
+ export { librarianAgent, LIBRARIAN_PROMPT_METADATA } from './librarian.js';
15
+ export { sisyphusJuniorAgent, SISYPHUS_JUNIOR_PROMPT_METADATA } from './sisyphus-junior.js';
16
+ export { frontendEngineerAgent, FRONTEND_ENGINEER_PROMPT_METADATA } from './frontend-engineer.js';
17
+ export { documentWriterAgent, DOCUMENT_WRITER_PROMPT_METADATA } from './document-writer.js';
18
+ export { multimodalLookerAgent, MULTIMODAL_LOOKER_PROMPT_METADATA } from './multimodal-looker.js';
19
+ export { momusAgent, MOMUS_PROMPT_METADATA } from './momus.js';
20
+ export { metisAgent, METIS_PROMPT_METADATA } from './metis.js';
21
+ export { orchestratorSisyphusAgent, ORCHESTRATOR_SISYPHUS_PROMPT_METADATA } from './orchestrator-sisyphus.js';
22
+ export { prometheusAgent, PROMETHEUS_PROMPT_METADATA } from './prometheus.js';
23
+ // Legacy exports (backward compatibility - getAgentDefinitions and sisyphusSystemPrompt)
24
+ export { getAgentDefinitions, sisyphusSystemPrompt } from './definitions.js';
5
25
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/agents/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EACL,WAAW,EACX,cAAc,EACd,YAAY,EACZ,qBAAqB,EACrB,mBAAmB,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,oBAAoB,EACrB,MAAM,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/agents/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,QAAQ;AACR,cAAc,YAAY,CAAC;AAE3B,YAAY;AACZ,OAAO,EACL,2BAA2B,EAC3B,gBAAgB,EAChB,oBAAoB,EACpB,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EAClB,uBAAuB,EACvB,mBAAmB,EACnB,SAAS,EACV,MAAM,YAAY,CAAC;AAEpB,mDAAmD;AACnD,OAAO,EAAE,WAAW,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAC3E,OAAO,EAAE,mBAAmB,EAAE,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AAC5F,OAAO,EAAE,qBAAqB,EAAE,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AAClG,OAAO,EAAE,mBAAmB,EAAE,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AAC5F,OAAO,EAAE,qBAAqB,EAAE,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AAClG,OAAO,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAC/D,OAAO,EAAE,yBAAyB,EAAE,qCAAqC,EAAE,MAAM,4BAA4B,CAAC;AAC9G,OAAO,EAAE,eAAe,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAE9E,yFAAyF;AACzF,OAAO,EACL,mBAAmB,EACnB,oBAAoB,EACrB,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Librarian Agent - Documentation and External Reference Finder
3
+ *
4
+ * Searches external resources: official docs, GitHub, Stack Overflow.
5
+ * For internal codebase searches, use explore agent instead.
6
+ *
7
+ * Ported from oh-my-opencode's librarian agent.
8
+ */
9
+ import type { AgentConfig, AgentPromptMetadata } from './types.js';
10
+ export declare const LIBRARIAN_PROMPT_METADATA: AgentPromptMetadata;
11
+ export declare const librarianAgent: AgentConfig;
12
+ //# sourceMappingURL=librarian.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"librarian.d.ts","sourceRoot":"","sources":["../../src/agents/librarian.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEnE,eAAO,MAAM,yBAAyB,EAAE,mBAqBvC,CAAC;AAmEF,eAAO,MAAM,cAAc,EAAE,WAO5B,CAAC"}