oh-my-opencode 4.19.0 → 4.19.2

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 (310) hide show
  1. package/.agents/command/omomomo.md +1 -1
  2. package/.agents/skills/omomomo/SKILL.md +1 -1
  3. package/.opencode/command/omomomo.md +1 -1
  4. package/README.ja.md +6 -6
  5. package/README.ko.md +6 -6
  6. package/README.md +6 -6
  7. package/README.ru.md +6 -6
  8. package/README.zh-cn.md +6 -6
  9. package/dist/agents/atlas/agent.d.ts +5 -3
  10. package/dist/agents/explore.d.ts +4 -2
  11. package/dist/agents/gpt-prompt-identity.d.ts +3 -0
  12. package/dist/agents/hephaestus/agent.d.ts +4 -2
  13. package/dist/agents/librarian.d.ts +4 -2
  14. package/dist/agents/metis.d.ts +4 -2
  15. package/dist/agents/momus.d.ts +3 -2
  16. package/dist/agents/multimodal-looker.d.ts +4 -2
  17. package/dist/agents/oracle.d.ts +4 -2
  18. package/dist/agents/sisyphus/claude-opus-5.d.ts +33 -0
  19. package/dist/agents/sisyphus/gpt-5-5.d.ts +1 -1
  20. package/dist/agents/sisyphus/gpt-task-system-guide.d.ts +1 -0
  21. package/dist/agents/sisyphus/index.d.ts +2 -0
  22. package/dist/agents/sisyphus-agent-factory.d.ts +5 -2
  23. package/dist/agents/sisyphus-junior/agent.d.ts +4 -1
  24. package/dist/agents/sisyphus-junior/gpt-5-5.d.ts +2 -2
  25. package/dist/agents/types.d.ts +2 -2
  26. package/dist/cli/index.js +23577 -19269
  27. package/dist/cli-node/index.js +23577 -19269
  28. package/dist/config/schema/agent-names.d.ts +26 -26
  29. package/dist/config/schema/agent-overrides.d.ts +400 -400
  30. package/dist/config/schema/browser-automation.d.ts +2 -2
  31. package/dist/config/schema/categories.d.ts +36 -36
  32. package/dist/config/schema/codegraph.d.ts +2 -0
  33. package/dist/config/schema/commands.d.ts +2 -2
  34. package/dist/config/schema/dynamic-context-pruning.d.ts +1 -1
  35. package/dist/config/schema/experimental.d.ts +1 -1
  36. package/dist/config/schema/fallback-models.d.ts +25 -25
  37. package/dist/config/schema/hooks.d.ts +43 -43
  38. package/dist/config/schema/internal/permission.d.ts +9 -9
  39. package/dist/config/schema/keyword-detector.d.ts +6 -6
  40. package/dist/config/schema/oh-my-opencode-config.d.ts +404 -402
  41. package/dist/config/schema/tmux.d.ts +6 -6
  42. package/dist/create-hooks.d.ts +35 -35
  43. package/dist/features/background-agent/spawner/tmux-callback-invoker.d.ts +11 -0
  44. package/dist/features/builtin-commands/templates/start-work.d.ts +1 -1
  45. package/dist/features/claude-tasks/types.d.ts +4 -4
  46. package/dist/features/team-mode/team-runtime/shutdown-helpers.d.ts +1 -1
  47. package/dist/features/team-mode/team-runtime/shutdown-test-fixtures.d.ts +4 -4
  48. package/dist/features/team-mode/tools/lifecycle-test-fixture.d.ts +42 -42
  49. package/dist/features/tmux-subagent/environment-eligibility.d.ts +2 -0
  50. package/dist/features/tmux-subagent/index.d.ts +1 -0
  51. package/dist/features/tmux-subagent/tracked-session-state.d.ts +1 -0
  52. package/dist/features/tui-sidebar/snapshot-schema.d.ts +6 -6
  53. package/dist/help/schema/acp.d.ts +3 -3
  54. package/dist/help/schema/doctor.d.ts +4 -4
  55. package/dist/help/schema/status.d.ts +3 -3
  56. package/dist/hooks/codegraph-bootstrap/hook.d.ts +3 -2
  57. package/dist/hooks/goal/types.d.ts +5 -5
  58. package/dist/hooks/non-interactive-env/constants.d.ts +4 -1
  59. package/dist/hooks/sisyphus-junior-notepad/constants.d.ts +1 -1
  60. package/dist/hooks/start-work/notepad-scaffold.d.ts +10 -0
  61. package/dist/hooks/start-work/parse-user-request.d.ts +2 -0
  62. package/dist/hooks/start-work/worktree-block.d.ts +5 -0
  63. package/dist/index.js +27370 -21301
  64. package/dist/mcp/types.d.ts +3 -3
  65. package/dist/oh-my-opencode.schema.json +11 -0
  66. package/dist/plugin/chat-message/loop-commands.d.ts +1 -0
  67. package/dist/plugin/command-execute-before.d.ts +3 -3
  68. package/dist/plugin/hooks/create-core-hooks.d.ts +25 -25
  69. package/dist/shared/omo-process-sweep.d.ts +18 -0
  70. package/dist/shared/tmux/tmux-utils/environment.d.ts +1 -1
  71. package/dist/shared/tmux/tmux-utils.d.ts +1 -1
  72. package/dist/shared/typescript-native-source-parser.d.ts +7 -0
  73. package/dist/skills/coding-agent-sessions/SKILL.md +5 -2
  74. package/dist/skills/coding-agent-sessions/references/all-platforms.md +3 -1
  75. package/dist/skills/coding-agent-sessions/references/senpi.md +15 -5
  76. package/dist/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +46 -0
  77. package/dist/skills/coding-agent-sessions/scripts/agent_sessions/scanners.py +19 -10
  78. package/dist/skills/debugging/SKILL.md +2 -1
  79. package/dist/skills/debugging/references/methodology/03-flaky-triage.md +47 -0
  80. package/dist/skills/programming/SKILL.md +11 -1
  81. package/dist/skills/programming/references/logging.md +6 -1
  82. package/dist/skills/programming/scripts/typescript/check-no-excuse-rules.test.ts +87 -0
  83. package/dist/skills/programming/scripts/typescript/check-no-excuse-rules.ts +75 -11
  84. package/dist/skills/start-work/SKILL.md +12 -2
  85. package/dist/skills/ulw-plan/SKILL.md +21 -2
  86. package/dist/skills/ulw-plan/references/full-workflow.md +12 -1
  87. package/dist/skills/ulw-plan/references/intent-clear.md +1 -1
  88. package/dist/testing/create-plugin-module.d.ts +1 -0
  89. package/dist/tools/task/types.d.ts +10 -10
  90. package/dist/tui.js +23442 -19182
  91. package/package.json +14 -14
  92. package/packages/git-bash-mcp/dist/cli.js +54 -8
  93. package/packages/lsp-core/src/lsp/client-diagnostics-freshness.integration.test.ts +62 -2
  94. package/packages/lsp-core/src/lsp/client.ts +14 -1
  95. package/packages/lsp-core/src/lsp/fixtures/diagnostics-freshness-contract-probe.ts +2 -2
  96. package/packages/lsp-core/src/mcp.ts +9 -0
  97. package/packages/lsp-daemon/dist/cli.js +319 -51
  98. package/packages/lsp-daemon/dist/client.js +136 -48
  99. package/packages/lsp-daemon/dist/daemon-client.d.ts +0 -10
  100. package/packages/lsp-daemon/dist/daemon-client.js +4 -34
  101. package/packages/lsp-daemon/dist/daemon-failure-result.d.ts +3 -0
  102. package/packages/lsp-daemon/dist/daemon-failure-result.js +38 -0
  103. package/packages/lsp-daemon/dist/daemon-request-error.d.ts +14 -0
  104. package/packages/lsp-daemon/dist/daemon-request-error.js +26 -0
  105. package/packages/lsp-daemon/dist/daemon-server.js +5 -1
  106. package/packages/lsp-daemon/dist/index.js +137 -48
  107. package/packages/lsp-daemon/dist/proxy.d.ts +2 -0
  108. package/packages/lsp-daemon/dist/proxy.js +1 -0
  109. package/packages/lsp-daemon/dist/version-reap.d.ts +26 -0
  110. package/packages/lsp-daemon/dist/version-reap.js +182 -0
  111. package/packages/lsp-tools-mcp/dist/cli.js +61 -10
  112. package/packages/lsp-tools-mcp/dist/lsp/manager.js +6 -1
  113. package/packages/lsp-tools-mcp/dist/mcp.js +61 -10
  114. package/packages/lsp-tools-mcp/dist/tools.js +6 -1
  115. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
  116. package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +72 -12
  117. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  118. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  119. package/packages/omo-codex/plugin/components/bootstrap/src/setup.ts +22 -2
  120. package/packages/omo-codex/plugin/components/codegraph/dist/cli.js +779 -385
  121. package/packages/omo-codex/plugin/components/codegraph/dist/serve.js +302 -173
  122. package/packages/omo-codex/plugin/components/codegraph/package.json +2 -2
  123. package/packages/omo-codex/plugin/components/codegraph/src/hook-types.ts +3 -1
  124. package/packages/omo-codex/plugin/components/codegraph/src/hook.ts +23 -42
  125. package/packages/omo-codex/plugin/components/codegraph/src/mcp-bridge.ts +98 -32
  126. package/packages/omo-codex/plugin/components/codegraph/src/mcp-unavailable.ts +5 -0
  127. package/packages/omo-codex/plugin/components/codegraph/src/serve.ts +17 -9
  128. package/packages/omo-codex/plugin/components/codegraph/src/session-start-worker.ts +18 -25
  129. package/packages/omo-codex/plugin/components/codegraph/src/sweep-cli.ts +1 -0
  130. package/packages/omo-codex/plugin/components/codegraph/test/hook-exclusion.test.ts +5 -0
  131. package/packages/omo-codex/plugin/components/codegraph/test/hook-store-upgrade.test.ts +176 -0
  132. package/packages/omo-codex/plugin/components/codegraph/test/hook.test.ts +6 -1
  133. package/packages/omo-codex/plugin/components/codegraph/test/mcp-bridge-fixtures.ts +31 -2
  134. package/packages/omo-codex/plugin/components/codegraph/test/package-runtime.test.ts +1 -1
  135. package/packages/omo-codex/plugin/components/codegraph/test/provisioned-node-guard.test.ts +6 -0
  136. package/packages/omo-codex/plugin/components/codegraph/test/serve-mcp-bridge-lifecycle.test.ts +65 -1
  137. package/packages/omo-codex/plugin/components/codegraph/test/serve-mcp-bridge.test.ts +3 -7
  138. package/packages/omo-codex/plugin/components/codegraph/test/serve-mcp-facade.test.ts +2 -1
  139. package/packages/omo-codex/plugin/components/codegraph/test/serve-provision.test.ts +57 -3
  140. package/packages/omo-codex/plugin/components/codegraph/test/serve-unavailable.test.ts +42 -0
  141. package/packages/omo-codex/plugin/components/codegraph/test/serve.test.ts +122 -10
  142. package/packages/omo-codex/plugin/components/codegraph/test/session-start-node-support.test.ts +2 -2
  143. package/packages/omo-codex/plugin/components/codegraph/test/session-start-worker-flow.test.ts +101 -64
  144. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  145. package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
  146. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  147. package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
  148. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
  149. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
  150. package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +3 -3
  151. package/packages/omo-codex/plugin/components/lsp/dist/cli.js +80 -40
  152. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  153. package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
  154. package/packages/omo-codex/plugin/components/rules/dist/cli.js +11 -0
  155. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  156. package/packages/omo-codex/plugin/components/rules/package.json +1 -1
  157. package/packages/omo-codex/plugin/components/rules/src/post-compact-budget.ts +11 -0
  158. package/packages/omo-codex/plugin/components/rules/test/post-compact-budget.test.ts +60 -0
  159. package/packages/omo-codex/plugin/components/start-work-continuation/directive.md +1 -1
  160. package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +2 -2
  161. package/packages/omo-codex/plugin/components/start-work-continuation/package.json +1 -1
  162. package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
  163. package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
  164. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  165. package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
  166. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-clone-fidelity-reviewer.toml +2 -2
  167. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-code-reviewer.toml +2 -2
  168. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-gate-reviewer.toml +1 -1
  169. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-worker-high.toml +1 -1
  170. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-worker-medium.toml +2 -2
  171. package/packages/omo-codex/plugin/components/ultrawork/agents/plan.toml +1 -1
  172. package/packages/omo-codex/plugin/components/ultrawork/directive.md +12 -7
  173. package/packages/omo-codex/plugin/components/ultrawork/dist/cli.js +1 -1
  174. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  175. package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
  176. package/packages/omo-codex/plugin/components/ultrawork/skills/ultrawork/SKILL.md +12 -7
  177. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/SKILL.md +21 -2
  178. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/full-workflow.md +12 -1
  179. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-clear.md +1 -1
  180. package/packages/omo-codex/plugin/components/ultrawork/src/codex-hook.ts +1 -1
  181. package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook-trigger-policy.test.ts +42 -0
  182. package/packages/omo-codex/plugin/components/ulw-loop/README.md +6 -4
  183. package/packages/omo-codex/plugin/components/ulw-loop/directive.md +12 -7
  184. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-continuation.d.ts +21 -0
  185. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-continuation.js +64 -0
  186. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint.js +15 -2
  187. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-arg-parser.js +1 -1
  188. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-commands.js +2 -1
  189. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-output.d.ts +1 -1
  190. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-output.js +3 -3
  191. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-steering.d.ts +3 -0
  192. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-steering.js +85 -0
  193. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-subcommands.d.ts +0 -1
  194. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-subcommands.js +13 -33
  195. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli.js +998 -593
  196. package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-instruction.js +1 -0
  197. package/packages/omo-codex/plugin/components/ulw-loop/dist/constants.d.ts +1 -1
  198. package/packages/omo-codex/plugin/components/ulw-loop/dist/constants.js +2 -0
  199. package/packages/omo-codex/plugin/components/ulw-loop/dist/domain-types.d.ts +6 -0
  200. package/packages/omo-codex/plugin/components/ulw-loop/dist/goal-status.d.ts +1 -0
  201. package/packages/omo-codex/plugin/components/ulw-loop/dist/goal-status.js +3 -0
  202. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-crud.d.ts +1 -0
  203. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-crud.js +4 -0
  204. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-io.d.ts +1 -0
  205. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-io.js +10 -2
  206. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-verdicts.js +1 -1
  207. package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-batch.d.ts +15 -0
  208. package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-batch.js +84 -0
  209. package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-mutations.d.ts +5 -0
  210. package/packages/omo-codex/plugin/components/ulw-loop/dist/steering-mutations.js +81 -0
  211. package/packages/omo-codex/plugin/components/ulw-loop/dist/steering.js +7 -59
  212. package/packages/omo-codex/plugin/components/ulw-loop/dist/stop-resume-hook.js +12 -4
  213. package/packages/omo-codex/plugin/components/ulw-loop/dist/validation-batch.d.ts +9 -0
  214. package/packages/omo-codex/plugin/components/ulw-loop/dist/validation-batch.js +122 -0
  215. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
  216. package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
  217. package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/SKILL.md +2 -1
  218. package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md +8 -6
  219. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-continuation.ts +84 -0
  220. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint.ts +13 -2
  221. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-arg-parser.ts +1 -1
  222. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-commands.ts +1 -1
  223. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-output.ts +3 -3
  224. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-steering.ts +49 -0
  225. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-subcommands.ts +13 -45
  226. package/packages/omo-codex/plugin/components/ulw-loop/src/codex-goal-instruction.ts +1 -0
  227. package/packages/omo-codex/plugin/components/ulw-loop/src/constants.ts +2 -0
  228. package/packages/omo-codex/plugin/components/ulw-loop/src/domain-types.ts +7 -0
  229. package/packages/omo-codex/plugin/components/ulw-loop/src/goal-status.ts +4 -0
  230. package/packages/omo-codex/plugin/components/ulw-loop/src/plan-crud.ts +4 -1
  231. package/packages/omo-codex/plugin/components/ulw-loop/src/plan-io.ts +20 -2
  232. package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-verdicts.ts +1 -1
  233. package/packages/omo-codex/plugin/components/ulw-loop/src/steering-batch.ts +125 -0
  234. package/packages/omo-codex/plugin/components/ulw-loop/src/steering-mutations.ts +59 -0
  235. package/packages/omo-codex/plugin/components/ulw-loop/src/steering.ts +6 -58
  236. package/packages/omo-codex/plugin/components/ulw-loop/src/stop-resume-hook.ts +12 -4
  237. package/packages/omo-codex/plugin/components/ulw-loop/src/validation-batch.ts +122 -0
  238. package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-continuation.test.ts +76 -0
  239. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-checkpoint-continuation.test.ts +111 -0
  240. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-steering-batch.test.ts +67 -0
  241. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-validation-batch.test.ts +57 -0
  242. package/packages/omo-codex/plugin/components/ulw-loop/test/paths.test.ts +1 -0
  243. package/packages/omo-codex/plugin/components/ulw-loop/test/steering-batch.test.ts +152 -0
  244. package/packages/omo-codex/plugin/components/ulw-loop/test/stop-resume-hook.test.ts +29 -0
  245. package/packages/omo-codex/plugin/components/ulw-loop/test/validation-batch-checkpoint.test.ts +147 -0
  246. package/packages/omo-codex/plugin/components/ulw-loop/test/validation-batch.test.ts +73 -0
  247. package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
  248. package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
  249. package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
  250. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
  251. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
  252. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
  253. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
  254. package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
  255. package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
  256. package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
  257. package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
  258. package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +2 -2
  259. package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
  260. package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +2 -2
  261. package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
  262. package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +2 -2
  263. package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +1 -1
  264. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
  265. package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +1 -1
  266. package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
  267. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
  268. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
  269. package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
  270. package/packages/omo-codex/plugin/package-lock.json +41 -41
  271. package/packages/omo-codex/plugin/package.json +1 -1
  272. package/packages/omo-codex/plugin/shared/test/config-loader.test.ts +44 -0
  273. package/packages/omo-codex/plugin/skills/coding-agent-sessions/SKILL.md +5 -2
  274. package/packages/omo-codex/plugin/skills/coding-agent-sessions/references/all-platforms.md +3 -1
  275. package/packages/omo-codex/plugin/skills/coding-agent-sessions/references/senpi.md +15 -5
  276. package/packages/omo-codex/plugin/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +46 -0
  277. package/packages/omo-codex/plugin/skills/coding-agent-sessions/scripts/agent_sessions/scanners.py +19 -10
  278. package/packages/omo-codex/plugin/skills/debugging/SKILL.md +2 -1
  279. package/packages/omo-codex/plugin/skills/debugging/references/methodology/03-flaky-triage.md +47 -0
  280. package/packages/omo-codex/plugin/skills/programming/SKILL.md +11 -1
  281. package/packages/omo-codex/plugin/skills/programming/references/logging.md +6 -1
  282. package/packages/omo-codex/plugin/skills/programming/scripts/typescript/check-no-excuse-rules.ts +75 -11
  283. package/packages/omo-codex/plugin/skills/start-work/SKILL.md +12 -2
  284. package/packages/omo-codex/plugin/skills/ultrawork/SKILL.md +12 -7
  285. package/packages/omo-codex/plugin/skills/ulw-loop/SKILL.md +2 -1
  286. package/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md +8 -6
  287. package/packages/omo-codex/plugin/skills/ulw-plan/SKILL.md +21 -2
  288. package/packages/omo-codex/plugin/skills/ulw-plan/references/full-workflow.md +12 -1
  289. package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-clear.md +1 -1
  290. package/packages/omo-codex/plugin/test/aggregate-agents.test.mjs +9 -9
  291. package/packages/omo-codex/plugin/test/aggregate-hooks.test.mjs +26 -0
  292. package/packages/omo-codex/plugin/test/bootstrap-setup.test.mjs +41 -0
  293. package/packages/omo-codex/plugin/test/sync-skills-orchestration.test.mjs +22 -0
  294. package/packages/omo-codex/scripts/install-dist/install-local.mjs +49 -5
  295. package/packages/omo-codex/scripts/install-marketplace-cache.test.mjs +4 -1
  296. package/packages/shared-skills/skills/coding-agent-sessions/SKILL.md +5 -2
  297. package/packages/shared-skills/skills/coding-agent-sessions/references/all-platforms.md +3 -1
  298. package/packages/shared-skills/skills/coding-agent-sessions/references/senpi.md +15 -5
  299. package/packages/shared-skills/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +46 -0
  300. package/packages/shared-skills/skills/coding-agent-sessions/scripts/agent_sessions/scanners.py +19 -10
  301. package/packages/shared-skills/skills/debugging/SKILL.md +2 -1
  302. package/packages/shared-skills/skills/debugging/references/methodology/03-flaky-triage.md +47 -0
  303. package/packages/shared-skills/skills/programming/SKILL.md +11 -1
  304. package/packages/shared-skills/skills/programming/references/logging.md +6 -1
  305. package/packages/shared-skills/skills/programming/scripts/typescript/check-no-excuse-rules.test.ts +87 -0
  306. package/packages/shared-skills/skills/programming/scripts/typescript/check-no-excuse-rules.ts +75 -11
  307. package/packages/shared-skills/skills/start-work/SKILL.md +12 -2
  308. package/packages/shared-skills/skills/ulw-plan/SKILL.md +21 -2
  309. package/packages/shared-skills/skills/ulw-plan/references/full-workflow.md +12 -1
  310. package/packages/shared-skills/skills/ulw-plan/references/intent-clear.md +1 -1
@@ -1,15 +1,15 @@
1
1
  import { z } from "zod";
2
2
  export declare const BrowserAutomationProviderSchema: z.ZodEnum<{
3
- playwright: "playwright";
4
3
  "agent-browser": "agent-browser";
5
4
  "dev-browser": "dev-browser";
5
+ playwright: "playwright";
6
6
  "playwright-cli": "playwright-cli";
7
7
  }>;
8
8
  export declare const BrowserAutomationConfigSchema: z.ZodObject<{
9
9
  provider: z.ZodDefault<z.ZodEnum<{
10
- playwright: "playwright";
11
10
  "agent-browser": "agent-browser";
12
11
  "dev-browser": "dev-browser";
12
+ playwright: "playwright";
13
13
  "playwright-cli": "playwright-cli";
14
14
  }>>;
15
15
  playwright_mcp_args: z.ZodOptional<z.ZodArray<z.ZodString>>;
@@ -6,21 +6,21 @@ export declare const CategoryConfigSchema: z.ZodObject<{
6
6
  model: z.ZodString;
7
7
  variant: z.ZodOptional<z.ZodString>;
8
8
  reasoningEffort: z.ZodOptional<z.ZodEnum<{
9
- max: "max";
10
- medium: "medium";
11
9
  high: "high";
12
- xhigh: "xhigh";
13
10
  low: "low";
14
- none: "none";
11
+ max: "max";
12
+ medium: "medium";
15
13
  minimal: "minimal";
14
+ none: "none";
15
+ xhigh: "xhigh";
16
16
  }>>;
17
17
  temperature: z.ZodOptional<z.ZodNumber>;
18
18
  top_p: z.ZodOptional<z.ZodNumber>;
19
19
  maxTokens: z.ZodOptional<z.ZodNumber>;
20
20
  thinking: z.ZodOptional<z.ZodObject<{
21
21
  type: z.ZodEnum<{
22
- enabled: "enabled";
23
22
  disabled: "disabled";
23
+ enabled: "enabled";
24
24
  }>;
25
25
  budgetTokens: z.ZodOptional<z.ZodNumber>;
26
26
  }, z.core.$strip>>;
@@ -28,21 +28,21 @@ export declare const CategoryConfigSchema: z.ZodObject<{
28
28
  model: z.ZodString;
29
29
  variant: z.ZodOptional<z.ZodString>;
30
30
  reasoningEffort: z.ZodOptional<z.ZodEnum<{
31
- max: "max";
32
- medium: "medium";
33
31
  high: "high";
34
- xhigh: "xhigh";
35
32
  low: "low";
36
- none: "none";
33
+ max: "max";
34
+ medium: "medium";
37
35
  minimal: "minimal";
36
+ none: "none";
37
+ xhigh: "xhigh";
38
38
  }>>;
39
39
  temperature: z.ZodOptional<z.ZodNumber>;
40
40
  top_p: z.ZodOptional<z.ZodNumber>;
41
41
  maxTokens: z.ZodOptional<z.ZodNumber>;
42
42
  thinking: z.ZodOptional<z.ZodObject<{
43
43
  type: z.ZodEnum<{
44
- enabled: "enabled";
45
44
  disabled: "disabled";
45
+ enabled: "enabled";
46
46
  }>;
47
47
  budgetTokens: z.ZodOptional<z.ZodNumber>;
48
48
  }, z.core.$strip>>;
@@ -53,24 +53,24 @@ export declare const CategoryConfigSchema: z.ZodObject<{
53
53
  maxTokens: z.ZodOptional<z.ZodNumber>;
54
54
  thinking: z.ZodOptional<z.ZodObject<{
55
55
  type: z.ZodEnum<{
56
- enabled: "enabled";
57
56
  disabled: "disabled";
57
+ enabled: "enabled";
58
58
  }>;
59
59
  budgetTokens: z.ZodOptional<z.ZodNumber>;
60
60
  }, z.core.$strip>>;
61
61
  reasoningEffort: z.ZodOptional<z.ZodEnum<{
62
- max: "max";
63
- medium: "medium";
64
62
  high: "high";
65
- xhigh: "xhigh";
66
63
  low: "low";
67
- none: "none";
64
+ max: "max";
65
+ medium: "medium";
68
66
  minimal: "minimal";
67
+ none: "none";
68
+ xhigh: "xhigh";
69
69
  }>>;
70
70
  textVerbosity: z.ZodOptional<z.ZodEnum<{
71
- medium: "medium";
72
71
  high: "high";
73
72
  low: "low";
73
+ medium: "medium";
74
74
  }>>;
75
75
  tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
76
76
  prompt_append: z.ZodOptional<z.ZodString>;
@@ -79,13 +79,13 @@ export declare const CategoryConfigSchema: z.ZodObject<{
79
79
  disable: z.ZodOptional<z.ZodBoolean>;
80
80
  }, z.core.$strip>;
81
81
  export declare const BuiltinCategoryNameSchema: z.ZodEnum<{
82
- "visual-engineering": "visual-engineering";
83
- ultrabrain: "ultrabrain";
84
- deep: "deep";
85
82
  artistry: "artistry";
83
+ deep: "deep";
86
84
  quick: "quick";
87
- "unspecified-low": "unspecified-low";
85
+ ultrabrain: "ultrabrain";
88
86
  "unspecified-high": "unspecified-high";
87
+ "unspecified-low": "unspecified-low";
88
+ "visual-engineering": "visual-engineering";
89
89
  writing: "writing";
90
90
  }>;
91
91
  export declare const CategoriesConfigSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -95,21 +95,21 @@ export declare const CategoriesConfigSchema: z.ZodRecord<z.ZodString, z.ZodObjec
95
95
  model: z.ZodString;
96
96
  variant: z.ZodOptional<z.ZodString>;
97
97
  reasoningEffort: z.ZodOptional<z.ZodEnum<{
98
- max: "max";
99
- medium: "medium";
100
98
  high: "high";
101
- xhigh: "xhigh";
102
99
  low: "low";
103
- none: "none";
100
+ max: "max";
101
+ medium: "medium";
104
102
  minimal: "minimal";
103
+ none: "none";
104
+ xhigh: "xhigh";
105
105
  }>>;
106
106
  temperature: z.ZodOptional<z.ZodNumber>;
107
107
  top_p: z.ZodOptional<z.ZodNumber>;
108
108
  maxTokens: z.ZodOptional<z.ZodNumber>;
109
109
  thinking: z.ZodOptional<z.ZodObject<{
110
110
  type: z.ZodEnum<{
111
- enabled: "enabled";
112
111
  disabled: "disabled";
112
+ enabled: "enabled";
113
113
  }>;
114
114
  budgetTokens: z.ZodOptional<z.ZodNumber>;
115
115
  }, z.core.$strip>>;
@@ -117,21 +117,21 @@ export declare const CategoriesConfigSchema: z.ZodRecord<z.ZodString, z.ZodObjec
117
117
  model: z.ZodString;
118
118
  variant: z.ZodOptional<z.ZodString>;
119
119
  reasoningEffort: z.ZodOptional<z.ZodEnum<{
120
- max: "max";
121
- medium: "medium";
122
120
  high: "high";
123
- xhigh: "xhigh";
124
121
  low: "low";
125
- none: "none";
122
+ max: "max";
123
+ medium: "medium";
126
124
  minimal: "minimal";
125
+ none: "none";
126
+ xhigh: "xhigh";
127
127
  }>>;
128
128
  temperature: z.ZodOptional<z.ZodNumber>;
129
129
  top_p: z.ZodOptional<z.ZodNumber>;
130
130
  maxTokens: z.ZodOptional<z.ZodNumber>;
131
131
  thinking: z.ZodOptional<z.ZodObject<{
132
132
  type: z.ZodEnum<{
133
- enabled: "enabled";
134
133
  disabled: "disabled";
134
+ enabled: "enabled";
135
135
  }>;
136
136
  budgetTokens: z.ZodOptional<z.ZodNumber>;
137
137
  }, z.core.$strip>>;
@@ -142,24 +142,24 @@ export declare const CategoriesConfigSchema: z.ZodRecord<z.ZodString, z.ZodObjec
142
142
  maxTokens: z.ZodOptional<z.ZodNumber>;
143
143
  thinking: z.ZodOptional<z.ZodObject<{
144
144
  type: z.ZodEnum<{
145
- enabled: "enabled";
146
145
  disabled: "disabled";
146
+ enabled: "enabled";
147
147
  }>;
148
148
  budgetTokens: z.ZodOptional<z.ZodNumber>;
149
149
  }, z.core.$strip>>;
150
150
  reasoningEffort: z.ZodOptional<z.ZodEnum<{
151
- max: "max";
152
- medium: "medium";
153
151
  high: "high";
154
- xhigh: "xhigh";
155
152
  low: "low";
156
- none: "none";
153
+ max: "max";
154
+ medium: "medium";
157
155
  minimal: "minimal";
156
+ none: "none";
157
+ xhigh: "xhigh";
158
158
  }>>;
159
159
  textVerbosity: z.ZodOptional<z.ZodEnum<{
160
- medium: "medium";
161
160
  high: "high";
162
161
  low: "low";
162
+ medium: "medium";
163
163
  }>>;
164
164
  tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
165
165
  prompt_append: z.ZodOptional<z.ZodString>;
@@ -2,7 +2,9 @@ import { z } from "zod";
2
2
  export declare const CodegraphConfigSchema: z.ZodObject<{
3
3
  auto_init: z.ZodDefault<z.ZodBoolean>;
4
4
  auto_provision: z.ZodDefault<z.ZodBoolean>;
5
+ daemon: z.ZodDefault<z.ZodBoolean>;
5
6
  enabled: z.ZodDefault<z.ZodBoolean>;
7
+ excluded_roots: z.ZodOptional<z.ZodArray<z.ZodString>>;
6
8
  install_dir: z.ZodOptional<z.ZodString>;
7
9
  telemetry: z.ZodOptional<z.ZodBoolean>;
8
10
  watch_debounce_ms: z.ZodOptional<z.ZodNumber>;
@@ -1,10 +1,10 @@
1
1
  import { z } from "zod";
2
2
  export declare const BuiltinCommandNameSchema: z.ZodEnum<{
3
- "remove-ai-slops": "remove-ai-slops";
4
3
  goal: "goal";
4
+ hyperplan: "hyperplan";
5
5
  refactor: "refactor";
6
+ "remove-ai-slops": "remove-ai-slops";
6
7
  "start-work": "start-work";
7
8
  "stop-continuation": "stop-continuation";
8
- hyperplan: "hyperplan";
9
9
  }>;
10
10
  export type BuiltinCommandName = z.infer<typeof BuiltinCommandNameSchema>;
@@ -2,9 +2,9 @@ import { z } from "zod";
2
2
  export declare const DynamicContextPruningConfigSchema: z.ZodObject<{
3
3
  enabled: z.ZodDefault<z.ZodBoolean>;
4
4
  notification: z.ZodDefault<z.ZodEnum<{
5
+ detailed: "detailed";
5
6
  minimal: "minimal";
6
7
  off: "off";
7
- detailed: "detailed";
8
8
  }>>;
9
9
  turn_protection: z.ZodOptional<z.ZodObject<{
10
10
  enabled: z.ZodDefault<z.ZodBoolean>;
@@ -6,9 +6,9 @@ export declare const ExperimentalConfigSchema: z.ZodObject<{
6
6
  dynamic_context_pruning: z.ZodOptional<z.ZodObject<{
7
7
  enabled: z.ZodDefault<z.ZodBoolean>;
8
8
  notification: z.ZodDefault<z.ZodEnum<{
9
+ detailed: "detailed";
9
10
  minimal: "minimal";
10
11
  off: "off";
11
- detailed: "detailed";
12
12
  }>>;
13
13
  turn_protection: z.ZodOptional<z.ZodObject<{
14
14
  enabled: z.ZodDefault<z.ZodBoolean>;
@@ -3,21 +3,21 @@ export declare const FallbackModelObjectSchema: z.ZodObject<{
3
3
  model: z.ZodString;
4
4
  variant: z.ZodOptional<z.ZodString>;
5
5
  reasoningEffort: z.ZodOptional<z.ZodEnum<{
6
- max: "max";
7
- medium: "medium";
8
6
  high: "high";
9
- xhigh: "xhigh";
10
7
  low: "low";
11
- none: "none";
8
+ max: "max";
9
+ medium: "medium";
12
10
  minimal: "minimal";
11
+ none: "none";
12
+ xhigh: "xhigh";
13
13
  }>>;
14
14
  temperature: z.ZodOptional<z.ZodNumber>;
15
15
  top_p: z.ZodOptional<z.ZodNumber>;
16
16
  maxTokens: z.ZodOptional<z.ZodNumber>;
17
17
  thinking: z.ZodOptional<z.ZodObject<{
18
18
  type: z.ZodEnum<{
19
- enabled: "enabled";
20
19
  disabled: "disabled";
20
+ enabled: "enabled";
21
21
  }>;
22
22
  budgetTokens: z.ZodOptional<z.ZodNumber>;
23
23
  }, z.core.$strip>>;
@@ -28,21 +28,21 @@ export declare const FallbackModelObjectArraySchema: z.ZodArray<z.ZodObject<{
28
28
  model: z.ZodString;
29
29
  variant: z.ZodOptional<z.ZodString>;
30
30
  reasoningEffort: z.ZodOptional<z.ZodEnum<{
31
- max: "max";
32
- medium: "medium";
33
31
  high: "high";
34
- xhigh: "xhigh";
35
32
  low: "low";
36
- none: "none";
33
+ max: "max";
34
+ medium: "medium";
37
35
  minimal: "minimal";
36
+ none: "none";
37
+ xhigh: "xhigh";
38
38
  }>>;
39
39
  temperature: z.ZodOptional<z.ZodNumber>;
40
40
  top_p: z.ZodOptional<z.ZodNumber>;
41
41
  maxTokens: z.ZodOptional<z.ZodNumber>;
42
42
  thinking: z.ZodOptional<z.ZodObject<{
43
43
  type: z.ZodEnum<{
44
- enabled: "enabled";
45
44
  disabled: "disabled";
45
+ enabled: "enabled";
46
46
  }>;
47
47
  budgetTokens: z.ZodOptional<z.ZodNumber>;
48
48
  }, z.core.$strip>>;
@@ -51,21 +51,21 @@ export declare const FallbackModelMixedArraySchema: z.ZodArray<z.ZodUnion<readon
51
51
  model: z.ZodString;
52
52
  variant: z.ZodOptional<z.ZodString>;
53
53
  reasoningEffort: z.ZodOptional<z.ZodEnum<{
54
- max: "max";
55
- medium: "medium";
56
54
  high: "high";
57
- xhigh: "xhigh";
58
55
  low: "low";
59
- none: "none";
56
+ max: "max";
57
+ medium: "medium";
60
58
  minimal: "minimal";
59
+ none: "none";
60
+ xhigh: "xhigh";
61
61
  }>>;
62
62
  temperature: z.ZodOptional<z.ZodNumber>;
63
63
  top_p: z.ZodOptional<z.ZodNumber>;
64
64
  maxTokens: z.ZodOptional<z.ZodNumber>;
65
65
  thinking: z.ZodOptional<z.ZodObject<{
66
66
  type: z.ZodEnum<{
67
- enabled: "enabled";
68
67
  disabled: "disabled";
68
+ enabled: "enabled";
69
69
  }>;
70
70
  budgetTokens: z.ZodOptional<z.ZodNumber>;
71
71
  }, z.core.$strip>>;
@@ -74,21 +74,21 @@ export declare const FallbackModelsSchema: z.ZodUnion<readonly [z.ZodString, z.Z
74
74
  model: z.ZodString;
75
75
  variant: z.ZodOptional<z.ZodString>;
76
76
  reasoningEffort: z.ZodOptional<z.ZodEnum<{
77
- max: "max";
78
- medium: "medium";
79
77
  high: "high";
80
- xhigh: "xhigh";
81
78
  low: "low";
82
- none: "none";
79
+ max: "max";
80
+ medium: "medium";
83
81
  minimal: "minimal";
82
+ none: "none";
83
+ xhigh: "xhigh";
84
84
  }>>;
85
85
  temperature: z.ZodOptional<z.ZodNumber>;
86
86
  top_p: z.ZodOptional<z.ZodNumber>;
87
87
  maxTokens: z.ZodOptional<z.ZodNumber>;
88
88
  thinking: z.ZodOptional<z.ZodObject<{
89
89
  type: z.ZodEnum<{
90
- enabled: "enabled";
91
90
  disabled: "disabled";
91
+ enabled: "enabled";
92
92
  }>;
93
93
  budgetTokens: z.ZodOptional<z.ZodNumber>;
94
94
  }, z.core.$strip>>;
@@ -96,21 +96,21 @@ export declare const FallbackModelsSchema: z.ZodUnion<readonly [z.ZodString, z.Z
96
96
  model: z.ZodString;
97
97
  variant: z.ZodOptional<z.ZodString>;
98
98
  reasoningEffort: z.ZodOptional<z.ZodEnum<{
99
- max: "max";
100
- medium: "medium";
101
99
  high: "high";
102
- xhigh: "xhigh";
103
100
  low: "low";
104
- none: "none";
101
+ max: "max";
102
+ medium: "medium";
105
103
  minimal: "minimal";
104
+ none: "none";
105
+ xhigh: "xhigh";
106
106
  }>>;
107
107
  temperature: z.ZodOptional<z.ZodNumber>;
108
108
  top_p: z.ZodOptional<z.ZodNumber>;
109
109
  maxTokens: z.ZodOptional<z.ZodNumber>;
110
110
  thinking: z.ZodOptional<z.ZodObject<{
111
111
  type: z.ZodEnum<{
112
- enabled: "enabled";
113
112
  disabled: "disabled";
113
+ enabled: "enabled";
114
114
  }>;
115
115
  budgetTokens: z.ZodOptional<z.ZodNumber>;
116
116
  }, z.core.$strip>>;
@@ -1,60 +1,60 @@
1
1
  import { z } from "zod";
2
2
  export declare const HookNameSchema: z.ZodEnum<{
3
- atlas: "atlas";
4
- goal: "goal";
5
- "start-work": "start-work";
6
- "todo-continuation-enforcer": "todo-continuation-enforcer";
7
- "session-notification": "session-notification";
8
- "comment-checker": "comment-checker";
9
- "tool-output-truncator": "tool-output-truncator";
10
- "question-label-truncator": "question-label-truncator";
11
- "directory-agents-injector": "directory-agents-injector";
12
- "directory-readme-injector": "directory-readme-injector";
13
- "empty-task-response-detector": "empty-task-response-detector";
14
- "think-mode": "think-mode";
15
- "model-fallback": "model-fallback";
3
+ "agent-usage-reminder": "agent-usage-reminder";
16
4
  "anthropic-context-window-limit-recovery": "anthropic-context-window-limit-recovery";
17
- "preemptive-compaction": "preemptive-compaction";
18
- "rules-injector": "rules-injector";
19
- "background-notification": "background-notification";
20
- "auto-update-checker": "auto-update-checker";
21
- "codegraph-bootstrap": "codegraph-bootstrap";
22
5
  "ast-grep-sg-provision": "ast-grep-sg-provision";
23
- "startup-toast": "startup-toast";
24
- "keyword-detector": "keyword-detector";
25
- "agent-usage-reminder": "agent-usage-reminder";
26
- "non-interactive-env": "non-interactive-env";
27
- "interactive-bash-session": "interactive-bash-session";
28
- "tool-pair-validator": "tool-pair-validator";
29
- "monitor-status-injector": "monitor-status-injector";
6
+ atlas: "atlas";
7
+ "auto-slash-command": "auto-slash-command";
8
+ "auto-update-checker": "auto-update-checker";
9
+ "background-notification": "background-notification";
10
+ "bash-file-read-guard": "bash-file-read-guard";
30
11
  "category-skill-reminder": "category-skill-reminder";
12
+ "claude-code-hooks": "claude-code-hooks";
13
+ "codegraph-bootstrap": "codegraph-bootstrap";
14
+ "comment-checker": "comment-checker";
31
15
  "compaction-context-injector": "compaction-context-injector";
32
16
  "compaction-todo-preserver": "compaction-todo-preserver";
33
- "claude-code-hooks": "claude-code-hooks";
34
- "auto-slash-command": "auto-slash-command";
17
+ "delegate-task-retry": "delegate-task-retry";
18
+ "directory-agents-injector": "directory-agents-injector";
19
+ "directory-readme-injector": "directory-readme-injector";
35
20
  "edit-error-recovery": "edit-error-recovery";
21
+ "empty-task-response-detector": "empty-task-response-detector";
22
+ "fsync-skip-warning": "fsync-skip-warning";
23
+ goal: "goal";
24
+ "hashline-read-enhancer": "hashline-read-enhancer";
25
+ "hephaestus-agents-md-injector": "hephaestus-agents-md-injector";
26
+ "interactive-bash-session": "interactive-bash-session";
36
27
  "json-error-recovery": "json-error-recovery";
37
- "delegate-task-retry": "delegate-task-retry";
28
+ "keyword-detector": "keyword-detector";
29
+ "legacy-plugin-toast": "legacy-plugin-toast";
30
+ "model-fallback": "model-fallback";
31
+ "monitor-status-injector": "monitor-status-injector";
32
+ "no-hephaestus-non-gpt": "no-hephaestus-non-gpt";
33
+ "no-sisyphus-gpt": "no-sisyphus-gpt";
34
+ "non-interactive-env": "non-interactive-env";
35
+ "notepad-write-guard": "notepad-write-guard";
36
+ "plan-format-validator": "plan-format-validator";
37
+ "preemptive-compaction": "preemptive-compaction";
38
38
  "prometheus-md-only": "prometheus-md-only";
39
+ "question-label-truncator": "question-label-truncator";
40
+ "read-image-resizer": "read-image-resizer";
41
+ "rules-injector": "rules-injector";
42
+ "runtime-fallback": "runtime-fallback";
43
+ "session-notification": "session-notification";
39
44
  "sisyphus-junior-notepad": "sisyphus-junior-notepad";
40
- "team-tool-gating": "team-tool-gating";
41
- "no-sisyphus-gpt": "no-sisyphus-gpt";
42
- "no-hephaestus-non-gpt": "no-hephaestus-non-gpt";
43
- "hephaestus-agents-md-injector": "hephaestus-agents-md-injector";
44
- "unstable-agent-babysitter": "unstable-agent-babysitter";
45
- "task-resume-info": "task-resume-info";
45
+ "start-work": "start-work";
46
+ "startup-toast": "startup-toast";
46
47
  "stop-continuation-guard": "stop-continuation-guard";
48
+ "task-resume-info": "task-resume-info";
47
49
  "tasks-todowrite-disabler": "tasks-todowrite-disabler";
48
- "runtime-fallback": "runtime-fallback";
49
- "write-existing-file-guard": "write-existing-file-guard";
50
- "notepad-write-guard": "notepad-write-guard";
51
- "bash-file-read-guard": "bash-file-read-guard";
52
- "hashline-read-enhancer": "hashline-read-enhancer";
53
- "read-image-resizer": "read-image-resizer";
50
+ "team-tool-gating": "team-tool-gating";
51
+ "think-mode": "think-mode";
52
+ "todo-continuation-enforcer": "todo-continuation-enforcer";
54
53
  "todo-description-override": "todo-description-override";
54
+ "tool-output-truncator": "tool-output-truncator";
55
+ "tool-pair-validator": "tool-pair-validator";
56
+ "unstable-agent-babysitter": "unstable-agent-babysitter";
55
57
  "webfetch-redirect-guard": "webfetch-redirect-guard";
56
- "fsync-skip-warning": "fsync-skip-warning";
57
- "plan-format-validator": "plan-format-validator";
58
- "legacy-plugin-toast": "legacy-plugin-toast";
58
+ "write-existing-file-guard": "write-existing-file-guard";
59
59
  }>;
60
60
  export type HookName = z.infer<typeof HookNameSchema>;
@@ -1,48 +1,48 @@
1
1
  import { z } from "zod";
2
2
  export declare const PermissionValueSchema: z.ZodEnum<{
3
- ask: "ask";
4
3
  allow: "allow";
4
+ ask: "ask";
5
5
  deny: "deny";
6
6
  }>;
7
7
  export type PermissionValue = z.infer<typeof PermissionValueSchema>;
8
8
  export declare const AgentPermissionSchema: z.ZodObject<{
9
9
  edit: z.ZodOptional<z.ZodEnum<{
10
- ask: "ask";
11
10
  allow: "allow";
11
+ ask: "ask";
12
12
  deny: "deny";
13
13
  }>>;
14
14
  bash: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
15
- ask: "ask";
16
15
  allow: "allow";
16
+ ask: "ask";
17
17
  deny: "deny";
18
18
  }>, z.ZodRecord<z.ZodString, z.ZodEnum<{
19
- ask: "ask";
20
19
  allow: "allow";
20
+ ask: "ask";
21
21
  deny: "deny";
22
22
  }>>]>>;
23
23
  webfetch: z.ZodOptional<z.ZodEnum<{
24
- ask: "ask";
25
24
  allow: "allow";
25
+ ask: "ask";
26
26
  deny: "deny";
27
27
  }>>;
28
28
  task: z.ZodOptional<z.ZodEnum<{
29
- ask: "ask";
30
29
  allow: "allow";
30
+ ask: "ask";
31
31
  deny: "deny";
32
32
  }>>;
33
33
  doom_loop: z.ZodOptional<z.ZodEnum<{
34
- ask: "ask";
35
34
  allow: "allow";
35
+ ask: "ask";
36
36
  deny: "deny";
37
37
  }>>;
38
38
  external_directory: z.ZodOptional<z.ZodEnum<{
39
- ask: "ask";
40
39
  allow: "allow";
40
+ ask: "ask";
41
41
  deny: "deny";
42
42
  }>>;
43
43
  }, z.core.$catchall<z.ZodOptional<z.ZodEnum<{
44
- ask: "ask";
45
44
  allow: "allow";
45
+ ask: "ask";
46
46
  deny: "deny";
47
47
  }>>>>;
48
48
  export type AgentPermission = z.infer<typeof AgentPermissionSchema>;
@@ -1,23 +1,23 @@
1
1
  import { z } from "zod";
2
2
  export declare const KeywordTypeSchema: z.ZodEnum<{
3
- ultrawork: "ultrawork";
4
3
  hyperplan: "hyperplan";
5
- team: "team";
6
4
  "hyperplan-ultrawork": "hyperplan-ultrawork";
5
+ team: "team";
6
+ ultrawork: "ultrawork";
7
7
  }>;
8
8
  export type KeywordType = z.infer<typeof KeywordTypeSchema>;
9
9
  export declare const KeywordDetectorConfigSchema: z.ZodObject<{
10
10
  enabled_expansions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
11
- ultrawork: "ultrawork";
12
11
  hyperplan: "hyperplan";
13
- team: "team";
14
12
  "hyperplan-ultrawork": "hyperplan-ultrawork";
13
+ team: "team";
14
+ ultrawork: "ultrawork";
15
15
  }>>>;
16
16
  disabled_keywords: z.ZodOptional<z.ZodArray<z.ZodEnum<{
17
- ultrawork: "ultrawork";
18
17
  hyperplan: "hyperplan";
19
- team: "team";
20
18
  "hyperplan-ultrawork": "hyperplan-ultrawork";
19
+ team: "team";
20
+ ultrawork: "ultrawork";
21
21
  }>>>;
22
22
  }, z.core.$strip>;
23
23
  export type KeywordDetectorConfig = z.infer<typeof KeywordDetectorConfigSchema>;