takt 0.44.0 → 0.46.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 +1 -0
- package/builtins/en/config.yaml +9 -0
- package/builtins/en/facets/instructions/implement-maintenance.md +2 -0
- package/builtins/en/facets/instructions/implement.md +3 -2
- package/builtins/en/facets/instructions/review-arch.md +1 -1
- package/builtins/en/facets/instructions/review-coding.md +4 -3
- package/builtins/en/facets/instructions/review-cqrs-es.md +1 -1
- package/builtins/en/facets/instructions/review-pure.md +1 -0
- package/builtins/en/facets/instructions/review-qa.md +1 -0
- package/builtins/en/facets/instructions/review-terraform.md +1 -1
- package/builtins/en/facets/instructions/review-test.md +2 -0
- package/builtins/en/facets/instructions/supervise-maintenance.md +7 -5
- package/builtins/en/facets/instructions/supervise.md +11 -4
- package/builtins/en/facets/instructions/write-tests-maintenance.md +1 -0
- package/builtins/en/facets/knowledge/e2e-testing.md +11 -1
- package/builtins/en/facets/knowledge/unit-testing.md +11 -0
- package/builtins/en/facets/output-contracts/maintenance-scope.md +5 -0
- package/builtins/en/facets/output-contracts/pure-review.md +61 -0
- package/builtins/en/facets/output-contracts/qa-review.md +5 -0
- package/builtins/en/facets/output-contracts/supervisor-validation.md +1 -1
- package/builtins/en/facets/output-contracts/testing-review.md +6 -1
- package/builtins/en/facets/personas/ai-antipattern-reviewer.md +2 -2
- package/builtins/en/facets/personas/architecture-reviewer.md +1 -1
- package/builtins/en/facets/personas/pr-commenter.md +2 -2
- package/builtins/en/facets/personas/pure-reviewer.md +22 -0
- package/builtins/en/facets/personas/supervisor.md +1 -1
- package/builtins/en/facets/personas/terraform-reviewer.md +3 -3
- package/builtins/en/facets/policies/ai-antipattern.md +2 -0
- package/builtins/en/facets/policies/coding.md +36 -0
- package/builtins/en/facets/policies/review.md +26 -1
- package/builtins/en/facets/policies/testing.md +25 -0
- package/builtins/en/workflows/backend-cqrs.yaml +21 -0
- package/builtins/en/workflows/backend.yaml +21 -0
- package/builtins/en/workflows/default-high.yaml +1 -1
- package/builtins/en/workflows/default-peer-review.yaml +24 -3
- package/builtins/en/workflows/draft.yaml +4 -32
- package/builtins/en/workflows/dual-cqrs.yaml +21 -0
- package/builtins/en/workflows/dual.yaml +5 -5
- package/builtins/en/workflows/frontend-maintenance.yaml +21 -0
- package/builtins/en/workflows/frontend.yaml +21 -0
- package/builtins/en/workflows/peer-review.yaml +13 -70
- package/builtins/en/workflows/provider-options/edit.yaml +21 -0
- package/builtins/en/workflows/provider-options/review-files.yaml +10 -0
- package/builtins/en/workflows/provider-options/review-readonly.yaml +16 -0
- package/builtins/en/workflows/provider-options/review-web.yaml +14 -0
- package/builtins/en/workflows/review-backend-cqrs.yaml +21 -0
- package/builtins/en/workflows/review-backend.yaml +21 -0
- package/builtins/en/workflows/review-default.yaml +6 -6
- package/builtins/en/workflows/review-dual-cqrs.yaml +21 -0
- package/builtins/en/workflows/review-dual.yaml +21 -0
- package/builtins/en/workflows/review-fix-backend-cqrs.yaml +21 -0
- package/builtins/en/workflows/review-fix-backend.yaml +21 -0
- package/builtins/en/workflows/review-fix-default.yaml +6 -6
- package/builtins/en/workflows/review-fix-dual-cqrs.yaml +21 -0
- package/builtins/en/workflows/review-fix-dual.yaml +21 -0
- package/builtins/en/workflows/review-fix-frontend.yaml +21 -0
- package/builtins/en/workflows/review-fix-takt-default.yaml +5 -5
- package/builtins/en/workflows/review-frontend.yaml +21 -0
- package/builtins/en/workflows/review-takt-default.yaml +6 -6
- package/builtins/en/workflows/takt-default-refresh-all.yaml +6 -6
- package/builtins/en/workflows/takt-default-refresh-fast.yaml +5 -5
- package/builtins/en/workflows/takt-default.yaml +4 -27
- package/builtins/en/workflows/terraform.yaml +23 -2
- package/builtins/ja/config.yaml +9 -0
- package/builtins/ja/facets/instructions/implement-maintenance.md +2 -0
- package/builtins/ja/facets/instructions/implement.md +3 -2
- package/builtins/ja/facets/instructions/review-arch.md +1 -1
- package/builtins/ja/facets/instructions/review-coding.md +4 -3
- package/builtins/ja/facets/instructions/review-cqrs-es.md +1 -1
- package/builtins/ja/facets/instructions/review-pure.md +1 -0
- package/builtins/ja/facets/instructions/review-qa.md +1 -0
- package/builtins/ja/facets/instructions/review-terraform.md +1 -1
- package/builtins/ja/facets/instructions/review-test.md +2 -0
- package/builtins/ja/facets/instructions/supervise-maintenance.md +6 -4
- package/builtins/ja/facets/instructions/supervise.md +11 -4
- package/builtins/ja/facets/instructions/write-tests-maintenance.md +1 -0
- package/builtins/ja/facets/knowledge/e2e-testing.md +11 -1
- package/builtins/ja/facets/knowledge/unit-testing.md +11 -0
- package/builtins/ja/facets/output-contracts/maintenance-scope.md +5 -0
- package/builtins/ja/facets/output-contracts/pure-review.md +61 -0
- package/builtins/ja/facets/output-contracts/qa-review.md +5 -0
- package/builtins/ja/facets/output-contracts/supervisor-validation.md +1 -1
- package/builtins/ja/facets/output-contracts/testing-review.md +6 -1
- package/builtins/ja/facets/personas/ai-antipattern-reviewer.md +2 -2
- package/builtins/ja/facets/personas/architecture-reviewer.md +2 -2
- package/builtins/ja/facets/personas/pr-commenter.md +3 -3
- package/builtins/ja/facets/personas/pure-reviewer.md +22 -0
- package/builtins/ja/facets/personas/supervisor.md +1 -1
- package/builtins/ja/facets/personas/terraform-reviewer.md +3 -3
- package/builtins/ja/facets/policies/ai-antipattern.md +2 -0
- package/builtins/ja/facets/policies/coding.md +36 -0
- package/builtins/ja/facets/policies/review.md +26 -1
- package/builtins/ja/facets/policies/testing.md +25 -0
- package/builtins/ja/workflows/backend-cqrs.yaml +21 -0
- package/builtins/ja/workflows/backend.yaml +21 -0
- package/builtins/ja/workflows/default-high.yaml +1 -1
- package/builtins/ja/workflows/default-peer-review.yaml +24 -3
- package/builtins/ja/workflows/draft.yaml +4 -32
- package/builtins/ja/workflows/dual-cqrs.yaml +21 -0
- package/builtins/ja/workflows/dual.yaml +5 -5
- package/builtins/ja/workflows/frontend-maintenance.yaml +21 -0
- package/builtins/ja/workflows/frontend.yaml +21 -0
- package/builtins/ja/workflows/peer-review.yaml +13 -70
- package/builtins/ja/workflows/provider-options/edit.yaml +21 -0
- package/builtins/ja/workflows/provider-options/review-files.yaml +10 -0
- package/builtins/ja/workflows/provider-options/review-readonly.yaml +16 -0
- package/builtins/ja/workflows/provider-options/review-web.yaml +14 -0
- package/builtins/ja/workflows/review-backend-cqrs.yaml +21 -0
- package/builtins/ja/workflows/review-backend.yaml +21 -0
- package/builtins/ja/workflows/review-default.yaml +7 -7
- package/builtins/ja/workflows/review-dual-cqrs.yaml +21 -0
- package/builtins/ja/workflows/review-dual.yaml +21 -0
- package/builtins/ja/workflows/review-fix-backend-cqrs.yaml +21 -0
- package/builtins/ja/workflows/review-fix-backend.yaml +21 -0
- package/builtins/ja/workflows/review-fix-default.yaml +6 -6
- package/builtins/ja/workflows/review-fix-dual-cqrs.yaml +21 -0
- package/builtins/ja/workflows/review-fix-dual.yaml +21 -0
- package/builtins/ja/workflows/review-fix-frontend.yaml +21 -0
- package/builtins/ja/workflows/review-fix-takt-default.yaml +6 -6
- package/builtins/ja/workflows/review-frontend.yaml +21 -0
- package/builtins/ja/workflows/review-takt-default.yaml +7 -7
- package/builtins/ja/workflows/takt-default-refresh-all.yaml +6 -6
- package/builtins/ja/workflows/takt-default-refresh-fast.yaml +5 -5
- package/builtins/ja/workflows/takt-default.yaml +4 -27
- package/builtins/ja/workflows/terraform.yaml +22 -1
- package/dist/agents/decompose-task-usecase.d.ts +2 -1
- package/dist/agents/decompose-task-usecase.d.ts.map +1 -1
- package/dist/agents/decompose-task-usecase.js +7 -5
- package/dist/agents/decompose-task-usecase.js.map +1 -1
- package/dist/agents/judge-status-usecase.d.ts +21 -8
- package/dist/agents/judge-status-usecase.d.ts.map +1 -1
- package/dist/agents/judge-status-usecase.js +30 -13
- package/dist/agents/judge-status-usecase.js.map +1 -1
- package/dist/agents/runner-prompt.d.ts +3 -1
- package/dist/agents/runner-prompt.d.ts.map +1 -1
- package/dist/agents/runner-prompt.js +11 -4
- package/dist/agents/runner-prompt.js.map +1 -1
- package/dist/agents/runner.d.ts.map +1 -1
- package/dist/agents/runner.js +23 -5
- package/dist/agents/runner.js.map +1 -1
- package/dist/agents/structured-caller/capability-aware-structured-caller.d.ts +1 -1
- package/dist/agents/structured-caller/capability-aware-structured-caller.d.ts.map +1 -1
- package/dist/agents/structured-caller/capability-aware-structured-caller.js +3 -3
- package/dist/agents/structured-caller/capability-aware-structured-caller.js.map +1 -1
- package/dist/agents/structured-caller/contracts.d.ts +1 -1
- package/dist/agents/structured-caller/contracts.d.ts.map +1 -1
- package/dist/agents/structured-caller/default-structured-caller.d.ts +1 -1
- package/dist/agents/structured-caller/default-structured-caller.d.ts.map +1 -1
- package/dist/agents/structured-caller/default-structured-caller.js +2 -2
- package/dist/agents/structured-caller/default-structured-caller.js.map +1 -1
- package/dist/agents/structured-caller/prompt-based-structured-caller.d.ts +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 +16 -17
- package/dist/agents/structured-caller/prompt-based-structured-caller.js.map +1 -1
- package/dist/agents/team-leader-structured-output.d.ts +3 -3
- package/dist/agents/team-leader-structured-output.d.ts.map +1 -1
- package/dist/agents/team-leader-structured-output.js +14 -10
- package/dist/agents/team-leader-structured-output.js.map +1 -1
- package/dist/agents/types.d.ts +1 -0
- package/dist/agents/types.d.ts.map +1 -1
- package/dist/commands/analyze-usage.d.ts +26 -0
- package/dist/commands/analyze-usage.d.ts.map +1 -0
- package/dist/commands/analyze-usage.js +305 -0
- package/dist/commands/analyze-usage.js.map +1 -0
- package/dist/core/logging/contracts.d.ts +1 -0
- package/dist/core/logging/contracts.d.ts.map +1 -1
- package/dist/core/logging/contracts.js +1 -0
- package/dist/core/logging/contracts.js.map +1 -1
- package/dist/core/logging/phaseUsageEvent.d.ts +40 -0
- package/dist/core/logging/phaseUsageEvent.d.ts.map +1 -0
- package/dist/core/logging/phaseUsageEvent.js +195 -0
- package/dist/core/logging/phaseUsageEvent.js.map +1 -0
- package/dist/core/logging/providerEvent.d.ts +4 -0
- package/dist/core/logging/providerEvent.d.ts.map +1 -1
- package/dist/core/logging/providerEvent.js +31 -27
- package/dist/core/logging/providerEvent.js.map +1 -1
- package/dist/core/models/config-schemas.d.ts +16 -0
- package/dist/core/models/config-schemas.d.ts.map +1 -1
- package/dist/core/models/part.d.ts +2 -1
- package/dist/core/models/part.d.ts.map +1 -1
- package/dist/core/models/schema-base.d.ts +66 -0
- package/dist/core/models/schema-base.d.ts.map +1 -1
- package/dist/core/models/schema-base.js +7 -2
- package/dist/core/models/schema-base.js.map +1 -1
- package/dist/core/models/workflow-provider-options.d.ts +5 -0
- package/dist/core/models/workflow-provider-options.d.ts.map +1 -1
- package/dist/core/models/workflow-provider-options.js.map +1 -1
- package/dist/core/models/workflow-schemas.d.ts +165 -21
- package/dist/core/models/workflow-schemas.d.ts.map +1 -1
- package/dist/core/models/workflow-schemas.js +62 -18
- package/dist/core/models/workflow-schemas.js.map +1 -1
- package/dist/core/models/workflow-types.d.ts +1 -1
- 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/arpeggio/types.d.ts +3 -0
- package/dist/core/workflow/arpeggio/types.d.ts.map +1 -1
- package/dist/core/workflow/engine/ArpeggioRunner.d.ts +2 -0
- package/dist/core/workflow/engine/ArpeggioRunner.d.ts.map +1 -1
- package/dist/core/workflow/engine/ArpeggioRunner.js +10 -0
- package/dist/core/workflow/engine/ArpeggioRunner.js.map +1 -1
- package/dist/core/workflow/engine/OptionsBuilder.d.ts.map +1 -1
- package/dist/core/workflow/engine/OptionsBuilder.js +2 -0
- package/dist/core/workflow/engine/OptionsBuilder.js.map +1 -1
- package/dist/core/workflow/engine/ParallelRunner.d.ts +1 -0
- package/dist/core/workflow/engine/ParallelRunner.d.ts.map +1 -1
- package/dist/core/workflow/engine/ParallelRunner.js +4 -0
- package/dist/core/workflow/engine/ParallelRunner.js.map +1 -1
- package/dist/core/workflow/engine/StepExecutor.d.ts.map +1 -1
- package/dist/core/workflow/engine/StepExecutor.js +2 -0
- package/dist/core/workflow/engine/StepExecutor.js.map +1 -1
- package/dist/core/workflow/engine/TeamLeaderRunner.d.ts.map +1 -1
- package/dist/core/workflow/engine/TeamLeaderRunner.js +9 -4
- package/dist/core/workflow/engine/TeamLeaderRunner.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 +1 -0
- package/dist/core/workflow/engine/WorkflowRunLoop.d.ts.map +1 -1
- package/dist/core/workflow/engine/WorkflowRunLoop.js +3 -0
- package/dist/core/workflow/engine/WorkflowRunLoop.js.map +1 -1
- package/dist/core/workflow/engine/engine-provider-options.d.ts.map +1 -1
- package/dist/core/workflow/engine/engine-provider-options.js +3 -3
- package/dist/core/workflow/engine/engine-provider-options.js.map +1 -1
- package/dist/core/workflow/engine/parallel-logger.d.ts +1 -1
- package/dist/core/workflow/engine/parallel-logger.d.ts.map +1 -1
- package/dist/core/workflow/engine/parallel-logger.js +3 -1
- package/dist/core/workflow/engine/parallel-logger.js.map +1 -1
- package/dist/core/workflow/engine/task-decomposer.d.ts +1 -1
- package/dist/core/workflow/engine/task-decomposer.d.ts.map +1 -1
- package/dist/core/workflow/engine/task-decomposer.js +3 -3
- package/dist/core/workflow/engine/task-decomposer.js.map +1 -1
- package/dist/core/workflow/engine/team-leader-budget-errors.d.ts +2 -0
- package/dist/core/workflow/engine/team-leader-budget-errors.d.ts.map +1 -0
- package/dist/core/workflow/engine/team-leader-budget-errors.js +12 -0
- package/dist/core/workflow/engine/team-leader-budget-errors.js.map +1 -0
- package/dist/core/workflow/engine/team-leader-execution.d.ts.map +1 -1
- package/dist/core/workflow/engine/team-leader-execution.js +16 -2
- package/dist/core/workflow/engine/team-leader-execution.js.map +1 -1
- package/dist/core/workflow/engine/team-leader-part-runner.d.ts.map +1 -1
- package/dist/core/workflow/engine/team-leader-part-runner.js +1 -0
- package/dist/core/workflow/engine/team-leader-part-runner.js.map +1 -1
- package/dist/core/workflow/evaluation/RuleEvaluator.d.ts +2 -0
- package/dist/core/workflow/evaluation/RuleEvaluator.d.ts.map +1 -1
- package/dist/core/workflow/evaluation/RuleEvaluator.js +1 -0
- package/dist/core/workflow/evaluation/RuleEvaluator.js.map +1 -1
- package/dist/core/workflow/observability/workflowSpans.d.ts +3 -0
- package/dist/core/workflow/observability/workflowSpans.d.ts.map +1 -1
- package/dist/core/workflow/observability/workflowSpans.js +61 -10
- package/dist/core/workflow/observability/workflowSpans.js.map +1 -1
- package/dist/core/workflow/phase-runner.d.ts +2 -0
- 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/promotion/PromotionEvaluator.d.ts +2 -0
- package/dist/core/workflow/promotion/PromotionEvaluator.d.ts.map +1 -1
- package/dist/core/workflow/promotion/PromotionEvaluator.js +1 -0
- package/dist/core/workflow/promotion/PromotionEvaluator.js.map +1 -1
- package/dist/core/workflow/promotion/promotion-runtime.d.ts +2 -0
- package/dist/core/workflow/promotion/promotion-runtime.d.ts.map +1 -1
- package/dist/core/workflow/promotion/promotion-runtime.js +1 -0
- package/dist/core/workflow/promotion/promotion-runtime.js.map +1 -1
- package/dist/core/workflow/quality-gates/commandGateRunner.d.ts +1 -1
- package/dist/core/workflow/quality-gates/commandGateRunner.d.ts.map +1 -1
- package/dist/core/workflow/quality-gates/commandGateRunner.js +11 -6
- package/dist/core/workflow/quality-gates/commandGateRunner.js.map +1 -1
- package/dist/core/workflow/quality-gates/qualityGateRunner.d.ts +1 -1
- package/dist/core/workflow/quality-gates/qualityGateRunner.d.ts.map +1 -1
- package/dist/core/workflow/quality-gates/qualityGateRunner.js +2 -2
- package/dist/core/workflow/quality-gates/qualityGateRunner.js.map +1 -1
- package/dist/core/workflow/quality-gates/types.d.ts +2 -0
- package/dist/core/workflow/quality-gates/types.d.ts.map +1 -1
- package/dist/core/workflow/report-phase-runner.js +1 -0
- package/dist/core/workflow/report-phase-runner.js.map +1 -1
- package/dist/core/workflow/status-judgment-phase.d.ts.map +1 -1
- package/dist/core/workflow/status-judgment-phase.js +2 -0
- package/dist/core/workflow/status-judgment-phase.js.map +1 -1
- package/dist/core/workflow/types.d.ts +4 -0
- package/dist/core/workflow/types.d.ts.map +1 -1
- package/dist/features/interactive/aiCaller.d.ts +6 -1
- package/dist/features/interactive/aiCaller.d.ts.map +1 -1
- package/dist/features/interactive/aiCaller.js +14 -5
- package/dist/features/interactive/aiCaller.js.map +1 -1
- package/dist/features/interactive/clipboardImage.d.ts +3 -0
- package/dist/features/interactive/clipboardImage.d.ts.map +1 -0
- package/dist/features/interactive/clipboardImage.js +91 -0
- package/dist/features/interactive/clipboardImage.js.map +1 -0
- package/dist/features/interactive/clipboardImageFeedback.d.ts +2 -0
- package/dist/features/interactive/clipboardImageFeedback.d.ts.map +1 -0
- package/dist/features/interactive/clipboardImageFeedback.js +6 -0
- package/dist/features/interactive/clipboardImageFeedback.js.map +1 -0
- package/dist/features/interactive/conversationLoop.d.ts.map +1 -1
- package/dist/features/interactive/conversationLoop.js +8 -3
- package/dist/features/interactive/conversationLoop.js.map +1 -1
- package/dist/features/interactive/imageAttachments.d.ts +3 -0
- package/dist/features/interactive/imageAttachments.d.ts.map +1 -1
- package/dist/features/interactive/imageAttachments.js +18 -0
- package/dist/features/interactive/imageAttachments.js.map +1 -1
- package/dist/features/interactive/interactive.d.ts +1 -0
- package/dist/features/interactive/interactive.d.ts.map +1 -1
- package/dist/features/interactive/interactive.js.map +1 -1
- package/dist/features/interactive/interactiveInput.d.ts.map +1 -1
- package/dist/features/interactive/interactiveInput.js +4 -1
- package/dist/features/interactive/interactiveInput.js.map +1 -1
- package/dist/features/interactive/lineEditor.d.ts +18 -14
- package/dist/features/interactive/lineEditor.d.ts.map +1 -1
- package/dist/features/interactive/lineEditor.js +174 -80
- 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 +4 -1
- package/dist/features/interactive/passthroughMode.js.map +1 -1
- package/dist/features/interactive/quietMode.d.ts.map +1 -1
- package/dist/features/interactive/quietMode.js +5 -2
- package/dist/features/interactive/quietMode.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/attachments.d.ts.map +1 -1
- package/dist/features/tasks/attachments.js +18 -1
- package/dist/features/tasks/attachments.js.map +1 -1
- package/dist/features/tasks/execute/runAllTasks.js +3 -3
- package/dist/features/tasks/execute/runAllTasks.js.map +1 -1
- package/dist/features/tasks/execute/selectAndExecute.d.ts.map +1 -1
- package/dist/features/tasks/execute/selectAndExecute.js +1 -2
- package/dist/features/tasks/execute/selectAndExecute.js.map +1 -1
- package/dist/features/tasks/execute/taskSpecContext.d.ts +1 -0
- package/dist/features/tasks/execute/taskSpecContext.d.ts.map +1 -1
- package/dist/features/tasks/execute/taskSpecContext.js +25 -1
- package/dist/features/tasks/execute/taskSpecContext.js.map +1 -1
- package/dist/features/tasks/execute/workflowExecution.d.ts.map +1 -1
- package/dist/features/tasks/execute/workflowExecution.js +30 -0
- package/dist/features/tasks/execute/workflowExecution.js.map +1 -1
- package/dist/features/tasks/execute/workflowExecutionBootstrap.d.ts.map +1 -1
- package/dist/features/tasks/execute/workflowExecutionBootstrap.js +13 -1
- package/dist/features/tasks/execute/workflowExecutionBootstrap.js.map +1 -1
- package/dist/features/tasks/execute/workflowExecutionEvents.d.ts.map +1 -1
- package/dist/features/tasks/execute/workflowExecutionEvents.js +6 -0
- package/dist/features/tasks/execute/workflowExecutionEvents.js.map +1 -1
- package/dist/features/tasks/watch/index.js +3 -3
- package/dist/features/tasks/watch/index.js.map +1 -1
- package/dist/infra/claude/client.d.ts.map +1 -1
- package/dist/infra/claude/client.js +2 -0
- package/dist/infra/claude/client.js.map +1 -1
- package/dist/infra/claude/executor.d.ts.map +1 -1
- package/dist/infra/claude/executor.js +5 -35
- package/dist/infra/claude/executor.js.map +1 -1
- package/dist/infra/claude/image-input.d.ts +4 -0
- package/dist/infra/claude/image-input.d.ts.map +1 -0
- package/dist/infra/claude/image-input.js +63 -0
- package/dist/infra/claude/image-input.js.map +1 -0
- package/dist/infra/claude/options-builder.d.ts.map +1 -1
- package/dist/infra/claude/options-builder.js +2 -3
- package/dist/infra/claude/options-builder.js.map +1 -1
- package/dist/infra/claude/types.d.ts +5 -0
- package/dist/infra/claude/types.d.ts.map +1 -1
- package/dist/infra/claude/usage.d.ts +3 -0
- package/dist/infra/claude/usage.d.ts.map +1 -0
- package/dist/infra/claude/usage.js +45 -0
- package/dist/infra/claude/usage.js.map +1 -0
- package/dist/infra/claude-headless/headless-spawn.d.ts.map +1 -1
- package/dist/infra/claude-headless/headless-spawn.js +2 -1
- package/dist/infra/claude-headless/headless-spawn.js.map +1 -1
- package/dist/infra/claude-headless/result-response.d.ts.map +1 -1
- package/dist/infra/claude-headless/result-response.js +1 -0
- package/dist/infra/claude-headless/result-response.js.map +1 -1
- package/dist/infra/claude-headless/stream-json-lines.d.ts +2 -0
- package/dist/infra/claude-headless/stream-json-lines.d.ts.map +1 -1
- package/dist/infra/claude-headless/stream-json-lines.js +4 -0
- package/dist/infra/claude-headless/stream-json-lines.js.map +1 -1
- package/dist/infra/claude-headless/types.d.ts +1 -0
- package/dist/infra/claude-headless/types.d.ts.map +1 -1
- package/dist/infra/claude-terminal/client.d.ts.map +1 -1
- package/dist/infra/claude-terminal/client.js +1 -0
- package/dist/infra/claude-terminal/client.js.map +1 -1
- package/dist/infra/claude-terminal/response-normalizer.js.map +1 -1
- package/dist/infra/claude-terminal/tmux-backend.d.ts.map +1 -1
- package/dist/infra/claude-terminal/tmux-backend.js +15 -1
- package/dist/infra/claude-terminal/tmux-backend.js.map +1 -1
- package/dist/infra/claude-terminal/types.d.ts +2 -0
- package/dist/infra/claude-terminal/types.d.ts.map +1 -1
- package/dist/infra/codex/client.d.ts.map +1 -1
- package/dist/infra/codex/client.js +14 -2
- package/dist/infra/codex/client.js.map +1 -1
- package/dist/infra/codex/types.d.ts +3 -0
- package/dist/infra/codex/types.d.ts.map +1 -1
- package/dist/infra/codex/types.js.map +1 -1
- package/dist/infra/config/configNormalizers.d.ts.map +1 -1
- package/dist/infra/config/configNormalizers.js +9 -1
- package/dist/infra/config/configNormalizers.js.map +1 -1
- package/dist/infra/config/loaders/workflowDiscovery.js +1 -1
- package/dist/infra/config/loaders/workflowDiscovery.js.map +1 -1
- package/dist/infra/config/loaders/workflowLoopMonitorNormalizer.d.ts.map +1 -1
- package/dist/infra/config/loaders/workflowLoopMonitorNormalizer.js +1 -1
- package/dist/infra/config/loaders/workflowLoopMonitorNormalizer.js.map +1 -1
- package/dist/infra/config/loaders/workflowParser.d.ts.map +1 -1
- package/dist/infra/config/loaders/workflowParser.js +1 -1
- package/dist/infra/config/loaders/workflowParser.js.map +1 -1
- package/dist/infra/config/loaders/workflowProviderOptionsResolver.d.ts +7 -0
- package/dist/infra/config/loaders/workflowProviderOptionsResolver.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowProviderOptionsResolver.js +68 -0
- package/dist/infra/config/loaders/workflowProviderOptionsResolver.js.map +1 -0
- package/dist/infra/config/loaders/workflowStepFeaturesNormalizer.d.ts.map +1 -1
- package/dist/infra/config/loaders/workflowStepFeaturesNormalizer.js +5 -3
- package/dist/infra/config/loaders/workflowStepFeaturesNormalizer.js.map +1 -1
- package/dist/infra/config/loaders/workflowStepNormalizer.d.ts +1 -1
- package/dist/infra/config/loaders/workflowStepNormalizer.d.ts.map +1 -1
- package/dist/infra/config/loaders/workflowStepNormalizer.js +41 -10
- package/dist/infra/config/loaders/workflowStepNormalizer.js.map +1 -1
- package/dist/infra/config/providerOptions.d.ts +6 -1
- package/dist/infra/config/providerOptions.d.ts.map +1 -1
- package/dist/infra/config/providerOptions.js +31 -3
- 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 +8 -0
- package/dist/infra/config/providerOptionsContract.js.map +1 -1
- package/dist/infra/copilot/client.d.ts.map +1 -1
- package/dist/infra/copilot/client.js +7 -8
- package/dist/infra/copilot/client.js.map +1 -1
- package/dist/infra/copilot/types.d.ts +1 -0
- package/dist/infra/copilot/types.d.ts.map +1 -1
- package/dist/infra/cursor/client.d.ts.map +1 -1
- package/dist/infra/cursor/client.js +7 -8
- package/dist/infra/cursor/client.js.map +1 -1
- package/dist/infra/cursor/types.d.ts +1 -0
- package/dist/infra/cursor/types.d.ts.map +1 -1
- package/dist/infra/fs/index.d.ts +1 -0
- package/dist/infra/fs/index.d.ts.map +1 -1
- package/dist/infra/fs/index.js +1 -0
- package/dist/infra/fs/index.js.map +1 -1
- package/dist/infra/fs/jsonl.d.ts +2 -0
- package/dist/infra/fs/jsonl.d.ts.map +1 -0
- package/dist/infra/fs/jsonl.js +5 -0
- package/dist/infra/fs/jsonl.js.map +1 -0
- package/dist/infra/kiro/client.d.ts.map +1 -1
- package/dist/infra/kiro/client.js +10 -0
- package/dist/infra/kiro/client.js.map +1 -1
- package/dist/infra/kiro/process.d.ts.map +1 -1
- package/dist/infra/kiro/process.js +4 -2
- package/dist/infra/kiro/process.js.map +1 -1
- package/dist/infra/kiro/types.d.ts +2 -0
- package/dist/infra/kiro/types.d.ts.map +1 -1
- package/dist/infra/observability/otelFoundation.d.ts +2 -0
- package/dist/infra/observability/otelFoundation.d.ts.map +1 -1
- package/dist/infra/observability/otelFoundation.js +138 -25
- package/dist/infra/observability/otelFoundation.js.map +1 -1
- package/dist/infra/observability/usageEventsSpanProcessor.d.ts +19 -0
- package/dist/infra/observability/usageEventsSpanProcessor.d.ts.map +1 -0
- package/dist/infra/observability/usageEventsSpanProcessor.js +77 -0
- package/dist/infra/observability/usageEventsSpanProcessor.js.map +1 -0
- package/dist/infra/opencode/OpenCodeStreamHandler.d.ts +19 -0
- package/dist/infra/opencode/OpenCodeStreamHandler.d.ts.map +1 -1
- package/dist/infra/opencode/OpenCodeStreamHandler.js +10 -0
- package/dist/infra/opencode/OpenCodeStreamHandler.js.map +1 -1
- package/dist/infra/opencode/allowedTools.d.ts +2 -0
- package/dist/infra/opencode/allowedTools.d.ts.map +1 -0
- package/dist/infra/opencode/allowedTools.js +10 -0
- package/dist/infra/opencode/allowedTools.js.map +1 -0
- package/dist/infra/opencode/client.d.ts +4 -2
- package/dist/infra/opencode/client.d.ts.map +1 -1
- package/dist/infra/opencode/client.js +283 -124
- package/dist/infra/opencode/client.js.map +1 -1
- package/dist/infra/opencode/index.d.ts +1 -1
- package/dist/infra/opencode/index.d.ts.map +1 -1
- package/dist/infra/opencode/index.js +1 -1
- package/dist/infra/opencode/index.js.map +1 -1
- package/dist/infra/opencode/types.d.ts +12 -10
- package/dist/infra/opencode/types.d.ts.map +1 -1
- package/dist/infra/opencode/types.js +109 -40
- package/dist/infra/opencode/types.js.map +1 -1
- package/dist/infra/providers/allowed-tool-edit-policy.d.ts +3 -0
- package/dist/infra/providers/allowed-tool-edit-policy.d.ts.map +1 -0
- package/dist/infra/providers/allowed-tool-edit-policy.js +10 -0
- package/dist/infra/providers/allowed-tool-edit-policy.js.map +1 -0
- package/dist/infra/providers/claude-headless.d.ts +3 -0
- package/dist/infra/providers/claude-headless.d.ts.map +1 -1
- package/dist/infra/providers/claude-headless.js +9 -0
- package/dist/infra/providers/claude-headless.js.map +1 -1
- package/dist/infra/providers/claude-terminal.d.ts +3 -0
- package/dist/infra/providers/claude-terminal.d.ts.map +1 -1
- package/dist/infra/providers/claude-terminal.js +9 -0
- package/dist/infra/providers/claude-terminal.js.map +1 -1
- package/dist/infra/providers/claude.d.ts +3 -0
- package/dist/infra/providers/claude.d.ts.map +1 -1
- package/dist/infra/providers/claude.js +10 -0
- package/dist/infra/providers/claude.js.map +1 -1
- package/dist/infra/providers/codex.d.ts +3 -0
- package/dist/infra/providers/codex.d.ts.map +1 -1
- package/dist/infra/providers/codex.js +9 -0
- package/dist/infra/providers/codex.js.map +1 -1
- package/dist/infra/providers/copilot.d.ts +3 -0
- package/dist/infra/providers/copilot.d.ts.map +1 -1
- package/dist/infra/providers/copilot.js +8 -0
- package/dist/infra/providers/copilot.js.map +1 -1
- package/dist/infra/providers/cursor.d.ts +3 -0
- package/dist/infra/providers/cursor.d.ts.map +1 -1
- package/dist/infra/providers/cursor.js +8 -0
- package/dist/infra/providers/cursor.js.map +1 -1
- package/dist/infra/providers/imageAttachmentPrompt.d.ts +4 -0
- package/dist/infra/providers/imageAttachmentPrompt.d.ts.map +1 -0
- package/dist/infra/providers/imageAttachmentPrompt.js +10 -0
- package/dist/infra/providers/imageAttachmentPrompt.js.map +1 -0
- package/dist/infra/providers/kiro.d.ts +3 -0
- package/dist/infra/providers/kiro.d.ts.map +1 -1
- package/dist/infra/providers/kiro.js +12 -0
- package/dist/infra/providers/kiro.js.map +1 -1
- package/dist/infra/providers/mock.d.ts +3 -0
- package/dist/infra/providers/mock.d.ts.map +1 -1
- package/dist/infra/providers/mock.js +8 -0
- package/dist/infra/providers/mock.js.map +1 -1
- package/dist/infra/providers/opencode.d.ts +4 -1
- package/dist/infra/providers/opencode.d.ts.map +1 -1
- package/dist/infra/providers/opencode.js +17 -3
- package/dist/infra/providers/opencode.js.map +1 -1
- package/dist/infra/providers/provider-capabilities.d.ts +3 -0
- package/dist/infra/providers/provider-capabilities.d.ts.map +1 -1
- package/dist/infra/providers/provider-capabilities.js +19 -1
- package/dist/infra/providers/provider-capabilities.js.map +1 -1
- package/dist/infra/providers/runtimeSystemPrompt.d.ts +2 -0
- package/dist/infra/providers/runtimeSystemPrompt.d.ts.map +1 -0
- package/dist/infra/providers/runtimeSystemPrompt.js +11 -0
- package/dist/infra/providers/runtimeSystemPrompt.js.map +1 -0
- package/dist/infra/providers/types.d.ts +9 -0
- package/dist/infra/providers/types.d.ts.map +1 -1
- package/dist/infra/rate-limit/detection.d.ts +1 -1
- package/dist/infra/rate-limit/detection.d.ts.map +1 -1
- package/dist/infra/rate-limit/detection.js +6 -7
- package/dist/infra/rate-limit/detection.js.map +1 -1
- package/dist/infra/resources/schema-loader.d.ts +1 -1
- package/dist/infra/resources/schema-loader.d.ts.map +1 -1
- package/dist/infra/resources/schema-loader.js +8 -4
- package/dist/infra/resources/schema-loader.js.map +1 -1
- package/dist/infra/service/runSyncConflictResolver.d.ts.map +1 -1
- package/dist/infra/service/runSyncConflictResolver.js +3 -1
- package/dist/infra/service/runSyncConflictResolver.js.map +1 -1
- package/dist/infra/task/clone-exec.d.ts +2 -0
- package/dist/infra/task/clone-exec.d.ts.map +1 -1
- package/dist/infra/task/clone-exec.js +29 -0
- package/dist/infra/task/clone-exec.js.map +1 -1
- package/dist/infra/task/clone.d.ts.map +1 -1
- package/dist/infra/task/clone.js +3 -1
- package/dist/infra/task/clone.js.map +1 -1
- package/dist/infra/task/runner.d.ts +1 -1
- package/dist/infra/task/runner.d.ts.map +1 -1
- package/dist/infra/task/runner.js +2 -2
- package/dist/infra/task/runner.js.map +1 -1
- package/dist/infra/task/summarize.d.ts.map +1 -1
- package/dist/infra/task/summarize.js +3 -1
- package/dist/infra/task/summarize.js.map +1 -1
- package/dist/infra/task/taskLifecycleService.d.ts +1 -2
- package/dist/infra/task/taskLifecycleService.d.ts.map +1 -1
- package/dist/infra/task/taskLifecycleService.js +13 -19
- package/dist/infra/task/taskLifecycleService.js.map +1 -1
- package/dist/infra/task/taskRecordMutations.d.ts +0 -1
- package/dist/infra/task/taskRecordMutations.d.ts.map +1 -1
- package/dist/infra/task/taskRecordMutations.js +0 -12
- package/dist/infra/task/taskRecordMutations.js.map +1 -1
- package/dist/shared/constants.d.ts +3 -0
- package/dist/shared/constants.d.ts.map +1 -1
- package/dist/shared/constants.js +3 -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/perform_agent_system_prompt.md +9 -1
- package/dist/shared/prompts/en/provider_runtime_system_prompt.md +18 -0
- package/dist/shared/prompts/index.d.ts +1 -1
- package/dist/shared/prompts/index.d.ts.map +1 -1
- package/dist/shared/prompts/index.js +7 -1
- package/dist/shared/prompts/index.js.map +1 -1
- package/dist/shared/prompts/ja/perform_agent_system_prompt.md +9 -1
- package/dist/shared/prompts/ja/provider_runtime_system_prompt.md +18 -0
- package/dist/shared/telemetry/childProcessEnv.d.ts +7 -0
- package/dist/shared/telemetry/childProcessEnv.d.ts.map +1 -0
- package/dist/shared/telemetry/childProcessEnv.js +176 -0
- package/dist/shared/telemetry/childProcessEnv.js.map +1 -0
- package/dist/shared/telemetry/index.d.ts +3 -0
- package/dist/shared/telemetry/index.d.ts.map +1 -0
- package/dist/shared/telemetry/index.js +3 -0
- package/dist/shared/telemetry/index.js.map +1 -0
- package/dist/shared/telemetry/otlp.d.ts +40 -0
- package/dist/shared/telemetry/otlp.d.ts.map +1 -0
- package/dist/shared/telemetry/otlp.js +72 -0
- package/dist/shared/telemetry/otlp.js.map +1 -0
- package/dist/shared/types/provider.d.ts +28 -1
- package/dist/shared/types/provider.d.ts.map +1 -1
- package/dist/shared/types/provider.js +15 -1
- package/dist/shared/types/provider.js.map +1 -1
- package/dist/shared/ui/StreamDisplay.d.ts.map +1 -1
- package/dist/shared/ui/StreamDisplay.js +1 -0
- package/dist/shared/ui/StreamDisplay.js.map +1 -1
- package/package.json +8 -4
- package/builtins/en/facets/instructions/review-requirements.md +0 -17
- package/builtins/en/facets/output-contracts/requirements-review.md +0 -56
- package/builtins/en/facets/personas/requirements-reviewer.md +0 -33
- package/builtins/ja/facets/instructions/review-requirements.md +0 -17
- package/builtins/ja/facets/output-contracts/requirements-review.md +0 -56
- package/builtins/ja/facets/personas/requirements-reviewer.md +0 -33
|
@@ -48,9 +48,11 @@ export declare const ArpeggioConfigRawSchema: z.ZodObject<{
|
|
|
48
48
|
/** Team leader configuration schema for dynamic part decomposition */
|
|
49
49
|
export declare const TeamLeaderConfigRawSchema: z.ZodObject<{
|
|
50
50
|
persona: z.ZodOptional<z.ZodString>;
|
|
51
|
-
max_parts: z.
|
|
52
|
-
|
|
53
|
-
|
|
51
|
+
max_parts: z.ZodOptional<z.ZodNumber>;
|
|
52
|
+
max_concurrency: z.ZodOptional<z.ZodNumber>;
|
|
53
|
+
max_total_parts: z.ZodOptional<z.ZodNumber>;
|
|
54
|
+
refill_threshold: z.ZodOptional<z.ZodNumber>;
|
|
55
|
+
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
54
56
|
part_persona: z.ZodOptional<z.ZodString>;
|
|
55
57
|
part_allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
56
58
|
part_edit: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -138,6 +140,7 @@ export declare const ParallelSubStepRawSchema: z.ZodObject<{
|
|
|
138
140
|
opencode: z.ZodOptional<z.ZodObject<{
|
|
139
141
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
140
142
|
variant: z.ZodOptional<z.ZodString>;
|
|
143
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
141
144
|
}, z.core.$strip>>;
|
|
142
145
|
claude: z.ZodOptional<z.ZodObject<{
|
|
143
146
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -169,6 +172,10 @@ export declare const ParallelSubStepRawSchema: z.ZodObject<{
|
|
|
169
172
|
xhigh: "xhigh";
|
|
170
173
|
}>>;
|
|
171
174
|
}, z.core.$strip>>;
|
|
175
|
+
kiro: z.ZodOptional<z.ZodObject<{
|
|
176
|
+
agent: z.ZodOptional<z.ZodString>;
|
|
177
|
+
}, z.core.$strip>>;
|
|
178
|
+
$ref: z.ZodOptional<z.ZodString>;
|
|
172
179
|
}, z.core.$strip>>;
|
|
173
180
|
edit: z.ZodOptional<z.ZodBoolean>;
|
|
174
181
|
instruction: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -258,6 +265,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
258
265
|
opencode: z.ZodOptional<z.ZodObject<{
|
|
259
266
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
260
267
|
variant: z.ZodOptional<z.ZodString>;
|
|
268
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
261
269
|
}, z.core.$strip>>;
|
|
262
270
|
claude: z.ZodOptional<z.ZodObject<{
|
|
263
271
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -289,6 +297,10 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
289
297
|
xhigh: "xhigh";
|
|
290
298
|
}>>;
|
|
291
299
|
}, z.core.$strip>>;
|
|
300
|
+
kiro: z.ZodOptional<z.ZodObject<{
|
|
301
|
+
agent: z.ZodOptional<z.ZodString>;
|
|
302
|
+
}, z.core.$strip>>;
|
|
303
|
+
$ref: z.ZodOptional<z.ZodString>;
|
|
292
304
|
}, z.core.$strip>>;
|
|
293
305
|
}, z.core.$strict>>;
|
|
294
306
|
args: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
|
|
@@ -397,6 +409,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
397
409
|
opencode: z.ZodOptional<z.ZodObject<{
|
|
398
410
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
399
411
|
variant: z.ZodOptional<z.ZodString>;
|
|
412
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
400
413
|
}, z.core.$strip>>;
|
|
401
414
|
claude: z.ZodOptional<z.ZodObject<{
|
|
402
415
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -428,6 +441,10 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
428
441
|
xhigh: "xhigh";
|
|
429
442
|
}>>;
|
|
430
443
|
}, z.core.$strip>>;
|
|
444
|
+
kiro: z.ZodOptional<z.ZodObject<{
|
|
445
|
+
agent: z.ZodOptional<z.ZodString>;
|
|
446
|
+
}, z.core.$strip>>;
|
|
447
|
+
$ref: z.ZodOptional<z.ZodString>;
|
|
431
448
|
}, z.core.$strip>>;
|
|
432
449
|
}, z.core.$strict>>>;
|
|
433
450
|
permission_mode: z.ZodOptional<z.ZodNever>;
|
|
@@ -450,6 +467,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
450
467
|
opencode: z.ZodOptional<z.ZodObject<{
|
|
451
468
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
452
469
|
variant: z.ZodOptional<z.ZodString>;
|
|
470
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
453
471
|
}, z.core.$strip>>;
|
|
454
472
|
claude: z.ZodOptional<z.ZodObject<{
|
|
455
473
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -481,6 +499,10 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
481
499
|
xhigh: "xhigh";
|
|
482
500
|
}>>;
|
|
483
501
|
}, z.core.$strip>>;
|
|
502
|
+
kiro: z.ZodOptional<z.ZodObject<{
|
|
503
|
+
agent: z.ZodOptional<z.ZodString>;
|
|
504
|
+
}, z.core.$strip>>;
|
|
505
|
+
$ref: z.ZodOptional<z.ZodString>;
|
|
484
506
|
}, z.core.$strip>>;
|
|
485
507
|
edit: z.ZodOptional<z.ZodBoolean>;
|
|
486
508
|
instruction: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -696,6 +718,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
696
718
|
opencode: z.ZodOptional<z.ZodObject<{
|
|
697
719
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
698
720
|
variant: z.ZodOptional<z.ZodString>;
|
|
721
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
699
722
|
}, z.core.$strip>>;
|
|
700
723
|
claude: z.ZodOptional<z.ZodObject<{
|
|
701
724
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -727,6 +750,10 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
727
750
|
xhigh: "xhigh";
|
|
728
751
|
}>>;
|
|
729
752
|
}, z.core.$strip>>;
|
|
753
|
+
kiro: z.ZodOptional<z.ZodObject<{
|
|
754
|
+
agent: z.ZodOptional<z.ZodString>;
|
|
755
|
+
}, z.core.$strip>>;
|
|
756
|
+
$ref: z.ZodOptional<z.ZodString>;
|
|
730
757
|
}, z.core.$strip>>;
|
|
731
758
|
edit: z.ZodOptional<z.ZodBoolean>;
|
|
732
759
|
instruction: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -783,9 +810,11 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
783
810
|
}, z.core.$strip>>;
|
|
784
811
|
team_leader: z.ZodOptional<z.ZodObject<{
|
|
785
812
|
persona: z.ZodOptional<z.ZodString>;
|
|
786
|
-
max_parts: z.
|
|
787
|
-
|
|
788
|
-
|
|
813
|
+
max_parts: z.ZodOptional<z.ZodNumber>;
|
|
814
|
+
max_concurrency: z.ZodOptional<z.ZodNumber>;
|
|
815
|
+
max_total_parts: z.ZodOptional<z.ZodNumber>;
|
|
816
|
+
refill_threshold: z.ZodOptional<z.ZodNumber>;
|
|
817
|
+
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
789
818
|
part_persona: z.ZodOptional<z.ZodString>;
|
|
790
819
|
part_allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
791
820
|
part_edit: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -820,6 +849,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
820
849
|
opencode?: {
|
|
821
850
|
network_access?: boolean | undefined;
|
|
822
851
|
variant?: string | undefined;
|
|
852
|
+
allowed_tools?: string[] | undefined;
|
|
823
853
|
} | undefined;
|
|
824
854
|
claude?: {
|
|
825
855
|
allowed_tools?: string[] | undefined;
|
|
@@ -838,6 +868,10 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
838
868
|
copilot?: {
|
|
839
869
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
840
870
|
} | undefined;
|
|
871
|
+
kiro?: {
|
|
872
|
+
agent?: string | undefined;
|
|
873
|
+
} | undefined;
|
|
874
|
+
$ref?: string | undefined;
|
|
841
875
|
} | undefined;
|
|
842
876
|
} | undefined;
|
|
843
877
|
args?: Record<string, string | string[]> | undefined;
|
|
@@ -897,6 +931,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
897
931
|
opencode?: {
|
|
898
932
|
network_access?: boolean | undefined;
|
|
899
933
|
variant?: string | undefined;
|
|
934
|
+
allowed_tools?: string[] | undefined;
|
|
900
935
|
} | undefined;
|
|
901
936
|
claude?: {
|
|
902
937
|
allowed_tools?: string[] | undefined;
|
|
@@ -915,6 +950,10 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
915
950
|
copilot?: {
|
|
916
951
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
917
952
|
} | undefined;
|
|
953
|
+
kiro?: {
|
|
954
|
+
agent?: string | undefined;
|
|
955
|
+
} | undefined;
|
|
956
|
+
$ref?: string | undefined;
|
|
918
957
|
} | undefined;
|
|
919
958
|
}[] | undefined;
|
|
920
959
|
permission_mode?: undefined;
|
|
@@ -927,6 +966,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
927
966
|
opencode?: {
|
|
928
967
|
network_access?: boolean | undefined;
|
|
929
968
|
variant?: string | undefined;
|
|
969
|
+
allowed_tools?: string[] | undefined;
|
|
930
970
|
} | undefined;
|
|
931
971
|
claude?: {
|
|
932
972
|
allowed_tools?: string[] | undefined;
|
|
@@ -945,6 +985,10 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
945
985
|
copilot?: {
|
|
946
986
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
947
987
|
} | undefined;
|
|
988
|
+
kiro?: {
|
|
989
|
+
agent?: string | undefined;
|
|
990
|
+
} | undefined;
|
|
991
|
+
$ref?: string | undefined;
|
|
948
992
|
} | undefined;
|
|
949
993
|
edit?: boolean | undefined;
|
|
950
994
|
instruction?: string | {
|
|
@@ -1127,6 +1171,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1127
1171
|
opencode?: {
|
|
1128
1172
|
network_access?: boolean | undefined;
|
|
1129
1173
|
variant?: string | undefined;
|
|
1174
|
+
allowed_tools?: string[] | undefined;
|
|
1130
1175
|
} | undefined;
|
|
1131
1176
|
claude?: {
|
|
1132
1177
|
allowed_tools?: string[] | undefined;
|
|
@@ -1145,6 +1190,10 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1145
1190
|
copilot?: {
|
|
1146
1191
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1147
1192
|
} | undefined;
|
|
1193
|
+
kiro?: {
|
|
1194
|
+
agent?: string | undefined;
|
|
1195
|
+
} | undefined;
|
|
1196
|
+
$ref?: string | undefined;
|
|
1148
1197
|
} | undefined;
|
|
1149
1198
|
edit?: boolean | undefined;
|
|
1150
1199
|
instruction?: string | {
|
|
@@ -1197,10 +1246,12 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1197
1246
|
output_path?: string | undefined;
|
|
1198
1247
|
} | undefined;
|
|
1199
1248
|
team_leader?: {
|
|
1200
|
-
max_parts: number;
|
|
1201
|
-
refill_threshold: number;
|
|
1202
|
-
timeout_ms: number;
|
|
1203
1249
|
persona?: string | undefined;
|
|
1250
|
+
max_parts?: number | undefined;
|
|
1251
|
+
max_concurrency?: number | undefined;
|
|
1252
|
+
max_total_parts?: number | undefined;
|
|
1253
|
+
refill_threshold?: number | undefined;
|
|
1254
|
+
timeout_ms?: number | undefined;
|
|
1204
1255
|
part_persona?: string | undefined;
|
|
1205
1256
|
part_allowed_tools?: string[] | undefined;
|
|
1206
1257
|
part_edit?: boolean | undefined;
|
|
@@ -1231,6 +1282,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1231
1282
|
opencode?: {
|
|
1232
1283
|
network_access?: boolean | undefined;
|
|
1233
1284
|
variant?: string | undefined;
|
|
1285
|
+
allowed_tools?: string[] | undefined;
|
|
1234
1286
|
} | undefined;
|
|
1235
1287
|
claude?: {
|
|
1236
1288
|
allowed_tools?: string[] | undefined;
|
|
@@ -1249,6 +1301,10 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1249
1301
|
copilot?: {
|
|
1250
1302
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1251
1303
|
} | undefined;
|
|
1304
|
+
kiro?: {
|
|
1305
|
+
agent?: string | undefined;
|
|
1306
|
+
} | undefined;
|
|
1307
|
+
$ref?: string | undefined;
|
|
1252
1308
|
} | undefined;
|
|
1253
1309
|
} | undefined;
|
|
1254
1310
|
args?: Record<string, string | string[]> | undefined;
|
|
@@ -1308,6 +1364,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1308
1364
|
opencode?: {
|
|
1309
1365
|
network_access?: boolean | undefined;
|
|
1310
1366
|
variant?: string | undefined;
|
|
1367
|
+
allowed_tools?: string[] | undefined;
|
|
1311
1368
|
} | undefined;
|
|
1312
1369
|
claude?: {
|
|
1313
1370
|
allowed_tools?: string[] | undefined;
|
|
@@ -1326,6 +1383,10 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1326
1383
|
copilot?: {
|
|
1327
1384
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1328
1385
|
} | undefined;
|
|
1386
|
+
kiro?: {
|
|
1387
|
+
agent?: string | undefined;
|
|
1388
|
+
} | undefined;
|
|
1389
|
+
$ref?: string | undefined;
|
|
1329
1390
|
} | undefined;
|
|
1330
1391
|
}[] | undefined;
|
|
1331
1392
|
permission_mode?: undefined;
|
|
@@ -1338,6 +1399,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1338
1399
|
opencode?: {
|
|
1339
1400
|
network_access?: boolean | undefined;
|
|
1340
1401
|
variant?: string | undefined;
|
|
1402
|
+
allowed_tools?: string[] | undefined;
|
|
1341
1403
|
} | undefined;
|
|
1342
1404
|
claude?: {
|
|
1343
1405
|
allowed_tools?: string[] | undefined;
|
|
@@ -1356,6 +1418,10 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1356
1418
|
copilot?: {
|
|
1357
1419
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1358
1420
|
} | undefined;
|
|
1421
|
+
kiro?: {
|
|
1422
|
+
agent?: string | undefined;
|
|
1423
|
+
} | undefined;
|
|
1424
|
+
$ref?: string | undefined;
|
|
1359
1425
|
} | undefined;
|
|
1360
1426
|
edit?: boolean | undefined;
|
|
1361
1427
|
instruction?: string | {
|
|
@@ -1538,6 +1604,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1538
1604
|
opencode?: {
|
|
1539
1605
|
network_access?: boolean | undefined;
|
|
1540
1606
|
variant?: string | undefined;
|
|
1607
|
+
allowed_tools?: string[] | undefined;
|
|
1541
1608
|
} | undefined;
|
|
1542
1609
|
claude?: {
|
|
1543
1610
|
allowed_tools?: string[] | undefined;
|
|
@@ -1556,6 +1623,10 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1556
1623
|
copilot?: {
|
|
1557
1624
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1558
1625
|
} | undefined;
|
|
1626
|
+
kiro?: {
|
|
1627
|
+
agent?: string | undefined;
|
|
1628
|
+
} | undefined;
|
|
1629
|
+
$ref?: string | undefined;
|
|
1559
1630
|
} | undefined;
|
|
1560
1631
|
edit?: boolean | undefined;
|
|
1561
1632
|
instruction?: string | {
|
|
@@ -1608,10 +1679,12 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1608
1679
|
output_path?: string | undefined;
|
|
1609
1680
|
} | undefined;
|
|
1610
1681
|
team_leader?: {
|
|
1611
|
-
max_parts: number;
|
|
1612
|
-
refill_threshold: number;
|
|
1613
|
-
timeout_ms: number;
|
|
1614
1682
|
persona?: string | undefined;
|
|
1683
|
+
max_parts?: number | undefined;
|
|
1684
|
+
max_concurrency?: number | undefined;
|
|
1685
|
+
max_total_parts?: number | undefined;
|
|
1686
|
+
refill_threshold?: number | undefined;
|
|
1687
|
+
timeout_ms?: number | undefined;
|
|
1615
1688
|
part_persona?: string | undefined;
|
|
1616
1689
|
part_allowed_tools?: string[] | undefined;
|
|
1617
1690
|
part_edit?: boolean | undefined;
|
|
@@ -1783,6 +1856,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1783
1856
|
opencode: z.ZodOptional<z.ZodObject<{
|
|
1784
1857
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
1785
1858
|
variant: z.ZodOptional<z.ZodString>;
|
|
1859
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1786
1860
|
}, z.core.$strip>>;
|
|
1787
1861
|
claude: z.ZodOptional<z.ZodObject<{
|
|
1788
1862
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1814,6 +1888,10 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1814
1888
|
xhigh: "xhigh";
|
|
1815
1889
|
}>>;
|
|
1816
1890
|
}, z.core.$strip>>;
|
|
1891
|
+
kiro: z.ZodOptional<z.ZodObject<{
|
|
1892
|
+
agent: z.ZodOptional<z.ZodString>;
|
|
1893
|
+
}, z.core.$strip>>;
|
|
1894
|
+
$ref: z.ZodOptional<z.ZodString>;
|
|
1817
1895
|
}, z.core.$strip>>;
|
|
1818
1896
|
runtime: z.ZodOptional<z.ZodObject<{
|
|
1819
1897
|
prepare: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -1900,6 +1978,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1900
1978
|
opencode: z.ZodOptional<z.ZodObject<{
|
|
1901
1979
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
1902
1980
|
variant: z.ZodOptional<z.ZodString>;
|
|
1981
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1903
1982
|
}, z.core.$strip>>;
|
|
1904
1983
|
claude: z.ZodOptional<z.ZodObject<{
|
|
1905
1984
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1931,6 +2010,10 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1931
2010
|
xhigh: "xhigh";
|
|
1932
2011
|
}>>;
|
|
1933
2012
|
}, z.core.$strip>>;
|
|
2013
|
+
kiro: z.ZodOptional<z.ZodObject<{
|
|
2014
|
+
agent: z.ZodOptional<z.ZodString>;
|
|
2015
|
+
}, z.core.$strip>>;
|
|
2016
|
+
$ref: z.ZodOptional<z.ZodString>;
|
|
1934
2017
|
}, z.core.$strip>>;
|
|
1935
2018
|
}, z.core.$strict>>;
|
|
1936
2019
|
args: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
|
|
@@ -2039,6 +2122,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2039
2122
|
opencode: z.ZodOptional<z.ZodObject<{
|
|
2040
2123
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
2041
2124
|
variant: z.ZodOptional<z.ZodString>;
|
|
2125
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2042
2126
|
}, z.core.$strip>>;
|
|
2043
2127
|
claude: z.ZodOptional<z.ZodObject<{
|
|
2044
2128
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -2070,6 +2154,10 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2070
2154
|
xhigh: "xhigh";
|
|
2071
2155
|
}>>;
|
|
2072
2156
|
}, z.core.$strip>>;
|
|
2157
|
+
kiro: z.ZodOptional<z.ZodObject<{
|
|
2158
|
+
agent: z.ZodOptional<z.ZodString>;
|
|
2159
|
+
}, z.core.$strip>>;
|
|
2160
|
+
$ref: z.ZodOptional<z.ZodString>;
|
|
2073
2161
|
}, z.core.$strip>>;
|
|
2074
2162
|
}, z.core.$strict>>>;
|
|
2075
2163
|
permission_mode: z.ZodOptional<z.ZodNever>;
|
|
@@ -2092,6 +2180,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2092
2180
|
opencode: z.ZodOptional<z.ZodObject<{
|
|
2093
2181
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
2094
2182
|
variant: z.ZodOptional<z.ZodString>;
|
|
2183
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2095
2184
|
}, z.core.$strip>>;
|
|
2096
2185
|
claude: z.ZodOptional<z.ZodObject<{
|
|
2097
2186
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -2123,6 +2212,10 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2123
2212
|
xhigh: "xhigh";
|
|
2124
2213
|
}>>;
|
|
2125
2214
|
}, z.core.$strip>>;
|
|
2215
|
+
kiro: z.ZodOptional<z.ZodObject<{
|
|
2216
|
+
agent: z.ZodOptional<z.ZodString>;
|
|
2217
|
+
}, z.core.$strip>>;
|
|
2218
|
+
$ref: z.ZodOptional<z.ZodString>;
|
|
2126
2219
|
}, z.core.$strip>>;
|
|
2127
2220
|
edit: z.ZodOptional<z.ZodBoolean>;
|
|
2128
2221
|
instruction: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -2338,6 +2431,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2338
2431
|
opencode: z.ZodOptional<z.ZodObject<{
|
|
2339
2432
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
2340
2433
|
variant: z.ZodOptional<z.ZodString>;
|
|
2434
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2341
2435
|
}, z.core.$strip>>;
|
|
2342
2436
|
claude: z.ZodOptional<z.ZodObject<{
|
|
2343
2437
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -2369,6 +2463,10 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2369
2463
|
xhigh: "xhigh";
|
|
2370
2464
|
}>>;
|
|
2371
2465
|
}, z.core.$strip>>;
|
|
2466
|
+
kiro: z.ZodOptional<z.ZodObject<{
|
|
2467
|
+
agent: z.ZodOptional<z.ZodString>;
|
|
2468
|
+
}, z.core.$strip>>;
|
|
2469
|
+
$ref: z.ZodOptional<z.ZodString>;
|
|
2372
2470
|
}, z.core.$strip>>;
|
|
2373
2471
|
edit: z.ZodOptional<z.ZodBoolean>;
|
|
2374
2472
|
instruction: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
@@ -2425,9 +2523,11 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2425
2523
|
}, z.core.$strip>>;
|
|
2426
2524
|
team_leader: z.ZodOptional<z.ZodObject<{
|
|
2427
2525
|
persona: z.ZodOptional<z.ZodString>;
|
|
2428
|
-
max_parts: z.
|
|
2429
|
-
|
|
2430
|
-
|
|
2526
|
+
max_parts: z.ZodOptional<z.ZodNumber>;
|
|
2527
|
+
max_concurrency: z.ZodOptional<z.ZodNumber>;
|
|
2528
|
+
max_total_parts: z.ZodOptional<z.ZodNumber>;
|
|
2529
|
+
refill_threshold: z.ZodOptional<z.ZodNumber>;
|
|
2530
|
+
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
2431
2531
|
part_persona: z.ZodOptional<z.ZodString>;
|
|
2432
2532
|
part_allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2433
2533
|
part_edit: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2462,6 +2562,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2462
2562
|
opencode?: {
|
|
2463
2563
|
network_access?: boolean | undefined;
|
|
2464
2564
|
variant?: string | undefined;
|
|
2565
|
+
allowed_tools?: string[] | undefined;
|
|
2465
2566
|
} | undefined;
|
|
2466
2567
|
claude?: {
|
|
2467
2568
|
allowed_tools?: string[] | undefined;
|
|
@@ -2480,6 +2581,10 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2480
2581
|
copilot?: {
|
|
2481
2582
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2482
2583
|
} | undefined;
|
|
2584
|
+
kiro?: {
|
|
2585
|
+
agent?: string | undefined;
|
|
2586
|
+
} | undefined;
|
|
2587
|
+
$ref?: string | undefined;
|
|
2483
2588
|
} | undefined;
|
|
2484
2589
|
} | undefined;
|
|
2485
2590
|
args?: Record<string, string | string[]> | undefined;
|
|
@@ -2539,6 +2644,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2539
2644
|
opencode?: {
|
|
2540
2645
|
network_access?: boolean | undefined;
|
|
2541
2646
|
variant?: string | undefined;
|
|
2647
|
+
allowed_tools?: string[] | undefined;
|
|
2542
2648
|
} | undefined;
|
|
2543
2649
|
claude?: {
|
|
2544
2650
|
allowed_tools?: string[] | undefined;
|
|
@@ -2557,6 +2663,10 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2557
2663
|
copilot?: {
|
|
2558
2664
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2559
2665
|
} | undefined;
|
|
2666
|
+
kiro?: {
|
|
2667
|
+
agent?: string | undefined;
|
|
2668
|
+
} | undefined;
|
|
2669
|
+
$ref?: string | undefined;
|
|
2560
2670
|
} | undefined;
|
|
2561
2671
|
}[] | undefined;
|
|
2562
2672
|
permission_mode?: undefined;
|
|
@@ -2569,6 +2679,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2569
2679
|
opencode?: {
|
|
2570
2680
|
network_access?: boolean | undefined;
|
|
2571
2681
|
variant?: string | undefined;
|
|
2682
|
+
allowed_tools?: string[] | undefined;
|
|
2572
2683
|
} | undefined;
|
|
2573
2684
|
claude?: {
|
|
2574
2685
|
allowed_tools?: string[] | undefined;
|
|
@@ -2587,6 +2698,10 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2587
2698
|
copilot?: {
|
|
2588
2699
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2589
2700
|
} | undefined;
|
|
2701
|
+
kiro?: {
|
|
2702
|
+
agent?: string | undefined;
|
|
2703
|
+
} | undefined;
|
|
2704
|
+
$ref?: string | undefined;
|
|
2590
2705
|
} | undefined;
|
|
2591
2706
|
edit?: boolean | undefined;
|
|
2592
2707
|
instruction?: string | {
|
|
@@ -2769,6 +2884,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2769
2884
|
opencode?: {
|
|
2770
2885
|
network_access?: boolean | undefined;
|
|
2771
2886
|
variant?: string | undefined;
|
|
2887
|
+
allowed_tools?: string[] | undefined;
|
|
2772
2888
|
} | undefined;
|
|
2773
2889
|
claude?: {
|
|
2774
2890
|
allowed_tools?: string[] | undefined;
|
|
@@ -2787,6 +2903,10 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2787
2903
|
copilot?: {
|
|
2788
2904
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2789
2905
|
} | undefined;
|
|
2906
|
+
kiro?: {
|
|
2907
|
+
agent?: string | undefined;
|
|
2908
|
+
} | undefined;
|
|
2909
|
+
$ref?: string | undefined;
|
|
2790
2910
|
} | undefined;
|
|
2791
2911
|
edit?: boolean | undefined;
|
|
2792
2912
|
instruction?: string | {
|
|
@@ -2839,10 +2959,12 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2839
2959
|
output_path?: string | undefined;
|
|
2840
2960
|
} | undefined;
|
|
2841
2961
|
team_leader?: {
|
|
2842
|
-
max_parts: number;
|
|
2843
|
-
refill_threshold: number;
|
|
2844
|
-
timeout_ms: number;
|
|
2845
2962
|
persona?: string | undefined;
|
|
2963
|
+
max_parts?: number | undefined;
|
|
2964
|
+
max_concurrency?: number | undefined;
|
|
2965
|
+
max_total_parts?: number | undefined;
|
|
2966
|
+
refill_threshold?: number | undefined;
|
|
2967
|
+
timeout_ms?: number | undefined;
|
|
2846
2968
|
part_persona?: string | undefined;
|
|
2847
2969
|
part_allowed_tools?: string[] | undefined;
|
|
2848
2970
|
part_edit?: boolean | undefined;
|
|
@@ -2873,6 +2995,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2873
2995
|
opencode?: {
|
|
2874
2996
|
network_access?: boolean | undefined;
|
|
2875
2997
|
variant?: string | undefined;
|
|
2998
|
+
allowed_tools?: string[] | undefined;
|
|
2876
2999
|
} | undefined;
|
|
2877
3000
|
claude?: {
|
|
2878
3001
|
allowed_tools?: string[] | undefined;
|
|
@@ -2891,6 +3014,10 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2891
3014
|
copilot?: {
|
|
2892
3015
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2893
3016
|
} | undefined;
|
|
3017
|
+
kiro?: {
|
|
3018
|
+
agent?: string | undefined;
|
|
3019
|
+
} | undefined;
|
|
3020
|
+
$ref?: string | undefined;
|
|
2894
3021
|
} | undefined;
|
|
2895
3022
|
} | undefined;
|
|
2896
3023
|
args?: Record<string, string | string[]> | undefined;
|
|
@@ -2950,6 +3077,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2950
3077
|
opencode?: {
|
|
2951
3078
|
network_access?: boolean | undefined;
|
|
2952
3079
|
variant?: string | undefined;
|
|
3080
|
+
allowed_tools?: string[] | undefined;
|
|
2953
3081
|
} | undefined;
|
|
2954
3082
|
claude?: {
|
|
2955
3083
|
allowed_tools?: string[] | undefined;
|
|
@@ -2968,6 +3096,10 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2968
3096
|
copilot?: {
|
|
2969
3097
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2970
3098
|
} | undefined;
|
|
3099
|
+
kiro?: {
|
|
3100
|
+
agent?: string | undefined;
|
|
3101
|
+
} | undefined;
|
|
3102
|
+
$ref?: string | undefined;
|
|
2971
3103
|
} | undefined;
|
|
2972
3104
|
}[] | undefined;
|
|
2973
3105
|
permission_mode?: undefined;
|
|
@@ -2980,6 +3112,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2980
3112
|
opencode?: {
|
|
2981
3113
|
network_access?: boolean | undefined;
|
|
2982
3114
|
variant?: string | undefined;
|
|
3115
|
+
allowed_tools?: string[] | undefined;
|
|
2983
3116
|
} | undefined;
|
|
2984
3117
|
claude?: {
|
|
2985
3118
|
allowed_tools?: string[] | undefined;
|
|
@@ -2998,6 +3131,10 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2998
3131
|
copilot?: {
|
|
2999
3132
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
3000
3133
|
} | undefined;
|
|
3134
|
+
kiro?: {
|
|
3135
|
+
agent?: string | undefined;
|
|
3136
|
+
} | undefined;
|
|
3137
|
+
$ref?: string | undefined;
|
|
3001
3138
|
} | undefined;
|
|
3002
3139
|
edit?: boolean | undefined;
|
|
3003
3140
|
instruction?: string | {
|
|
@@ -3180,6 +3317,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
3180
3317
|
opencode?: {
|
|
3181
3318
|
network_access?: boolean | undefined;
|
|
3182
3319
|
variant?: string | undefined;
|
|
3320
|
+
allowed_tools?: string[] | undefined;
|
|
3183
3321
|
} | undefined;
|
|
3184
3322
|
claude?: {
|
|
3185
3323
|
allowed_tools?: string[] | undefined;
|
|
@@ -3198,6 +3336,10 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
3198
3336
|
copilot?: {
|
|
3199
3337
|
effort?: "low" | "medium" | "high" | "xhigh" | undefined;
|
|
3200
3338
|
} | undefined;
|
|
3339
|
+
kiro?: {
|
|
3340
|
+
agent?: string | undefined;
|
|
3341
|
+
} | undefined;
|
|
3342
|
+
$ref?: string | undefined;
|
|
3201
3343
|
} | undefined;
|
|
3202
3344
|
edit?: boolean | undefined;
|
|
3203
3345
|
instruction?: string | {
|
|
@@ -3250,10 +3392,12 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
3250
3392
|
output_path?: string | undefined;
|
|
3251
3393
|
} | undefined;
|
|
3252
3394
|
team_leader?: {
|
|
3253
|
-
max_parts: number;
|
|
3254
|
-
refill_threshold: number;
|
|
3255
|
-
timeout_ms: number;
|
|
3256
3395
|
persona?: string | undefined;
|
|
3396
|
+
max_parts?: number | undefined;
|
|
3397
|
+
max_concurrency?: number | undefined;
|
|
3398
|
+
max_total_parts?: number | undefined;
|
|
3399
|
+
refill_threshold?: number | undefined;
|
|
3400
|
+
timeout_ms?: number | undefined;
|
|
3257
3401
|
part_persona?: string | undefined;
|
|
3258
3402
|
part_allowed_tools?: string[] | undefined;
|
|
3259
3403
|
part_edit?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-schemas.d.ts","sourceRoot":"","sources":["../../../src/core/models/workflow-schemas.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"workflow-schemas.d.ts","sourceRoot":"","sources":["../../../src/core/models/workflow-schemas.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AA4B3B,eAAO,MAAM,+BAA+B;;kBAEjC,CAAC;AAkDZ,wDAAwD;AACxD,eAAO,MAAM,kBAAkB;;;;;;;;iBAc9B,CAAC;AA2CF,0CAA0C;AAC1C,eAAO,MAAM,sBAAsB;;;;;;;;iBAWlC,CAAC;AAEF,qEAAqE;AACrE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;iBAUlC,CAAC;AAEH,sEAAsE;AACtE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;iBA6BpC,CAAC;AAEH,6CAA6C;AAC7C,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgCnC,CAAC;AA2PH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAgC,CAAC;AAGnE,+BAA+B;AAC/B,eAAO,MAAM,qBAAqB;;;iBAGhC,CAAC;AAEH,gCAAgC;AAChC,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAOjC,CAAC;AAEH,wCAAwC;AACxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAI5B,CAAC;AAEH,yDAAyD;AACzD,eAAO,MAAM,qBAAqB;;;;;EAA4B,CAAC;AAC/D,sDAAsD;AACtD,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAkBzB,CAAC"}
|