takt 0.41.0 → 0.43.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.
- package/README.md +59 -28
- package/builtins/en/config.yaml +9 -1
- package/builtins/en/facets/instructions/dual-team-leader-implement.md +7 -2
- package/builtins/en/facets/instructions/fix-maintenance.md +43 -0
- package/builtins/en/facets/instructions/implement-maintenance.md +72 -0
- package/builtins/en/facets/instructions/plan-maintenance.md +51 -0
- package/builtins/en/facets/instructions/review-coding.md +8 -0
- package/builtins/en/facets/instructions/supervise-maintenance.md +110 -0
- package/builtins/en/facets/instructions/team-leader-implement.md +6 -1
- package/builtins/en/facets/instructions/write-tests-first.md +5 -0
- package/builtins/en/facets/instructions/write-tests-maintenance.md +45 -0
- package/builtins/en/facets/knowledge/architecture.md +18 -13
- package/builtins/en/facets/knowledge/cqrs-es.md +48 -0
- package/builtins/en/facets/knowledge/existing-system.md +70 -0
- package/builtins/en/facets/knowledge/frontend.md +25 -0
- package/builtins/en/facets/knowledge/react.md +35 -0
- package/builtins/en/facets/output-contracts/coding-review.md +41 -0
- package/builtins/en/facets/output-contracts/frontend-review.md +1 -0
- package/builtins/en/facets/output-contracts/maintenance-scope.md +29 -0
- package/builtins/en/facets/personas/coding-reviewer.md +27 -0
- package/builtins/en/facets/personas/dual-supervisor.md +1 -1
- package/builtins/en/facets/policies/ai-antipattern.md +59 -0
- package/builtins/en/facets/policies/coding.md +85 -3
- package/builtins/en/facets/policies/existing-system-respect.md +73 -0
- package/builtins/en/facets/policies/qa.md +3 -1
- package/builtins/en/facets/policies/review.md +25 -12
- package/builtins/en/facets/policies/testing.md +33 -0
- package/builtins/en/workflow-categories.yaml +1 -0
- package/builtins/en/workflows/auto-improvement-loop.yaml +20 -4
- package/builtins/en/workflows/default-peer-review.yaml +25 -3
- package/builtins/en/workflows/frontend-maintenance.yaml +499 -0
- package/builtins/en/workflows/peer-review.yaml +23 -1
- package/builtins/en/workflows/review-fix-takt-default.yaml +30 -2
- package/builtins/ja/config.yaml +9 -1
- package/builtins/ja/facets/instructions/dual-team-leader-implement.md +7 -2
- package/builtins/ja/facets/instructions/fix-maintenance.md +43 -0
- package/builtins/ja/facets/instructions/implement-maintenance.md +72 -0
- package/builtins/ja/facets/instructions/plan-maintenance.md +51 -0
- package/builtins/ja/facets/instructions/review-coding.md +8 -0
- package/builtins/ja/facets/instructions/supervise-maintenance.md +110 -0
- package/builtins/ja/facets/instructions/team-leader-implement.md +6 -1
- package/builtins/ja/facets/instructions/write-tests-first.md +5 -0
- package/builtins/ja/facets/instructions/write-tests-maintenance.md +45 -0
- package/builtins/ja/facets/knowledge/architecture.md +18 -13
- package/builtins/ja/facets/knowledge/cqrs-es.md +48 -0
- package/builtins/ja/facets/knowledge/existing-system.md +70 -0
- package/builtins/ja/facets/knowledge/frontend.md +25 -0
- package/builtins/ja/facets/knowledge/react.md +35 -0
- package/builtins/ja/facets/output-contracts/coding-review.md +41 -0
- package/builtins/ja/facets/output-contracts/frontend-review.md +1 -0
- package/builtins/ja/facets/output-contracts/maintenance-scope.md +29 -0
- package/builtins/ja/facets/personas/coding-reviewer.md +27 -0
- package/builtins/ja/facets/personas/dual-supervisor.md +2 -2
- package/builtins/ja/facets/policies/ai-antipattern.md +59 -0
- package/builtins/ja/facets/policies/coding.md +85 -3
- package/builtins/ja/facets/policies/existing-system-respect.md +73 -0
- package/builtins/ja/facets/policies/qa.md +3 -1
- package/builtins/ja/facets/policies/review.md +25 -12
- package/builtins/ja/facets/policies/testing.md +33 -0
- package/builtins/ja/workflow-categories.yaml +1 -0
- package/builtins/ja/workflows/auto-improvement-loop.yaml +20 -4
- package/builtins/ja/workflows/default-peer-review.yaml +25 -3
- package/builtins/ja/workflows/frontend-maintenance.yaml +499 -0
- package/builtins/ja/workflows/peer-review.yaml +23 -1
- package/builtins/ja/workflows/review-fix-takt-default.yaml +30 -2
- package/builtins/skill/references/yaml-schema.md +8 -3
- package/builtins/skill-codex/references/yaml-schema.md +8 -3
- package/dist/agents/decompose-task-usecase.d.ts.map +1 -1
- package/dist/agents/decompose-task-usecase.js +3 -2
- package/dist/agents/decompose-task-usecase.js.map +1 -1
- package/dist/agents/judge-status-usecase.d.ts.map +1 -1
- package/dist/agents/judge-status-usecase.js +4 -3
- package/dist/agents/judge-status-usecase.js.map +1 -1
- package/dist/agents/provider-call-options.d.ts +4 -0
- package/dist/agents/provider-call-options.d.ts.map +1 -0
- package/dist/agents/provider-call-options.js +9 -0
- package/dist/agents/provider-call-options.js.map +1 -0
- package/dist/agents/runner.js +1 -1
- package/dist/agents/runner.js.map +1 -1
- package/dist/agents/structured-caller/prompt-based-structured-caller.d.ts.map +1 -1
- package/dist/agents/structured-caller/prompt-based-structured-caller.js +5 -4
- package/dist/agents/structured-caller/prompt-based-structured-caller.js.map +1 -1
- package/dist/agents/team-leader-structured-output.d.ts.map +1 -1
- package/dist/agents/team-leader-structured-output.js +21 -0
- package/dist/agents/team-leader-structured-output.js.map +1 -1
- package/dist/app/cli/commands.js +7 -1
- package/dist/app/cli/commands.js.map +1 -1
- package/dist/app/cli/program.js +1 -1
- package/dist/app/cli/program.js.map +1 -1
- package/dist/app/cli/routing.d.ts.map +1 -1
- package/dist/app/cli/routing.js +8 -1
- package/dist/app/cli/routing.js.map +1 -1
- package/dist/core/models/assistant-config.d.ts +4 -0
- package/dist/core/models/assistant-config.d.ts.map +1 -0
- package/dist/core/models/assistant-config.js +4 -0
- package/dist/core/models/assistant-config.js.map +1 -0
- package/dist/core/models/config-schemas.d.ts +160 -9
- package/dist/core/models/config-schemas.d.ts.map +1 -1
- package/dist/core/models/config-schemas.js +12 -2
- package/dist/core/models/config-schemas.js.map +1 -1
- package/dist/core/models/config-types.d.ts +30 -4
- package/dist/core/models/config-types.d.ts.map +1 -1
- package/dist/core/models/index.d.ts +1 -1
- package/dist/core/models/index.d.ts.map +1 -1
- package/dist/core/models/index.js.map +1 -1
- package/dist/core/models/provider-profiles.d.ts +1 -1
- package/dist/core/models/provider-profiles.d.ts.map +1 -1
- package/dist/core/models/quality-gate-defaults.d.ts +2 -0
- package/dist/core/models/quality-gate-defaults.d.ts.map +1 -0
- package/dist/core/models/quality-gate-defaults.js +2 -0
- package/dist/core/models/quality-gate-defaults.js.map +1 -0
- package/dist/core/models/response.d.ts +1 -1
- package/dist/core/models/response.d.ts.map +1 -1
- package/dist/core/models/response.js +1 -1
- package/dist/core/models/response.js.map +1 -1
- package/dist/core/models/schema-base.d.ts +80 -3
- package/dist/core/models/schema-base.d.ts.map +1 -1
- package/dist/core/models/schema-base.js +76 -2
- package/dist/core/models/schema-base.js.map +1 -1
- package/dist/core/models/types.d.ts +2 -2
- package/dist/core/models/types.d.ts.map +1 -1
- package/dist/core/models/workflow-provider-options.d.ts +7 -0
- package/dist/core/models/workflow-provider-options.d.ts.map +1 -1
- package/dist/core/models/workflow-schemas.d.ts +368 -51
- package/dist/core/models/workflow-schemas.d.ts.map +1 -1
- package/dist/core/models/workflow-system-input-types.d.ts +8 -1
- package/dist/core/models/workflow-system-input-types.d.ts.map +1 -1
- package/dist/core/models/workflow-system-schemas.d.ts +7 -1
- package/dist/core/models/workflow-system-schemas.d.ts.map +1 -1
- package/dist/core/models/workflow-system-schemas.js +12 -1
- package/dist/core/models/workflow-system-schemas.js.map +1 -1
- package/dist/core/models/workflow-types.d.ts +13 -5
- package/dist/core/models/workflow-types.d.ts.map +1 -1
- package/dist/core/models/workflow-types.js.map +1 -1
- package/dist/core/workflow/engine/OptionsBuilder.d.ts +1 -0
- package/dist/core/workflow/engine/OptionsBuilder.d.ts.map +1 -1
- package/dist/core/workflow/engine/OptionsBuilder.js +9 -4
- package/dist/core/workflow/engine/OptionsBuilder.js.map +1 -1
- package/dist/core/workflow/engine/ParallelRunner.d.ts +11 -0
- package/dist/core/workflow/engine/ParallelRunner.d.ts.map +1 -1
- package/dist/core/workflow/engine/ParallelRunner.js +139 -19
- package/dist/core/workflow/engine/ParallelRunner.js.map +1 -1
- package/dist/core/workflow/engine/TeamLeaderRunner.d.ts.map +1 -1
- package/dist/core/workflow/engine/TeamLeaderRunner.js +55 -23
- package/dist/core/workflow/engine/TeamLeaderRunner.js.map +1 -1
- package/dist/core/workflow/engine/WorkflowEngine.d.ts +1 -0
- package/dist/core/workflow/engine/WorkflowEngine.d.ts.map +1 -1
- package/dist/core/workflow/engine/WorkflowEngine.js +29 -4
- package/dist/core/workflow/engine/WorkflowEngine.js.map +1 -1
- package/dist/core/workflow/engine/WorkflowEngineSetup.d.ts.map +1 -1
- package/dist/core/workflow/engine/WorkflowEngineSetup.js +2 -0
- package/dist/core/workflow/engine/WorkflowEngineSetup.js.map +1 -1
- package/dist/core/workflow/engine/WorkflowRunLoop.d.ts +8 -0
- package/dist/core/workflow/engine/WorkflowRunLoop.d.ts.map +1 -1
- package/dist/core/workflow/engine/WorkflowRunLoop.js +78 -7
- package/dist/core/workflow/engine/WorkflowRunLoop.js.map +1 -1
- package/dist/core/workflow/engine/team-leader-execution.d.ts +1 -0
- package/dist/core/workflow/engine/team-leader-execution.d.ts.map +1 -1
- package/dist/core/workflow/engine/team-leader-execution.js +22 -0
- package/dist/core/workflow/engine/team-leader-execution.js.map +1 -1
- package/dist/core/workflow/engine/team-leader-timeout-fallback.d.ts +13 -0
- package/dist/core/workflow/engine/team-leader-timeout-fallback.d.ts.map +1 -0
- package/dist/core/workflow/engine/team-leader-timeout-fallback.js +125 -0
- package/dist/core/workflow/engine/team-leader-timeout-fallback.js.map +1 -0
- package/dist/core/workflow/instruction/InstructionBuilder.d.ts.map +1 -1
- package/dist/core/workflow/instruction/InstructionBuilder.js +4 -3
- package/dist/core/workflow/instruction/InstructionBuilder.js.map +1 -1
- package/dist/core/workflow/observability/workflowSpans.d.ts +28 -0
- package/dist/core/workflow/observability/workflowSpans.d.ts.map +1 -0
- package/dist/core/workflow/observability/workflowSpans.js +107 -0
- package/dist/core/workflow/observability/workflowSpans.js.map +1 -0
- package/dist/core/workflow/part-definition-validator.d.ts.map +1 -1
- package/dist/core/workflow/part-definition-validator.js +4 -0
- package/dist/core/workflow/part-definition-validator.js.map +1 -1
- package/dist/core/workflow/permission-profile-resolution.d.ts.map +1 -1
- package/dist/core/workflow/permission-profile-resolution.js +1 -0
- package/dist/core/workflow/permission-profile-resolution.js.map +1 -1
- package/dist/core/workflow/phase-runner.d.ts +1 -3
- package/dist/core/workflow/phase-runner.d.ts.map +1 -1
- package/dist/core/workflow/phase-runner.js.map +1 -1
- package/dist/core/workflow/quality-gates/commandGateMessage.d.ts +4 -0
- package/dist/core/workflow/quality-gates/commandGateMessage.d.ts.map +1 -0
- package/dist/core/workflow/quality-gates/commandGateMessage.js +84 -0
- package/dist/core/workflow/quality-gates/commandGateMessage.js.map +1 -0
- package/dist/core/workflow/quality-gates/commandGateRunner.d.ts +3 -0
- package/dist/core/workflow/quality-gates/commandGateRunner.d.ts.map +1 -0
- package/dist/core/workflow/quality-gates/commandGateRunner.js +242 -0
- package/dist/core/workflow/quality-gates/commandGateRunner.js.map +1 -0
- package/dist/core/workflow/quality-gates/qualityGateRunner.d.ts +3 -0
- package/dist/core/workflow/quality-gates/qualityGateRunner.d.ts.map +1 -0
- package/dist/core/workflow/quality-gates/qualityGateRunner.js +29 -0
- package/dist/core/workflow/quality-gates/qualityGateRunner.js.map +1 -0
- package/dist/core/workflow/quality-gates/types.d.ts +41 -0
- package/dist/core/workflow/quality-gates/types.d.ts.map +1 -0
- package/dist/core/workflow/quality-gates/types.js +2 -0
- package/dist/core/workflow/quality-gates/types.js.map +1 -0
- package/dist/core/workflow/report-phase-runner.d.ts.map +1 -1
- package/dist/core/workflow/report-phase-runner.js +3 -2
- package/dist/core/workflow/report-phase-runner.js.map +1 -1
- package/dist/core/workflow/run/run-meta.d.ts +3 -1
- package/dist/core/workflow/run/run-meta.d.ts.map +1 -1
- package/dist/core/workflow/run/run-meta.js +2 -0
- package/dist/core/workflow/run/run-meta.js.map +1 -1
- package/dist/core/workflow/run/run-slug.d.ts +2 -0
- package/dist/core/workflow/run/run-slug.d.ts.map +1 -0
- package/dist/core/workflow/run/run-slug.js +19 -0
- package/dist/core/workflow/run/run-slug.js.map +1 -0
- package/dist/core/workflow/status-judgment-phase.d.ts.map +1 -1
- package/dist/core/workflow/status-judgment-phase.js +7 -3
- package/dist/core/workflow/status-judgment-phase.js.map +1 -1
- package/dist/core/workflow/system/system-step-effect-runner.d.ts.map +1 -1
- package/dist/core/workflow/system/system-step-effect-runner.js +16 -1
- package/dist/core/workflow/system/system-step-effect-runner.js.map +1 -1
- package/dist/core/workflow/team-leader-continuation-ids.d.ts +3 -0
- package/dist/core/workflow/team-leader-continuation-ids.d.ts.map +1 -0
- package/dist/core/workflow/team-leader-continuation-ids.js +6 -0
- package/dist/core/workflow/team-leader-continuation-ids.js.map +1 -0
- package/dist/core/workflow/types.d.ts +7 -1
- package/dist/core/workflow/types.d.ts.map +1 -1
- package/dist/features/interactive/assistantInitFiles.d.ts +2 -0
- package/dist/features/interactive/assistantInitFiles.d.ts.map +1 -0
- package/dist/features/interactive/assistantInitFiles.js +110 -0
- package/dist/features/interactive/assistantInitFiles.js.map +1 -0
- package/dist/features/interactive/conversationLoop.d.ts +5 -1
- package/dist/features/interactive/conversationLoop.d.ts.map +1 -1
- package/dist/features/interactive/conversationLoop.js +33 -11
- package/dist/features/interactive/conversationLoop.js.map +1 -1
- package/dist/features/interactive/imageAttachments.d.ts +20 -0
- package/dist/features/interactive/imageAttachments.d.ts.map +1 -0
- package/dist/features/interactive/imageAttachments.js +75 -0
- package/dist/features/interactive/imageAttachments.js.map +1 -0
- package/dist/features/interactive/index.d.ts +2 -1
- package/dist/features/interactive/index.d.ts.map +1 -1
- package/dist/features/interactive/index.js +1 -1
- package/dist/features/interactive/index.js.map +1 -1
- package/dist/features/interactive/inlineImagePaste.d.ts +21 -0
- package/dist/features/interactive/inlineImagePaste.d.ts.map +1 -0
- package/dist/features/interactive/inlineImagePaste.js +136 -0
- package/dist/features/interactive/inlineImagePaste.js.map +1 -0
- package/dist/features/interactive/instructModeTypes.d.ts +23 -0
- package/dist/features/interactive/instructModeTypes.d.ts.map +1 -0
- package/dist/features/interactive/instructModeTypes.js +2 -0
- package/dist/features/interactive/instructModeTypes.js.map +1 -0
- package/dist/features/interactive/interactive-summary.d.ts +1 -1
- package/dist/features/interactive/interactive-summary.d.ts.map +1 -1
- package/dist/features/interactive/interactive-summary.js +4 -3
- package/dist/features/interactive/interactive-summary.js.map +1 -1
- package/dist/features/interactive/interactive.d.ts +8 -3
- package/dist/features/interactive/interactive.d.ts.map +1 -1
- package/dist/features/interactive/interactive.js +4 -0
- package/dist/features/interactive/interactive.js.map +1 -1
- package/dist/features/interactive/interactiveInput.d.ts +2 -1
- package/dist/features/interactive/interactiveInput.d.ts.map +1 -1
- package/dist/features/interactive/interactiveInput.js +5 -1
- package/dist/features/interactive/interactiveInput.js.map +1 -1
- package/dist/features/interactive/lineEditor.d.ts +2 -0
- package/dist/features/interactive/lineEditor.d.ts.map +1 -1
- package/dist/features/interactive/lineEditor.js +130 -9
- package/dist/features/interactive/lineEditor.js.map +1 -1
- package/dist/features/interactive/passthroughMode.d.ts.map +1 -1
- package/dist/features/interactive/passthroughMode.js +8 -4
- package/dist/features/interactive/passthroughMode.js.map +1 -1
- package/dist/features/interactive/promptSections.d.ts +2 -0
- package/dist/features/interactive/promptSections.d.ts.map +1 -1
- package/dist/features/interactive/promptSections.js +7 -1
- package/dist/features/interactive/promptSections.js.map +1 -1
- package/dist/features/interactive/quietMode.d.ts.map +1 -1
- package/dist/features/interactive/quietMode.js +12 -8
- package/dist/features/interactive/quietMode.js.map +1 -1
- package/dist/features/interactive/retryMode.d.ts +10 -13
- package/dist/features/interactive/retryMode.d.ts.map +1 -1
- package/dist/features/interactive/retryMode.js +42 -22
- package/dist/features/interactive/retryMode.js.map +1 -1
- package/dist/features/interactive/slashCommandRegistry.d.ts.map +1 -1
- package/dist/features/interactive/slashCommandRegistry.js +1 -0
- package/dist/features/interactive/slashCommandRegistry.js.map +1 -1
- package/dist/features/tasks/add/index.d.ts +4 -0
- package/dist/features/tasks/add/index.d.ts.map +1 -1
- package/dist/features/tasks/add/index.js +12 -29
- package/dist/features/tasks/add/index.js.map +1 -1
- package/dist/features/tasks/attachments.d.ts +19 -0
- package/dist/features/tasks/attachments.d.ts.map +1 -0
- package/dist/features/tasks/attachments.js +129 -0
- package/dist/features/tasks/attachments.js.map +1 -0
- package/dist/features/tasks/execute/resolveTask.d.ts.map +1 -1
- package/dist/features/tasks/execute/resolveTask.js +4 -3
- package/dist/features/tasks/execute/resolveTask.js.map +1 -1
- package/dist/features/tasks/execute/runMeta.d.ts +5 -1
- package/dist/features/tasks/execute/runMeta.d.ts.map +1 -1
- package/dist/features/tasks/execute/runMeta.js +10 -4
- package/dist/features/tasks/execute/runMeta.js.map +1 -1
- package/dist/features/tasks/execute/selectAndExecute.d.ts.map +1 -1
- package/dist/features/tasks/execute/selectAndExecute.js +48 -4
- package/dist/features/tasks/execute/selectAndExecute.js.map +1 -1
- package/dist/features/tasks/execute/taskSpecContext.d.ts +7 -2
- package/dist/features/tasks/execute/taskSpecContext.d.ts.map +1 -1
- package/dist/features/tasks/execute/taskSpecContext.js +23 -36
- package/dist/features/tasks/execute/taskSpecContext.js.map +1 -1
- package/dist/features/tasks/execute/taskWorkflowExecution.d.ts.map +1 -1
- package/dist/features/tasks/execute/taskWorkflowExecution.js +2 -1
- package/dist/features/tasks/execute/taskWorkflowExecution.js.map +1 -1
- package/dist/features/tasks/execute/traceReportRedaction.d.ts +0 -1
- package/dist/features/tasks/execute/traceReportRedaction.d.ts.map +1 -1
- package/dist/features/tasks/execute/traceReportRedaction.js +1 -9
- package/dist/features/tasks/execute/traceReportRedaction.js.map +1 -1
- package/dist/features/tasks/execute/types.d.ts +8 -0
- package/dist/features/tasks/execute/types.d.ts.map +1 -1
- package/dist/features/tasks/execute/workflowExecution.d.ts.map +1 -1
- package/dist/features/tasks/execute/workflowExecution.js +12 -1
- package/dist/features/tasks/execute/workflowExecution.js.map +1 -1
- package/dist/features/tasks/execute/workflowExecutionBootstrap.d.ts +5 -1
- package/dist/features/tasks/execute/workflowExecutionBootstrap.d.ts.map +1 -1
- package/dist/features/tasks/execute/workflowExecutionBootstrap.js +7 -2
- package/dist/features/tasks/execute/workflowExecutionBootstrap.js.map +1 -1
- package/dist/features/tasks/index.d.ts +1 -0
- package/dist/features/tasks/index.d.ts.map +1 -1
- package/dist/features/tasks/index.js +1 -0
- package/dist/features/tasks/index.js.map +1 -1
- package/dist/features/tasks/list/instructMode.d.ts +2 -20
- package/dist/features/tasks/list/instructMode.d.ts.map +1 -1
- package/dist/features/tasks/list/instructMode.js +15 -4
- package/dist/features/tasks/list/instructMode.js.map +1 -1
- package/dist/features/tasks/list/retryTaskSpecAttachments.d.ts +8 -0
- package/dist/features/tasks/list/retryTaskSpecAttachments.d.ts.map +1 -0
- package/dist/features/tasks/list/retryTaskSpecAttachments.js +87 -0
- package/dist/features/tasks/list/retryTaskSpecAttachments.js.map +1 -0
- package/dist/features/tasks/list/taskInstructionActions.d.ts.map +1 -1
- package/dist/features/tasks/list/taskInstructionActions.js +20 -2
- package/dist/features/tasks/list/taskInstructionActions.js.map +1 -1
- package/dist/features/tasks/list/taskRetryActions.d.ts.map +1 -1
- package/dist/features/tasks/list/taskRetryActions.js +24 -6
- package/dist/features/tasks/list/taskRetryActions.js.map +1 -1
- package/dist/features/tasks/resume/directInstructMode.d.ts +13 -0
- package/dist/features/tasks/resume/directInstructMode.d.ts.map +1 -0
- package/dist/features/tasks/resume/directInstructMode.js +67 -0
- package/dist/features/tasks/resume/directInstructMode.js.map +1 -0
- package/dist/features/tasks/resume/directRunFinder.d.ts +7 -0
- package/dist/features/tasks/resume/directRunFinder.d.ts.map +1 -0
- package/dist/features/tasks/resume/directRunFinder.js +43 -0
- package/dist/features/tasks/resume/directRunFinder.js.map +1 -0
- package/dist/features/tasks/resume/index.d.ts +3 -0
- package/dist/features/tasks/resume/index.d.ts.map +1 -0
- package/dist/features/tasks/resume/index.js +229 -0
- package/dist/features/tasks/resume/index.js.map +1 -0
- package/dist/features/tasks/taskSpecFile.d.ts +2 -0
- package/dist/features/tasks/taskSpecFile.d.ts.map +1 -0
- package/dist/features/tasks/taskSpecFile.js +38 -0
- package/dist/features/tasks/taskSpecFile.js.map +1 -0
- package/dist/infra/claude/executor.d.ts.map +1 -1
- package/dist/infra/claude/executor.js +27 -6
- package/dist/infra/claude/executor.js.map +1 -1
- package/dist/infra/claude/mcp-config.d.ts +7 -0
- package/dist/infra/claude/mcp-config.d.ts.map +1 -0
- package/dist/infra/claude/mcp-config.js +30 -0
- package/dist/infra/claude/mcp-config.js.map +1 -0
- package/dist/infra/claude-headless/client.d.ts.map +1 -1
- package/dist/infra/claude-headless/client.js +5 -40
- package/dist/infra/claude-headless/client.js.map +1 -1
- package/dist/infra/claude-headless/result-response.js +1 -1
- package/dist/infra/claude-headless/result-response.js.map +1 -1
- package/dist/infra/claude-terminal/client.d.ts +4 -0
- package/dist/infra/claude-terminal/client.d.ts.map +1 -0
- package/dist/infra/claude-terminal/client.js +314 -0
- package/dist/infra/claude-terminal/client.js.map +1 -0
- package/dist/infra/claude-terminal/command.d.ts +4 -0
- package/dist/infra/claude-terminal/command.d.ts.map +1 -0
- package/dist/infra/claude-terminal/command.js +50 -0
- package/dist/infra/claude-terminal/command.js.map +1 -0
- package/dist/infra/claude-terminal/response-normalizer.d.ts +14 -0
- package/dist/infra/claude-terminal/response-normalizer.d.ts.map +1 -0
- package/dist/infra/claude-terminal/response-normalizer.js +118 -0
- package/dist/infra/claude-terminal/response-normalizer.js.map +1 -0
- package/dist/infra/claude-terminal/tmux-backend.d.ts +7 -0
- package/dist/infra/claude-terminal/tmux-backend.d.ts.map +1 -0
- package/dist/infra/claude-terminal/tmux-backend.js +177 -0
- package/dist/infra/claude-terminal/tmux-backend.js.map +1 -0
- package/dist/infra/claude-terminal/transcript-reader.d.ts +13 -0
- package/dist/infra/claude-terminal/transcript-reader.d.ts.map +1 -0
- package/dist/infra/claude-terminal/transcript-reader.js +329 -0
- package/dist/infra/claude-terminal/transcript-reader.js.map +1 -0
- package/dist/infra/claude-terminal/types.d.ts +106 -0
- package/dist/infra/claude-terminal/types.d.ts.map +1 -0
- package/dist/infra/claude-terminal/types.js +2 -0
- package/dist/infra/claude-terminal/types.js.map +1 -0
- package/dist/infra/codex/CodexStreamHandler.d.ts +4 -2
- package/dist/infra/codex/CodexStreamHandler.d.ts.map +1 -1
- package/dist/infra/codex/CodexStreamHandler.js +55 -21
- package/dist/infra/codex/CodexStreamHandler.js.map +1 -1
- package/dist/infra/codex/client.d.ts +2 -0
- package/dist/infra/codex/client.d.ts.map +1 -1
- package/dist/infra/codex/client.js +42 -6
- package/dist/infra/codex/client.js.map +1 -1
- package/dist/infra/config/configNormalizers.d.ts +23 -16
- package/dist/infra/config/configNormalizers.d.ts.map +1 -1
- package/dist/infra/config/configNormalizers.js +69 -7
- package/dist/infra/config/configNormalizers.js.map +1 -1
- package/dist/infra/config/env/global-current-env-specs.d.ts.map +1 -1
- package/dist/infra/config/env/global-current-env-specs.js +7 -0
- package/dist/infra/config/env/global-current-env-specs.js.map +1 -1
- package/dist/infra/config/env/project-current-env-specs.d.ts.map +1 -1
- package/dist/infra/config/env/project-current-env-specs.js +7 -0
- package/dist/infra/config/env/project-current-env-specs.js.map +1 -1
- package/dist/infra/config/global/globalConfigCore.d.ts.map +1 -1
- package/dist/infra/config/global/globalConfigCore.js +5 -0
- package/dist/infra/config/global/globalConfigCore.js.map +1 -1
- package/dist/infra/config/global/globalConfigSerializer.d.ts.map +1 -1
- package/dist/infra/config/global/globalConfigSerializer.js +10 -0
- package/dist/infra/config/global/globalConfigSerializer.js.map +1 -1
- package/dist/infra/config/global/initialization.d.ts +1 -1
- package/dist/infra/config/global/initialization.d.ts.map +1 -1
- package/dist/infra/config/global/initialization.js +1 -0
- package/dist/infra/config/global/initialization.js.map +1 -1
- package/dist/infra/config/loaders/qualityGateOverrides.d.ts +3 -2
- package/dist/infra/config/loaders/qualityGateOverrides.d.ts.map +1 -1
- package/dist/infra/config/loaders/qualityGateOverrides.js +42 -3
- package/dist/infra/config/loaders/qualityGateOverrides.js.map +1 -1
- package/dist/infra/config/loaders/workflowFileLoader.d.ts.map +1 -1
- package/dist/infra/config/loaders/workflowFileLoader.js +2 -2
- package/dist/infra/config/loaders/workflowFileLoader.js.map +1 -1
- package/dist/infra/config/loaders/workflowNormalizationPolicies.d.ts +3 -1
- package/dist/infra/config/loaders/workflowNormalizationPolicies.d.ts.map +1 -1
- package/dist/infra/config/loaders/workflowNormalizationPolicies.js +28 -0
- package/dist/infra/config/loaders/workflowNormalizationPolicies.js.map +1 -1
- package/dist/infra/config/loaders/workflowParser.d.ts +2 -2
- package/dist/infra/config/loaders/workflowParser.d.ts.map +1 -1
- package/dist/infra/config/loaders/workflowParser.js +3 -2
- package/dist/infra/config/loaders/workflowParser.js.map +1 -1
- package/dist/infra/config/loaders/workflowStepNormalizer.d.ts.map +1 -1
- package/dist/infra/config/loaders/workflowStepNormalizer.js +2 -1
- package/dist/infra/config/loaders/workflowStepNormalizer.js.map +1 -1
- package/dist/infra/config/observabilityConfig.d.ts +13 -0
- package/dist/infra/config/observabilityConfig.d.ts.map +1 -0
- package/dist/infra/config/observabilityConfig.js +52 -0
- package/dist/infra/config/observabilityConfig.js.map +1 -0
- package/dist/infra/config/project/projectConfig.d.ts.map +1 -1
- package/dist/infra/config/project/projectConfig.js +23 -5
- package/dist/infra/config/project/projectConfig.js.map +1 -1
- package/dist/infra/config/project/projectConfigTransforms.d.ts +5 -1
- package/dist/infra/config/project/projectConfigTransforms.d.ts.map +1 -1
- package/dist/infra/config/project/projectConfigTransforms.js +8 -0
- package/dist/infra/config/project/projectConfigTransforms.js.map +1 -1
- package/dist/infra/config/providerOptions.d.ts +8 -2
- package/dist/infra/config/providerOptions.d.ts.map +1 -1
- package/dist/infra/config/providerOptions.js +49 -1
- package/dist/infra/config/providerOptions.js.map +1 -1
- package/dist/infra/config/providerOptionsContract.d.ts +3 -3
- package/dist/infra/config/providerOptionsContract.d.ts.map +1 -1
- package/dist/infra/config/providerOptionsContract.js +14 -0
- package/dist/infra/config/providerOptionsContract.js.map +1 -1
- package/dist/infra/config/resolveConfigValue.d.ts.map +1 -1
- package/dist/infra/config/resolveConfigValue.js +18 -0
- package/dist/infra/config/resolveConfigValue.js.map +1 -1
- package/dist/infra/config/resolvedConfig.d.ts +2 -1
- package/dist/infra/config/resolvedConfig.d.ts.map +1 -1
- package/dist/infra/config/traced/tracedConfigSchema.d.ts.map +1 -1
- package/dist/infra/config/traced/tracedConfigSchema.js +16 -0
- package/dist/infra/config/traced/tracedConfigSchema.js.map +1 -1
- package/dist/infra/git/format.d.ts.map +1 -1
- package/dist/infra/git/format.js +75 -8
- package/dist/infra/git/format.js.map +1 -1
- package/dist/infra/git/index.d.ts +1 -1
- package/dist/infra/git/index.d.ts.map +1 -1
- package/dist/infra/git/types.d.ts +5 -0
- package/dist/infra/git/types.d.ts.map +1 -1
- package/dist/infra/github/pr.d.ts.map +1 -1
- package/dist/infra/github/pr.js +174 -28
- package/dist/infra/github/pr.js.map +1 -1
- package/dist/infra/observability/otelFoundation.d.ts +6 -0
- package/dist/infra/observability/otelFoundation.d.ts.map +1 -0
- package/dist/infra/observability/otelFoundation.js +89 -0
- package/dist/infra/observability/otelFoundation.js.map +1 -0
- package/dist/infra/opencode/client.d.ts.map +1 -1
- package/dist/infra/opencode/client.js +19 -15
- package/dist/infra/opencode/client.js.map +1 -1
- package/dist/infra/providers/claude-terminal.d.ts +6 -0
- package/dist/infra/providers/claude-terminal.d.ts.map +1 -0
- package/dist/infra/providers/claude-terminal.js +70 -0
- package/dist/infra/providers/claude-terminal.js.map +1 -0
- package/dist/infra/providers/index.d.ts.map +1 -1
- package/dist/infra/providers/index.js +2 -0
- package/dist/infra/providers/index.js.map +1 -1
- package/dist/infra/providers/provider-capabilities.d.ts +1 -0
- package/dist/infra/providers/provider-capabilities.d.ts.map +1 -1
- package/dist/infra/providers/provider-capabilities.js +16 -0
- package/dist/infra/providers/provider-capabilities.js.map +1 -1
- package/dist/infra/rate-limit/detection.d.ts +2 -0
- package/dist/infra/rate-limit/detection.d.ts.map +1 -1
- package/dist/infra/rate-limit/detection.js +14 -1
- package/dist/infra/rate-limit/detection.js.map +1 -1
- package/dist/infra/task/clone-base-branch.d.ts +11 -0
- package/dist/infra/task/clone-base-branch.d.ts.map +1 -1
- package/dist/infra/task/clone-base-branch.js +34 -4
- package/dist/infra/task/clone-base-branch.js.map +1 -1
- package/dist/infra/task/clone.d.ts +2 -1
- package/dist/infra/task/clone.d.ts.map +1 -1
- package/dist/infra/task/clone.js +20 -3
- package/dist/infra/task/clone.js.map +1 -1
- package/dist/infra/task/index.d.ts +1 -1
- package/dist/infra/task/index.d.ts.map +1 -1
- package/dist/infra/task/index.js +1 -1
- package/dist/infra/task/index.js.map +1 -1
- package/dist/infra/task/projectLocalTaktSync.d.ts.map +1 -1
- package/dist/infra/task/projectLocalTaktSync.js +6 -2
- package/dist/infra/task/projectLocalTaktSync.js.map +1 -1
- package/dist/infra/task/runner.d.ts +2 -2
- package/dist/infra/task/runner.d.ts.map +1 -1
- package/dist/infra/task/runner.js +4 -4
- package/dist/infra/task/runner.js.map +1 -1
- package/dist/infra/task/taskRecordMutations.d.ts +1 -1
- package/dist/infra/task/taskRecordMutations.d.ts.map +1 -1
- package/dist/infra/task/taskRecordMutations.js +5 -1
- package/dist/infra/task/taskRecordMutations.js.map +1 -1
- package/dist/infra/task/taskRetryService.d.ts +2 -2
- package/dist/infra/task/taskRetryService.d.ts.map +1 -1
- package/dist/infra/task/taskRetryService.js +4 -4
- package/dist/infra/task/taskRetryService.js.map +1 -1
- package/dist/infra/workflow/system/system-enqueue-effect.d.ts +2 -2
- package/dist/infra/workflow/system/system-enqueue-effect.d.ts.map +1 -1
- package/dist/infra/workflow/system/system-enqueue-effect.js +5 -2
- package/dist/infra/workflow/system/system-enqueue-effect.js.map +1 -1
- package/dist/shared/constants.d.ts +1 -0
- package/dist/shared/constants.d.ts.map +1 -1
- package/dist/shared/constants.js +1 -0
- package/dist/shared/constants.js.map +1 -1
- package/dist/shared/i18n/labels_en.yaml +3 -1
- package/dist/shared/i18n/labels_ja.yaml +3 -1
- package/dist/shared/prompts/en/score_direct_instruct_system_prompt.md +63 -0
- package/dist/shared/prompts/en/score_retry_system_prompt.md +2 -2
- package/dist/shared/prompts/ja/score_direct_instruct_system_prompt.md +63 -0
- package/dist/shared/prompts/ja/score_retry_system_prompt.md +2 -2
- package/dist/shared/types/provider.d.ts +1 -1
- package/dist/shared/types/provider.d.ts.map +1 -1
- package/dist/shared/utils/debug.d.ts +2 -0
- package/dist/shared/utils/debug.d.ts.map +1 -1
- package/dist/shared/utils/debug.js +1 -0
- package/dist/shared/utils/debug.js.map +1 -1
- package/dist/shared/utils/sensitiveText.d.ts +2 -0
- package/dist/shared/utils/sensitiveText.d.ts.map +1 -0
- package/dist/shared/utils/sensitiveText.js +40 -0
- package/dist/shared/utils/sensitiveText.js.map +1 -0
- package/package.json +4 -2
|
@@ -90,6 +90,7 @@ export declare const ParallelSubStepRawSchema: z.ZodObject<{
|
|
|
90
90
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
91
91
|
claude: "claude";
|
|
92
92
|
"claude-sdk": "claude-sdk";
|
|
93
|
+
"claude-terminal": "claude-terminal";
|
|
93
94
|
codex: "codex";
|
|
94
95
|
opencode: "opencode";
|
|
95
96
|
cursor: "cursor";
|
|
@@ -99,6 +100,7 @@ export declare const ParallelSubStepRawSchema: z.ZodObject<{
|
|
|
99
100
|
type: z.ZodEnum<{
|
|
100
101
|
claude: "claude";
|
|
101
102
|
"claude-sdk": "claude-sdk";
|
|
103
|
+
"claude-terminal": "claude-terminal";
|
|
102
104
|
codex: "codex";
|
|
103
105
|
opencode: "opencode";
|
|
104
106
|
cursor: "cursor";
|
|
@@ -149,6 +151,14 @@ export declare const ParallelSubStepRawSchema: z.ZodObject<{
|
|
|
149
151
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
150
152
|
}, z.core.$strip>>;
|
|
151
153
|
}, z.core.$strip>>;
|
|
154
|
+
claude_terminal: z.ZodOptional<z.ZodObject<{
|
|
155
|
+
backend: z.ZodOptional<z.ZodEnum<{
|
|
156
|
+
tmux: "tmux";
|
|
157
|
+
}>>;
|
|
158
|
+
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
159
|
+
keep_session: z.ZodOptional<z.ZodBoolean>;
|
|
160
|
+
transcript_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
|
|
161
|
+
}, z.core.$strict>>;
|
|
152
162
|
copilot: z.ZodOptional<z.ZodObject<{
|
|
153
163
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
154
164
|
low: "low";
|
|
@@ -182,7 +192,13 @@ export declare const ParallelSubStepRawSchema: z.ZodObject<{
|
|
|
182
192
|
order: z.ZodOptional<z.ZodString>;
|
|
183
193
|
}, z.core.$strip>>>;
|
|
184
194
|
}, z.core.$strip>>;
|
|
185
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.
|
|
195
|
+
quality_gates: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodUnknown, z.ZodTransform<string | {
|
|
196
|
+
timeoutMs?: number | undefined;
|
|
197
|
+
cwd?: string | undefined;
|
|
198
|
+
command: string;
|
|
199
|
+
name?: string | undefined;
|
|
200
|
+
type: "command";
|
|
201
|
+
}, unknown>>>>;
|
|
186
202
|
pass_previous_response: z.ZodOptional<z.ZodBoolean>;
|
|
187
203
|
}, z.core.$strip>;
|
|
188
204
|
export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
@@ -199,6 +215,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
199
215
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
200
216
|
claude: "claude";
|
|
201
217
|
"claude-sdk": "claude-sdk";
|
|
218
|
+
"claude-terminal": "claude-terminal";
|
|
202
219
|
codex: "codex";
|
|
203
220
|
opencode: "opencode";
|
|
204
221
|
cursor: "cursor";
|
|
@@ -208,6 +225,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
208
225
|
type: z.ZodEnum<{
|
|
209
226
|
claude: "claude";
|
|
210
227
|
"claude-sdk": "claude-sdk";
|
|
228
|
+
"claude-terminal": "claude-terminal";
|
|
211
229
|
codex: "codex";
|
|
212
230
|
opencode: "opencode";
|
|
213
231
|
cursor: "cursor";
|
|
@@ -251,6 +269,14 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
251
269
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
252
270
|
}, z.core.$strip>>;
|
|
253
271
|
}, z.core.$strip>>;
|
|
272
|
+
claude_terminal: z.ZodOptional<z.ZodObject<{
|
|
273
|
+
backend: z.ZodOptional<z.ZodEnum<{
|
|
274
|
+
tmux: "tmux";
|
|
275
|
+
}>>;
|
|
276
|
+
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
277
|
+
keep_session: z.ZodOptional<z.ZodBoolean>;
|
|
278
|
+
transcript_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
|
|
279
|
+
}, z.core.$strict>>;
|
|
254
280
|
copilot: z.ZodOptional<z.ZodObject<{
|
|
255
281
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
256
282
|
low: "low";
|
|
@@ -293,6 +319,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
293
319
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
294
320
|
claude: "claude";
|
|
295
321
|
"claude-sdk": "claude-sdk";
|
|
322
|
+
"claude-terminal": "claude-terminal";
|
|
296
323
|
codex: "codex";
|
|
297
324
|
opencode: "opencode";
|
|
298
325
|
cursor: "cursor";
|
|
@@ -302,6 +329,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
302
329
|
type: z.ZodEnum<{
|
|
303
330
|
claude: "claude";
|
|
304
331
|
"claude-sdk": "claude-sdk";
|
|
332
|
+
"claude-terminal": "claude-terminal";
|
|
305
333
|
codex: "codex";
|
|
306
334
|
opencode: "opencode";
|
|
307
335
|
cursor: "cursor";
|
|
@@ -322,6 +350,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
322
350
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
323
351
|
claude: "claude";
|
|
324
352
|
"claude-sdk": "claude-sdk";
|
|
353
|
+
"claude-terminal": "claude-terminal";
|
|
325
354
|
codex: "codex";
|
|
326
355
|
opencode: "opencode";
|
|
327
356
|
cursor: "cursor";
|
|
@@ -331,6 +360,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
331
360
|
type: z.ZodEnum<{
|
|
332
361
|
claude: "claude";
|
|
333
362
|
"claude-sdk": "claude-sdk";
|
|
363
|
+
"claude-terminal": "claude-terminal";
|
|
334
364
|
codex: "codex";
|
|
335
365
|
opencode: "opencode";
|
|
336
366
|
cursor: "cursor";
|
|
@@ -374,6 +404,14 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
374
404
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
375
405
|
}, z.core.$strip>>;
|
|
376
406
|
}, z.core.$strip>>;
|
|
407
|
+
claude_terminal: z.ZodOptional<z.ZodObject<{
|
|
408
|
+
backend: z.ZodOptional<z.ZodEnum<{
|
|
409
|
+
tmux: "tmux";
|
|
410
|
+
}>>;
|
|
411
|
+
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
412
|
+
keep_session: z.ZodOptional<z.ZodBoolean>;
|
|
413
|
+
transcript_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
|
|
414
|
+
}, z.core.$strict>>;
|
|
377
415
|
copilot: z.ZodOptional<z.ZodObject<{
|
|
378
416
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
379
417
|
low: "low";
|
|
@@ -419,6 +457,14 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
419
457
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
420
458
|
}, z.core.$strip>>;
|
|
421
459
|
}, z.core.$strip>>;
|
|
460
|
+
claude_terminal: z.ZodOptional<z.ZodObject<{
|
|
461
|
+
backend: z.ZodOptional<z.ZodEnum<{
|
|
462
|
+
tmux: "tmux";
|
|
463
|
+
}>>;
|
|
464
|
+
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
465
|
+
keep_session: z.ZodOptional<z.ZodBoolean>;
|
|
466
|
+
transcript_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
|
|
467
|
+
}, z.core.$strict>>;
|
|
422
468
|
copilot: z.ZodOptional<z.ZodObject<{
|
|
423
469
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
424
470
|
low: "low";
|
|
@@ -508,7 +554,13 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
508
554
|
title: z.ZodOptional<z.ZodString>;
|
|
509
555
|
labels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
510
556
|
}, z.core.$strict>, z.ZodUnion<readonly [z.ZodString, z.ZodString]>]>>;
|
|
511
|
-
base_branch: z.ZodOptional<z.ZodString
|
|
557
|
+
base_branch: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
558
|
+
name: z.ZodString;
|
|
559
|
+
create_if_missing: z.ZodObject<{
|
|
560
|
+
from: z.ZodString;
|
|
561
|
+
push: z.ZodOptional<z.ZodBoolean>;
|
|
562
|
+
}, z.core.$strict>;
|
|
563
|
+
}, z.core.$strict>]>>;
|
|
512
564
|
worktree: z.ZodOptional<z.ZodObject<{
|
|
513
565
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
514
566
|
auto_pr: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -551,7 +603,13 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
551
603
|
order: z.ZodOptional<z.ZodString>;
|
|
552
604
|
}, z.core.$strip>>>;
|
|
553
605
|
}, z.core.$strip>>;
|
|
554
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.
|
|
606
|
+
quality_gates: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodUnknown, z.ZodTransform<string | {
|
|
607
|
+
timeoutMs?: number | undefined;
|
|
608
|
+
cwd?: string | undefined;
|
|
609
|
+
command: string;
|
|
610
|
+
name?: string | undefined;
|
|
611
|
+
type: "command";
|
|
612
|
+
}, unknown>>>>;
|
|
555
613
|
pass_previous_response: z.ZodOptional<z.ZodBoolean>;
|
|
556
614
|
parallel: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
557
615
|
name: z.ZodString;
|
|
@@ -582,6 +640,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
582
640
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
583
641
|
claude: "claude";
|
|
584
642
|
"claude-sdk": "claude-sdk";
|
|
643
|
+
"claude-terminal": "claude-terminal";
|
|
585
644
|
codex: "codex";
|
|
586
645
|
opencode: "opencode";
|
|
587
646
|
cursor: "cursor";
|
|
@@ -591,6 +650,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
591
650
|
type: z.ZodEnum<{
|
|
592
651
|
claude: "claude";
|
|
593
652
|
"claude-sdk": "claude-sdk";
|
|
653
|
+
"claude-terminal": "claude-terminal";
|
|
594
654
|
codex: "codex";
|
|
595
655
|
opencode: "opencode";
|
|
596
656
|
cursor: "cursor";
|
|
@@ -641,6 +701,14 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
641
701
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
642
702
|
}, z.core.$strip>>;
|
|
643
703
|
}, z.core.$strip>>;
|
|
704
|
+
claude_terminal: z.ZodOptional<z.ZodObject<{
|
|
705
|
+
backend: z.ZodOptional<z.ZodEnum<{
|
|
706
|
+
tmux: "tmux";
|
|
707
|
+
}>>;
|
|
708
|
+
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
709
|
+
keep_session: z.ZodOptional<z.ZodBoolean>;
|
|
710
|
+
transcript_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
|
|
711
|
+
}, z.core.$strict>>;
|
|
644
712
|
copilot: z.ZodOptional<z.ZodObject<{
|
|
645
713
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
646
714
|
low: "low";
|
|
@@ -674,7 +742,13 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
674
742
|
order: z.ZodOptional<z.ZodString>;
|
|
675
743
|
}, z.core.$strip>>>;
|
|
676
744
|
}, z.core.$strip>>;
|
|
677
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.
|
|
745
|
+
quality_gates: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodUnknown, z.ZodTransform<string | {
|
|
746
|
+
timeoutMs?: number | undefined;
|
|
747
|
+
cwd?: string | undefined;
|
|
748
|
+
command: string;
|
|
749
|
+
name?: string | undefined;
|
|
750
|
+
type: "command";
|
|
751
|
+
}, unknown>>>>;
|
|
678
752
|
pass_previous_response: z.ZodOptional<z.ZodBoolean>;
|
|
679
753
|
}, z.core.$strip>>>;
|
|
680
754
|
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
@@ -718,8 +792,8 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
718
792
|
mode?: "system" | undefined;
|
|
719
793
|
call?: string | undefined;
|
|
720
794
|
overrides?: {
|
|
721
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
722
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
795
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
796
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
723
797
|
model?: string | undefined;
|
|
724
798
|
network_access?: boolean | undefined;
|
|
725
799
|
sandbox?: {
|
|
@@ -745,6 +819,12 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
745
819
|
excluded_commands?: string[] | undefined;
|
|
746
820
|
} | undefined;
|
|
747
821
|
} | undefined;
|
|
822
|
+
claude_terminal?: {
|
|
823
|
+
backend?: "tmux" | undefined;
|
|
824
|
+
timeout_ms?: number | undefined;
|
|
825
|
+
keep_session?: boolean | undefined;
|
|
826
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
827
|
+
} | undefined;
|
|
748
828
|
copilot?: {
|
|
749
829
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
750
830
|
} | undefined;
|
|
@@ -776,8 +856,8 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
776
856
|
url: string;
|
|
777
857
|
headers?: Record<string, string> | undefined;
|
|
778
858
|
}> | undefined;
|
|
779
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
780
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
859
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
860
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
781
861
|
model?: string | undefined;
|
|
782
862
|
network_access?: boolean | undefined;
|
|
783
863
|
sandbox?: {
|
|
@@ -789,8 +869,8 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
789
869
|
promotion?: {
|
|
790
870
|
at?: number | undefined;
|
|
791
871
|
condition?: string | undefined;
|
|
792
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
793
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
872
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
873
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
794
874
|
model?: string | undefined;
|
|
795
875
|
network_access?: boolean | undefined;
|
|
796
876
|
sandbox?: {
|
|
@@ -816,6 +896,12 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
816
896
|
excluded_commands?: string[] | undefined;
|
|
817
897
|
} | undefined;
|
|
818
898
|
} | undefined;
|
|
899
|
+
claude_terminal?: {
|
|
900
|
+
backend?: "tmux" | undefined;
|
|
901
|
+
timeout_ms?: number | undefined;
|
|
902
|
+
keep_session?: boolean | undefined;
|
|
903
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
904
|
+
} | undefined;
|
|
819
905
|
copilot?: {
|
|
820
906
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
821
907
|
} | undefined;
|
|
@@ -840,6 +926,12 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
840
926
|
excluded_commands?: string[] | undefined;
|
|
841
927
|
} | undefined;
|
|
842
928
|
} | undefined;
|
|
929
|
+
claude_terminal?: {
|
|
930
|
+
backend?: "tmux" | undefined;
|
|
931
|
+
timeout_ms?: number | undefined;
|
|
932
|
+
keep_session?: boolean | undefined;
|
|
933
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
934
|
+
} | undefined;
|
|
843
935
|
copilot?: {
|
|
844
936
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
845
937
|
} | undefined;
|
|
@@ -921,7 +1013,13 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
921
1013
|
title?: string | undefined;
|
|
922
1014
|
labels?: string[] | undefined;
|
|
923
1015
|
} | undefined;
|
|
924
|
-
base_branch?: string |
|
|
1016
|
+
base_branch?: string | {
|
|
1017
|
+
name: string;
|
|
1018
|
+
create_if_missing: {
|
|
1019
|
+
from: string;
|
|
1020
|
+
push?: boolean | undefined;
|
|
1021
|
+
};
|
|
1022
|
+
} | undefined;
|
|
925
1023
|
worktree?: {
|
|
926
1024
|
enabled?: boolean | undefined;
|
|
927
1025
|
auto_pr?: boolean | undefined;
|
|
@@ -964,7 +1062,13 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
964
1062
|
order?: string | undefined;
|
|
965
1063
|
}[] | undefined;
|
|
966
1064
|
} | undefined;
|
|
967
|
-
quality_gates?: string
|
|
1065
|
+
quality_gates?: (string | {
|
|
1066
|
+
timeoutMs?: number | undefined;
|
|
1067
|
+
cwd?: string | undefined;
|
|
1068
|
+
command: string;
|
|
1069
|
+
name?: string | undefined;
|
|
1070
|
+
type: "command";
|
|
1071
|
+
})[] | undefined;
|
|
968
1072
|
pass_previous_response?: boolean | undefined;
|
|
969
1073
|
parallel?: {
|
|
970
1074
|
name: string;
|
|
@@ -992,8 +1096,8 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
992
1096
|
url: string;
|
|
993
1097
|
headers?: Record<string, string> | undefined;
|
|
994
1098
|
}> | undefined;
|
|
995
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
996
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1099
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1100
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
997
1101
|
model?: string | undefined;
|
|
998
1102
|
network_access?: boolean | undefined;
|
|
999
1103
|
sandbox?: {
|
|
@@ -1022,6 +1126,12 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1022
1126
|
excluded_commands?: string[] | undefined;
|
|
1023
1127
|
} | undefined;
|
|
1024
1128
|
} | undefined;
|
|
1129
|
+
claude_terminal?: {
|
|
1130
|
+
backend?: "tmux" | undefined;
|
|
1131
|
+
timeout_ms?: number | undefined;
|
|
1132
|
+
keep_session?: boolean | undefined;
|
|
1133
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
1134
|
+
} | undefined;
|
|
1025
1135
|
copilot?: {
|
|
1026
1136
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1027
1137
|
} | undefined;
|
|
@@ -1050,7 +1160,13 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1050
1160
|
order?: string | undefined;
|
|
1051
1161
|
}[] | undefined;
|
|
1052
1162
|
} | undefined;
|
|
1053
|
-
quality_gates?: string
|
|
1163
|
+
quality_gates?: (string | {
|
|
1164
|
+
timeoutMs?: number | undefined;
|
|
1165
|
+
cwd?: string | undefined;
|
|
1166
|
+
command: string;
|
|
1167
|
+
name?: string | undefined;
|
|
1168
|
+
type: "command";
|
|
1169
|
+
})[] | undefined;
|
|
1054
1170
|
pass_previous_response?: boolean | undefined;
|
|
1055
1171
|
}[] | undefined;
|
|
1056
1172
|
concurrency?: number | undefined;
|
|
@@ -1087,8 +1203,8 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1087
1203
|
mode?: "system" | undefined;
|
|
1088
1204
|
call?: string | undefined;
|
|
1089
1205
|
overrides?: {
|
|
1090
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1091
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1206
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1207
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1092
1208
|
model?: string | undefined;
|
|
1093
1209
|
network_access?: boolean | undefined;
|
|
1094
1210
|
sandbox?: {
|
|
@@ -1114,6 +1230,12 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1114
1230
|
excluded_commands?: string[] | undefined;
|
|
1115
1231
|
} | undefined;
|
|
1116
1232
|
} | undefined;
|
|
1233
|
+
claude_terminal?: {
|
|
1234
|
+
backend?: "tmux" | undefined;
|
|
1235
|
+
timeout_ms?: number | undefined;
|
|
1236
|
+
keep_session?: boolean | undefined;
|
|
1237
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
1238
|
+
} | undefined;
|
|
1117
1239
|
copilot?: {
|
|
1118
1240
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1119
1241
|
} | undefined;
|
|
@@ -1145,8 +1267,8 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1145
1267
|
url: string;
|
|
1146
1268
|
headers?: Record<string, string> | undefined;
|
|
1147
1269
|
}> | undefined;
|
|
1148
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1149
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1270
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1271
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1150
1272
|
model?: string | undefined;
|
|
1151
1273
|
network_access?: boolean | undefined;
|
|
1152
1274
|
sandbox?: {
|
|
@@ -1158,8 +1280,8 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1158
1280
|
promotion?: {
|
|
1159
1281
|
at?: number | undefined;
|
|
1160
1282
|
condition?: string | undefined;
|
|
1161
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1162
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1283
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1284
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1163
1285
|
model?: string | undefined;
|
|
1164
1286
|
network_access?: boolean | undefined;
|
|
1165
1287
|
sandbox?: {
|
|
@@ -1185,6 +1307,12 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1185
1307
|
excluded_commands?: string[] | undefined;
|
|
1186
1308
|
} | undefined;
|
|
1187
1309
|
} | undefined;
|
|
1310
|
+
claude_terminal?: {
|
|
1311
|
+
backend?: "tmux" | undefined;
|
|
1312
|
+
timeout_ms?: number | undefined;
|
|
1313
|
+
keep_session?: boolean | undefined;
|
|
1314
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
1315
|
+
} | undefined;
|
|
1188
1316
|
copilot?: {
|
|
1189
1317
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1190
1318
|
} | undefined;
|
|
@@ -1209,6 +1337,12 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1209
1337
|
excluded_commands?: string[] | undefined;
|
|
1210
1338
|
} | undefined;
|
|
1211
1339
|
} | undefined;
|
|
1340
|
+
claude_terminal?: {
|
|
1341
|
+
backend?: "tmux" | undefined;
|
|
1342
|
+
timeout_ms?: number | undefined;
|
|
1343
|
+
keep_session?: boolean | undefined;
|
|
1344
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
1345
|
+
} | undefined;
|
|
1212
1346
|
copilot?: {
|
|
1213
1347
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1214
1348
|
} | undefined;
|
|
@@ -1290,7 +1424,13 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1290
1424
|
title?: string | undefined;
|
|
1291
1425
|
labels?: string[] | undefined;
|
|
1292
1426
|
} | undefined;
|
|
1293
|
-
base_branch?: string |
|
|
1427
|
+
base_branch?: string | {
|
|
1428
|
+
name: string;
|
|
1429
|
+
create_if_missing: {
|
|
1430
|
+
from: string;
|
|
1431
|
+
push?: boolean | undefined;
|
|
1432
|
+
};
|
|
1433
|
+
} | undefined;
|
|
1294
1434
|
worktree?: {
|
|
1295
1435
|
enabled?: boolean | undefined;
|
|
1296
1436
|
auto_pr?: boolean | undefined;
|
|
@@ -1333,7 +1473,13 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1333
1473
|
order?: string | undefined;
|
|
1334
1474
|
}[] | undefined;
|
|
1335
1475
|
} | undefined;
|
|
1336
|
-
quality_gates?: string
|
|
1476
|
+
quality_gates?: (string | {
|
|
1477
|
+
timeoutMs?: number | undefined;
|
|
1478
|
+
cwd?: string | undefined;
|
|
1479
|
+
command: string;
|
|
1480
|
+
name?: string | undefined;
|
|
1481
|
+
type: "command";
|
|
1482
|
+
})[] | undefined;
|
|
1337
1483
|
pass_previous_response?: boolean | undefined;
|
|
1338
1484
|
parallel?: {
|
|
1339
1485
|
name: string;
|
|
@@ -1361,8 +1507,8 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1361
1507
|
url: string;
|
|
1362
1508
|
headers?: Record<string, string> | undefined;
|
|
1363
1509
|
}> | undefined;
|
|
1364
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1365
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1510
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1511
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1366
1512
|
model?: string | undefined;
|
|
1367
1513
|
network_access?: boolean | undefined;
|
|
1368
1514
|
sandbox?: {
|
|
@@ -1391,6 +1537,12 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1391
1537
|
excluded_commands?: string[] | undefined;
|
|
1392
1538
|
} | undefined;
|
|
1393
1539
|
} | undefined;
|
|
1540
|
+
claude_terminal?: {
|
|
1541
|
+
backend?: "tmux" | undefined;
|
|
1542
|
+
timeout_ms?: number | undefined;
|
|
1543
|
+
keep_session?: boolean | undefined;
|
|
1544
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
1545
|
+
} | undefined;
|
|
1394
1546
|
copilot?: {
|
|
1395
1547
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1396
1548
|
} | undefined;
|
|
@@ -1419,7 +1571,13 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1419
1571
|
order?: string | undefined;
|
|
1420
1572
|
}[] | undefined;
|
|
1421
1573
|
} | undefined;
|
|
1422
|
-
quality_gates?: string
|
|
1574
|
+
quality_gates?: (string | {
|
|
1575
|
+
timeoutMs?: number | undefined;
|
|
1576
|
+
cwd?: string | undefined;
|
|
1577
|
+
command: string;
|
|
1578
|
+
name?: string | undefined;
|
|
1579
|
+
type: "command";
|
|
1580
|
+
})[] | undefined;
|
|
1423
1581
|
pass_previous_response?: boolean | undefined;
|
|
1424
1582
|
}[] | undefined;
|
|
1425
1583
|
concurrency?: number | undefined;
|
|
@@ -1461,6 +1619,7 @@ export declare const LoopMonitorJudgeSchema: z.ZodObject<{
|
|
|
1461
1619
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
1462
1620
|
claude: "claude";
|
|
1463
1621
|
"claude-sdk": "claude-sdk";
|
|
1622
|
+
"claude-terminal": "claude-terminal";
|
|
1464
1623
|
codex: "codex";
|
|
1465
1624
|
opencode: "opencode";
|
|
1466
1625
|
cursor: "cursor";
|
|
@@ -1470,6 +1629,7 @@ export declare const LoopMonitorJudgeSchema: z.ZodObject<{
|
|
|
1470
1629
|
type: z.ZodEnum<{
|
|
1471
1630
|
claude: "claude";
|
|
1472
1631
|
"claude-sdk": "claude-sdk";
|
|
1632
|
+
"claude-terminal": "claude-terminal";
|
|
1473
1633
|
codex: "codex";
|
|
1474
1634
|
opencode: "opencode";
|
|
1475
1635
|
cursor: "cursor";
|
|
@@ -1500,6 +1660,7 @@ export declare const LoopMonitorSchema: z.ZodObject<{
|
|
|
1500
1660
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
1501
1661
|
claude: "claude";
|
|
1502
1662
|
"claude-sdk": "claude-sdk";
|
|
1663
|
+
"claude-terminal": "claude-terminal";
|
|
1503
1664
|
codex: "codex";
|
|
1504
1665
|
opencode: "opencode";
|
|
1505
1666
|
cursor: "cursor";
|
|
@@ -1509,6 +1670,7 @@ export declare const LoopMonitorSchema: z.ZodObject<{
|
|
|
1509
1670
|
type: z.ZodEnum<{
|
|
1510
1671
|
claude: "claude";
|
|
1511
1672
|
"claude-sdk": "claude-sdk";
|
|
1673
|
+
"claude-terminal": "claude-terminal";
|
|
1512
1674
|
codex: "codex";
|
|
1513
1675
|
opencode: "opencode";
|
|
1514
1676
|
cursor: "cursor";
|
|
@@ -1566,6 +1728,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1566
1728
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
1567
1729
|
claude: "claude";
|
|
1568
1730
|
"claude-sdk": "claude-sdk";
|
|
1731
|
+
"claude-terminal": "claude-terminal";
|
|
1569
1732
|
codex: "codex";
|
|
1570
1733
|
opencode: "opencode";
|
|
1571
1734
|
cursor: "cursor";
|
|
@@ -1575,6 +1738,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1575
1738
|
type: z.ZodEnum<{
|
|
1576
1739
|
claude: "claude";
|
|
1577
1740
|
"claude-sdk": "claude-sdk";
|
|
1741
|
+
"claude-terminal": "claude-terminal";
|
|
1578
1742
|
codex: "codex";
|
|
1579
1743
|
opencode: "opencode";
|
|
1580
1744
|
cursor: "cursor";
|
|
@@ -1618,6 +1782,14 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1618
1782
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1619
1783
|
}, z.core.$strip>>;
|
|
1620
1784
|
}, z.core.$strip>>;
|
|
1785
|
+
claude_terminal: z.ZodOptional<z.ZodObject<{
|
|
1786
|
+
backend: z.ZodOptional<z.ZodEnum<{
|
|
1787
|
+
tmux: "tmux";
|
|
1788
|
+
}>>;
|
|
1789
|
+
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
1790
|
+
keep_session: z.ZodOptional<z.ZodBoolean>;
|
|
1791
|
+
transcript_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
|
|
1792
|
+
}, z.core.$strict>>;
|
|
1621
1793
|
copilot: z.ZodOptional<z.ZodObject<{
|
|
1622
1794
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
1623
1795
|
low: "low";
|
|
@@ -1639,6 +1811,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1639
1811
|
provider: z.ZodEnum<{
|
|
1640
1812
|
claude: "claude";
|
|
1641
1813
|
"claude-sdk": "claude-sdk";
|
|
1814
|
+
"claude-terminal": "claude-terminal";
|
|
1642
1815
|
codex: "codex";
|
|
1643
1816
|
opencode: "opencode";
|
|
1644
1817
|
cursor: "cursor";
|
|
@@ -1669,6 +1842,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1669
1842
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
1670
1843
|
claude: "claude";
|
|
1671
1844
|
"claude-sdk": "claude-sdk";
|
|
1845
|
+
"claude-terminal": "claude-terminal";
|
|
1672
1846
|
codex: "codex";
|
|
1673
1847
|
opencode: "opencode";
|
|
1674
1848
|
cursor: "cursor";
|
|
@@ -1678,6 +1852,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1678
1852
|
type: z.ZodEnum<{
|
|
1679
1853
|
claude: "claude";
|
|
1680
1854
|
"claude-sdk": "claude-sdk";
|
|
1855
|
+
"claude-terminal": "claude-terminal";
|
|
1681
1856
|
codex: "codex";
|
|
1682
1857
|
opencode: "opencode";
|
|
1683
1858
|
cursor: "cursor";
|
|
@@ -1721,6 +1896,14 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1721
1896
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1722
1897
|
}, z.core.$strip>>;
|
|
1723
1898
|
}, z.core.$strip>>;
|
|
1899
|
+
claude_terminal: z.ZodOptional<z.ZodObject<{
|
|
1900
|
+
backend: z.ZodOptional<z.ZodEnum<{
|
|
1901
|
+
tmux: "tmux";
|
|
1902
|
+
}>>;
|
|
1903
|
+
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
1904
|
+
keep_session: z.ZodOptional<z.ZodBoolean>;
|
|
1905
|
+
transcript_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
|
|
1906
|
+
}, z.core.$strict>>;
|
|
1724
1907
|
copilot: z.ZodOptional<z.ZodObject<{
|
|
1725
1908
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
1726
1909
|
low: "low";
|
|
@@ -1763,6 +1946,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1763
1946
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
1764
1947
|
claude: "claude";
|
|
1765
1948
|
"claude-sdk": "claude-sdk";
|
|
1949
|
+
"claude-terminal": "claude-terminal";
|
|
1766
1950
|
codex: "codex";
|
|
1767
1951
|
opencode: "opencode";
|
|
1768
1952
|
cursor: "cursor";
|
|
@@ -1772,6 +1956,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1772
1956
|
type: z.ZodEnum<{
|
|
1773
1957
|
claude: "claude";
|
|
1774
1958
|
"claude-sdk": "claude-sdk";
|
|
1959
|
+
"claude-terminal": "claude-terminal";
|
|
1775
1960
|
codex: "codex";
|
|
1776
1961
|
opencode: "opencode";
|
|
1777
1962
|
cursor: "cursor";
|
|
@@ -1792,6 +1977,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1792
1977
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
1793
1978
|
claude: "claude";
|
|
1794
1979
|
"claude-sdk": "claude-sdk";
|
|
1980
|
+
"claude-terminal": "claude-terminal";
|
|
1795
1981
|
codex: "codex";
|
|
1796
1982
|
opencode: "opencode";
|
|
1797
1983
|
cursor: "cursor";
|
|
@@ -1801,6 +1987,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1801
1987
|
type: z.ZodEnum<{
|
|
1802
1988
|
claude: "claude";
|
|
1803
1989
|
"claude-sdk": "claude-sdk";
|
|
1990
|
+
"claude-terminal": "claude-terminal";
|
|
1804
1991
|
codex: "codex";
|
|
1805
1992
|
opencode: "opencode";
|
|
1806
1993
|
cursor: "cursor";
|
|
@@ -1844,6 +2031,14 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1844
2031
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1845
2032
|
}, z.core.$strip>>;
|
|
1846
2033
|
}, z.core.$strip>>;
|
|
2034
|
+
claude_terminal: z.ZodOptional<z.ZodObject<{
|
|
2035
|
+
backend: z.ZodOptional<z.ZodEnum<{
|
|
2036
|
+
tmux: "tmux";
|
|
2037
|
+
}>>;
|
|
2038
|
+
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
2039
|
+
keep_session: z.ZodOptional<z.ZodBoolean>;
|
|
2040
|
+
transcript_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
|
|
2041
|
+
}, z.core.$strict>>;
|
|
1847
2042
|
copilot: z.ZodOptional<z.ZodObject<{
|
|
1848
2043
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
1849
2044
|
low: "low";
|
|
@@ -1889,6 +2084,14 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1889
2084
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1890
2085
|
}, z.core.$strip>>;
|
|
1891
2086
|
}, z.core.$strip>>;
|
|
2087
|
+
claude_terminal: z.ZodOptional<z.ZodObject<{
|
|
2088
|
+
backend: z.ZodOptional<z.ZodEnum<{
|
|
2089
|
+
tmux: "tmux";
|
|
2090
|
+
}>>;
|
|
2091
|
+
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
2092
|
+
keep_session: z.ZodOptional<z.ZodBoolean>;
|
|
2093
|
+
transcript_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
|
|
2094
|
+
}, z.core.$strict>>;
|
|
1892
2095
|
copilot: z.ZodOptional<z.ZodObject<{
|
|
1893
2096
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
1894
2097
|
low: "low";
|
|
@@ -1978,7 +2181,13 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1978
2181
|
title: z.ZodOptional<z.ZodString>;
|
|
1979
2182
|
labels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1980
2183
|
}, z.core.$strict>, z.ZodUnion<readonly [z.ZodString, z.ZodString]>]>>;
|
|
1981
|
-
base_branch: z.ZodOptional<z.ZodString
|
|
2184
|
+
base_branch: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2185
|
+
name: z.ZodString;
|
|
2186
|
+
create_if_missing: z.ZodObject<{
|
|
2187
|
+
from: z.ZodString;
|
|
2188
|
+
push: z.ZodOptional<z.ZodBoolean>;
|
|
2189
|
+
}, z.core.$strict>;
|
|
2190
|
+
}, z.core.$strict>]>>;
|
|
1982
2191
|
worktree: z.ZodOptional<z.ZodObject<{
|
|
1983
2192
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1984
2193
|
auto_pr: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2021,7 +2230,13 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2021
2230
|
order: z.ZodOptional<z.ZodString>;
|
|
2022
2231
|
}, z.core.$strip>>>;
|
|
2023
2232
|
}, z.core.$strip>>;
|
|
2024
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.
|
|
2233
|
+
quality_gates: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodUnknown, z.ZodTransform<string | {
|
|
2234
|
+
timeoutMs?: number | undefined;
|
|
2235
|
+
cwd?: string | undefined;
|
|
2236
|
+
command: string;
|
|
2237
|
+
name?: string | undefined;
|
|
2238
|
+
type: "command";
|
|
2239
|
+
}, unknown>>>>;
|
|
2025
2240
|
pass_previous_response: z.ZodOptional<z.ZodBoolean>;
|
|
2026
2241
|
parallel: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2027
2242
|
name: z.ZodString;
|
|
@@ -2052,6 +2267,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2052
2267
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
2053
2268
|
claude: "claude";
|
|
2054
2269
|
"claude-sdk": "claude-sdk";
|
|
2270
|
+
"claude-terminal": "claude-terminal";
|
|
2055
2271
|
codex: "codex";
|
|
2056
2272
|
opencode: "opencode";
|
|
2057
2273
|
cursor: "cursor";
|
|
@@ -2061,6 +2277,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2061
2277
|
type: z.ZodEnum<{
|
|
2062
2278
|
claude: "claude";
|
|
2063
2279
|
"claude-sdk": "claude-sdk";
|
|
2280
|
+
"claude-terminal": "claude-terminal";
|
|
2064
2281
|
codex: "codex";
|
|
2065
2282
|
opencode: "opencode";
|
|
2066
2283
|
cursor: "cursor";
|
|
@@ -2111,6 +2328,14 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2111
2328
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2112
2329
|
}, z.core.$strip>>;
|
|
2113
2330
|
}, z.core.$strip>>;
|
|
2331
|
+
claude_terminal: z.ZodOptional<z.ZodObject<{
|
|
2332
|
+
backend: z.ZodOptional<z.ZodEnum<{
|
|
2333
|
+
tmux: "tmux";
|
|
2334
|
+
}>>;
|
|
2335
|
+
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
2336
|
+
keep_session: z.ZodOptional<z.ZodBoolean>;
|
|
2337
|
+
transcript_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
|
|
2338
|
+
}, z.core.$strict>>;
|
|
2114
2339
|
copilot: z.ZodOptional<z.ZodObject<{
|
|
2115
2340
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
2116
2341
|
low: "low";
|
|
@@ -2144,7 +2369,13 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2144
2369
|
order: z.ZodOptional<z.ZodString>;
|
|
2145
2370
|
}, z.core.$strip>>>;
|
|
2146
2371
|
}, z.core.$strip>>;
|
|
2147
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.
|
|
2372
|
+
quality_gates: z.ZodOptional<z.ZodArray<z.ZodPipe<z.ZodUnknown, z.ZodTransform<string | {
|
|
2373
|
+
timeoutMs?: number | undefined;
|
|
2374
|
+
cwd?: string | undefined;
|
|
2375
|
+
command: string;
|
|
2376
|
+
name?: string | undefined;
|
|
2377
|
+
type: "command";
|
|
2378
|
+
}, unknown>>>>;
|
|
2148
2379
|
pass_previous_response: z.ZodOptional<z.ZodBoolean>;
|
|
2149
2380
|
}, z.core.$strip>>>;
|
|
2150
2381
|
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2188,8 +2419,8 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2188
2419
|
mode?: "system" | undefined;
|
|
2189
2420
|
call?: string | undefined;
|
|
2190
2421
|
overrides?: {
|
|
2191
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
2192
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
2422
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
2423
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
2193
2424
|
model?: string | undefined;
|
|
2194
2425
|
network_access?: boolean | undefined;
|
|
2195
2426
|
sandbox?: {
|
|
@@ -2215,6 +2446,12 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2215
2446
|
excluded_commands?: string[] | undefined;
|
|
2216
2447
|
} | undefined;
|
|
2217
2448
|
} | undefined;
|
|
2449
|
+
claude_terminal?: {
|
|
2450
|
+
backend?: "tmux" | undefined;
|
|
2451
|
+
timeout_ms?: number | undefined;
|
|
2452
|
+
keep_session?: boolean | undefined;
|
|
2453
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
2454
|
+
} | undefined;
|
|
2218
2455
|
copilot?: {
|
|
2219
2456
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2220
2457
|
} | undefined;
|
|
@@ -2246,8 +2483,8 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2246
2483
|
url: string;
|
|
2247
2484
|
headers?: Record<string, string> | undefined;
|
|
2248
2485
|
}> | undefined;
|
|
2249
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
2250
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
2486
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
2487
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
2251
2488
|
model?: string | undefined;
|
|
2252
2489
|
network_access?: boolean | undefined;
|
|
2253
2490
|
sandbox?: {
|
|
@@ -2259,8 +2496,8 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2259
2496
|
promotion?: {
|
|
2260
2497
|
at?: number | undefined;
|
|
2261
2498
|
condition?: string | undefined;
|
|
2262
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
2263
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
2499
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
2500
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
2264
2501
|
model?: string | undefined;
|
|
2265
2502
|
network_access?: boolean | undefined;
|
|
2266
2503
|
sandbox?: {
|
|
@@ -2286,6 +2523,12 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2286
2523
|
excluded_commands?: string[] | undefined;
|
|
2287
2524
|
} | undefined;
|
|
2288
2525
|
} | undefined;
|
|
2526
|
+
claude_terminal?: {
|
|
2527
|
+
backend?: "tmux" | undefined;
|
|
2528
|
+
timeout_ms?: number | undefined;
|
|
2529
|
+
keep_session?: boolean | undefined;
|
|
2530
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
2531
|
+
} | undefined;
|
|
2289
2532
|
copilot?: {
|
|
2290
2533
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2291
2534
|
} | undefined;
|
|
@@ -2310,6 +2553,12 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2310
2553
|
excluded_commands?: string[] | undefined;
|
|
2311
2554
|
} | undefined;
|
|
2312
2555
|
} | undefined;
|
|
2556
|
+
claude_terminal?: {
|
|
2557
|
+
backend?: "tmux" | undefined;
|
|
2558
|
+
timeout_ms?: number | undefined;
|
|
2559
|
+
keep_session?: boolean | undefined;
|
|
2560
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
2561
|
+
} | undefined;
|
|
2313
2562
|
copilot?: {
|
|
2314
2563
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2315
2564
|
} | undefined;
|
|
@@ -2391,7 +2640,13 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2391
2640
|
title?: string | undefined;
|
|
2392
2641
|
labels?: string[] | undefined;
|
|
2393
2642
|
} | undefined;
|
|
2394
|
-
base_branch?: string |
|
|
2643
|
+
base_branch?: string | {
|
|
2644
|
+
name: string;
|
|
2645
|
+
create_if_missing: {
|
|
2646
|
+
from: string;
|
|
2647
|
+
push?: boolean | undefined;
|
|
2648
|
+
};
|
|
2649
|
+
} | undefined;
|
|
2395
2650
|
worktree?: {
|
|
2396
2651
|
enabled?: boolean | undefined;
|
|
2397
2652
|
auto_pr?: boolean | undefined;
|
|
@@ -2434,7 +2689,13 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2434
2689
|
order?: string | undefined;
|
|
2435
2690
|
}[] | undefined;
|
|
2436
2691
|
} | undefined;
|
|
2437
|
-
quality_gates?: string
|
|
2692
|
+
quality_gates?: (string | {
|
|
2693
|
+
timeoutMs?: number | undefined;
|
|
2694
|
+
cwd?: string | undefined;
|
|
2695
|
+
command: string;
|
|
2696
|
+
name?: string | undefined;
|
|
2697
|
+
type: "command";
|
|
2698
|
+
})[] | undefined;
|
|
2438
2699
|
pass_previous_response?: boolean | undefined;
|
|
2439
2700
|
parallel?: {
|
|
2440
2701
|
name: string;
|
|
@@ -2462,8 +2723,8 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2462
2723
|
url: string;
|
|
2463
2724
|
headers?: Record<string, string> | undefined;
|
|
2464
2725
|
}> | undefined;
|
|
2465
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
2466
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
2726
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
2727
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
2467
2728
|
model?: string | undefined;
|
|
2468
2729
|
network_access?: boolean | undefined;
|
|
2469
2730
|
sandbox?: {
|
|
@@ -2492,6 +2753,12 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2492
2753
|
excluded_commands?: string[] | undefined;
|
|
2493
2754
|
} | undefined;
|
|
2494
2755
|
} | undefined;
|
|
2756
|
+
claude_terminal?: {
|
|
2757
|
+
backend?: "tmux" | undefined;
|
|
2758
|
+
timeout_ms?: number | undefined;
|
|
2759
|
+
keep_session?: boolean | undefined;
|
|
2760
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
2761
|
+
} | undefined;
|
|
2495
2762
|
copilot?: {
|
|
2496
2763
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2497
2764
|
} | undefined;
|
|
@@ -2520,7 +2787,13 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2520
2787
|
order?: string | undefined;
|
|
2521
2788
|
}[] | undefined;
|
|
2522
2789
|
} | undefined;
|
|
2523
|
-
quality_gates?: string
|
|
2790
|
+
quality_gates?: (string | {
|
|
2791
|
+
timeoutMs?: number | undefined;
|
|
2792
|
+
cwd?: string | undefined;
|
|
2793
|
+
command: string;
|
|
2794
|
+
name?: string | undefined;
|
|
2795
|
+
type: "command";
|
|
2796
|
+
})[] | undefined;
|
|
2524
2797
|
pass_previous_response?: boolean | undefined;
|
|
2525
2798
|
}[] | undefined;
|
|
2526
2799
|
concurrency?: number | undefined;
|
|
@@ -2557,8 +2830,8 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2557
2830
|
mode?: "system" | undefined;
|
|
2558
2831
|
call?: string | undefined;
|
|
2559
2832
|
overrides?: {
|
|
2560
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
2561
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
2833
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
2834
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
2562
2835
|
model?: string | undefined;
|
|
2563
2836
|
network_access?: boolean | undefined;
|
|
2564
2837
|
sandbox?: {
|
|
@@ -2584,6 +2857,12 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2584
2857
|
excluded_commands?: string[] | undefined;
|
|
2585
2858
|
} | undefined;
|
|
2586
2859
|
} | undefined;
|
|
2860
|
+
claude_terminal?: {
|
|
2861
|
+
backend?: "tmux" | undefined;
|
|
2862
|
+
timeout_ms?: number | undefined;
|
|
2863
|
+
keep_session?: boolean | undefined;
|
|
2864
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
2865
|
+
} | undefined;
|
|
2587
2866
|
copilot?: {
|
|
2588
2867
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2589
2868
|
} | undefined;
|
|
@@ -2615,8 +2894,8 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2615
2894
|
url: string;
|
|
2616
2895
|
headers?: Record<string, string> | undefined;
|
|
2617
2896
|
}> | undefined;
|
|
2618
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
2619
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
2897
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
2898
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
2620
2899
|
model?: string | undefined;
|
|
2621
2900
|
network_access?: boolean | undefined;
|
|
2622
2901
|
sandbox?: {
|
|
@@ -2628,8 +2907,8 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2628
2907
|
promotion?: {
|
|
2629
2908
|
at?: number | undefined;
|
|
2630
2909
|
condition?: string | undefined;
|
|
2631
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
2632
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
2910
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
2911
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
2633
2912
|
model?: string | undefined;
|
|
2634
2913
|
network_access?: boolean | undefined;
|
|
2635
2914
|
sandbox?: {
|
|
@@ -2655,6 +2934,12 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2655
2934
|
excluded_commands?: string[] | undefined;
|
|
2656
2935
|
} | undefined;
|
|
2657
2936
|
} | undefined;
|
|
2937
|
+
claude_terminal?: {
|
|
2938
|
+
backend?: "tmux" | undefined;
|
|
2939
|
+
timeout_ms?: number | undefined;
|
|
2940
|
+
keep_session?: boolean | undefined;
|
|
2941
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
2942
|
+
} | undefined;
|
|
2658
2943
|
copilot?: {
|
|
2659
2944
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2660
2945
|
} | undefined;
|
|
@@ -2679,6 +2964,12 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2679
2964
|
excluded_commands?: string[] | undefined;
|
|
2680
2965
|
} | undefined;
|
|
2681
2966
|
} | undefined;
|
|
2967
|
+
claude_terminal?: {
|
|
2968
|
+
backend?: "tmux" | undefined;
|
|
2969
|
+
timeout_ms?: number | undefined;
|
|
2970
|
+
keep_session?: boolean | undefined;
|
|
2971
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
2972
|
+
} | undefined;
|
|
2682
2973
|
copilot?: {
|
|
2683
2974
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2684
2975
|
} | undefined;
|
|
@@ -2760,7 +3051,13 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2760
3051
|
title?: string | undefined;
|
|
2761
3052
|
labels?: string[] | undefined;
|
|
2762
3053
|
} | undefined;
|
|
2763
|
-
base_branch?: string |
|
|
3054
|
+
base_branch?: string | {
|
|
3055
|
+
name: string;
|
|
3056
|
+
create_if_missing: {
|
|
3057
|
+
from: string;
|
|
3058
|
+
push?: boolean | undefined;
|
|
3059
|
+
};
|
|
3060
|
+
} | undefined;
|
|
2764
3061
|
worktree?: {
|
|
2765
3062
|
enabled?: boolean | undefined;
|
|
2766
3063
|
auto_pr?: boolean | undefined;
|
|
@@ -2803,7 +3100,13 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2803
3100
|
order?: string | undefined;
|
|
2804
3101
|
}[] | undefined;
|
|
2805
3102
|
} | undefined;
|
|
2806
|
-
quality_gates?: string
|
|
3103
|
+
quality_gates?: (string | {
|
|
3104
|
+
timeoutMs?: number | undefined;
|
|
3105
|
+
cwd?: string | undefined;
|
|
3106
|
+
command: string;
|
|
3107
|
+
name?: string | undefined;
|
|
3108
|
+
type: "command";
|
|
3109
|
+
})[] | undefined;
|
|
2807
3110
|
pass_previous_response?: boolean | undefined;
|
|
2808
3111
|
parallel?: {
|
|
2809
3112
|
name: string;
|
|
@@ -2831,8 +3134,8 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2831
3134
|
url: string;
|
|
2832
3135
|
headers?: Record<string, string> | undefined;
|
|
2833
3136
|
}> | undefined;
|
|
2834
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
2835
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
3137
|
+
provider?: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
3138
|
+
type: "claude" | "claude-sdk" | "claude-terminal" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
2836
3139
|
model?: string | undefined;
|
|
2837
3140
|
network_access?: boolean | undefined;
|
|
2838
3141
|
sandbox?: {
|
|
@@ -2861,6 +3164,12 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2861
3164
|
excluded_commands?: string[] | undefined;
|
|
2862
3165
|
} | undefined;
|
|
2863
3166
|
} | undefined;
|
|
3167
|
+
claude_terminal?: {
|
|
3168
|
+
backend?: "tmux" | undefined;
|
|
3169
|
+
timeout_ms?: number | undefined;
|
|
3170
|
+
keep_session?: boolean | undefined;
|
|
3171
|
+
transcript_poll_interval_ms?: number | undefined;
|
|
3172
|
+
} | undefined;
|
|
2864
3173
|
copilot?: {
|
|
2865
3174
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2866
3175
|
} | undefined;
|
|
@@ -2889,7 +3198,13 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2889
3198
|
order?: string | undefined;
|
|
2890
3199
|
}[] | undefined;
|
|
2891
3200
|
} | undefined;
|
|
2892
|
-
quality_gates?: string
|
|
3201
|
+
quality_gates?: (string | {
|
|
3202
|
+
timeoutMs?: number | undefined;
|
|
3203
|
+
cwd?: string | undefined;
|
|
3204
|
+
command: string;
|
|
3205
|
+
name?: string | undefined;
|
|
3206
|
+
type: "command";
|
|
3207
|
+
})[] | undefined;
|
|
2893
3208
|
pass_previous_response?: boolean | undefined;
|
|
2894
3209
|
}[] | undefined;
|
|
2895
3210
|
concurrency?: number | undefined;
|
|
@@ -2930,6 +3245,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2930
3245
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
2931
3246
|
claude: "claude";
|
|
2932
3247
|
"claude-sdk": "claude-sdk";
|
|
3248
|
+
"claude-terminal": "claude-terminal";
|
|
2933
3249
|
codex: "codex";
|
|
2934
3250
|
opencode: "opencode";
|
|
2935
3251
|
cursor: "cursor";
|
|
@@ -2939,6 +3255,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2939
3255
|
type: z.ZodEnum<{
|
|
2940
3256
|
claude: "claude";
|
|
2941
3257
|
"claude-sdk": "claude-sdk";
|
|
3258
|
+
"claude-terminal": "claude-terminal";
|
|
2942
3259
|
codex: "codex";
|
|
2943
3260
|
opencode: "opencode";
|
|
2944
3261
|
cursor: "cursor";
|