oh-my-opencode 4.19.1 → 4.19.3

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 (268) hide show
  1. package/.agents/command/publish.md +95 -28
  2. package/.agents/skills/publish/SKILL.md +20 -6
  3. package/.opencode/command/publish.md +95 -28
  4. package/README.ja.md +2 -2
  5. package/README.ko.md +2 -2
  6. package/README.md +2 -2
  7. package/README.ru.md +2 -2
  8. package/README.zh-cn.md +2 -2
  9. package/THIRD-PARTY-NOTICES.md +7 -7
  10. package/dist/agents/atlas/agent.d.ts +4 -2
  11. package/dist/agents/explore.d.ts +4 -2
  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/index.d.ts +2 -0
  20. package/dist/agents/sisyphus-agent-factory.d.ts +5 -2
  21. package/dist/agents/sisyphus-junior/agent.d.ts +4 -1
  22. package/dist/agents/sisyphus-runtime-prompt-reconciler.d.ts +1 -1
  23. package/dist/agents/types.d.ts +2 -2
  24. package/dist/cli/config-migrate.d.ts +8 -0
  25. package/dist/cli/doctor/checks/legacy-config-leftovers.d.ts +10 -0
  26. package/dist/cli/doctor/checks/model-resolution-config.d.ts +1 -1
  27. package/dist/cli/doctor/checks/tools-lsp.d.ts +1 -1
  28. package/dist/cli/doctor/framework/constants.d.ts +1 -1
  29. package/dist/cli/index.js +95391 -88524
  30. package/dist/cli-node/index.js +95504 -88637
  31. package/dist/config/schema/agent-names.d.ts +26 -26
  32. package/dist/config/schema/agent-overrides.d.ts +400 -400
  33. package/dist/config/schema/browser-automation.d.ts +2 -2
  34. package/dist/config/schema/categories.d.ts +36 -36
  35. package/dist/config/schema/commands.d.ts +2 -2
  36. package/dist/config/schema/dynamic-context-pruning.d.ts +1 -1
  37. package/dist/config/schema/experimental.d.ts +1 -1
  38. package/dist/config/schema/fallback-models.d.ts +25 -25
  39. package/dist/config/schema/hooks.d.ts +43 -43
  40. package/dist/config/schema/internal/permission.d.ts +9 -9
  41. package/dist/config/schema/keyword-detector.d.ts +6 -6
  42. package/dist/config/schema/oh-my-opencode-config.d.ts +402 -402
  43. package/dist/config/schema/tmux.d.ts +6 -6
  44. package/dist/config/validate.d.ts +2 -1
  45. package/dist/config-migration/deep-diff.d.ts +1 -0
  46. package/dist/config-migration/discovery-paths.d.ts +11 -0
  47. package/dist/config-migration/discovery-roots.d.ts +7 -0
  48. package/dist/config-migration/discovery.d.ts +4 -0
  49. package/dist/config-migration/index.d.ts +9 -0
  50. package/dist/config-migration/legacy-history.d.ts +3 -0
  51. package/dist/config-migration/migration-executor.d.ts +4 -0
  52. package/dist/config-migration/migration-plans.d.ts +14 -0
  53. package/dist/config-migration/record-values.d.ts +4 -0
  54. package/dist/config-migration/schema-url.d.ts +1 -0
  55. package/dist/config-migration/transform-config-jsonc.d.ts +2 -0
  56. package/dist/config-migration/transform-opencode.d.ts +2 -0
  57. package/dist/config-migration/transform-types.d.ts +24 -0
  58. package/dist/config-migration/types.d.ts +39 -0
  59. package/dist/create-hooks.d.ts +35 -35
  60. package/dist/features/background-agent/spawner/tmux-callback-invoker.d.ts +11 -0
  61. package/dist/features/builtin-commands/templates/hyperplan.d.ts +1 -1
  62. package/dist/features/builtin-commands/templates/start-work.d.ts +1 -1
  63. package/dist/features/claude-tasks/types.d.ts +4 -4
  64. package/dist/features/team-mode/team-runtime/shutdown-helpers.d.ts +1 -1
  65. package/dist/features/team-mode/team-runtime/shutdown-test-fixtures.d.ts +4 -4
  66. package/dist/features/team-mode/tools/lifecycle-test-fixture.d.ts +42 -42
  67. package/dist/features/tmux-subagent/environment-eligibility.d.ts +2 -0
  68. package/dist/features/tmux-subagent/index.d.ts +1 -0
  69. package/dist/features/tmux-subagent/tracked-session-state.d.ts +1 -0
  70. package/dist/features/tui-sidebar/snapshot-schema.d.ts +6 -6
  71. package/dist/help/schema/acp.d.ts +3 -3
  72. package/dist/help/schema/doctor.d.ts +4 -4
  73. package/dist/help/schema/status.d.ts +3 -3
  74. package/dist/hooks/auto-update-checker/constants.d.ts +3 -3
  75. package/dist/hooks/goal/types.d.ts +5 -5
  76. package/dist/hooks/non-interactive-env/constants.d.ts +4 -1
  77. package/dist/hooks/start-work/parse-user-request.d.ts +2 -0
  78. package/dist/hooks/start-work/worktree-block.d.ts +5 -0
  79. package/dist/index.js +35450 -28257
  80. package/dist/mcp/types.d.ts +3 -3
  81. package/dist/oh-my-opencode.schema.json +1 -1
  82. package/dist/plugin/chat-message/loop-commands.d.ts +1 -0
  83. package/dist/plugin/command-execute-before.d.ts +3 -3
  84. package/dist/plugin/hooks/create-core-hooks.d.ts +25 -25
  85. package/dist/plugin-config/omo-config-chain.d.ts +14 -0
  86. package/dist/plugin-config/unknown-key-diagnostics.d.ts +5 -0
  87. package/dist/plugin-config.d.ts +2 -2
  88. package/dist/shared/agent-display-names.d.ts +1 -1
  89. package/dist/shared/jsonc-parser.d.ts +1 -1
  90. package/dist/shared/migration.d.ts +5 -1
  91. package/dist/shared/opencode-config-dir-types.d.ts +0 -1
  92. package/dist/shared/plugin-identity.d.ts +6 -8
  93. package/dist/shared/project-discovery-dirs.d.ts +0 -1
  94. package/dist/shared/tmux/tmux-utils/environment.d.ts +1 -1
  95. package/dist/shared/tmux/tmux-utils.d.ts +1 -1
  96. package/dist/shared/typescript-native-source-parser.d.ts +7 -0
  97. package/dist/skills/coding-agent-sessions/SKILL.md +5 -2
  98. package/dist/skills/coding-agent-sessions/references/all-platforms.md +3 -1
  99. package/dist/skills/coding-agent-sessions/references/senpi.md +15 -5
  100. package/dist/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +46 -0
  101. package/dist/skills/coding-agent-sessions/scripts/agent_sessions/scanners.py +19 -10
  102. package/dist/skills/debugging/SKILL.md +2 -1
  103. package/dist/skills/debugging/references/methodology/03-flaky-triage.md +47 -0
  104. package/dist/skills/frontend/ATTRIBUTION.md +7 -0
  105. package/dist/skills/frontend/SKILL.md +4 -1
  106. package/dist/skills/frontend/references/design/README.md +8 -0
  107. package/dist/skills/frontend/references/design/_INDEX.md +14 -1
  108. package/dist/skills/frontend/references/design/interaction-skill.md +144 -0
  109. package/dist/skills/programming/SKILL.md +11 -1
  110. package/dist/skills/programming/references/logging.md +6 -1
  111. package/dist/skills/programming/scripts/typescript/check-no-excuse-rules.ts +51 -17
  112. package/dist/skills/start-work/SKILL.md +12 -2
  113. package/dist/skills/ulw-plan/SKILL.md +1 -1
  114. package/dist/skills/ulw-plan/references/full-workflow.md +12 -1
  115. package/dist/skills/ulw-plan/references/intent-clear.md +1 -1
  116. package/dist/startup-migration.d.ts +28 -0
  117. package/dist/testing/create-plugin-module.d.ts +4 -0
  118. package/dist/tools/task/types.d.ts +10 -10
  119. package/dist/tui.js +31812 -26849
  120. package/package.json +14 -14
  121. package/packages/lsp-core/src/lsp/client-diagnostics-freshness.integration.test.ts +21 -5
  122. package/packages/lsp-core/src/lsp/fixtures/workspace-edit-server.mjs +11 -2
  123. package/packages/omo-codex/THIRD-PARTY-NOTICES.md +2 -2
  124. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
  125. package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +8 -4
  126. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  127. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  128. package/packages/omo-codex/plugin/components/codegraph/AGENTS.md +11 -5
  129. package/packages/omo-codex/plugin/components/codegraph/NOTICE +1 -1
  130. package/packages/omo-codex/plugin/components/codegraph/dist/cli.js +10272 -2600
  131. package/packages/omo-codex/plugin/components/codegraph/dist/serve.js +7341 -562
  132. package/packages/omo-codex/plugin/components/codegraph/package.json +2 -2
  133. package/packages/omo-codex/plugin/components/codegraph/src/hook-input.ts +33 -0
  134. package/packages/omo-codex/plugin/components/codegraph/src/hook-types.ts +36 -10
  135. package/packages/omo-codex/plugin/components/codegraph/src/hook.ts +170 -186
  136. package/packages/omo-codex/plugin/components/codegraph/src/post-tool-use-hook.ts +34 -0
  137. package/packages/omo-codex/plugin/components/codegraph/src/serve.ts +22 -5
  138. package/packages/omo-codex/plugin/components/codegraph/src/session-start-command.ts +106 -0
  139. package/packages/omo-codex/plugin/components/codegraph/src/session-start-cooldown.ts +145 -0
  140. package/packages/omo-codex/plugin/components/codegraph/src/session-start-hook-runtime.ts +21 -0
  141. package/packages/omo-codex/plugin/components/codegraph/src/session-start-lock.ts +139 -0
  142. package/packages/omo-codex/plugin/components/codegraph/src/session-start-outcome.ts +15 -0
  143. package/packages/omo-codex/plugin/components/codegraph/src/session-start-paths.ts +32 -0
  144. package/packages/omo-codex/plugin/components/codegraph/src/session-start-project.ts +109 -0
  145. package/packages/omo-codex/plugin/components/codegraph/src/session-start-worker-result.ts +148 -0
  146. package/packages/omo-codex/plugin/components/codegraph/src/session-start-worker.ts +126 -186
  147. package/packages/omo-codex/plugin/components/codegraph/test/hook-exclusion.test.ts +9 -4
  148. package/packages/omo-codex/plugin/components/codegraph/test/hook-session-start-guard.test.ts +160 -0
  149. package/packages/omo-codex/plugin/components/codegraph/test/hook-store-upgrade.test.ts +12 -110
  150. package/packages/omo-codex/plugin/components/codegraph/test/hook.test.ts +29 -20
  151. package/packages/omo-codex/plugin/components/codegraph/test/mcp-bridge-fixtures.ts +3 -3
  152. package/packages/omo-codex/plugin/components/codegraph/test/package-runtime.test.ts +2 -2
  153. package/packages/omo-codex/plugin/components/codegraph/test/provisioned-node-guard.test.ts +11 -5
  154. package/packages/omo-codex/plugin/components/codegraph/test/serve-mcp-bridge.test.ts +3 -3
  155. package/packages/omo-codex/plugin/components/codegraph/test/serve-mcp-facade.test.ts +2 -1
  156. package/packages/omo-codex/plugin/components/codegraph/test/serve-provision.test.ts +50 -5
  157. package/packages/omo-codex/plugin/components/codegraph/test/serve-unavailable.test.ts +3 -2
  158. package/packages/omo-codex/plugin/components/codegraph/test/serve.test.ts +24 -13
  159. package/packages/omo-codex/plugin/components/codegraph/test/session-start-node-support.test.ts +70 -13
  160. package/packages/omo-codex/plugin/components/codegraph/test/session-start-project.test.ts +58 -0
  161. package/packages/omo-codex/plugin/components/codegraph/test/session-start-state.test.ts +104 -0
  162. package/packages/omo-codex/plugin/components/codegraph/test/session-start-trust-boundary.test.ts +4 -2
  163. package/packages/omo-codex/plugin/components/codegraph/test/session-start-worker-cooldown.test.ts +116 -0
  164. package/packages/omo-codex/plugin/components/codegraph/test/session-start-worker-flow.test.ts +114 -119
  165. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  166. package/packages/omo-codex/plugin/components/comment-checker/package.json +1 -1
  167. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  168. package/packages/omo-codex/plugin/components/git-bash/package.json +1 -1
  169. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
  170. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +1 -1
  171. package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +2 -2
  172. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  173. package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
  174. package/packages/omo-codex/plugin/components/rules/dist/cli.js +31 -14
  175. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  176. package/packages/omo-codex/plugin/components/rules/package.json +1 -1
  177. package/packages/omo-codex/plugin/components/start-work-continuation/directive.md +1 -1
  178. package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +2 -2
  179. package/packages/omo-codex/plugin/components/start-work-continuation/package.json +1 -1
  180. package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
  181. package/packages/omo-codex/plugin/components/teammode/package.json +1 -1
  182. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  183. package/packages/omo-codex/plugin/components/telemetry/package.json +1 -1
  184. package/packages/omo-codex/plugin/components/ultrawork/directive.md +12 -7
  185. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  186. package/packages/omo-codex/plugin/components/ultrawork/package.json +1 -1
  187. package/packages/omo-codex/plugin/components/ultrawork/skills/ultrawork/SKILL.md +12 -7
  188. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/SKILL.md +1 -1
  189. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/full-workflow.md +12 -1
  190. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-clear.md +1 -1
  191. package/packages/omo-codex/plugin/components/ulw-loop/directive.md +12 -7
  192. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
  193. package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
  194. package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/SKILL.md +19 -1
  195. package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
  196. package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
  197. package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
  198. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
  199. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
  200. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
  201. package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
  202. package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
  203. package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
  204. package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
  205. package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
  206. package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
  207. package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
  208. package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +1 -1
  209. package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
  210. package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
  211. package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +1 -1
  212. package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
  213. package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +1 -1
  214. package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
  215. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
  216. package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
  217. package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
  218. package/packages/omo-codex/plugin/package-lock.json +42 -41
  219. package/packages/omo-codex/plugin/package.json +1 -1
  220. package/packages/omo-codex/plugin/shared/src/config-loader.ts +165 -16
  221. package/packages/omo-codex/plugin/shared/src/config-migration.ts +162 -0
  222. package/packages/omo-codex/plugin/shared/test/config-loader.test.ts +196 -18
  223. package/packages/omo-codex/plugin/skills/coding-agent-sessions/SKILL.md +5 -2
  224. package/packages/omo-codex/plugin/skills/coding-agent-sessions/references/all-platforms.md +3 -1
  225. package/packages/omo-codex/plugin/skills/coding-agent-sessions/references/senpi.md +15 -5
  226. package/packages/omo-codex/plugin/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +46 -0
  227. package/packages/omo-codex/plugin/skills/coding-agent-sessions/scripts/agent_sessions/scanners.py +19 -10
  228. package/packages/omo-codex/plugin/skills/debugging/SKILL.md +2 -1
  229. package/packages/omo-codex/plugin/skills/debugging/references/methodology/03-flaky-triage.md +47 -0
  230. package/packages/omo-codex/plugin/skills/frontend/ATTRIBUTION.md +7 -0
  231. package/packages/omo-codex/plugin/skills/frontend/SKILL.md +4 -1
  232. package/packages/omo-codex/plugin/skills/frontend/references/design/README.md +8 -0
  233. package/packages/omo-codex/plugin/skills/frontend/references/design/_INDEX.md +14 -1
  234. package/packages/omo-codex/plugin/skills/frontend/references/design/interaction-skill.md +144 -0
  235. package/packages/omo-codex/plugin/skills/programming/SKILL.md +11 -1
  236. package/packages/omo-codex/plugin/skills/programming/references/logging.md +6 -1
  237. package/packages/omo-codex/plugin/skills/programming/scripts/typescript/check-no-excuse-rules.ts +51 -17
  238. package/packages/omo-codex/plugin/skills/start-work/SKILL.md +12 -2
  239. package/packages/omo-codex/plugin/skills/ultrawork/SKILL.md +12 -7
  240. package/packages/omo-codex/plugin/skills/ulw-loop/SKILL.md +19 -1
  241. package/packages/omo-codex/plugin/skills/ulw-plan/SKILL.md +1 -1
  242. package/packages/omo-codex/plugin/skills/ulw-plan/references/full-workflow.md +12 -1
  243. package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-clear.md +1 -1
  244. package/packages/omo-codex/plugin/test/sync-skills-orchestration.test.mjs +22 -0
  245. package/packages/omo-codex/scripts/install-dist/install-local.mjs +1 -1
  246. package/packages/shared-skills/skills/coding-agent-sessions/SKILL.md +5 -2
  247. package/packages/shared-skills/skills/coding-agent-sessions/references/all-platforms.md +3 -1
  248. package/packages/shared-skills/skills/coding-agent-sessions/references/senpi.md +15 -5
  249. package/packages/shared-skills/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +46 -0
  250. package/packages/shared-skills/skills/coding-agent-sessions/scripts/agent_sessions/scanners.py +19 -10
  251. package/packages/shared-skills/skills/debugging/SKILL.md +2 -1
  252. package/packages/shared-skills/skills/debugging/references/methodology/03-flaky-triage.md +47 -0
  253. package/packages/shared-skills/skills/frontend/ATTRIBUTION.md +7 -0
  254. package/packages/shared-skills/skills/frontend/SKILL.md +4 -1
  255. package/packages/shared-skills/skills/frontend/references/design/README.md +8 -0
  256. package/packages/shared-skills/skills/frontend/references/design/_INDEX.md +14 -1
  257. package/packages/shared-skills/skills/frontend/references/design/interaction-skill.md +144 -0
  258. package/packages/shared-skills/skills/programming/SKILL.md +11 -1
  259. package/packages/shared-skills/skills/programming/references/logging.md +6 -1
  260. package/packages/shared-skills/skills/programming/scripts/typescript/check-no-excuse-rules.ts +51 -17
  261. package/packages/shared-skills/skills/start-work/SKILL.md +12 -2
  262. package/packages/shared-skills/skills/ulw-plan/SKILL.md +1 -1
  263. package/packages/shared-skills/skills/ulw-plan/references/full-workflow.md +12 -1
  264. package/packages/shared-skills/skills/ulw-plan/references/intent-clear.md +1 -1
  265. package/dist/plugin-config/layered-config-loader.d.ts +0 -2
  266. package/dist/plugin-config/single-config-loader.d.ts +0 -4
  267. package/dist/shared/migrate-legacy-config-file.d.ts +0 -1
  268. package/dist/shared/migration/config-migration.d.ts +0 -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
- xhigh: "xhigh";
12
9
  high: "high";
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
- xhigh: "xhigh";
34
31
  high: "high";
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
- xhigh: "xhigh";
65
62
  high: "high";
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
- xhigh: "xhigh";
101
98
  high: "high";
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
- xhigh: "xhigh";
123
120
  high: "high";
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
- xhigh: "xhigh";
154
151
  high: "high";
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>;
@@ -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
- xhigh: "xhigh";
9
6
  high: "high";
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
- xhigh: "xhigh";
34
31
  high: "high";
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
- xhigh: "xhigh";
57
54
  high: "high";
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
- xhigh: "xhigh";
80
77
  high: "high";
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
- xhigh: "xhigh";
102
99
  high: "high";
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>;