takt 0.35.3 → 0.36.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 +17 -17
- package/builtins/en/config.yaml +3 -3
- package/builtins/en/facets/instructions/ai-fix.md +1 -1
- package/builtins/en/facets/instructions/ai-review.md +1 -1
- package/builtins/en/facets/instructions/architecture-audit-review.md +8 -3
- package/builtins/en/facets/instructions/architecture-audit-team-leader.md +3 -1
- package/builtins/en/facets/instructions/audit-security-review.md +6 -6
- package/builtins/en/facets/instructions/e2e-audit-review.md +8 -1
- package/builtins/en/facets/instructions/implement-after-tests.md +1 -1
- package/builtins/en/facets/instructions/implement-terraform.md +1 -1
- package/builtins/en/facets/instructions/implement-test.md +1 -1
- package/builtins/en/facets/instructions/implement.md +1 -1
- package/builtins/en/facets/instructions/review-arch.md +8 -5
- package/builtins/en/facets/instructions/review-cqrs-es.md +1 -1
- package/builtins/en/facets/instructions/review-qa.md +7 -4
- package/builtins/en/facets/instructions/review-requirements.md +6 -3
- package/builtins/en/facets/instructions/review-security.md +10 -2
- package/builtins/en/facets/instructions/review-terraform.md +1 -1
- package/builtins/en/facets/instructions/review-test.md +13 -4
- package/builtins/en/facets/instructions/supervise.md +13 -4
- package/builtins/en/facets/instructions/unit-audit-review.md +8 -1
- package/builtins/en/facets/instructions/write-tests-first.md +1 -1
- package/builtins/en/facets/knowledge/architecture.md +9 -9
- package/builtins/en/facets/knowledge/frontend.md +42 -2
- package/builtins/en/facets/knowledge/react.md +39 -0
- package/builtins/en/facets/knowledge/takt.md +12 -12
- package/builtins/en/facets/output-contracts/architecture-review.md +5 -0
- package/builtins/en/facets/output-contracts/qa-review.md +5 -0
- package/builtins/en/facets/output-contracts/requirements-review.md +5 -0
- package/builtins/en/facets/output-contracts/security-review.md +5 -0
- package/builtins/en/facets/output-contracts/testing-review.md +5 -0
- package/builtins/en/facets/personas/research-analyzer.md +1 -1
- package/builtins/en/facets/personas/supervisor.md +4 -1
- package/builtins/en/facets/policies/ai-antipattern.md +15 -0
- package/builtins/en/facets/policies/design-planning.md +1 -1
- package/builtins/en/facets/policies/review.md +12 -0
- package/builtins/en/facets/policies/screen-api.md +109 -0
- package/builtins/en/workflows/audit-architecture-backend.yaml +12 -4
- package/builtins/en/workflows/audit-architecture-dual.yaml +12 -4
- package/builtins/en/workflows/audit-architecture-frontend.yaml +12 -4
- package/builtins/en/workflows/audit-architecture.yaml +12 -4
- package/builtins/en/workflows/audit-e2e.yaml +12 -4
- package/builtins/en/workflows/audit-security.yaml +12 -4
- package/builtins/en/workflows/audit-unit.yaml +12 -4
- package/builtins/en/workflows/dual-cqrs-mini.yaml +3 -0
- package/builtins/en/workflows/dual-cqrs.yaml +4 -0
- package/builtins/en/workflows/dual-mini.yaml +3 -0
- package/builtins/en/workflows/dual.yaml +3 -0
- package/builtins/en/workflows/review-fix-dual-cqrs.yaml +2 -0
- package/builtins/en/workflows/review-fix-dual.yaml +2 -0
- package/builtins/ja/INSTRUCTION_STYLE_GUIDE.md +19 -19
- package/builtins/ja/KNOWLEDGE_STYLE_GUIDE.md +2 -2
- package/builtins/ja/OUTPUT_CONTRACT_STYLE_GUIDE.md +9 -9
- package/builtins/ja/PERSONA_STYLE_GUIDE.md +10 -10
- package/builtins/ja/POLICY_STYLE_GUIDE.md +3 -3
- package/builtins/ja/STYLE_GUIDE.md +3 -3
- package/builtins/ja/config.yaml +3 -3
- package/builtins/ja/facets/instructions/ai-fix.md +1 -1
- package/builtins/ja/facets/instructions/ai-review.md +1 -1
- package/builtins/ja/facets/instructions/architecture-audit-review.md +8 -3
- package/builtins/ja/facets/instructions/architecture-audit-team-leader.md +3 -1
- package/builtins/ja/facets/instructions/audit-security-review.md +6 -6
- package/builtins/ja/facets/instructions/e2e-audit-review.md +8 -1
- package/builtins/ja/facets/instructions/implement-after-tests.md +1 -1
- package/builtins/ja/facets/instructions/implement-terraform.md +1 -1
- package/builtins/ja/facets/instructions/implement-test.md +1 -1
- package/builtins/ja/facets/instructions/implement.md +1 -1
- package/builtins/ja/facets/instructions/review-arch.md +8 -5
- package/builtins/ja/facets/instructions/review-cqrs-es.md +1 -1
- package/builtins/ja/facets/instructions/review-qa.md +7 -4
- package/builtins/ja/facets/instructions/review-requirements.md +6 -3
- package/builtins/ja/facets/instructions/review-security.md +10 -2
- package/builtins/ja/facets/instructions/review-terraform.md +1 -1
- package/builtins/ja/facets/instructions/review-test.md +13 -4
- package/builtins/ja/facets/instructions/supervise.md +13 -4
- package/builtins/ja/facets/instructions/unit-audit-review.md +8 -1
- package/builtins/ja/facets/instructions/write-tests-first.md +1 -1
- package/builtins/ja/facets/knowledge/architecture.md +9 -9
- package/builtins/ja/facets/knowledge/frontend.md +41 -34
- package/builtins/ja/facets/knowledge/react.md +39 -0
- package/builtins/ja/facets/knowledge/takt.md +11 -11
- package/builtins/ja/facets/output-contracts/architecture-review.md +5 -0
- package/builtins/ja/facets/output-contracts/qa-review.md +5 -0
- package/builtins/ja/facets/output-contracts/requirements-review.md +5 -0
- package/builtins/ja/facets/output-contracts/security-review.md +5 -0
- package/builtins/ja/facets/output-contracts/testing-review.md +5 -0
- package/builtins/ja/facets/personas/research-analyzer.md +1 -1
- package/builtins/ja/facets/personas/supervisor.md +4 -1
- package/builtins/ja/facets/policies/ai-antipattern.md +15 -0
- package/builtins/ja/facets/policies/design-planning.md +1 -1
- package/builtins/ja/facets/policies/review.md +12 -0
- package/builtins/ja/facets/policies/screen-api.md +109 -0
- package/builtins/ja/workflows/audit-architecture-backend.yaml +12 -4
- package/builtins/ja/workflows/audit-architecture-dual.yaml +12 -4
- package/builtins/ja/workflows/audit-architecture-frontend.yaml +12 -4
- package/builtins/ja/workflows/audit-architecture.yaml +12 -4
- package/builtins/ja/workflows/audit-e2e.yaml +12 -4
- package/builtins/ja/workflows/audit-security.yaml +12 -4
- package/builtins/ja/workflows/audit-unit.yaml +12 -4
- package/builtins/ja/workflows/dual-cqrs-mini.yaml +3 -0
- package/builtins/ja/workflows/dual-cqrs.yaml +4 -0
- package/builtins/ja/workflows/dual-mini.yaml +3 -0
- package/builtins/ja/workflows/dual.yaml +3 -0
- package/builtins/ja/workflows/review-fix-dual-cqrs.yaml +2 -0
- package/builtins/ja/workflows/review-fix-dual.yaml +2 -0
- package/builtins/project/dotgitignore +3 -3
- package/builtins/project/tasks/TASK-FORMAT +3 -3
- package/builtins/skill/SKILL.md +7 -8
- package/builtins/skill/references/engine.md +11 -11
- package/builtins/skill/references/yaml-schema.md +6 -8
- package/builtins/skill-codex/SKILL.md +7 -8
- package/builtins/skill-codex/agents/openai.yaml +2 -2
- package/builtins/skill-codex/references/engine.md +7 -7
- package/builtins/skill-codex/references/yaml-schema.md +6 -8
- package/dist/agents/decompose-task-usecase.d.ts +3 -1
- package/dist/agents/decompose-task-usecase.d.ts.map +1 -1
- package/dist/agents/decompose-task-usecase.js +5 -1
- package/dist/agents/decompose-task-usecase.js.map +1 -1
- package/dist/agents/judge-status-usecase.d.ts +6 -6
- package/dist/agents/judge-status-usecase.d.ts.map +1 -1
- package/dist/agents/judge-status-usecase.js +3 -3
- package/dist/agents/judge-status-usecase.js.map +1 -1
- package/dist/agents/judge-utils.d.ts +3 -3
- package/dist/agents/judge-utils.d.ts.map +1 -1
- package/dist/agents/judge-utils.js +2 -2
- package/dist/agents/judge-utils.js.map +1 -1
- package/dist/agents/runner.d.ts +0 -2
- package/dist/agents/runner.d.ts.map +1 -1
- package/dist/agents/runner.js +13 -21
- package/dist/agents/runner.js.map +1 -1
- package/dist/agents/structured-caller/capability-aware-structured-caller.d.ts +20 -0
- package/dist/agents/structured-caller/capability-aware-structured-caller.d.ts.map +1 -0
- package/dist/agents/structured-caller/capability-aware-structured-caller.js +41 -0
- package/dist/agents/structured-caller/capability-aware-structured-caller.js.map +1 -0
- package/dist/agents/structured-caller/contracts.d.ts +2 -2
- package/dist/agents/structured-caller/contracts.d.ts.map +1 -1
- package/dist/agents/structured-caller/default-structured-caller.d.ts +2 -2
- package/dist/agents/structured-caller/default-structured-caller.d.ts.map +1 -1
- package/dist/agents/structured-caller/default-structured-caller.js.map +1 -1
- package/dist/agents/structured-caller/prompt-based-structured-caller.d.ts +2 -2
- package/dist/agents/structured-caller/prompt-based-structured-caller.d.ts.map +1 -1
- package/dist/agents/structured-caller/prompt-based-structured-caller.js +7 -3
- package/dist/agents/structured-caller/prompt-based-structured-caller.js.map +1 -1
- package/dist/agents/structured-caller.d.ts +1 -0
- package/dist/agents/structured-caller.d.ts.map +1 -1
- package/dist/agents/structured-caller.js +1 -0
- package/dist/agents/structured-caller.js.map +1 -1
- package/dist/agents/team-leader-structured-output.js +1 -1
- package/dist/agents/team-leader-structured-output.js.map +1 -1
- package/dist/agents/types.d.ts +9 -8
- package/dist/agents/types.d.ts.map +1 -1
- package/dist/app/cli/commands.js +28 -0
- package/dist/app/cli/commands.js.map +1 -1
- package/dist/app/cli/helpers.d.ts.map +1 -1
- package/dist/app/cli/helpers.js +1 -10
- package/dist/app/cli/helpers.js.map +1 -1
- package/dist/app/cli/program.d.ts.map +1 -1
- package/dist/app/cli/program.js +0 -1
- package/dist/app/cli/program.js.map +1 -1
- package/dist/app/cli/routing.js +26 -26
- package/dist/app/cli/routing.js.map +1 -1
- package/dist/commands/repertoire/add.js +14 -14
- package/dist/commands/repertoire/add.js.map +1 -1
- package/dist/commands/repertoire/remove.d.ts.map +1 -1
- package/dist/commands/repertoire/remove.js +4 -3
- package/dist/commands/repertoire/remove.js.map +1 -1
- package/dist/core/config/provider-resolution.d.ts +1 -1
- package/dist/core/config/provider-resolution.d.ts.map +1 -1
- package/dist/core/logging/providerEvent.d.ts +7 -7
- package/dist/core/logging/providerEvent.d.ts.map +1 -1
- package/dist/core/logging/providerEvent.js +6 -6
- package/dist/core/logging/providerEvent.js.map +1 -1
- package/dist/core/logging/providerEventLogger.d.ts +2 -2
- package/dist/core/logging/providerEventLogger.d.ts.map +1 -1
- package/dist/core/logging/providerEventLogger.js +6 -6
- package/dist/core/logging/providerEventLogger.js.map +1 -1
- package/dist/core/logging/usageEventLogger.d.ts +4 -4
- package/dist/core/logging/usageEventLogger.d.ts.map +1 -1
- package/dist/core/logging/usageEventLogger.js +9 -9
- package/dist/core/logging/usageEventLogger.js.map +1 -1
- package/dist/core/models/config-schemas.d.ts +51 -173
- package/dist/core/models/config-schemas.d.ts.map +1 -1
- package/dist/core/models/config-schemas.js +21 -50
- package/dist/core/models/config-schemas.js.map +1 -1
- package/dist/core/models/config-types.d.ts +45 -45
- package/dist/core/models/config-types.d.ts.map +1 -1
- package/dist/core/models/config.js +2 -2
- package/dist/core/models/config.js.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/interactive-mode.d.ts +1 -1
- package/dist/core/models/interactive-mode.js +1 -1
- package/dist/core/models/part.d.ts +3 -3
- package/dist/core/models/part.d.ts.map +1 -1
- package/dist/core/models/provider-profiles.d.ts +3 -3
- package/dist/core/models/provider-profiles.d.ts.map +1 -1
- package/dist/core/models/schema-base.d.ts +37 -60
- package/dist/core/models/schema-base.d.ts.map +1 -1
- package/dist/core/models/schema-base.js +19 -16
- package/dist/core/models/schema-base.js.map +1 -1
- package/dist/core/models/session.d.ts +3 -3
- package/dist/core/models/session.d.ts.map +1 -1
- package/dist/core/models/session.js +2 -2
- package/dist/core/models/session.js.map +1 -1
- package/dist/core/models/status.d.ts +2 -2
- package/dist/core/models/status.d.ts.map +1 -1
- package/dist/core/models/status.js +1 -1
- package/dist/core/models/status.js.map +1 -1
- package/dist/core/models/types.d.ts +1 -1
- package/dist/core/models/types.d.ts.map +1 -1
- package/dist/core/models/workflow-schemas.d.ts +280 -948
- package/dist/core/models/workflow-schemas.d.ts.map +1 -1
- package/dist/core/models/workflow-schemas.js +139 -101
- package/dist/core/models/workflow-schemas.js.map +1 -1
- package/dist/core/models/workflow-step-kind.d.ts +8 -0
- package/dist/core/models/workflow-step-kind.d.ts.map +1 -0
- package/dist/core/models/workflow-step-kind.js +13 -0
- package/dist/core/models/workflow-step-kind.js.map +1 -0
- package/dist/core/models/workflow-system-schemas.d.ts +70 -0
- package/dist/core/models/workflow-system-schemas.d.ts.map +1 -0
- package/dist/core/models/workflow-system-schemas.js +187 -0
- package/dist/core/models/workflow-system-schemas.js.map +1 -0
- package/dist/core/models/workflow-types.d.ts +325 -0
- package/dist/core/models/workflow-types.d.ts.map +1 -0
- package/dist/core/models/{piece-types.js → workflow-types.js} +2 -1
- package/dist/core/models/workflow-types.js.map +1 -0
- package/dist/core/provider-resolution.d.ts +1 -1
- package/dist/core/provider-resolution.d.ts.map +1 -1
- package/dist/core/runtime/runtime-environment.d.ts +3 -3
- package/dist/core/runtime/runtime-environment.d.ts.map +1 -1
- package/dist/core/runtime/runtime-environment.js +4 -4
- package/dist/core/runtime/runtime-environment.js.map +1 -1
- package/dist/core/{piece → workflow}/arpeggio/csv-data-source.d.ts +1 -1
- package/dist/core/workflow/arpeggio/csv-data-source.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/arpeggio/csv-data-source.js +1 -1
- package/dist/core/workflow/arpeggio/csv-data-source.js.map +1 -0
- package/dist/core/workflow/arpeggio/data-source-factory.d.ts.map +1 -0
- package/dist/core/workflow/arpeggio/data-source-factory.js.map +1 -0
- package/dist/core/{piece → workflow}/arpeggio/merge.d.ts +2 -2
- package/dist/core/workflow/arpeggio/merge.d.ts.map +1 -0
- package/dist/core/workflow/arpeggio/merge.js.map +1 -0
- package/dist/core/{piece → workflow}/arpeggio/template.d.ts +1 -1
- package/dist/core/workflow/arpeggio/template.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/arpeggio/template.js +1 -1
- package/dist/core/workflow/arpeggio/template.js.map +1 -0
- package/dist/core/{piece → workflow}/arpeggio/types.d.ts +4 -4
- package/dist/core/workflow/arpeggio/types.d.ts.map +1 -0
- package/dist/core/workflow/arpeggio/types.js +9 -0
- package/dist/core/workflow/arpeggio/types.js.map +1 -0
- package/dist/core/{piece → workflow}/ask-user-question-error.d.ts +2 -2
- package/dist/core/workflow/ask-user-question-error.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/ask-user-question-error.js +2 -2
- package/dist/core/workflow/ask-user-question-error.js.map +1 -0
- package/dist/core/workflow/constants.d.ts +20 -0
- package/dist/core/workflow/constants.d.ts.map +1 -0
- package/dist/core/workflow/constants.js +20 -0
- package/dist/core/workflow/constants.js.map +1 -0
- package/dist/core/{piece → workflow}/engine/ArpeggioRunner.d.ts +9 -9
- package/dist/core/workflow/engine/ArpeggioRunner.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/engine/ArpeggioRunner.js +21 -21
- package/dist/core/workflow/engine/ArpeggioRunner.js.map +1 -0
- package/dist/core/workflow/engine/LoopMonitorJudgeRunner.d.ts +29 -0
- package/dist/core/workflow/engine/LoopMonitorJudgeRunner.d.ts.map +1 -0
- package/dist/core/workflow/engine/LoopMonitorJudgeRunner.js +111 -0
- package/dist/core/workflow/engine/LoopMonitorJudgeRunner.js.map +1 -0
- package/dist/core/workflow/engine/OptionsBuilder.d.ts +35 -0
- package/dist/core/workflow/engine/OptionsBuilder.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/engine/OptionsBuilder.js +54 -35
- package/dist/core/workflow/engine/OptionsBuilder.js.map +1 -0
- package/dist/core/workflow/engine/ParallelRunner.d.ts +38 -0
- package/dist/core/workflow/engine/ParallelRunner.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/engine/ParallelRunner.js +65 -65
- package/dist/core/workflow/engine/ParallelRunner.js.map +1 -0
- package/dist/core/workflow/engine/StepExecutor.d.ts +76 -0
- package/dist/core/workflow/engine/StepExecutor.d.ts.map +1 -0
- package/dist/core/{piece/engine/MovementExecutor.js → workflow/engine/StepExecutor.js} +132 -65
- package/dist/core/workflow/engine/StepExecutor.js.map +1 -0
- package/dist/core/workflow/engine/SystemStepExecutor.d.ts +23 -0
- package/dist/core/workflow/engine/SystemStepExecutor.d.ts.map +1 -0
- package/dist/core/workflow/engine/SystemStepExecutor.js +88 -0
- package/dist/core/workflow/engine/SystemStepExecutor.js.map +1 -0
- package/dist/core/workflow/engine/TeamLeaderRunner.d.ts +24 -0
- package/dist/core/workflow/engine/TeamLeaderRunner.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/engine/TeamLeaderRunner.js +44 -26
- package/dist/core/workflow/engine/TeamLeaderRunner.js.map +1 -0
- package/dist/core/workflow/engine/WorkflowCallExecutor.d.ts +51 -0
- package/dist/core/workflow/engine/WorkflowCallExecutor.d.ts.map +1 -0
- package/dist/core/workflow/engine/WorkflowCallExecutor.js +146 -0
- package/dist/core/workflow/engine/WorkflowCallExecutor.js.map +1 -0
- package/dist/core/workflow/engine/WorkflowCallRunner.d.ts +36 -0
- package/dist/core/workflow/engine/WorkflowCallRunner.d.ts.map +1 -0
- package/dist/core/workflow/engine/WorkflowCallRunner.js +111 -0
- package/dist/core/workflow/engine/WorkflowCallRunner.js.map +1 -0
- package/dist/core/workflow/engine/WorkflowEngine.d.ts +54 -0
- package/dist/core/workflow/engine/WorkflowEngine.d.ts.map +1 -0
- package/dist/core/workflow/engine/WorkflowEngine.js +261 -0
- package/dist/core/workflow/engine/WorkflowEngine.js.map +1 -0
- package/dist/core/workflow/engine/WorkflowEnginePhaseRelay.d.ts +9 -0
- package/dist/core/workflow/engine/WorkflowEnginePhaseRelay.d.ts.map +1 -0
- package/dist/core/workflow/engine/WorkflowEnginePhaseRelay.js +26 -0
- package/dist/core/workflow/engine/WorkflowEnginePhaseRelay.js.map +1 -0
- package/dist/core/workflow/engine/WorkflowEngineSetup.d.ts +55 -0
- package/dist/core/workflow/engine/WorkflowEngineSetup.d.ts.map +1 -0
- package/dist/core/workflow/engine/WorkflowEngineSetup.js +176 -0
- package/dist/core/workflow/engine/WorkflowEngineSetup.js.map +1 -0
- package/dist/core/workflow/engine/WorkflowEngineStepCoordinator.d.ts +77 -0
- package/dist/core/workflow/engine/WorkflowEngineStepCoordinator.d.ts.map +1 -0
- package/dist/core/workflow/engine/WorkflowEngineStepCoordinator.js +72 -0
- package/dist/core/workflow/engine/WorkflowEngineStepCoordinator.js.map +1 -0
- package/dist/core/workflow/engine/WorkflowRunLoop.d.ts +44 -0
- package/dist/core/workflow/engine/WorkflowRunLoop.d.ts.map +1 -0
- package/dist/core/workflow/engine/WorkflowRunLoop.js +205 -0
- package/dist/core/workflow/engine/WorkflowRunLoop.js.map +1 -0
- package/dist/core/workflow/engine/WorkflowValidator.d.ts +4 -0
- package/dist/core/workflow/engine/WorkflowValidator.d.ts.map +1 -0
- package/dist/core/workflow/engine/WorkflowValidator.js +62 -0
- package/dist/core/workflow/engine/WorkflowValidator.js.map +1 -0
- package/dist/core/workflow/engine/abort-signal.d.ts.map +1 -0
- package/dist/core/workflow/engine/abort-signal.js.map +1 -0
- package/dist/core/workflow/engine/blocked-handler.d.ts +27 -0
- package/dist/core/workflow/engine/blocked-handler.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/engine/blocked-handler.js +4 -4
- package/dist/core/workflow/engine/blocked-handler.js.map +1 -0
- package/dist/core/{piece → workflow}/engine/cycle-detector.d.ts +9 -9
- package/dist/core/workflow/engine/cycle-detector.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/engine/cycle-detector.js +11 -11
- package/dist/core/workflow/engine/cycle-detector.js.map +1 -0
- package/dist/core/workflow/engine/engine-provider-options.d.ts +12 -0
- package/dist/core/workflow/engine/engine-provider-options.d.ts.map +1 -0
- package/dist/core/workflow/engine/engine-provider-options.js +32 -0
- package/dist/core/workflow/engine/engine-provider-options.js.map +1 -0
- package/dist/core/{piece → workflow}/engine/index.d.ts +5 -5
- package/dist/core/workflow/engine/index.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/engine/index.js +4 -4
- package/dist/core/workflow/engine/index.js.map +1 -0
- package/dist/core/{piece → workflow}/engine/loop-detector.d.ts +6 -6
- package/dist/core/workflow/engine/loop-detector.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/engine/loop-detector.js +9 -9
- package/dist/core/workflow/engine/loop-detector.js.map +1 -0
- package/dist/core/{piece → workflow}/engine/parallel-logger.d.ts +27 -27
- package/dist/core/workflow/engine/parallel-logger.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/engine/parallel-logger.js +42 -42
- package/dist/core/workflow/engine/parallel-logger.js.map +1 -0
- package/dist/core/workflow/engine/state-manager.d.ts +46 -0
- package/dist/core/workflow/engine/state-manager.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/engine/state-manager.js +24 -21
- package/dist/core/workflow/engine/state-manager.js.map +1 -0
- package/dist/core/workflow/engine/step-delay.d.ts +3 -0
- package/dist/core/workflow/engine/step-delay.d.ts.map +1 -0
- package/dist/core/workflow/engine/step-delay.js +7 -0
- package/dist/core/workflow/engine/step-delay.js.map +1 -0
- package/dist/core/workflow/engine/stream-buffer.d.ts.map +1 -0
- package/dist/core/workflow/engine/stream-buffer.js.map +1 -0
- package/dist/core/workflow/engine/structured-output-schema-validator.d.ts +2 -0
- package/dist/core/workflow/engine/structured-output-schema-validator.d.ts.map +1 -0
- package/dist/core/workflow/engine/structured-output-schema-validator.js +71 -0
- package/dist/core/workflow/engine/structured-output-schema-validator.js.map +1 -0
- package/dist/core/workflow/engine/task-decomposer.d.ts.map +1 -0
- package/dist/core/workflow/engine/task-decomposer.js.map +1 -0
- package/dist/core/workflow/engine/team-leader-aggregation.d.ts.map +1 -0
- package/dist/core/workflow/engine/team-leader-aggregation.js.map +1 -0
- package/dist/core/workflow/engine/team-leader-common.d.ts +8 -0
- package/dist/core/workflow/engine/team-leader-common.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/engine/team-leader-common.js +3 -13
- package/dist/core/workflow/engine/team-leader-common.js.map +1 -0
- package/dist/core/workflow/engine/team-leader-execution.d.ts.map +1 -0
- package/dist/core/workflow/engine/team-leader-execution.js.map +1 -0
- package/dist/core/workflow/engine/team-leader-streaming.d.ts +5 -0
- package/dist/core/workflow/engine/team-leader-streaming.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/engine/team-leader-streaming.js +7 -7
- package/dist/core/workflow/engine/team-leader-streaming.js.map +1 -0
- package/dist/core/workflow/engine/transitions.d.ts +17 -0
- package/dist/core/workflow/engine/transitions.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/engine/transitions.js +5 -5
- package/dist/core/workflow/engine/transitions.js.map +1 -0
- package/dist/core/workflow/evaluation/AggregateEvaluator.d.ts +32 -0
- package/dist/core/workflow/evaluation/AggregateEvaluator.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/evaluation/AggregateEvaluator.js +33 -33
- package/dist/core/workflow/evaluation/AggregateEvaluator.js.map +1 -0
- package/dist/core/{piece → workflow}/evaluation/RuleEvaluator.d.ts +23 -14
- package/dist/core/workflow/evaluation/RuleEvaluator.d.ts.map +1 -0
- package/dist/core/workflow/evaluation/RuleEvaluator.js +252 -0
- package/dist/core/workflow/evaluation/RuleEvaluator.js.map +1 -0
- package/dist/core/workflow/evaluation/index.d.ts +18 -0
- package/dist/core/workflow/evaluation/index.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/evaluation/index.js +1 -1
- package/dist/core/workflow/evaluation/index.js.map +1 -0
- package/dist/core/workflow/evaluation/rule-utils.d.ts +33 -0
- package/dist/core/workflow/evaluation/rule-utils.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/evaluation/rule-utils.js +15 -9
- package/dist/core/workflow/evaluation/rule-utils.js.map +1 -0
- package/dist/core/workflow/evaluation/when-evaluator.d.ts +3 -0
- package/dist/core/workflow/evaluation/when-evaluator.d.ts.map +1 -0
- package/dist/core/workflow/evaluation/when-evaluator.js +101 -0
- package/dist/core/workflow/evaluation/when-evaluator.js.map +1 -0
- package/dist/core/workflow/index.d.ts +25 -0
- package/dist/core/workflow/index.d.ts.map +1 -0
- package/dist/core/workflow/index.js +16 -0
- package/dist/core/workflow/index.js.map +1 -0
- package/dist/core/{piece → workflow}/instruction/InstructionBuilder.d.ts +5 -5
- package/dist/core/workflow/instruction/InstructionBuilder.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/instruction/InstructionBuilder.js +23 -23
- package/dist/core/workflow/instruction/InstructionBuilder.js.map +1 -0
- package/dist/core/{piece → workflow}/instruction/ReportInstructionBuilder.d.ts +4 -4
- package/dist/core/workflow/instruction/ReportInstructionBuilder.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/instruction/ReportInstructionBuilder.js +3 -3
- package/dist/core/workflow/instruction/ReportInstructionBuilder.js.map +1 -0
- package/dist/core/{piece → workflow}/instruction/StatusJudgmentBuilder.d.ts +2 -2
- package/dist/core/workflow/instruction/StatusJudgmentBuilder.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/instruction/StatusJudgmentBuilder.js +1 -1
- package/dist/core/workflow/instruction/StatusJudgmentBuilder.js.map +1 -0
- package/dist/core/{piece → workflow}/instruction/escape.d.ts +4 -7
- package/dist/core/workflow/instruction/escape.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/instruction/escape.js +16 -8
- package/dist/core/workflow/instruction/escape.js.map +1 -0
- package/dist/core/workflow/instruction/index.d.ts.map +1 -0
- package/dist/core/workflow/instruction/index.js.map +1 -0
- package/dist/core/{piece → workflow}/instruction/instruction-context.d.ts +18 -16
- package/dist/core/workflow/instruction/instruction-context.d.ts.map +1 -0
- package/dist/core/workflow/instruction/instruction-context.js.map +1 -0
- package/dist/core/{piece → workflow}/instruction/status-rules.d.ts +4 -4
- package/dist/core/workflow/instruction/status-rules.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/instruction/status-rules.js +4 -4
- package/dist/core/workflow/instruction/status-rules.js.map +1 -0
- package/dist/core/workflow/parallel-logger.d.ts.map +1 -0
- package/dist/core/workflow/parallel-logger.js.map +1 -0
- package/dist/core/workflow/part-definition-validator.d.ts.map +1 -0
- package/dist/core/workflow/part-definition-validator.js.map +1 -0
- package/dist/core/{piece → workflow}/permission-profile-resolution.d.ts +2 -2
- package/dist/core/workflow/permission-profile-resolution.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/permission-profile-resolution.js +3 -3
- package/dist/core/workflow/permission-profile-resolution.js.map +1 -0
- package/dist/core/{piece → workflow}/phase-runner.d.ts +15 -15
- package/dist/core/workflow/phase-runner.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/phase-runner.js +11 -11
- package/dist/core/workflow/phase-runner.js.map +1 -0
- package/dist/core/workflow/provider-model-compatibility.d.ts.map +1 -0
- package/dist/core/workflow/provider-model-compatibility.js.map +1 -0
- package/dist/core/{piece → workflow}/provider-resolution.d.ts +16 -6
- package/dist/core/workflow/provider-resolution.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/provider-resolution.js +15 -4
- package/dist/core/workflow/provider-resolution.js.map +1 -0
- package/dist/core/workflow/run/resume-point.d.ts +13 -0
- package/dist/core/workflow/run/resume-point.d.ts.map +1 -0
- package/dist/core/workflow/run/resume-point.js +65 -0
- package/dist/core/workflow/run/resume-point.js.map +1 -0
- package/dist/core/workflow/run/retry-metadata.d.ts +11 -0
- package/dist/core/workflow/run/retry-metadata.d.ts.map +1 -0
- package/dist/core/workflow/run/retry-metadata.js +26 -0
- package/dist/core/workflow/run/retry-metadata.js.map +1 -0
- package/dist/core/{piece → workflow}/run/run-meta.d.ts +7 -4
- package/dist/core/workflow/run/run-meta.d.ts.map +1 -0
- package/dist/core/workflow/run/run-meta.js +69 -0
- package/dist/core/workflow/run/run-meta.js.map +1 -0
- package/dist/core/{piece → workflow}/run/run-paths.d.ts +1 -1
- package/dist/core/workflow/run/run-paths.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/run/run-paths.js +11 -6
- package/dist/core/workflow/run/run-paths.js.map +1 -0
- package/dist/core/{piece → workflow}/session-key.d.ts +5 -5
- package/dist/core/workflow/session-key.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/session-key.js +3 -3
- package/dist/core/workflow/session-key.js.map +1 -0
- package/dist/core/workflow/state/workflow-state-access.d.ts +6 -0
- package/dist/core/workflow/state/workflow-state-access.d.ts.map +1 -0
- package/dist/core/workflow/state/workflow-state-access.js +44 -0
- package/dist/core/workflow/state/workflow-state-access.js.map +1 -0
- package/dist/core/{piece → workflow}/status-judgment-phase.d.ts +2 -2
- package/dist/core/workflow/status-judgment-phase.d.ts.map +1 -0
- package/dist/core/{piece → workflow}/status-judgment-phase.js +10 -10
- package/dist/core/workflow/status-judgment-phase.js.map +1 -0
- package/dist/core/workflow/step-kind.d.ts +7 -0
- package/dist/core/workflow/step-kind.d.ts.map +1 -0
- package/dist/core/workflow/step-kind.js +19 -0
- package/dist/core/workflow/step-kind.js.map +1 -0
- package/dist/core/workflow/system/system-step-effect-runner.d.ts +3 -0
- package/dist/core/workflow/system/system-step-effect-runner.d.ts.map +1 -0
- package/dist/core/workflow/system/system-step-effect-runner.js +89 -0
- package/dist/core/workflow/system/system-step-effect-runner.js.map +1 -0
- package/dist/core/workflow/system/system-step-services.d.ts +16 -0
- package/dist/core/workflow/system/system-step-services.d.ts.map +1 -0
- package/dist/core/workflow/system/system-step-services.js +2 -0
- package/dist/core/workflow/system/system-step-services.js.map +1 -0
- package/dist/core/{piece → workflow}/types.d.ts +82 -37
- package/dist/core/workflow/types.d.ts.map +1 -0
- package/dist/core/workflow/types.js +8 -0
- package/dist/core/workflow/types.js.map +1 -0
- package/dist/core/workflow/workflow-reference.d.ts +7 -0
- package/dist/core/workflow/workflow-reference.d.ts.map +1 -0
- package/dist/core/workflow/workflow-reference.js +29 -0
- package/dist/core/workflow/workflow-reference.js.map +1 -0
- package/dist/features/analytics/events.d.ts +8 -8
- package/dist/features/analytics/events.d.ts.map +1 -1
- package/dist/features/analytics/events.js +1 -1
- package/dist/features/analytics/index.d.ts +1 -1
- package/dist/features/analytics/index.d.ts.map +1 -1
- package/dist/features/catalog/catalogFacets.d.ts +3 -3
- package/dist/features/catalog/catalogFacets.d.ts.map +1 -1
- package/dist/features/catalog/catalogFacets.js +3 -3
- package/dist/features/catalog/catalogFacets.js.map +1 -1
- package/dist/features/config/ejectBuiltin.js +9 -9
- package/dist/features/config/ejectBuiltin.js.map +1 -1
- package/dist/features/config/resetCategories.d.ts +1 -1
- package/dist/features/config/resetCategories.js +4 -4
- package/dist/features/config/resetCategories.js.map +1 -1
- package/dist/features/interactive/aiCaller.js +2 -2
- package/dist/features/interactive/aiCaller.js.map +1 -1
- package/dist/features/interactive/completionController.d.ts +36 -0
- package/dist/features/interactive/completionController.d.ts.map +1 -0
- package/dist/features/interactive/completionController.js +133 -0
- package/dist/features/interactive/completionController.js.map +1 -0
- package/dist/features/interactive/completionMenu.d.ts +45 -0
- package/dist/features/interactive/completionMenu.d.ts.map +1 -0
- package/dist/features/interactive/completionMenu.js +74 -0
- package/dist/features/interactive/completionMenu.js.map +1 -0
- package/dist/features/interactive/conversationLoop.d.ts +2 -2
- package/dist/features/interactive/conversationLoop.d.ts.map +1 -1
- package/dist/features/interactive/conversationLoop.js +8 -4
- package/dist/features/interactive/conversationLoop.js.map +1 -1
- package/dist/features/interactive/index.d.ts +1 -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/interactive-summary-types.d.ts +8 -8
- package/dist/features/interactive/interactive-summary-types.d.ts.map +1 -1
- package/dist/features/interactive/interactive-summary.d.ts +5 -5
- package/dist/features/interactive/interactive-summary.d.ts.map +1 -1
- package/dist/features/interactive/interactive-summary.js +12 -12
- package/dist/features/interactive/interactive-summary.js.map +1 -1
- package/dist/features/interactive/interactive.d.ts +4 -4
- package/dist/features/interactive/interactive.d.ts.map +1 -1
- package/dist/features/interactive/interactive.js +13 -13
- package/dist/features/interactive/interactive.js.map +1 -1
- package/dist/features/interactive/interactiveInput.d.ts +16 -0
- package/dist/features/interactive/interactiveInput.d.ts.map +1 -0
- package/dist/features/interactive/interactiveInput.js +55 -0
- package/dist/features/interactive/interactiveInput.js.map +1 -0
- package/dist/features/interactive/lineEditor.d.ts +16 -2
- package/dist/features/interactive/lineEditor.d.ts.map +1 -1
- package/dist/features/interactive/lineEditor.js +443 -288
- package/dist/features/interactive/lineEditor.js.map +1 -1
- package/dist/features/interactive/modeSelection.d.ts +3 -3
- package/dist/features/interactive/modeSelection.d.ts.map +1 -1
- package/dist/features/interactive/modeSelection.js +4 -4
- package/dist/features/interactive/modeSelection.js.map +1 -1
- package/dist/features/interactive/personaMode.d.ts +9 -9
- package/dist/features/interactive/personaMode.d.ts.map +1 -1
- package/dist/features/interactive/personaMode.js +12 -12
- package/dist/features/interactive/personaMode.js.map +1 -1
- package/dist/features/interactive/quietMode.d.ts +3 -3
- package/dist/features/interactive/quietMode.d.ts.map +1 -1
- package/dist/features/interactive/quietMode.js +3 -3
- package/dist/features/interactive/quietMode.js.map +1 -1
- package/dist/features/interactive/retryMode.d.ts +7 -7
- package/dist/features/interactive/retryMode.d.ts.map +1 -1
- package/dist/features/interactive/retryMode.js +13 -13
- package/dist/features/interactive/retryMode.js.map +1 -1
- package/dist/features/interactive/runSelector.js +1 -1
- package/dist/features/interactive/runSelector.js.map +1 -1
- package/dist/features/interactive/runSessionReader.d.ts +11 -7
- package/dist/features/interactive/runSessionReader.d.ts.map +1 -1
- package/dist/features/interactive/runSessionReader.js +52 -18
- package/dist/features/interactive/runSessionReader.js.map +1 -1
- package/dist/features/interactive/slashCommandRegistry.d.ts +22 -0
- package/dist/features/interactive/slashCommandRegistry.d.ts.map +1 -0
- package/dist/features/interactive/slashCommandRegistry.js +38 -0
- package/dist/features/interactive/slashCommandRegistry.js.map +1 -0
- package/dist/features/pipeline/execute.js +13 -13
- package/dist/features/pipeline/execute.js.map +1 -1
- package/dist/features/pipeline/steps.d.ts +2 -2
- package/dist/features/pipeline/steps.d.ts.map +1 -1
- package/dist/features/pipeline/steps.js +8 -8
- package/dist/features/pipeline/steps.js.map +1 -1
- package/dist/features/prompt/preview.d.ts +4 -4
- package/dist/features/prompt/preview.d.ts.map +1 -1
- package/dist/features/prompt/preview.js +31 -31
- package/dist/features/prompt/preview.js.map +1 -1
- package/dist/features/repertoire/file-filter.d.ts +3 -3
- package/dist/features/repertoire/file-filter.d.ts.map +1 -1
- package/dist/features/repertoire/file-filter.js +3 -3
- package/dist/features/repertoire/file-filter.js.map +1 -1
- package/dist/features/repertoire/pack-summary.d.ts +8 -8
- package/dist/features/repertoire/pack-summary.d.ts.map +1 -1
- package/dist/features/repertoire/pack-summary.js +30 -30
- package/dist/features/repertoire/pack-summary.js.map +1 -1
- package/dist/features/repertoire/remove.d.ts +5 -5
- package/dist/features/repertoire/remove.d.ts.map +1 -1
- package/dist/features/repertoire/remove.js +9 -5
- package/dist/features/repertoire/remove.js.map +1 -1
- package/dist/features/repertoire/takt-repertoire-config.d.ts +2 -2
- package/dist/features/repertoire/takt-repertoire-config.js +10 -10
- package/dist/features/repertoire/takt-repertoire-config.js.map +1 -1
- package/dist/features/tasks/add/index.d.ts +5 -6
- package/dist/features/tasks/add/index.d.ts.map +1 -1
- package/dist/features/tasks/add/index.js +18 -18
- package/dist/features/tasks/add/index.js.map +1 -1
- package/dist/features/tasks/add/worktree-settings.d.ts +1 -1
- package/dist/features/tasks/add/worktree-settings.d.ts.map +1 -1
- package/dist/features/tasks/add/worktree-settings.js +3 -3
- package/dist/features/tasks/add/worktree-settings.js.map +1 -1
- package/dist/features/tasks/execute/abortHandler.d.ts +3 -3
- package/dist/features/tasks/execute/abortHandler.d.ts.map +1 -1
- package/dist/features/tasks/execute/abortHandler.js +1 -1
- package/dist/features/tasks/execute/abortHandler.js.map +1 -1
- package/dist/features/tasks/execute/analyticsEmitter.d.ts +7 -7
- package/dist/features/tasks/execute/analyticsEmitter.d.ts.map +1 -1
- package/dist/features/tasks/execute/analyticsEmitter.js +10 -10
- package/dist/features/tasks/execute/analyticsEmitter.js.map +1 -1
- package/dist/features/tasks/execute/iterationLimitHandler.d.ts +1 -1
- package/dist/features/tasks/execute/iterationLimitHandler.d.ts.map +1 -1
- package/dist/features/tasks/execute/iterationLimitHandler.js +9 -9
- package/dist/features/tasks/execute/iterationLimitHandler.js.map +1 -1
- package/dist/features/tasks/execute/postExecution.d.ts +1 -1
- package/dist/features/tasks/execute/postExecution.d.ts.map +1 -1
- package/dist/features/tasks/execute/postExecution.js +2 -2
- package/dist/features/tasks/execute/postExecution.js.map +1 -1
- package/dist/features/tasks/execute/resolveTask.d.ts +5 -3
- package/dist/features/tasks/execute/resolveTask.d.ts.map +1 -1
- package/dist/features/tasks/execute/resolveTask.js +47 -15
- package/dist/features/tasks/execute/resolveTask.js.map +1 -1
- package/dist/features/tasks/execute/runAllTasks.js +4 -4
- package/dist/features/tasks/execute/runAllTasks.js.map +1 -1
- package/dist/features/tasks/execute/runMeta.d.ts +7 -4
- package/dist/features/tasks/execute/runMeta.d.ts.map +1 -1
- package/dist/features/tasks/execute/runMeta.js +21 -8
- package/dist/features/tasks/execute/runMeta.js.map +1 -1
- package/dist/features/tasks/execute/selectAndExecute.d.ts +1 -1
- package/dist/features/tasks/execute/selectAndExecute.d.ts.map +1 -1
- package/dist/features/tasks/execute/selectAndExecute.js +14 -14
- package/dist/features/tasks/execute/selectAndExecute.js.map +1 -1
- package/dist/features/tasks/execute/session.js +2 -2
- package/dist/features/tasks/execute/session.js.map +1 -1
- package/dist/features/tasks/execute/sessionLogger.d.ts +12 -15
- package/dist/features/tasks/execute/sessionLogger.d.ts.map +1 -1
- package/dist/features/tasks/execute/sessionLogger.js +51 -149
- package/dist/features/tasks/execute/sessionLogger.js.map +1 -1
- package/dist/features/tasks/execute/sessionLoggerPhaseTracker.d.ts +28 -0
- package/dist/features/tasks/execute/sessionLoggerPhaseTracker.d.ts.map +1 -0
- package/dist/features/tasks/execute/sessionLoggerPhaseTracker.js +70 -0
- package/dist/features/tasks/execute/sessionLoggerPhaseTracker.js.map +1 -0
- package/dist/features/tasks/execute/sessionLoggerRecordFactory.d.ts +17 -0
- package/dist/features/tasks/execute/sessionLoggerRecordFactory.d.ts.map +1 -0
- package/dist/features/tasks/execute/sessionLoggerRecordFactory.js +145 -0
- package/dist/features/tasks/execute/sessionLoggerRecordFactory.js.map +1 -0
- package/dist/features/tasks/execute/shutdownManager.d.ts.map +1 -1
- package/dist/features/tasks/execute/shutdownManager.js +12 -4
- package/dist/features/tasks/execute/shutdownManager.js.map +1 -1
- package/dist/features/tasks/execute/slackSummaryAdapter.d.ts.map +1 -1
- package/dist/features/tasks/execute/slackSummaryAdapter.js +2 -3
- package/dist/features/tasks/execute/slackSummaryAdapter.js.map +1 -1
- package/dist/features/tasks/execute/taskExecution.d.ts +2 -2
- package/dist/features/tasks/execute/taskExecution.d.ts.map +1 -1
- package/dist/features/tasks/execute/taskExecution.js +33 -27
- package/dist/features/tasks/execute/taskExecution.js.map +1 -1
- package/dist/features/tasks/execute/taskResultHandler.d.ts +2 -2
- package/dist/features/tasks/execute/taskResultHandler.d.ts.map +1 -1
- package/dist/features/tasks/execute/taskResultHandler.js +5 -4
- package/dist/features/tasks/execute/taskResultHandler.js.map +1 -1
- package/dist/features/tasks/execute/traceReport.d.ts +2 -2
- package/dist/features/tasks/execute/traceReport.d.ts.map +1 -1
- package/dist/features/tasks/execute/traceReport.js +3 -3
- package/dist/features/tasks/execute/traceReport.js.map +1 -1
- package/dist/features/tasks/execute/traceReportParser.d.ts +2 -2
- package/dist/features/tasks/execute/traceReportParser.d.ts.map +1 -1
- package/dist/features/tasks/execute/traceReportParser.js +41 -32
- package/dist/features/tasks/execute/traceReportParser.js.map +1 -1
- package/dist/features/tasks/execute/traceReportRedaction.d.ts +2 -2
- package/dist/features/tasks/execute/traceReportRedaction.d.ts.map +1 -1
- package/dist/features/tasks/execute/traceReportRedaction.js +9 -9
- package/dist/features/tasks/execute/traceReportRedaction.js.map +1 -1
- package/dist/features/tasks/execute/traceReportRenderer.d.ts +2 -2
- package/dist/features/tasks/execute/traceReportRenderer.d.ts.map +1 -1
- package/dist/features/tasks/execute/traceReportRenderer.js +47 -47
- package/dist/features/tasks/execute/traceReportRenderer.js.map +1 -1
- package/dist/features/tasks/execute/traceReportTypes.d.ts +7 -4
- package/dist/features/tasks/execute/traceReportTypes.d.ts.map +1 -1
- package/dist/features/tasks/execute/traceReportWriter.d.ts +1 -1
- package/dist/features/tasks/execute/traceReportWriter.d.ts.map +1 -1
- package/dist/features/tasks/execute/traceReportWriter.js +1 -1
- package/dist/features/tasks/execute/traceReportWriter.js.map +1 -1
- package/dist/features/tasks/execute/types.d.ts +34 -24
- package/dist/features/tasks/execute/types.d.ts.map +1 -1
- package/dist/features/tasks/execute/workflowExecution.d.ts +5 -0
- package/dist/features/tasks/execute/workflowExecution.d.ts.map +1 -0
- package/dist/features/tasks/execute/workflowExecution.js +133 -0
- package/dist/features/tasks/execute/workflowExecution.js.map +1 -0
- package/dist/features/tasks/execute/workflowExecutionBootstrap.d.ts +53 -0
- package/dist/features/tasks/execute/workflowExecutionBootstrap.d.ts.map +1 -0
- package/dist/features/tasks/execute/workflowExecutionBootstrap.js +166 -0
- package/dist/features/tasks/execute/workflowExecutionBootstrap.js.map +1 -0
- package/dist/features/tasks/execute/workflowExecutionContext.d.ts +8 -0
- package/dist/features/tasks/execute/workflowExecutionContext.d.ts.map +1 -0
- package/dist/features/tasks/execute/workflowExecutionContext.js +13 -0
- package/dist/features/tasks/execute/workflowExecutionContext.js.map +1 -0
- package/dist/features/tasks/execute/workflowExecutionEvents.d.ts +55 -0
- package/dist/features/tasks/execute/workflowExecutionEvents.d.ts.map +1 -0
- package/dist/features/tasks/execute/workflowExecutionEvents.js +143 -0
- package/dist/features/tasks/execute/workflowExecutionEvents.js.map +1 -0
- package/dist/features/tasks/execute/workflowExecutionReporting.d.ts +20 -0
- package/dist/features/tasks/execute/workflowExecutionReporting.d.ts.map +1 -0
- package/dist/features/tasks/execute/workflowExecutionReporting.js +83 -0
- package/dist/features/tasks/execute/workflowExecutionReporting.js.map +1 -0
- package/dist/features/tasks/execute/{pieceExecutionUtils.d.ts → workflowExecutionUtils.d.ts} +4 -3
- package/dist/features/tasks/execute/workflowExecutionUtils.d.ts.map +1 -0
- package/dist/features/tasks/execute/{pieceExecutionUtils.js → workflowExecutionUtils.js} +4 -2
- package/dist/features/tasks/execute/workflowExecutionUtils.js.map +1 -0
- package/dist/features/tasks/execute/workflowStepScope.d.ts +8 -0
- package/dist/features/tasks/execute/workflowStepScope.d.ts.map +1 -0
- package/dist/features/tasks/execute/workflowStepScope.js +15 -0
- package/dist/features/tasks/execute/workflowStepScope.js.map +1 -0
- package/dist/features/tasks/index.d.ts +2 -2
- package/dist/features/tasks/index.d.ts.map +1 -1
- package/dist/features/tasks/index.js +2 -2
- package/dist/features/tasks/index.js.map +1 -1
- package/dist/features/tasks/list/index.js +1 -1
- package/dist/features/tasks/list/index.js.map +1 -1
- package/dist/features/tasks/list/instructMode.d.ts +2 -2
- package/dist/features/tasks/list/instructMode.d.ts.map +1 -1
- package/dist/features/tasks/list/instructMode.js +14 -14
- package/dist/features/tasks/list/instructMode.js.map +1 -1
- package/dist/features/tasks/list/prepareTaskForExecution.d.ts +1 -1
- package/dist/features/tasks/list/prepareTaskForExecution.d.ts.map +1 -1
- package/dist/features/tasks/list/prepareTaskForExecution.js +2 -2
- package/dist/features/tasks/list/prepareTaskForExecution.js.map +1 -1
- package/dist/features/tasks/list/requeueHelpers.d.ts +1 -1
- package/dist/features/tasks/list/requeueHelpers.d.ts.map +1 -1
- package/dist/features/tasks/list/requeueHelpers.js +19 -19
- package/dist/features/tasks/list/requeueHelpers.js.map +1 -1
- package/dist/features/tasks/list/taskForceFailActions.d.ts.map +1 -1
- package/dist/features/tasks/list/taskForceFailActions.js +8 -8
- package/dist/features/tasks/list/taskForceFailActions.js.map +1 -1
- package/dist/features/tasks/list/taskInstructionActions.js +14 -14
- 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 +81 -36
- package/dist/features/tasks/list/taskRetryActions.js.map +1 -1
- package/dist/features/tasks/list/taskSyncAction.d.ts.map +1 -1
- package/dist/features/tasks/list/taskSyncAction.js +4 -27
- package/dist/features/tasks/list/taskSyncAction.js.map +1 -1
- package/dist/features/tasks/watch/index.d.ts.map +1 -1
- package/dist/features/tasks/watch/index.js +2 -2
- package/dist/features/tasks/watch/index.js.map +1 -1
- package/dist/features/workflowAuthoring/doctor.d.ts +2 -0
- package/dist/features/workflowAuthoring/doctor.d.ts.map +1 -0
- package/dist/features/workflowAuthoring/doctor.js +97 -0
- package/dist/features/workflowAuthoring/doctor.js.map +1 -0
- package/dist/features/workflowAuthoring/index.d.ts +3 -0
- package/dist/features/workflowAuthoring/index.d.ts.map +1 -0
- package/dist/features/workflowAuthoring/index.js +3 -0
- package/dist/features/workflowAuthoring/index.js.map +1 -0
- package/dist/features/workflowAuthoring/init.d.ts +10 -0
- package/dist/features/workflowAuthoring/init.d.ts.map +1 -0
- package/dist/features/workflowAuthoring/init.js +82 -0
- package/dist/features/workflowAuthoring/init.js.map +1 -0
- package/dist/features/workflowAuthoring/template.d.ts +22 -0
- package/dist/features/workflowAuthoring/template.d.ts.map +1 -0
- package/dist/features/workflowAuthoring/template.js +81 -0
- package/dist/features/workflowAuthoring/template.js.map +1 -0
- package/dist/features/workflowSelection/categorizedSelection.d.ts +3 -0
- package/dist/features/workflowSelection/categorizedSelection.d.ts.map +1 -0
- package/dist/features/workflowSelection/categorizedSelection.js +148 -0
- package/dist/features/workflowSelection/categorizedSelection.js.map +1 -0
- package/dist/features/workflowSelection/entrySelection.d.ts +3 -0
- package/dist/features/workflowSelection/entrySelection.d.ts.map +1 -0
- package/dist/features/workflowSelection/entrySelection.js +96 -0
- package/dist/features/workflowSelection/entrySelection.js.map +1 -0
- package/dist/features/workflowSelection/index.d.ts +8 -0
- package/dist/features/workflowSelection/index.d.ts.map +1 -0
- package/dist/features/workflowSelection/index.js +38 -0
- package/dist/features/workflowSelection/index.js.map +1 -0
- package/dist/features/workflowSelection/options.d.ts +21 -0
- package/dist/features/workflowSelection/options.d.ts.map +1 -0
- package/dist/features/workflowSelection/options.js +60 -0
- package/dist/features/workflowSelection/options.js.map +1 -0
- package/dist/index.d.ts +5 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/infra/claude/ask-user-question-handler.d.ts +1 -1
- package/dist/infra/claude/ask-user-question-handler.d.ts.map +1 -1
- package/dist/infra/claude/ask-user-question-handler.js +2 -2
- package/dist/infra/claude/ask-user-question-handler.js.map +1 -1
- package/dist/infra/claude/ask-user-question-tty.js +1 -1
- package/dist/infra/claude/ask-user-question-tty.js.map +1 -1
- package/dist/infra/claude/types.d.ts +3 -3
- package/dist/infra/claude/types.d.ts.map +1 -1
- package/dist/infra/claude-headless/headless-spawn.d.ts.map +1 -1
- package/dist/infra/claude-headless/headless-spawn.js +2 -2
- package/dist/infra/claude-headless/headless-spawn.js.map +1 -1
- package/dist/infra/claude-headless/types.d.ts +1 -1
- package/dist/infra/claude-headless/types.d.ts.map +1 -1
- package/dist/infra/codex/types.d.ts +1 -1
- package/dist/infra/codex/types.d.ts.map +1 -1
- package/dist/infra/config/configKeyAliases.d.ts +1 -14
- package/dist/infra/config/configKeyAliases.d.ts.map +1 -1
- package/dist/infra/config/configKeyAliases.js +2 -79
- package/dist/infra/config/configKeyAliases.js.map +1 -1
- package/dist/infra/config/configNormalizers.d.ts +12 -12
- package/dist/infra/config/configNormalizers.d.ts.map +1 -1
- package/dist/infra/config/configNormalizers.js +15 -14
- package/dist/infra/config/configNormalizers.js.map +1 -1
- package/dist/infra/config/env/common-legacy-env-specs.d.ts +3 -0
- package/dist/infra/config/env/common-legacy-env-specs.d.ts.map +1 -0
- package/dist/infra/config/env/common-legacy-env-specs.js +58 -0
- package/dist/infra/config/env/common-legacy-env-specs.js.map +1 -0
- package/dist/infra/config/env/config-env-shared.d.ts +1 -3
- package/dist/infra/config/env/config-env-shared.d.ts.map +1 -1
- package/dist/infra/config/env/config-env-shared.js.map +1 -1
- package/dist/infra/config/env/global-legacy-env-specs.d.ts.map +1 -1
- package/dist/infra/config/env/global-legacy-env-specs.js +10 -104
- package/dist/infra/config/env/global-legacy-env-specs.js.map +1 -1
- package/dist/infra/config/env/project-legacy-env-specs.d.ts.map +1 -1
- package/dist/infra/config/env/project-legacy-env-specs.js +2 -79
- package/dist/infra/config/env/project-legacy-env-specs.js.map +1 -1
- package/dist/infra/config/global/bookmarks.d.ts +9 -13
- package/dist/infra/config/global/bookmarks.d.ts.map +1 -1
- package/dist/infra/config/global/bookmarks.js +21 -25
- package/dist/infra/config/global/bookmarks.js.map +1 -1
- package/dist/infra/config/global/globalConfig.d.ts +1 -1
- package/dist/infra/config/global/globalConfig.d.ts.map +1 -1
- package/dist/infra/config/global/globalConfig.js +1 -1
- package/dist/infra/config/global/globalConfig.js.map +1 -1
- package/dist/infra/config/global/globalConfigAccessors.d.ts +1 -1
- package/dist/infra/config/global/globalConfigAccessors.d.ts.map +1 -1
- package/dist/infra/config/global/globalConfigAccessors.js +2 -2
- package/dist/infra/config/global/globalConfigAccessors.js.map +1 -1
- package/dist/infra/config/global/globalConfigCore.d.ts.map +1 -1
- package/dist/infra/config/global/globalConfigCore.js +36 -33
- package/dist/infra/config/global/globalConfigCore.js.map +1 -1
- package/dist/infra/config/global/globalConfigSerializer.js +22 -22
- package/dist/infra/config/global/globalConfigSerializer.js.map +1 -1
- package/dist/infra/config/global/index.d.ts +3 -3
- package/dist/infra/config/global/index.d.ts.map +1 -1
- package/dist/infra/config/global/index.js +3 -3
- package/dist/infra/config/global/index.js.map +1 -1
- package/dist/infra/config/global/initialization.d.ts +2 -2
- package/dist/infra/config/global/initialization.js +3 -3
- package/dist/infra/config/global/initialization.js.map +1 -1
- package/dist/infra/config/global/workflowCategories.d.ts +12 -0
- package/dist/infra/config/global/workflowCategories.d.ts.map +1 -0
- package/dist/infra/config/global/workflowCategories.js +33 -0
- package/dist/infra/config/global/workflowCategories.js.map +1 -0
- package/dist/infra/config/index.d.ts +4 -2
- package/dist/infra/config/index.d.ts.map +1 -1
- package/dist/infra/config/index.js +4 -2
- package/dist/infra/config/index.js.map +1 -1
- package/dist/infra/config/loaders/agentLoader.d.ts +1 -0
- package/dist/infra/config/loaders/agentLoader.d.ts.map +1 -1
- package/dist/infra/config/loaders/agentLoader.js +28 -18
- package/dist/infra/config/loaders/agentLoader.js.map +1 -1
- package/dist/infra/config/loaders/index.d.ts +2 -2
- package/dist/infra/config/loaders/index.d.ts.map +1 -1
- package/dist/infra/config/loaders/index.js +2 -2
- package/dist/infra/config/loaders/index.js.map +1 -1
- package/dist/infra/config/loaders/loader.d.ts +1 -1
- package/dist/infra/config/loaders/loader.d.ts.map +1 -1
- package/dist/infra/config/loaders/loader.js +2 -2
- package/dist/infra/config/loaders/loader.js.map +1 -1
- package/dist/infra/config/loaders/qualityGateOverrides.d.ts +15 -15
- package/dist/infra/config/loaders/qualityGateOverrides.d.ts.map +1 -1
- package/dist/infra/config/loaders/qualityGateOverrides.js +27 -23
- package/dist/infra/config/loaders/qualityGateOverrides.js.map +1 -1
- package/dist/infra/config/loaders/resource-resolver.d.ts +13 -45
- package/dist/infra/config/loaders/resource-resolver.d.ts.map +1 -1
- package/dist/infra/config/loaders/resource-resolver.js +18 -71
- package/dist/infra/config/loaders/resource-resolver.js.map +1 -1
- package/dist/infra/config/loaders/workflowCallResolver.d.ts +8 -0
- package/dist/infra/config/loaders/workflowCallResolver.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowCallResolver.js +34 -0
- package/dist/infra/config/loaders/workflowCallResolver.js.map +1 -0
- package/dist/infra/config/loaders/workflowCategories.d.ts +5 -0
- package/dist/infra/config/loaders/workflowCategories.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowCategories.js +5 -0
- package/dist/infra/config/loaders/workflowCategories.js.map +1 -0
- package/dist/infra/config/loaders/workflowCategoryLoader.d.ts +6 -0
- package/dist/infra/config/loaders/workflowCategoryLoader.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowCategoryLoader.js +54 -0
- package/dist/infra/config/loaders/workflowCategoryLoader.js.map +1 -0
- package/dist/infra/config/loaders/workflowCategoryParser.d.ts +10 -0
- package/dist/infra/config/loaders/workflowCategoryParser.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowCategoryParser.js +147 -0
- package/dist/infra/config/loaders/workflowCategoryParser.js.map +1 -0
- package/dist/infra/config/loaders/workflowCategoryQueries.d.ts +3 -0
- package/dist/infra/config/loaders/workflowCategoryQueries.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowCategoryQueries.js +15 -0
- package/dist/infra/config/loaders/workflowCategoryQueries.js.map +1 -0
- package/dist/infra/config/loaders/workflowCategoryTree.d.ts +4 -0
- package/dist/infra/config/loaders/workflowCategoryTree.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowCategoryTree.js +94 -0
- package/dist/infra/config/loaders/workflowCategoryTree.js.map +1 -0
- package/dist/infra/config/loaders/workflowCategoryTypes.d.ts +26 -0
- package/dist/infra/config/loaders/workflowCategoryTypes.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowCategoryTypes.js +2 -0
- package/dist/infra/config/loaders/workflowCategoryTypes.js.map +1 -0
- package/dist/infra/config/loaders/workflowDiscovery.d.ts +32 -0
- package/dist/infra/config/loaders/workflowDiscovery.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowDiscovery.js +138 -0
- package/dist/infra/config/loaders/workflowDiscovery.js.map +1 -0
- package/dist/infra/config/loaders/workflowDoctor.d.ts +10 -0
- package/dist/infra/config/loaders/workflowDoctor.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowDoctor.js +313 -0
- package/dist/infra/config/loaders/workflowDoctor.js.map +1 -0
- package/dist/infra/config/loaders/workflowFileLoader.d.ts +6 -0
- package/dist/infra/config/loaders/workflowFileLoader.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowFileLoader.js +36 -0
- package/dist/infra/config/loaders/workflowFileLoader.js.map +1 -0
- package/dist/infra/config/loaders/workflowLoadWarning.d.ts +2 -0
- package/dist/infra/config/loaders/workflowLoadWarning.d.ts.map +1 -0
- package/dist/infra/config/loaders/{pieceLoadWarning.js → workflowLoadWarning.js} +6 -7
- package/dist/infra/config/loaders/workflowLoadWarning.js.map +1 -0
- package/dist/infra/config/loaders/workflowLoader.d.ts +12 -0
- package/dist/infra/config/loaders/workflowLoader.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowLoader.js +14 -0
- package/dist/infra/config/loaders/workflowLoader.js.map +1 -0
- package/dist/infra/config/loaders/workflowLoopMonitorNormalizer.d.ts +17 -0
- package/dist/infra/config/loaders/workflowLoopMonitorNormalizer.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowLoopMonitorNormalizer.js +28 -0
- package/dist/infra/config/loaders/workflowLoopMonitorNormalizer.js.map +1 -0
- package/dist/infra/config/loaders/workflowNormalizationPolicies.d.ts +12 -0
- package/dist/infra/config/loaders/workflowNormalizationPolicies.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowNormalizationPolicies.js +85 -0
- package/dist/infra/config/loaders/workflowNormalizationPolicies.js.map +1 -0
- package/dist/infra/config/loaders/workflowPackageScope.d.ts +16 -0
- package/dist/infra/config/loaders/workflowPackageScope.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowPackageScope.js +55 -0
- package/dist/infra/config/loaders/workflowPackageScope.js.map +1 -0
- package/dist/infra/config/loaders/workflowParser.d.ts +9 -0
- package/dist/infra/config/loaders/workflowParser.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowParser.js +110 -0
- package/dist/infra/config/loaders/workflowParser.js.map +1 -0
- package/dist/infra/config/loaders/workflowPersonaPathPolicy.d.ts +3 -0
- package/dist/infra/config/loaders/workflowPersonaPathPolicy.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowPersonaPathPolicy.js +43 -0
- package/dist/infra/config/loaders/workflowPersonaPathPolicy.js.map +1 -0
- package/dist/infra/config/loaders/workflowPreview.d.ts +23 -0
- package/dist/infra/config/loaders/workflowPreview.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowPreview.js +113 -0
- package/dist/infra/config/loaders/workflowPreview.js.map +1 -0
- package/dist/infra/config/loaders/workflowResolver.d.ts +26 -0
- package/dist/infra/config/loaders/workflowResolver.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowResolver.js +165 -0
- package/dist/infra/config/loaders/workflowResolver.js.map +1 -0
- package/dist/infra/config/loaders/workflowRuleNormalizer.d.ts +10 -0
- package/dist/infra/config/loaders/workflowRuleNormalizer.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowRuleNormalizer.js +57 -0
- package/dist/infra/config/loaders/workflowRuleNormalizer.js.map +1 -0
- package/dist/infra/config/loaders/workflowSourceMetadata.d.ts +10 -0
- package/dist/infra/config/loaders/workflowSourceMetadata.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowSourceMetadata.js +47 -0
- package/dist/infra/config/loaders/workflowSourceMetadata.js.map +1 -0
- package/dist/infra/config/loaders/workflowStepFeaturesNormalizer.d.ts +16 -0
- package/dist/infra/config/loaders/workflowStepFeaturesNormalizer.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowStepFeaturesNormalizer.js +65 -0
- package/dist/infra/config/loaders/workflowStepFeaturesNormalizer.js.map +1 -0
- package/dist/infra/config/loaders/workflowStepNormalizer.d.ts +16 -0
- package/dist/infra/config/loaders/workflowStepNormalizer.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowStepNormalizer.js +130 -0
- package/dist/infra/config/loaders/workflowStepNormalizer.js.map +1 -0
- package/dist/infra/config/loaders/workflowStructuredOutputResolver.d.ts +11 -0
- package/dist/infra/config/loaders/workflowStructuredOutputResolver.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowStructuredOutputResolver.js +40 -0
- package/dist/infra/config/loaders/workflowStructuredOutputResolver.js.map +1 -0
- package/dist/infra/config/loaders/workflowSystemStepNormalizer.d.ts +6 -0
- package/dist/infra/config/loaders/workflowSystemStepNormalizer.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowSystemStepNormalizer.js +67 -0
- package/dist/infra/config/loaders/workflowSystemStepNormalizer.js.map +1 -0
- package/dist/infra/config/loaders/workflowTrustBoundary.d.ts +13 -0
- package/dist/infra/config/loaders/workflowTrustBoundary.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowTrustBoundary.js +53 -0
- package/dist/infra/config/loaders/workflowTrustBoundary.js.map +1 -0
- package/dist/infra/config/loaders/workflowTrustSource.d.ts +19 -0
- package/dist/infra/config/loaders/workflowTrustSource.d.ts.map +1 -0
- package/dist/infra/config/loaders/workflowTrustSource.js +111 -0
- package/dist/infra/config/loaders/workflowTrustSource.js.map +1 -0
- package/dist/infra/config/paths.d.ts +4 -4
- package/dist/infra/config/paths.d.ts.map +1 -1
- package/dist/infra/config/paths.js +11 -11
- package/dist/infra/config/paths.js.map +1 -1
- package/dist/infra/config/project/projectConfig.d.ts.map +1 -1
- package/dist/infra/config/project/projectConfig.js +17 -23
- package/dist/infra/config/project/projectConfig.js.map +1 -1
- package/dist/infra/config/project/projectConfigTransforms.d.ts +10 -10
- package/dist/infra/config/project/projectConfigTransforms.d.ts.map +1 -1
- package/dist/infra/config/project/projectConfigTransforms.js +6 -6
- package/dist/infra/config/project/projectConfigTransforms.js.map +1 -1
- package/dist/infra/config/project/sessionState.d.ts +4 -4
- package/dist/infra/config/project/sessionState.d.ts.map +1 -1
- package/dist/infra/config/providerBlockOptions.d.ts +2 -2
- package/dist/infra/config/providerBlockOptions.d.ts.map +1 -1
- package/dist/infra/config/providerModelCompatibility.d.ts +1 -1
- package/dist/infra/config/providerModelCompatibility.d.ts.map +1 -1
- package/dist/infra/config/providerModelCompatibility.js +1 -1
- package/dist/infra/config/providerModelCompatibility.js.map +1 -1
- package/dist/infra/config/providerOptions.d.ts +10 -5
- package/dist/infra/config/providerOptions.d.ts.map +1 -1
- package/dist/infra/config/providerOptions.js +69 -14
- package/dist/infra/config/providerOptions.js.map +1 -1
- package/dist/infra/config/providerOptionsContract.d.ts +6 -6
- package/dist/infra/config/providerOptionsContract.d.ts.map +1 -1
- package/dist/infra/config/providerOptionsContract.js +5 -0
- package/dist/infra/config/providerOptionsContract.js.map +1 -1
- package/dist/infra/config/providerReference.d.ts +3 -3
- package/dist/infra/config/providerReference.d.ts.map +1 -1
- package/dist/infra/config/resolveConfigValue.d.ts +4 -4
- package/dist/infra/config/resolveConfigValue.d.ts.map +1 -1
- package/dist/infra/config/resolveConfigValue.js +14 -14
- package/dist/infra/config/resolveConfigValue.js.map +1 -1
- package/dist/infra/config/resolveWorkflowConfigValue.d.ts +6 -0
- package/dist/infra/config/resolveWorkflowConfigValue.d.ts.map +1 -0
- package/dist/infra/config/{resolvePieceConfigValue.js → resolveWorkflowConfigValue.js} +3 -3
- package/dist/infra/config/resolveWorkflowConfigValue.js.map +1 -0
- package/dist/infra/config/resolvedConfig.d.ts +1 -1
- package/dist/infra/config/resolvedConfig.d.ts.map +1 -1
- package/dist/infra/config/traced/tracedConfigLegacyEnvAdapter.d.ts +2 -3
- package/dist/infra/config/traced/tracedConfigLegacyEnvAdapter.d.ts.map +1 -1
- package/dist/infra/config/traced/tracedConfigLegacyEnvAdapter.js +5 -41
- package/dist/infra/config/traced/tracedConfigLegacyEnvAdapter.js.map +1 -1
- package/dist/infra/config/traced/tracedConfigLoader.d.ts.map +1 -1
- package/dist/infra/config/traced/tracedConfigLoader.js +2 -22
- package/dist/infra/config/traced/tracedConfigLoader.js.map +1 -1
- package/dist/infra/config/traced/tracedConfigRuntimeBridge.d.ts.map +1 -1
- package/dist/infra/config/traced/tracedConfigRuntimeBridge.js +13 -8
- package/dist/infra/config/traced/tracedConfigRuntimeBridge.js.map +1 -1
- package/dist/infra/config/traced/tracedConfigSchema.d.ts.map +1 -1
- package/dist/infra/config/traced/tracedConfigSchema.js +0 -30
- package/dist/infra/config/traced/tracedConfigSchema.js.map +1 -1
- package/dist/infra/copilot/client.d.ts.map +1 -1
- package/dist/infra/copilot/client.js +5 -3
- package/dist/infra/copilot/client.js.map +1 -1
- package/dist/infra/copilot/types.d.ts +2 -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 +2 -3
- package/dist/infra/cursor/client.js.map +1 -1
- package/dist/infra/fs/index.d.ts +1 -1
- package/dist/infra/fs/index.d.ts.map +1 -1
- package/dist/infra/fs/session.d.ts +11 -11
- package/dist/infra/fs/session.d.ts.map +1 -1
- package/dist/infra/fs/session.js +30 -28
- package/dist/infra/fs/session.js.map +1 -1
- package/dist/infra/git/format.d.ts +2 -2
- package/dist/infra/git/format.js +2 -2
- 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/GitHubProvider.d.ts +2 -1
- package/dist/infra/github/GitHubProvider.d.ts.map +1 -1
- package/dist/infra/github/GitHubProvider.js +4 -1
- package/dist/infra/github/GitHubProvider.js.map +1 -1
- package/dist/infra/github/pr.d.ts +2 -1
- package/dist/infra/github/pr.d.ts.map +1 -1
- package/dist/infra/github/pr.js +19 -0
- package/dist/infra/github/pr.js.map +1 -1
- package/dist/infra/gitlab/GitLabProvider.d.ts +2 -1
- package/dist/infra/gitlab/GitLabProvider.d.ts.map +1 -1
- package/dist/infra/gitlab/GitLabProvider.js +4 -1
- package/dist/infra/gitlab/GitLabProvider.js.map +1 -1
- package/dist/infra/gitlab/issue.d.ts +1 -1
- package/dist/infra/gitlab/issue.js +1 -1
- package/dist/infra/gitlab/pr.d.ts +2 -1
- package/dist/infra/gitlab/pr.d.ts.map +1 -1
- package/dist/infra/gitlab/pr.js +19 -0
- package/dist/infra/gitlab/pr.js.map +1 -1
- package/dist/infra/mock/client.d.ts +1 -1
- package/dist/infra/mock/client.d.ts.map +1 -1
- package/dist/infra/mock/client.js +5 -2
- package/dist/infra/mock/client.js.map +1 -1
- package/dist/infra/mock/types.d.ts +1 -0
- package/dist/infra/mock/types.d.ts.map +1 -1
- package/dist/infra/opencode/client.js +1 -1
- package/dist/infra/opencode/client.js.map +1 -1
- package/dist/infra/opencode/types.d.ts +1 -1
- package/dist/infra/opencode/types.d.ts.map +1 -1
- package/dist/infra/providers/copilot.d.ts.map +1 -1
- package/dist/infra/providers/copilot.js +1 -0
- package/dist/infra/providers/copilot.js.map +1 -1
- package/dist/infra/providers/mock.d.ts.map +1 -1
- package/dist/infra/providers/mock.js +1 -0
- package/dist/infra/providers/mock.js.map +1 -1
- package/dist/infra/providers/provider-capabilities.d.ts +6 -0
- package/dist/infra/providers/provider-capabilities.d.ts.map +1 -0
- package/dist/infra/providers/provider-capabilities.js +40 -0
- package/dist/infra/providers/provider-capabilities.js.map +1 -0
- package/dist/infra/providers/types.d.ts +2 -2
- package/dist/infra/providers/types.d.ts.map +1 -1
- package/dist/infra/resources/index.d.ts +1 -1
- package/dist/infra/resources/index.js +1 -1
- package/dist/infra/service/runSyncConflictResolver.d.ts +11 -0
- package/dist/infra/service/runSyncConflictResolver.d.ts.map +1 -0
- package/dist/infra/service/runSyncConflictResolver.js +33 -0
- package/dist/infra/service/runSyncConflictResolver.js.map +1 -0
- package/dist/infra/task/autoCommit.d.ts +1 -1
- package/dist/infra/task/autoCommit.js +1 -1
- package/dist/infra/task/clone-base-branch.d.ts.map +1 -1
- package/dist/infra/task/clone-base-branch.js +10 -0
- package/dist/infra/task/clone-base-branch.js.map +1 -1
- package/dist/infra/task/clone.js +2 -2
- package/dist/infra/task/clone.js.map +1 -1
- package/dist/infra/task/display.js +2 -2
- package/dist/infra/task/display.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/listSerializer.js +3 -3
- package/dist/infra/task/listSerializer.js.map +1 -1
- package/dist/infra/task/mapper.d.ts.map +1 -1
- package/dist/infra/task/mapper.js +3 -2
- package/dist/infra/task/mapper.js.map +1 -1
- package/dist/infra/task/runner.d.ts +9 -4
- package/dist/infra/task/runner.d.ts.map +1 -1
- package/dist/infra/task/runner.js +11 -8
- package/dist/infra/task/runner.js.map +1 -1
- package/dist/infra/task/schema.d.ts +3 -400
- package/dist/infra/task/schema.d.ts.map +1 -1
- package/dist/infra/task/schema.js +3 -388
- package/dist/infra/task/schema.js.map +1 -1
- package/dist/infra/task/taskConfigSerialization.d.ts +7 -0
- package/dist/infra/task/taskConfigSerialization.d.ts.map +1 -0
- package/dist/infra/task/taskConfigSerialization.js +83 -0
- package/dist/infra/task/taskConfigSerialization.js.map +1 -0
- package/dist/infra/task/taskExceedService.d.ts +4 -2
- package/dist/infra/task/taskExceedService.d.ts.map +1 -1
- package/dist/infra/task/taskExceedService.js +3 -2
- package/dist/infra/task/taskExceedService.js.map +1 -1
- package/dist/infra/task/taskExecutionSchemas.d.ts +109 -0
- package/dist/infra/task/taskExecutionSchemas.d.ts.map +1 -0
- package/dist/infra/task/taskExecutionSchemas.js +44 -0
- package/dist/infra/task/taskExecutionSchemas.js.map +1 -0
- package/dist/infra/task/taskLifecycleService.d.ts +3 -11
- package/dist/infra/task/taskLifecycleService.d.ts.map +1 -1
- package/dist/infra/task/taskLifecycleService.js +23 -113
- package/dist/infra/task/taskLifecycleService.js.map +1 -1
- package/dist/infra/task/taskRecordMutations.d.ts +17 -0
- package/dist/infra/task/taskRecordMutations.d.ts.map +1 -0
- package/dist/infra/task/taskRecordMutations.js +76 -0
- package/dist/infra/task/taskRecordMutations.js.map +1 -0
- package/dist/infra/task/taskRecordSchemas.d.ts +147 -0
- package/dist/infra/task/taskRecordSchemas.d.ts.map +1 -0
- package/dist/infra/task/taskRecordSchemas.js +239 -0
- package/dist/infra/task/taskRecordSchemas.js.map +1 -0
- package/dist/infra/task/taskRetryService.d.ts +14 -0
- package/dist/infra/task/taskRetryService.d.ts.map +1 -0
- package/dist/infra/task/taskRetryService.js +52 -0
- package/dist/infra/task/taskRetryService.js.map +1 -0
- package/dist/infra/task/types.d.ts +1 -1
- package/dist/infra/task/types.d.ts.map +1 -1
- package/dist/infra/workflow/system/DefaultSystemStepServices.d.ts +10 -0
- package/dist/infra/workflow/system/DefaultSystemStepServices.d.ts.map +1 -0
- package/dist/infra/workflow/system/DefaultSystemStepServices.js +112 -0
- package/dist/infra/workflow/system/DefaultSystemStepServices.js.map +1 -0
- package/dist/infra/workflow/system/system-effect-git-helpers.d.ts +8 -0
- package/dist/infra/workflow/system/system-effect-git-helpers.d.ts.map +1 -0
- package/dist/infra/workflow/system/system-effect-git-helpers.js +64 -0
- package/dist/infra/workflow/system/system-effect-git-helpers.js.map +1 -0
- package/dist/infra/workflow/system/system-enqueue-effect.d.ts +12 -0
- package/dist/infra/workflow/system/system-enqueue-effect.d.ts.map +1 -0
- package/dist/infra/workflow/system/system-enqueue-effect.js +57 -0
- package/dist/infra/workflow/system/system-enqueue-effect.js.map +1 -0
- package/dist/infra/workflow/system/system-git-context.d.ts +13 -0
- package/dist/infra/workflow/system/system-git-context.d.ts.map +1 -0
- package/dist/infra/workflow/system/system-git-context.js +52 -0
- package/dist/infra/workflow/system/system-git-context.js.map +1 -0
- package/dist/infra/workflow/system/system-pr-effects.d.ts +9 -0
- package/dist/infra/workflow/system/system-pr-effects.d.ts.map +1 -0
- package/dist/infra/workflow/system/system-pr-effects.js +18 -0
- package/dist/infra/workflow/system/system-pr-effects.js.map +1 -0
- package/dist/infra/workflow/system/system-sync-effects.d.ts +8 -0
- package/dist/infra/workflow/system/system-sync-effects.d.ts.map +1 -0
- package/dist/infra/workflow/system/system-sync-effects.js +112 -0
- package/dist/infra/workflow/system/system-sync-effects.js.map +1 -0
- package/dist/shared/constants.d.ts +2 -2
- package/dist/shared/constants.d.ts.map +1 -1
- package/dist/shared/constants.js +2 -2
- package/dist/shared/constants.js.map +1 -1
- package/dist/shared/exitCodes.d.ts +1 -1
- package/dist/shared/exitCodes.d.ts.map +1 -1
- package/dist/shared/exitCodes.js +1 -1
- package/dist/shared/exitCodes.js.map +1 -1
- package/dist/shared/i18n/labels_en.yaml +13 -6
- package/dist/shared/i18n/labels_ja.yaml +13 -6
- package/dist/shared/prompt/select-menu.d.ts +45 -0
- package/dist/shared/prompt/select-menu.d.ts.map +1 -0
- package/dist/shared/prompt/select-menu.js +95 -0
- package/dist/shared/prompt/select-menu.js.map +1 -0
- package/dist/shared/prompt/select-viewport.d.ts +27 -0
- package/dist/shared/prompt/select-viewport.d.ts.map +1 -0
- package/dist/shared/prompt/select-viewport.js +124 -0
- package/dist/shared/prompt/select-viewport.js.map +1 -0
- package/dist/shared/prompt/select.d.ts +4 -44
- package/dist/shared/prompt/select.d.ts.map +1 -1
- package/dist/shared/prompt/select.js +31 -101
- package/dist/shared/prompt/select.js.map +1 -1
- package/dist/shared/prompts/en/perform_agent_system_prompt.md +4 -4
- package/dist/shared/prompts/en/perform_phase1_message.md +7 -7
- package/dist/shared/prompts/en/score_instruct_system_prompt.md +6 -6
- package/dist/shared/prompts/en/score_interactive_system_prompt.md +6 -6
- package/dist/shared/prompts/en/score_retry_system_prompt.md +8 -8
- package/dist/shared/prompts/en/score_summary_system_prompt.md +5 -5
- package/dist/shared/prompts/ja/perform_agent_system_prompt.md +4 -4
- package/dist/shared/prompts/ja/perform_phase1_message.md +7 -7
- package/dist/shared/prompts/ja/score_instruct_system_prompt.md +6 -6
- package/dist/shared/prompts/ja/score_interactive_system_prompt.md +6 -6
- package/dist/shared/prompts/ja/score_retry_system_prompt.md +8 -8
- package/dist/shared/prompts/ja/score_summary_system_prompt.md +5 -5
- package/dist/shared/ui/StreamDisplay.d.ts +7 -7
- package/dist/shared/ui/StreamDisplay.d.ts.map +1 -1
- package/dist/shared/ui/StreamDisplay.js +3 -4
- package/dist/shared/ui/StreamDisplay.js.map +1 -1
- package/dist/shared/ui/TaskPrefixWriter.d.ts +7 -7
- package/dist/shared/ui/TaskPrefixWriter.d.ts.map +1 -1
- package/dist/shared/ui/TaskPrefixWriter.js +7 -7
- package/dist/shared/ui/TaskPrefixWriter.js.map +1 -1
- package/dist/shared/utils/index.d.ts +1 -0
- package/dist/shared/utils/index.d.ts.map +1 -1
- package/dist/shared/utils/index.js +1 -0
- package/dist/shared/utils/index.js.map +1 -1
- package/dist/shared/utils/notification.d.ts +1 -1
- package/dist/shared/utils/notification.d.ts.map +1 -1
- package/dist/shared/utils/notification.js +15 -37
- package/dist/shared/utils/notification.js.map +1 -1
- package/dist/shared/utils/pathBoundary.d.ts +1 -0
- package/dist/shared/utils/pathBoundary.d.ts.map +1 -1
- package/dist/shared/utils/pathBoundary.js +15 -4
- package/dist/shared/utils/pathBoundary.js.map +1 -1
- package/dist/shared/utils/ruleIndex.d.ts +1 -1
- package/dist/shared/utils/ruleIndex.d.ts.map +1 -1
- package/dist/shared/utils/ruleIndex.js +2 -2
- package/dist/shared/utils/ruleIndex.js.map +1 -1
- package/dist/shared/utils/slackWebhook.d.ts +2 -2
- package/dist/shared/utils/slackWebhook.d.ts.map +1 -1
- package/dist/shared/utils/slackWebhook.js +3 -3
- package/dist/shared/utils/slackWebhook.js.map +1 -1
- package/dist/shared/utils/spawn.d.ts +11 -0
- package/dist/shared/utils/spawn.d.ts.map +1 -0
- package/dist/shared/utils/spawn.js +17 -0
- package/dist/shared/utils/spawn.js.map +1 -0
- package/dist/shared/utils/text.d.ts +1 -1
- package/dist/shared/utils/text.js +1 -1
- package/dist/shared/utils/types.d.ts +29 -10
- package/dist/shared/utils/types.d.ts.map +1 -1
- package/package.json +4 -3
- package/dist/core/models/piece-types.d.ts +0 -167
- package/dist/core/models/piece-types.d.ts.map +0 -1
- package/dist/core/models/piece-types.js.map +0 -1
- package/dist/core/piece/arpeggio/csv-data-source.d.ts.map +0 -1
- package/dist/core/piece/arpeggio/csv-data-source.js.map +0 -1
- package/dist/core/piece/arpeggio/data-source-factory.d.ts.map +0 -1
- package/dist/core/piece/arpeggio/data-source-factory.js.map +0 -1
- package/dist/core/piece/arpeggio/merge.d.ts.map +0 -1
- package/dist/core/piece/arpeggio/merge.js.map +0 -1
- package/dist/core/piece/arpeggio/template.d.ts.map +0 -1
- package/dist/core/piece/arpeggio/template.js.map +0 -1
- package/dist/core/piece/arpeggio/types.d.ts.map +0 -1
- package/dist/core/piece/arpeggio/types.js +0 -9
- package/dist/core/piece/arpeggio/types.js.map +0 -1
- package/dist/core/piece/ask-user-question-error.d.ts.map +0 -1
- package/dist/core/piece/ask-user-question-error.js.map +0 -1
- package/dist/core/piece/constants.d.ts +0 -20
- package/dist/core/piece/constants.d.ts.map +0 -1
- package/dist/core/piece/constants.js +0 -20
- package/dist/core/piece/constants.js.map +0 -1
- package/dist/core/piece/engine/ArpeggioRunner.d.ts.map +0 -1
- package/dist/core/piece/engine/ArpeggioRunner.js.map +0 -1
- package/dist/core/piece/engine/MovementExecutor.d.ts +0 -74
- package/dist/core/piece/engine/MovementExecutor.d.ts.map +0 -1
- package/dist/core/piece/engine/MovementExecutor.js.map +0 -1
- package/dist/core/piece/engine/OptionsBuilder.d.ts +0 -33
- package/dist/core/piece/engine/OptionsBuilder.d.ts.map +0 -1
- package/dist/core/piece/engine/OptionsBuilder.js.map +0 -1
- package/dist/core/piece/engine/ParallelRunner.d.ts +0 -38
- package/dist/core/piece/engine/ParallelRunner.d.ts.map +0 -1
- package/dist/core/piece/engine/ParallelRunner.js.map +0 -1
- package/dist/core/piece/engine/PieceEngine.d.ts +0 -93
- package/dist/core/piece/engine/PieceEngine.d.ts.map +0 -1
- package/dist/core/piece/engine/PieceEngine.js +0 -699
- package/dist/core/piece/engine/PieceEngine.js.map +0 -1
- package/dist/core/piece/engine/TeamLeaderRunner.d.ts +0 -24
- package/dist/core/piece/engine/TeamLeaderRunner.d.ts.map +0 -1
- package/dist/core/piece/engine/TeamLeaderRunner.js.map +0 -1
- package/dist/core/piece/engine/abort-signal.d.ts.map +0 -1
- package/dist/core/piece/engine/abort-signal.js.map +0 -1
- package/dist/core/piece/engine/blocked-handler.d.ts +0 -27
- package/dist/core/piece/engine/blocked-handler.d.ts.map +0 -1
- package/dist/core/piece/engine/blocked-handler.js.map +0 -1
- package/dist/core/piece/engine/cycle-detector.d.ts.map +0 -1
- package/dist/core/piece/engine/cycle-detector.js.map +0 -1
- package/dist/core/piece/engine/index.d.ts.map +0 -1
- package/dist/core/piece/engine/index.js.map +0 -1
- package/dist/core/piece/engine/loop-detector.d.ts.map +0 -1
- package/dist/core/piece/engine/loop-detector.js.map +0 -1
- package/dist/core/piece/engine/parallel-logger.d.ts.map +0 -1
- package/dist/core/piece/engine/parallel-logger.js.map +0 -1
- package/dist/core/piece/engine/state-manager.d.ts +0 -46
- package/dist/core/piece/engine/state-manager.d.ts.map +0 -1
- package/dist/core/piece/engine/state-manager.js.map +0 -1
- package/dist/core/piece/engine/stream-buffer.d.ts.map +0 -1
- package/dist/core/piece/engine/stream-buffer.js.map +0 -1
- package/dist/core/piece/engine/task-decomposer.d.ts.map +0 -1
- package/dist/core/piece/engine/task-decomposer.js.map +0 -1
- package/dist/core/piece/engine/team-leader-aggregation.d.ts.map +0 -1
- package/dist/core/piece/engine/team-leader-aggregation.js.map +0 -1
- package/dist/core/piece/engine/team-leader-common.d.ts +0 -8
- package/dist/core/piece/engine/team-leader-common.d.ts.map +0 -1
- package/dist/core/piece/engine/team-leader-common.js.map +0 -1
- package/dist/core/piece/engine/team-leader-execution.d.ts.map +0 -1
- package/dist/core/piece/engine/team-leader-execution.js.map +0 -1
- package/dist/core/piece/engine/team-leader-streaming.d.ts +0 -5
- package/dist/core/piece/engine/team-leader-streaming.d.ts.map +0 -1
- package/dist/core/piece/engine/team-leader-streaming.js.map +0 -1
- package/dist/core/piece/engine/transitions.d.ts +0 -17
- package/dist/core/piece/engine/transitions.d.ts.map +0 -1
- package/dist/core/piece/engine/transitions.js.map +0 -1
- package/dist/core/piece/evaluation/AggregateEvaluator.d.ts +0 -32
- package/dist/core/piece/evaluation/AggregateEvaluator.d.ts.map +0 -1
- package/dist/core/piece/evaluation/AggregateEvaluator.js.map +0 -1
- package/dist/core/piece/evaluation/RuleEvaluator.d.ts.map +0 -1
- package/dist/core/piece/evaluation/RuleEvaluator.js +0 -153
- package/dist/core/piece/evaluation/RuleEvaluator.js.map +0 -1
- package/dist/core/piece/evaluation/index.d.ts +0 -18
- package/dist/core/piece/evaluation/index.d.ts.map +0 -1
- package/dist/core/piece/evaluation/index.js.map +0 -1
- package/dist/core/piece/evaluation/rule-utils.d.ts +0 -31
- package/dist/core/piece/evaluation/rule-utils.d.ts.map +0 -1
- package/dist/core/piece/evaluation/rule-utils.js.map +0 -1
- package/dist/core/piece/index.d.ts +0 -25
- package/dist/core/piece/index.d.ts.map +0 -1
- package/dist/core/piece/index.js +0 -36
- package/dist/core/piece/index.js.map +0 -1
- package/dist/core/piece/instruction/InstructionBuilder.d.ts.map +0 -1
- package/dist/core/piece/instruction/InstructionBuilder.js.map +0 -1
- package/dist/core/piece/instruction/ReportInstructionBuilder.d.ts.map +0 -1
- package/dist/core/piece/instruction/ReportInstructionBuilder.js.map +0 -1
- package/dist/core/piece/instruction/StatusJudgmentBuilder.d.ts.map +0 -1
- package/dist/core/piece/instruction/StatusJudgmentBuilder.js.map +0 -1
- package/dist/core/piece/instruction/escape.d.ts.map +0 -1
- package/dist/core/piece/instruction/escape.js.map +0 -1
- package/dist/core/piece/instruction/index.d.ts.map +0 -1
- package/dist/core/piece/instruction/index.js.map +0 -1
- package/dist/core/piece/instruction/instruction-context.d.ts.map +0 -1
- package/dist/core/piece/instruction/instruction-context.js.map +0 -1
- package/dist/core/piece/instruction/status-rules.d.ts.map +0 -1
- package/dist/core/piece/instruction/status-rules.js.map +0 -1
- package/dist/core/piece/parallel-logger.d.ts.map +0 -1
- package/dist/core/piece/parallel-logger.js.map +0 -1
- package/dist/core/piece/part-definition-validator.d.ts.map +0 -1
- package/dist/core/piece/part-definition-validator.js.map +0 -1
- package/dist/core/piece/permission-profile-resolution.d.ts.map +0 -1
- package/dist/core/piece/permission-profile-resolution.js.map +0 -1
- package/dist/core/piece/phase-runner.d.ts.map +0 -1
- package/dist/core/piece/phase-runner.js.map +0 -1
- package/dist/core/piece/provider-model-compatibility.d.ts.map +0 -1
- package/dist/core/piece/provider-model-compatibility.js.map +0 -1
- package/dist/core/piece/provider-resolution.d.ts.map +0 -1
- package/dist/core/piece/provider-resolution.js.map +0 -1
- package/dist/core/piece/run/run-meta.d.ts.map +0 -1
- package/dist/core/piece/run/run-meta.js +0 -42
- package/dist/core/piece/run/run-meta.js.map +0 -1
- package/dist/core/piece/run/run-paths.d.ts.map +0 -1
- package/dist/core/piece/run/run-paths.js.map +0 -1
- package/dist/core/piece/session-key.d.ts.map +0 -1
- package/dist/core/piece/session-key.js.map +0 -1
- package/dist/core/piece/status-judgment-phase.d.ts.map +0 -1
- package/dist/core/piece/status-judgment-phase.js.map +0 -1
- package/dist/core/piece/types.d.ts.map +0 -1
- package/dist/core/piece/types.js +0 -8
- package/dist/core/piece/types.js.map +0 -1
- package/dist/features/pieceSelection/index.d.ts +0 -59
- package/dist/features/pieceSelection/index.d.ts.map +0 -1
- package/dist/features/pieceSelection/index.js +0 -361
- package/dist/features/pieceSelection/index.js.map +0 -1
- package/dist/features/tasks/execute/pieceExecution.d.ts +0 -5
- package/dist/features/tasks/execute/pieceExecution.d.ts.map +0 -1
- package/dist/features/tasks/execute/pieceExecution.js +0 -315
- package/dist/features/tasks/execute/pieceExecution.js.map +0 -1
- package/dist/features/tasks/execute/pieceExecutionUtils.d.ts.map +0 -1
- package/dist/features/tasks/execute/pieceExecutionUtils.js.map +0 -1
- package/dist/infra/config/global/pieceCategories.d.ts +0 -12
- package/dist/infra/config/global/pieceCategories.d.ts.map +0 -1
- package/dist/infra/config/global/pieceCategories.js +0 -33
- package/dist/infra/config/global/pieceCategories.js.map +0 -1
- package/dist/infra/config/legacy-workflow-key-deprecation.d.ts +0 -11
- package/dist/infra/config/legacy-workflow-key-deprecation.d.ts.map +0 -1
- package/dist/infra/config/legacy-workflow-key-deprecation.js +0 -191
- package/dist/infra/config/legacy-workflow-key-deprecation.js.map +0 -1
- package/dist/infra/config/loaders/pieceCategories.d.ts +0 -53
- package/dist/infra/config/loaders/pieceCategories.d.ts.map +0 -1
- package/dist/infra/config/loaders/pieceCategories.js +0 -366
- package/dist/infra/config/loaders/pieceCategories.js.map +0 -1
- package/dist/infra/config/loaders/pieceLoadWarning.d.ts +0 -2
- package/dist/infra/config/loaders/pieceLoadWarning.d.ts.map +0 -1
- package/dist/infra/config/loaders/pieceLoadWarning.js.map +0 -1
- package/dist/infra/config/loaders/pieceLoader.d.ts +0 -10
- package/dist/infra/config/loaders/pieceLoader.d.ts.map +0 -1
- package/dist/infra/config/loaders/pieceLoader.js +0 -12
- package/dist/infra/config/loaders/pieceLoader.js.map +0 -1
- package/dist/infra/config/loaders/pieceParser.d.ts +0 -18
- package/dist/infra/config/loaders/pieceParser.d.ts.map +0 -1
- package/dist/infra/config/loaders/pieceParser.js +0 -451
- package/dist/infra/config/loaders/pieceParser.js.map +0 -1
- package/dist/infra/config/loaders/pieceResolver.d.ts +0 -117
- package/dist/infra/config/loaders/pieceResolver.d.ts.map +0 -1
- package/dist/infra/config/loaders/pieceResolver.js +0 -458
- package/dist/infra/config/loaders/pieceResolver.js.map +0 -1
- package/dist/infra/config/resolvePieceConfigValue.d.ts +0 -6
- package/dist/infra/config/resolvePieceConfigValue.d.ts.map +0 -1
- package/dist/infra/config/resolvePieceConfigValue.js.map +0 -1
- /package/dist/core/{piece → workflow}/arpeggio/data-source-factory.d.ts +0 -0
- /package/dist/core/{piece → workflow}/arpeggio/data-source-factory.js +0 -0
- /package/dist/core/{piece → workflow}/arpeggio/merge.js +0 -0
- /package/dist/core/{piece → workflow}/engine/abort-signal.d.ts +0 -0
- /package/dist/core/{piece → workflow}/engine/abort-signal.js +0 -0
- /package/dist/core/{piece → workflow}/engine/stream-buffer.d.ts +0 -0
- /package/dist/core/{piece → workflow}/engine/stream-buffer.js +0 -0
- /package/dist/core/{piece → workflow}/engine/task-decomposer.d.ts +0 -0
- /package/dist/core/{piece → workflow}/engine/task-decomposer.js +0 -0
- /package/dist/core/{piece → workflow}/engine/team-leader-aggregation.d.ts +0 -0
- /package/dist/core/{piece → workflow}/engine/team-leader-aggregation.js +0 -0
- /package/dist/core/{piece → workflow}/engine/team-leader-execution.d.ts +0 -0
- /package/dist/core/{piece → workflow}/engine/team-leader-execution.js +0 -0
- /package/dist/core/{piece → workflow}/instruction/index.d.ts +0 -0
- /package/dist/core/{piece → workflow}/instruction/index.js +0 -0
- /package/dist/core/{piece → workflow}/instruction/instruction-context.js +0 -0
- /package/dist/core/{piece → workflow}/parallel-logger.d.ts +0 -0
- /package/dist/core/{piece → workflow}/parallel-logger.js +0 -0
- /package/dist/core/{piece → workflow}/part-definition-validator.d.ts +0 -0
- /package/dist/core/{piece → workflow}/part-definition-validator.js +0 -0
- /package/dist/core/{piece → workflow}/provider-model-compatibility.d.ts +0 -0
- /package/dist/core/{piece → workflow}/provider-model-compatibility.js +0 -0
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Workflow YAML schemas
|
|
2
|
+
* Workflow YAML schemas.
|
|
3
3
|
*/
|
|
4
4
|
import { z } from 'zod/v4';
|
|
5
5
|
/** Rule-based transition schema (new unified format) */
|
|
6
|
-
export declare const
|
|
7
|
-
condition: z.ZodString
|
|
6
|
+
export declare const WorkflowRuleSchema: z.ZodObject<{
|
|
7
|
+
condition: z.ZodOptional<z.ZodString>;
|
|
8
|
+
when: z.ZodOptional<z.ZodString>;
|
|
8
9
|
next: z.ZodOptional<z.ZodString>;
|
|
9
10
|
appendix: z.ZodOptional<z.ZodString>;
|
|
10
11
|
requires_user_input: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -55,8 +56,8 @@ export declare const TeamLeaderConfigRawSchema: z.ZodObject<{
|
|
|
55
56
|
full: "full";
|
|
56
57
|
}>>;
|
|
57
58
|
}, z.core.$strip>;
|
|
58
|
-
/** Sub-
|
|
59
|
-
export declare const
|
|
59
|
+
/** Sub-step schema for parallel execution */
|
|
60
|
+
export declare const ParallelSubStepRawSchema: z.ZodObject<{
|
|
60
61
|
name: z.ZodString;
|
|
61
62
|
persona: z.ZodOptional<z.ZodString>;
|
|
62
63
|
persona_name: z.ZodOptional<z.ZodString>;
|
|
@@ -136,12 +137,21 @@ export declare const ParallelSubMovementRawSchema: z.ZodObject<{
|
|
|
136
137
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
137
138
|
}, z.core.$strip>>;
|
|
138
139
|
}, z.core.$strip>>;
|
|
140
|
+
copilot: z.ZodOptional<z.ZodObject<{
|
|
141
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
142
|
+
low: "low";
|
|
143
|
+
medium: "medium";
|
|
144
|
+
high: "high";
|
|
145
|
+
xhigh: "xhigh";
|
|
146
|
+
}>>;
|
|
147
|
+
}, z.core.$strip>>;
|
|
139
148
|
}, z.core.$strip>>;
|
|
140
149
|
edit: z.ZodOptional<z.ZodBoolean>;
|
|
141
150
|
instruction: z.ZodOptional<z.ZodString>;
|
|
142
151
|
instruction_template: z.ZodOptional<z.ZodNever>;
|
|
143
152
|
rules: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
144
|
-
condition: z.ZodString
|
|
153
|
+
condition: z.ZodOptional<z.ZodString>;
|
|
154
|
+
when: z.ZodOptional<z.ZodString>;
|
|
145
155
|
next: z.ZodOptional<z.ZodString>;
|
|
146
156
|
appendix: z.ZodOptional<z.ZodString>;
|
|
147
157
|
requires_user_input: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -156,12 +166,82 @@ export declare const ParallelSubMovementRawSchema: z.ZodObject<{
|
|
|
156
166
|
}, z.core.$strip>>>;
|
|
157
167
|
}, z.core.$strip>>;
|
|
158
168
|
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
159
|
-
pass_previous_response: z.
|
|
169
|
+
pass_previous_response: z.ZodOptional<z.ZodBoolean>;
|
|
160
170
|
}, z.core.$strip>;
|
|
161
|
-
|
|
162
|
-
export declare const PieceMovementRawSchema: z.ZodObject<{
|
|
171
|
+
export declare const WorkflowStepRawSchema: z.ZodObject<{
|
|
163
172
|
name: z.ZodString;
|
|
164
173
|
description: z.ZodOptional<z.ZodString>;
|
|
174
|
+
kind: z.ZodOptional<z.ZodEnum<{
|
|
175
|
+
agent: "agent";
|
|
176
|
+
system: "system";
|
|
177
|
+
workflow_call: "workflow_call";
|
|
178
|
+
}>>;
|
|
179
|
+
mode: z.ZodOptional<z.ZodLiteral<"system">>;
|
|
180
|
+
call: z.ZodOptional<z.ZodString>;
|
|
181
|
+
overrides: z.ZodOptional<z.ZodObject<{
|
|
182
|
+
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
183
|
+
claude: "claude";
|
|
184
|
+
"claude-sdk": "claude-sdk";
|
|
185
|
+
codex: "codex";
|
|
186
|
+
opencode: "opencode";
|
|
187
|
+
cursor: "cursor";
|
|
188
|
+
copilot: "copilot";
|
|
189
|
+
mock: "mock";
|
|
190
|
+
}>, z.ZodObject<{
|
|
191
|
+
type: z.ZodEnum<{
|
|
192
|
+
claude: "claude";
|
|
193
|
+
"claude-sdk": "claude-sdk";
|
|
194
|
+
codex: "codex";
|
|
195
|
+
opencode: "opencode";
|
|
196
|
+
cursor: "cursor";
|
|
197
|
+
copilot: "copilot";
|
|
198
|
+
mock: "mock";
|
|
199
|
+
}>;
|
|
200
|
+
model: z.ZodOptional<z.ZodString>;
|
|
201
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
202
|
+
sandbox: z.ZodOptional<z.ZodObject<{
|
|
203
|
+
allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
|
|
204
|
+
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
205
|
+
}, z.core.$strip>>;
|
|
206
|
+
}, z.core.$strict>]>>;
|
|
207
|
+
model: z.ZodOptional<z.ZodString>;
|
|
208
|
+
provider_options: z.ZodOptional<z.ZodObject<{
|
|
209
|
+
codex: z.ZodOptional<z.ZodObject<{
|
|
210
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
211
|
+
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
212
|
+
minimal: "minimal";
|
|
213
|
+
low: "low";
|
|
214
|
+
medium: "medium";
|
|
215
|
+
high: "high";
|
|
216
|
+
xhigh: "xhigh";
|
|
217
|
+
}>>;
|
|
218
|
+
}, z.core.$strip>>;
|
|
219
|
+
opencode: z.ZodOptional<z.ZodObject<{
|
|
220
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
221
|
+
}, z.core.$strip>>;
|
|
222
|
+
claude: z.ZodOptional<z.ZodObject<{
|
|
223
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
224
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
225
|
+
low: "low";
|
|
226
|
+
medium: "medium";
|
|
227
|
+
high: "high";
|
|
228
|
+
max: "max";
|
|
229
|
+
}>>;
|
|
230
|
+
sandbox: z.ZodOptional<z.ZodObject<{
|
|
231
|
+
allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
|
|
232
|
+
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
233
|
+
}, z.core.$strip>>;
|
|
234
|
+
}, z.core.$strip>>;
|
|
235
|
+
copilot: z.ZodOptional<z.ZodObject<{
|
|
236
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
237
|
+
low: "low";
|
|
238
|
+
medium: "medium";
|
|
239
|
+
high: "high";
|
|
240
|
+
xhigh: "xhigh";
|
|
241
|
+
}>>;
|
|
242
|
+
}, z.core.$strip>>;
|
|
243
|
+
}, z.core.$strip>>;
|
|
244
|
+
}, z.core.$strict>>;
|
|
165
245
|
session: z.ZodOptional<z.ZodEnum<{
|
|
166
246
|
continue: "continue";
|
|
167
247
|
refresh: "refresh";
|
|
@@ -244,12 +324,79 @@ export declare const PieceMovementRawSchema: z.ZodObject<{
|
|
|
244
324
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
245
325
|
}, z.core.$strip>>;
|
|
246
326
|
}, z.core.$strip>>;
|
|
327
|
+
copilot: z.ZodOptional<z.ZodObject<{
|
|
328
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
329
|
+
low: "low";
|
|
330
|
+
medium: "medium";
|
|
331
|
+
high: "high";
|
|
332
|
+
xhigh: "xhigh";
|
|
333
|
+
}>>;
|
|
334
|
+
}, z.core.$strip>>;
|
|
247
335
|
}, z.core.$strip>>;
|
|
248
336
|
edit: z.ZodOptional<z.ZodBoolean>;
|
|
249
337
|
instruction: z.ZodOptional<z.ZodString>;
|
|
250
338
|
instruction_template: z.ZodOptional<z.ZodNever>;
|
|
339
|
+
delay_before_ms: z.ZodOptional<z.ZodNumber>;
|
|
340
|
+
structured_output: z.ZodOptional<z.ZodObject<{
|
|
341
|
+
schema_ref: z.ZodString;
|
|
342
|
+
}, z.core.$strip>>;
|
|
343
|
+
system_inputs: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
344
|
+
as: z.ZodString;
|
|
345
|
+
type: z.ZodLiteral<"task_context">;
|
|
346
|
+
source: z.ZodLiteral<"current_task">;
|
|
347
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
348
|
+
as: z.ZodString;
|
|
349
|
+
type: z.ZodLiteral<"branch_context">;
|
|
350
|
+
source: z.ZodLiteral<"current_task">;
|
|
351
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
352
|
+
as: z.ZodString;
|
|
353
|
+
type: z.ZodLiteral<"pr_context">;
|
|
354
|
+
source: z.ZodLiteral<"current_branch">;
|
|
355
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
356
|
+
as: z.ZodString;
|
|
357
|
+
type: z.ZodLiteral<"issue_context">;
|
|
358
|
+
source: z.ZodLiteral<"current_task">;
|
|
359
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
360
|
+
as: z.ZodString;
|
|
361
|
+
type: z.ZodLiteral<"task_queue_context">;
|
|
362
|
+
source: z.ZodLiteral<"current_project">;
|
|
363
|
+
}, z.core.$strip>], "type">>>;
|
|
364
|
+
effects: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
365
|
+
type: z.ZodLiteral<"enqueue_task">;
|
|
366
|
+
mode: z.ZodEnum<{
|
|
367
|
+
new: "new";
|
|
368
|
+
from_pr: "from_pr";
|
|
369
|
+
}>;
|
|
370
|
+
workflow: z.ZodString;
|
|
371
|
+
task: z.ZodString;
|
|
372
|
+
pr: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodString]>, z.ZodNumber]>>;
|
|
373
|
+
issue: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
374
|
+
create: z.ZodOptional<z.ZodBoolean>;
|
|
375
|
+
labels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
376
|
+
}, z.core.$strict>, z.ZodUnion<readonly [z.ZodString, z.ZodString]>]>>;
|
|
377
|
+
base_branch: z.ZodOptional<z.ZodString>;
|
|
378
|
+
worktree: z.ZodOptional<z.ZodObject<{
|
|
379
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
380
|
+
auto_pr: z.ZodOptional<z.ZodBoolean>;
|
|
381
|
+
draft_pr: z.ZodOptional<z.ZodBoolean>;
|
|
382
|
+
}, z.core.$strict>>;
|
|
383
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
384
|
+
type: z.ZodLiteral<"comment_pr">;
|
|
385
|
+
pr: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodString]>, z.ZodNumber]>;
|
|
386
|
+
body: z.ZodString;
|
|
387
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
388
|
+
type: z.ZodLiteral<"sync_with_root">;
|
|
389
|
+
pr: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodString]>, z.ZodNumber]>;
|
|
390
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
391
|
+
type: z.ZodLiteral<"resolve_conflicts_with_ai">;
|
|
392
|
+
pr: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodString]>, z.ZodNumber]>;
|
|
393
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
394
|
+
type: z.ZodLiteral<"merge_pr">;
|
|
395
|
+
pr: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodString]>, z.ZodNumber]>;
|
|
396
|
+
}, z.core.$strict>], "type">>>;
|
|
251
397
|
rules: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
252
|
-
condition: z.ZodString
|
|
398
|
+
condition: z.ZodOptional<z.ZodString>;
|
|
399
|
+
when: z.ZodOptional<z.ZodString>;
|
|
253
400
|
next: z.ZodOptional<z.ZodString>;
|
|
254
401
|
appendix: z.ZodOptional<z.ZodString>;
|
|
255
402
|
requires_user_input: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -264,7 +411,7 @@ export declare const PieceMovementRawSchema: z.ZodObject<{
|
|
|
264
411
|
}, z.core.$strip>>>;
|
|
265
412
|
}, z.core.$strip>>;
|
|
266
413
|
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
267
|
-
pass_previous_response: z.
|
|
414
|
+
pass_previous_response: z.ZodOptional<z.ZodBoolean>;
|
|
268
415
|
parallel: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
269
416
|
name: z.ZodString;
|
|
270
417
|
persona: z.ZodOptional<z.ZodString>;
|
|
@@ -345,12 +492,21 @@ export declare const PieceMovementRawSchema: z.ZodObject<{
|
|
|
345
492
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
346
493
|
}, z.core.$strip>>;
|
|
347
494
|
}, z.core.$strip>>;
|
|
495
|
+
copilot: z.ZodOptional<z.ZodObject<{
|
|
496
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
497
|
+
low: "low";
|
|
498
|
+
medium: "medium";
|
|
499
|
+
high: "high";
|
|
500
|
+
xhigh: "xhigh";
|
|
501
|
+
}>>;
|
|
502
|
+
}, z.core.$strip>>;
|
|
348
503
|
}, z.core.$strip>>;
|
|
349
504
|
edit: z.ZodOptional<z.ZodBoolean>;
|
|
350
505
|
instruction: z.ZodOptional<z.ZodString>;
|
|
351
506
|
instruction_template: z.ZodOptional<z.ZodNever>;
|
|
352
507
|
rules: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
353
|
-
condition: z.ZodString
|
|
508
|
+
condition: z.ZodOptional<z.ZodString>;
|
|
509
|
+
when: z.ZodOptional<z.ZodString>;
|
|
354
510
|
next: z.ZodOptional<z.ZodString>;
|
|
355
511
|
appendix: z.ZodOptional<z.ZodString>;
|
|
356
512
|
requires_user_input: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -365,7 +521,7 @@ export declare const PieceMovementRawSchema: z.ZodObject<{
|
|
|
365
521
|
}, z.core.$strip>>>;
|
|
366
522
|
}, z.core.$strip>>;
|
|
367
523
|
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
368
|
-
pass_previous_response: z.
|
|
524
|
+
pass_previous_response: z.ZodOptional<z.ZodBoolean>;
|
|
369
525
|
}, z.core.$strip>>>;
|
|
370
526
|
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
371
527
|
arpeggio: z.ZodOptional<z.ZodObject<{
|
|
@@ -483,18 +639,21 @@ export declare const LoopMonitorSchema: z.ZodObject<{
|
|
|
483
639
|
}, z.core.$strip>>;
|
|
484
640
|
}, z.core.$strip>;
|
|
485
641
|
}, z.core.$strip>;
|
|
486
|
-
/** Interactive mode schema for
|
|
642
|
+
/** Interactive mode schema for workflow-level default */
|
|
487
643
|
export declare const InteractiveModeSchema: z.ZodEnum<{
|
|
488
644
|
assistant: "assistant";
|
|
489
645
|
persona: "persona";
|
|
490
646
|
quiet: "quiet";
|
|
491
647
|
passthrough: "passthrough";
|
|
492
648
|
}>;
|
|
493
|
-
/**
|
|
494
|
-
export declare const
|
|
649
|
+
/** Workflow configuration schema - raw YAML format */
|
|
650
|
+
export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
495
651
|
name: z.ZodString;
|
|
496
652
|
description: z.ZodOptional<z.ZodString>;
|
|
497
|
-
|
|
653
|
+
subworkflow: z.ZodOptional<z.ZodObject<{
|
|
654
|
+
callable: z.ZodOptional<z.ZodBoolean>;
|
|
655
|
+
}, z.core.$strict>>;
|
|
656
|
+
workflow_config: z.ZodOptional<z.ZodObject<{
|
|
498
657
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
499
658
|
claude: "claude";
|
|
500
659
|
"claude-sdk": "claude-sdk";
|
|
@@ -520,6 +679,7 @@ export declare const PieceConfigRawSchema: z.ZodPipe<z.ZodTransform<unknown, unk
|
|
|
520
679
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
521
680
|
}, z.core.$strip>>;
|
|
522
681
|
}, z.core.$strict>]>>;
|
|
682
|
+
model: z.ZodOptional<z.ZodString>;
|
|
523
683
|
provider_options: z.ZodOptional<z.ZodObject<{
|
|
524
684
|
codex: z.ZodOptional<z.ZodObject<{
|
|
525
685
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -547,66 +707,13 @@ export declare const PieceConfigRawSchema: z.ZodPipe<z.ZodTransform<unknown, unk
|
|
|
547
707
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
548
708
|
}, z.core.$strip>>;
|
|
549
709
|
}, z.core.$strip>>;
|
|
550
|
-
|
|
551
|
-
runtime: z.ZodOptional<z.ZodObject<{
|
|
552
|
-
prepare: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
|
|
553
|
-
gradle: "gradle";
|
|
554
|
-
node: "node";
|
|
555
|
-
}>, z.ZodString]>>>;
|
|
556
|
-
}, z.core.$strip>>;
|
|
557
|
-
}, z.core.$strip>>;
|
|
558
|
-
workflow_config: z.ZodOptional<z.ZodObject<{
|
|
559
|
-
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
560
|
-
claude: "claude";
|
|
561
|
-
"claude-sdk": "claude-sdk";
|
|
562
|
-
codex: "codex";
|
|
563
|
-
opencode: "opencode";
|
|
564
|
-
cursor: "cursor";
|
|
565
|
-
copilot: "copilot";
|
|
566
|
-
mock: "mock";
|
|
567
|
-
}>, z.ZodObject<{
|
|
568
|
-
type: z.ZodEnum<{
|
|
569
|
-
claude: "claude";
|
|
570
|
-
"claude-sdk": "claude-sdk";
|
|
571
|
-
codex: "codex";
|
|
572
|
-
opencode: "opencode";
|
|
573
|
-
cursor: "cursor";
|
|
574
|
-
copilot: "copilot";
|
|
575
|
-
mock: "mock";
|
|
576
|
-
}>;
|
|
577
|
-
model: z.ZodOptional<z.ZodString>;
|
|
578
|
-
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
579
|
-
sandbox: z.ZodOptional<z.ZodObject<{
|
|
580
|
-
allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
|
|
581
|
-
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
582
|
-
}, z.core.$strip>>;
|
|
583
|
-
}, z.core.$strict>]>>;
|
|
584
|
-
provider_options: z.ZodOptional<z.ZodObject<{
|
|
585
|
-
codex: z.ZodOptional<z.ZodObject<{
|
|
586
|
-
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
587
|
-
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
588
|
-
minimal: "minimal";
|
|
589
|
-
low: "low";
|
|
590
|
-
medium: "medium";
|
|
591
|
-
high: "high";
|
|
592
|
-
xhigh: "xhigh";
|
|
593
|
-
}>>;
|
|
594
|
-
}, z.core.$strip>>;
|
|
595
|
-
opencode: z.ZodOptional<z.ZodObject<{
|
|
596
|
-
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
597
|
-
}, z.core.$strip>>;
|
|
598
|
-
claude: z.ZodOptional<z.ZodObject<{
|
|
599
|
-
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
710
|
+
copilot: z.ZodOptional<z.ZodObject<{
|
|
600
711
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
601
712
|
low: "low";
|
|
602
713
|
medium: "medium";
|
|
603
714
|
high: "high";
|
|
604
|
-
|
|
715
|
+
xhigh: "xhigh";
|
|
605
716
|
}>>;
|
|
606
|
-
sandbox: z.ZodOptional<z.ZodObject<{
|
|
607
|
-
allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
|
|
608
|
-
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
609
|
-
}, z.core.$strip>>;
|
|
610
717
|
}, z.core.$strip>>;
|
|
611
718
|
}, z.core.$strip>>;
|
|
612
719
|
runtime: z.ZodOptional<z.ZodObject<{
|
|
@@ -617,138 +724,23 @@ export declare const PieceConfigRawSchema: z.ZodPipe<z.ZodTransform<unknown, unk
|
|
|
617
724
|
}, z.core.$strip>>;
|
|
618
725
|
}, z.core.$strip>>;
|
|
619
726
|
permission_mode: z.ZodOptional<z.ZodNever>;
|
|
727
|
+
schemas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
620
728
|
personas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
621
729
|
policies: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
622
730
|
knowledge: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
623
731
|
instructions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
624
732
|
report_formats: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
625
|
-
|
|
733
|
+
steps: z.ZodArray<z.ZodObject<{
|
|
626
734
|
name: z.ZodString;
|
|
627
735
|
description: z.ZodOptional<z.ZodString>;
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
736
|
+
kind: z.ZodOptional<z.ZodEnum<{
|
|
737
|
+
agent: "agent";
|
|
738
|
+
system: "system";
|
|
739
|
+
workflow_call: "workflow_call";
|
|
631
740
|
}>>;
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
knowledge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
636
|
-
allowed_tools: z.ZodOptional<z.ZodNever>;
|
|
637
|
-
mcp_servers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
638
|
-
type: z.ZodOptional<z.ZodLiteral<"stdio">>;
|
|
639
|
-
command: z.ZodString;
|
|
640
|
-
args: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
641
|
-
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
642
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
643
|
-
type: z.ZodLiteral<"sse">;
|
|
644
|
-
url: z.ZodString;
|
|
645
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
646
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
647
|
-
type: z.ZodLiteral<"http">;
|
|
648
|
-
url: z.ZodString;
|
|
649
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
650
|
-
}, z.core.$strip>]>>>;
|
|
651
|
-
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
652
|
-
claude: "claude";
|
|
653
|
-
"claude-sdk": "claude-sdk";
|
|
654
|
-
codex: "codex";
|
|
655
|
-
opencode: "opencode";
|
|
656
|
-
cursor: "cursor";
|
|
657
|
-
copilot: "copilot";
|
|
658
|
-
mock: "mock";
|
|
659
|
-
}>, z.ZodObject<{
|
|
660
|
-
type: z.ZodEnum<{
|
|
661
|
-
claude: "claude";
|
|
662
|
-
"claude-sdk": "claude-sdk";
|
|
663
|
-
codex: "codex";
|
|
664
|
-
opencode: "opencode";
|
|
665
|
-
cursor: "cursor";
|
|
666
|
-
copilot: "copilot";
|
|
667
|
-
mock: "mock";
|
|
668
|
-
}>;
|
|
669
|
-
model: z.ZodOptional<z.ZodString>;
|
|
670
|
-
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
671
|
-
sandbox: z.ZodOptional<z.ZodObject<{
|
|
672
|
-
allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
|
|
673
|
-
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
674
|
-
}, z.core.$strip>>;
|
|
675
|
-
}, z.core.$strict>]>>;
|
|
676
|
-
model: z.ZodOptional<z.ZodString>;
|
|
677
|
-
permission_mode: z.ZodOptional<z.ZodNever>;
|
|
678
|
-
required_permission_mode: z.ZodOptional<z.ZodEnum<{
|
|
679
|
-
readonly: "readonly";
|
|
680
|
-
edit: "edit";
|
|
681
|
-
full: "full";
|
|
682
|
-
}>>;
|
|
683
|
-
provider_options: z.ZodOptional<z.ZodObject<{
|
|
684
|
-
codex: z.ZodOptional<z.ZodObject<{
|
|
685
|
-
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
686
|
-
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
687
|
-
minimal: "minimal";
|
|
688
|
-
low: "low";
|
|
689
|
-
medium: "medium";
|
|
690
|
-
high: "high";
|
|
691
|
-
xhigh: "xhigh";
|
|
692
|
-
}>>;
|
|
693
|
-
}, z.core.$strip>>;
|
|
694
|
-
opencode: z.ZodOptional<z.ZodObject<{
|
|
695
|
-
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
696
|
-
}, z.core.$strip>>;
|
|
697
|
-
claude: z.ZodOptional<z.ZodObject<{
|
|
698
|
-
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
699
|
-
effort: z.ZodOptional<z.ZodEnum<{
|
|
700
|
-
low: "low";
|
|
701
|
-
medium: "medium";
|
|
702
|
-
high: "high";
|
|
703
|
-
max: "max";
|
|
704
|
-
}>>;
|
|
705
|
-
sandbox: z.ZodOptional<z.ZodObject<{
|
|
706
|
-
allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
|
|
707
|
-
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
708
|
-
}, z.core.$strip>>;
|
|
709
|
-
}, z.core.$strip>>;
|
|
710
|
-
}, z.core.$strip>>;
|
|
711
|
-
edit: z.ZodOptional<z.ZodBoolean>;
|
|
712
|
-
instruction: z.ZodOptional<z.ZodString>;
|
|
713
|
-
instruction_template: z.ZodOptional<z.ZodNever>;
|
|
714
|
-
rules: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
715
|
-
condition: z.ZodString;
|
|
716
|
-
next: z.ZodOptional<z.ZodString>;
|
|
717
|
-
appendix: z.ZodOptional<z.ZodString>;
|
|
718
|
-
requires_user_input: z.ZodOptional<z.ZodBoolean>;
|
|
719
|
-
interactive_only: z.ZodOptional<z.ZodBoolean>;
|
|
720
|
-
}, z.core.$strip>>>;
|
|
721
|
-
output_contracts: z.ZodOptional<z.ZodObject<{
|
|
722
|
-
report: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
723
|
-
name: z.ZodString;
|
|
724
|
-
format: z.ZodString;
|
|
725
|
-
use_judge: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
726
|
-
order: z.ZodOptional<z.ZodString>;
|
|
727
|
-
}, z.core.$strip>>>;
|
|
728
|
-
}, z.core.$strip>>;
|
|
729
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
730
|
-
pass_previous_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
731
|
-
parallel: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
732
|
-
name: z.ZodString;
|
|
733
|
-
persona: z.ZodOptional<z.ZodString>;
|
|
734
|
-
persona_name: z.ZodOptional<z.ZodString>;
|
|
735
|
-
policy: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
736
|
-
knowledge: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
737
|
-
allowed_tools: z.ZodOptional<z.ZodNever>;
|
|
738
|
-
mcp_servers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
739
|
-
type: z.ZodOptional<z.ZodLiteral<"stdio">>;
|
|
740
|
-
command: z.ZodString;
|
|
741
|
-
args: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
742
|
-
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
743
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
744
|
-
type: z.ZodLiteral<"sse">;
|
|
745
|
-
url: z.ZodString;
|
|
746
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
747
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
748
|
-
type: z.ZodLiteral<"http">;
|
|
749
|
-
url: z.ZodString;
|
|
750
|
-
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
751
|
-
}, z.core.$strip>]>>>;
|
|
741
|
+
mode: z.ZodOptional<z.ZodLiteral<"system">>;
|
|
742
|
+
call: z.ZodOptional<z.ZodString>;
|
|
743
|
+
overrides: z.ZodOptional<z.ZodObject<{
|
|
752
744
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
753
745
|
claude: "claude";
|
|
754
746
|
"claude-sdk": "claude-sdk";
|
|
@@ -775,12 +767,6 @@ export declare const PieceConfigRawSchema: z.ZodPipe<z.ZodTransform<unknown, unk
|
|
|
775
767
|
}, z.core.$strip>>;
|
|
776
768
|
}, z.core.$strict>]>>;
|
|
777
769
|
model: z.ZodOptional<z.ZodString>;
|
|
778
|
-
permission_mode: z.ZodOptional<z.ZodNever>;
|
|
779
|
-
required_permission_mode: z.ZodOptional<z.ZodEnum<{
|
|
780
|
-
readonly: "readonly";
|
|
781
|
-
edit: "edit";
|
|
782
|
-
full: "full";
|
|
783
|
-
}>>;
|
|
784
770
|
provider_options: z.ZodOptional<z.ZodObject<{
|
|
785
771
|
codex: z.ZodOptional<z.ZodObject<{
|
|
786
772
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -808,66 +794,16 @@ export declare const PieceConfigRawSchema: z.ZodPipe<z.ZodTransform<unknown, unk
|
|
|
808
794
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
809
795
|
}, z.core.$strip>>;
|
|
810
796
|
}, z.core.$strip>>;
|
|
797
|
+
copilot: z.ZodOptional<z.ZodObject<{
|
|
798
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
799
|
+
low: "low";
|
|
800
|
+
medium: "medium";
|
|
801
|
+
high: "high";
|
|
802
|
+
xhigh: "xhigh";
|
|
803
|
+
}>>;
|
|
804
|
+
}, z.core.$strip>>;
|
|
811
805
|
}, z.core.$strip>>;
|
|
812
|
-
|
|
813
|
-
instruction: z.ZodOptional<z.ZodString>;
|
|
814
|
-
instruction_template: z.ZodOptional<z.ZodNever>;
|
|
815
|
-
rules: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
816
|
-
condition: z.ZodString;
|
|
817
|
-
next: z.ZodOptional<z.ZodString>;
|
|
818
|
-
appendix: z.ZodOptional<z.ZodString>;
|
|
819
|
-
requires_user_input: z.ZodOptional<z.ZodBoolean>;
|
|
820
|
-
interactive_only: z.ZodOptional<z.ZodBoolean>;
|
|
821
|
-
}, z.core.$strip>>>;
|
|
822
|
-
output_contracts: z.ZodOptional<z.ZodObject<{
|
|
823
|
-
report: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
824
|
-
name: z.ZodString;
|
|
825
|
-
format: z.ZodString;
|
|
826
|
-
use_judge: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
827
|
-
order: z.ZodOptional<z.ZodString>;
|
|
828
|
-
}, z.core.$strip>>>;
|
|
829
|
-
}, z.core.$strip>>;
|
|
830
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
831
|
-
pass_previous_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
832
|
-
}, z.core.$strip>>>;
|
|
833
|
-
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
834
|
-
arpeggio: z.ZodOptional<z.ZodObject<{
|
|
835
|
-
source: z.ZodString;
|
|
836
|
-
source_path: z.ZodString;
|
|
837
|
-
batch_size: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
838
|
-
concurrency: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
839
|
-
template: z.ZodString;
|
|
840
|
-
merge: z.ZodOptional<z.ZodObject<{
|
|
841
|
-
strategy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
842
|
-
custom: "custom";
|
|
843
|
-
concat: "concat";
|
|
844
|
-
}>>>;
|
|
845
|
-
inline_js: z.ZodOptional<z.ZodString>;
|
|
846
|
-
file: z.ZodOptional<z.ZodString>;
|
|
847
|
-
separator: z.ZodOptional<z.ZodString>;
|
|
848
|
-
}, z.core.$strip>>;
|
|
849
|
-
max_retries: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
850
|
-
retry_delay_ms: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
851
|
-
output_path: z.ZodOptional<z.ZodString>;
|
|
852
|
-
}, z.core.$strip>>;
|
|
853
|
-
team_leader: z.ZodOptional<z.ZodObject<{
|
|
854
|
-
persona: z.ZodOptional<z.ZodString>;
|
|
855
|
-
max_parts: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
856
|
-
refill_threshold: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
857
|
-
timeout_ms: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
858
|
-
part_persona: z.ZodOptional<z.ZodString>;
|
|
859
|
-
part_allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
860
|
-
part_edit: z.ZodOptional<z.ZodBoolean>;
|
|
861
|
-
part_permission_mode: z.ZodOptional<z.ZodEnum<{
|
|
862
|
-
readonly: "readonly";
|
|
863
|
-
edit: "edit";
|
|
864
|
-
full: "full";
|
|
865
|
-
}>>;
|
|
866
|
-
}, z.core.$strip>>;
|
|
867
|
-
}, z.core.$strip>>;
|
|
868
|
-
steps: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
869
|
-
name: z.ZodString;
|
|
870
|
-
description: z.ZodOptional<z.ZodString>;
|
|
806
|
+
}, z.core.$strict>>;
|
|
871
807
|
session: z.ZodOptional<z.ZodEnum<{
|
|
872
808
|
continue: "continue";
|
|
873
809
|
refresh: "refresh";
|
|
@@ -950,12 +886,79 @@ export declare const PieceConfigRawSchema: z.ZodPipe<z.ZodTransform<unknown, unk
|
|
|
950
886
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
951
887
|
}, z.core.$strip>>;
|
|
952
888
|
}, z.core.$strip>>;
|
|
889
|
+
copilot: z.ZodOptional<z.ZodObject<{
|
|
890
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
891
|
+
low: "low";
|
|
892
|
+
medium: "medium";
|
|
893
|
+
high: "high";
|
|
894
|
+
xhigh: "xhigh";
|
|
895
|
+
}>>;
|
|
896
|
+
}, z.core.$strip>>;
|
|
953
897
|
}, z.core.$strip>>;
|
|
954
898
|
edit: z.ZodOptional<z.ZodBoolean>;
|
|
955
899
|
instruction: z.ZodOptional<z.ZodString>;
|
|
956
900
|
instruction_template: z.ZodOptional<z.ZodNever>;
|
|
901
|
+
delay_before_ms: z.ZodOptional<z.ZodNumber>;
|
|
902
|
+
structured_output: z.ZodOptional<z.ZodObject<{
|
|
903
|
+
schema_ref: z.ZodString;
|
|
904
|
+
}, z.core.$strip>>;
|
|
905
|
+
system_inputs: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
906
|
+
as: z.ZodString;
|
|
907
|
+
type: z.ZodLiteral<"task_context">;
|
|
908
|
+
source: z.ZodLiteral<"current_task">;
|
|
909
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
910
|
+
as: z.ZodString;
|
|
911
|
+
type: z.ZodLiteral<"branch_context">;
|
|
912
|
+
source: z.ZodLiteral<"current_task">;
|
|
913
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
914
|
+
as: z.ZodString;
|
|
915
|
+
type: z.ZodLiteral<"pr_context">;
|
|
916
|
+
source: z.ZodLiteral<"current_branch">;
|
|
917
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
918
|
+
as: z.ZodString;
|
|
919
|
+
type: z.ZodLiteral<"issue_context">;
|
|
920
|
+
source: z.ZodLiteral<"current_task">;
|
|
921
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
922
|
+
as: z.ZodString;
|
|
923
|
+
type: z.ZodLiteral<"task_queue_context">;
|
|
924
|
+
source: z.ZodLiteral<"current_project">;
|
|
925
|
+
}, z.core.$strip>], "type">>>;
|
|
926
|
+
effects: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
927
|
+
type: z.ZodLiteral<"enqueue_task">;
|
|
928
|
+
mode: z.ZodEnum<{
|
|
929
|
+
new: "new";
|
|
930
|
+
from_pr: "from_pr";
|
|
931
|
+
}>;
|
|
932
|
+
workflow: z.ZodString;
|
|
933
|
+
task: z.ZodString;
|
|
934
|
+
pr: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodString]>, z.ZodNumber]>>;
|
|
935
|
+
issue: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
936
|
+
create: z.ZodOptional<z.ZodBoolean>;
|
|
937
|
+
labels: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
938
|
+
}, z.core.$strict>, z.ZodUnion<readonly [z.ZodString, z.ZodString]>]>>;
|
|
939
|
+
base_branch: z.ZodOptional<z.ZodString>;
|
|
940
|
+
worktree: z.ZodOptional<z.ZodObject<{
|
|
941
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
942
|
+
auto_pr: z.ZodOptional<z.ZodBoolean>;
|
|
943
|
+
draft_pr: z.ZodOptional<z.ZodBoolean>;
|
|
944
|
+
}, z.core.$strict>>;
|
|
945
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
946
|
+
type: z.ZodLiteral<"comment_pr">;
|
|
947
|
+
pr: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodString]>, z.ZodNumber]>;
|
|
948
|
+
body: z.ZodString;
|
|
949
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
950
|
+
type: z.ZodLiteral<"sync_with_root">;
|
|
951
|
+
pr: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodString]>, z.ZodNumber]>;
|
|
952
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
953
|
+
type: z.ZodLiteral<"resolve_conflicts_with_ai">;
|
|
954
|
+
pr: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodString]>, z.ZodNumber]>;
|
|
955
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
956
|
+
type: z.ZodLiteral<"merge_pr">;
|
|
957
|
+
pr: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodString]>, z.ZodNumber]>;
|
|
958
|
+
}, z.core.$strict>], "type">>>;
|
|
957
959
|
rules: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
958
|
-
condition: z.ZodString
|
|
960
|
+
condition: z.ZodOptional<z.ZodString>;
|
|
961
|
+
when: z.ZodOptional<z.ZodString>;
|
|
959
962
|
next: z.ZodOptional<z.ZodString>;
|
|
960
963
|
appendix: z.ZodOptional<z.ZodString>;
|
|
961
964
|
requires_user_input: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -970,7 +973,7 @@ export declare const PieceConfigRawSchema: z.ZodPipe<z.ZodTransform<unknown, unk
|
|
|
970
973
|
}, z.core.$strip>>>;
|
|
971
974
|
}, z.core.$strip>>;
|
|
972
975
|
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
973
|
-
pass_previous_response: z.
|
|
976
|
+
pass_previous_response: z.ZodOptional<z.ZodBoolean>;
|
|
974
977
|
parallel: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
975
978
|
name: z.ZodString;
|
|
976
979
|
persona: z.ZodOptional<z.ZodString>;
|
|
@@ -1051,12 +1054,21 @@ export declare const PieceConfigRawSchema: z.ZodPipe<z.ZodTransform<unknown, unk
|
|
|
1051
1054
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1052
1055
|
}, z.core.$strip>>;
|
|
1053
1056
|
}, z.core.$strip>>;
|
|
1057
|
+
copilot: z.ZodOptional<z.ZodObject<{
|
|
1058
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
1059
|
+
low: "low";
|
|
1060
|
+
medium: "medium";
|
|
1061
|
+
high: "high";
|
|
1062
|
+
xhigh: "xhigh";
|
|
1063
|
+
}>>;
|
|
1064
|
+
}, z.core.$strip>>;
|
|
1054
1065
|
}, z.core.$strip>>;
|
|
1055
1066
|
edit: z.ZodOptional<z.ZodBoolean>;
|
|
1056
1067
|
instruction: z.ZodOptional<z.ZodString>;
|
|
1057
1068
|
instruction_template: z.ZodOptional<z.ZodNever>;
|
|
1058
1069
|
rules: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1059
|
-
condition: z.ZodString
|
|
1070
|
+
condition: z.ZodOptional<z.ZodString>;
|
|
1071
|
+
when: z.ZodOptional<z.ZodString>;
|
|
1060
1072
|
next: z.ZodOptional<z.ZodString>;
|
|
1061
1073
|
appendix: z.ZodOptional<z.ZodString>;
|
|
1062
1074
|
requires_user_input: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1071,7 +1083,7 @@ export declare const PieceConfigRawSchema: z.ZodPipe<z.ZodTransform<unknown, unk
|
|
|
1071
1083
|
}, z.core.$strip>>>;
|
|
1072
1084
|
}, z.core.$strip>>;
|
|
1073
1085
|
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1074
|
-
pass_previous_response: z.
|
|
1086
|
+
pass_previous_response: z.ZodOptional<z.ZodBoolean>;
|
|
1075
1087
|
}, z.core.$strip>>>;
|
|
1076
1088
|
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
1077
1089
|
arpeggio: z.ZodOptional<z.ZodObject<{
|
|
@@ -1107,11 +1119,9 @@ export declare const PieceConfigRawSchema: z.ZodPipe<z.ZodTransform<unknown, unk
|
|
|
1107
1119
|
full: "full";
|
|
1108
1120
|
}>>;
|
|
1109
1121
|
}, z.core.$strip>>;
|
|
1110
|
-
}, z.core.$strip
|
|
1111
|
-
initial_movement: z.ZodOptional<z.ZodString>;
|
|
1122
|
+
}, z.core.$strip>>;
|
|
1112
1123
|
initial_step: z.ZodOptional<z.ZodString>;
|
|
1113
|
-
max_steps: z.ZodOptional<z.ZodNumber
|
|
1114
|
-
max_movements: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1124
|
+
max_steps: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1115
1125
|
loop_monitors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1116
1126
|
cycle: z.ZodArray<z.ZodString>;
|
|
1117
1127
|
threshold: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1157,683 +1167,5 @@ export declare const PieceConfigRawSchema: z.ZodPipe<z.ZodTransform<unknown, unk
|
|
|
1157
1167
|
quiet: "quiet";
|
|
1158
1168
|
passthrough: "passthrough";
|
|
1159
1169
|
}>>;
|
|
1160
|
-
}, z.core.$
|
|
1161
|
-
name: string;
|
|
1162
|
-
movements: {
|
|
1163
|
-
name: string;
|
|
1164
|
-
pass_previous_response: boolean;
|
|
1165
|
-
description?: string | undefined;
|
|
1166
|
-
session?: "continue" | "refresh" | undefined;
|
|
1167
|
-
persona?: string | undefined;
|
|
1168
|
-
persona_name?: string | undefined;
|
|
1169
|
-
policy?: string | string[] | undefined;
|
|
1170
|
-
knowledge?: string | string[] | undefined;
|
|
1171
|
-
allowed_tools?: undefined;
|
|
1172
|
-
mcp_servers?: Record<string, {
|
|
1173
|
-
command: string;
|
|
1174
|
-
type?: "stdio" | undefined;
|
|
1175
|
-
args?: string[] | undefined;
|
|
1176
|
-
env?: Record<string, string> | undefined;
|
|
1177
|
-
} | {
|
|
1178
|
-
type: "sse";
|
|
1179
|
-
url: string;
|
|
1180
|
-
headers?: Record<string, string> | undefined;
|
|
1181
|
-
} | {
|
|
1182
|
-
type: "http";
|
|
1183
|
-
url: string;
|
|
1184
|
-
headers?: Record<string, string> | undefined;
|
|
1185
|
-
}> | undefined;
|
|
1186
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1187
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1188
|
-
model?: string | undefined;
|
|
1189
|
-
network_access?: boolean | undefined;
|
|
1190
|
-
sandbox?: {
|
|
1191
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1192
|
-
excluded_commands?: string[] | undefined;
|
|
1193
|
-
} | undefined;
|
|
1194
|
-
} | undefined;
|
|
1195
|
-
model?: string | undefined;
|
|
1196
|
-
permission_mode?: undefined;
|
|
1197
|
-
required_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
1198
|
-
provider_options?: {
|
|
1199
|
-
codex?: {
|
|
1200
|
-
network_access?: boolean | undefined;
|
|
1201
|
-
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1202
|
-
} | undefined;
|
|
1203
|
-
opencode?: {
|
|
1204
|
-
network_access?: boolean | undefined;
|
|
1205
|
-
} | undefined;
|
|
1206
|
-
claude?: {
|
|
1207
|
-
allowed_tools?: string[] | undefined;
|
|
1208
|
-
effort?: "low" | "medium" | "high" | "max" | undefined;
|
|
1209
|
-
sandbox?: {
|
|
1210
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1211
|
-
excluded_commands?: string[] | undefined;
|
|
1212
|
-
} | undefined;
|
|
1213
|
-
} | undefined;
|
|
1214
|
-
} | undefined;
|
|
1215
|
-
edit?: boolean | undefined;
|
|
1216
|
-
instruction?: string | undefined;
|
|
1217
|
-
instruction_template?: undefined;
|
|
1218
|
-
rules?: {
|
|
1219
|
-
condition: string;
|
|
1220
|
-
next?: string | undefined;
|
|
1221
|
-
appendix?: string | undefined;
|
|
1222
|
-
requires_user_input?: boolean | undefined;
|
|
1223
|
-
interactive_only?: boolean | undefined;
|
|
1224
|
-
}[] | undefined;
|
|
1225
|
-
output_contracts?: {
|
|
1226
|
-
report?: {
|
|
1227
|
-
name: string;
|
|
1228
|
-
format: string;
|
|
1229
|
-
use_judge: boolean;
|
|
1230
|
-
order?: string | undefined;
|
|
1231
|
-
}[] | undefined;
|
|
1232
|
-
} | undefined;
|
|
1233
|
-
quality_gates?: string[] | undefined;
|
|
1234
|
-
parallel?: {
|
|
1235
|
-
name: string;
|
|
1236
|
-
pass_previous_response: boolean;
|
|
1237
|
-
persona?: string | undefined;
|
|
1238
|
-
persona_name?: string | undefined;
|
|
1239
|
-
policy?: string | string[] | undefined;
|
|
1240
|
-
knowledge?: string | string[] | undefined;
|
|
1241
|
-
allowed_tools?: undefined;
|
|
1242
|
-
mcp_servers?: Record<string, {
|
|
1243
|
-
command: string;
|
|
1244
|
-
type?: "stdio" | undefined;
|
|
1245
|
-
args?: string[] | undefined;
|
|
1246
|
-
env?: Record<string, string> | undefined;
|
|
1247
|
-
} | {
|
|
1248
|
-
type: "sse";
|
|
1249
|
-
url: string;
|
|
1250
|
-
headers?: Record<string, string> | undefined;
|
|
1251
|
-
} | {
|
|
1252
|
-
type: "http";
|
|
1253
|
-
url: string;
|
|
1254
|
-
headers?: Record<string, string> | undefined;
|
|
1255
|
-
}> | undefined;
|
|
1256
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1257
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1258
|
-
model?: string | undefined;
|
|
1259
|
-
network_access?: boolean | undefined;
|
|
1260
|
-
sandbox?: {
|
|
1261
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1262
|
-
excluded_commands?: string[] | undefined;
|
|
1263
|
-
} | undefined;
|
|
1264
|
-
} | undefined;
|
|
1265
|
-
model?: string | undefined;
|
|
1266
|
-
permission_mode?: undefined;
|
|
1267
|
-
required_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
1268
|
-
provider_options?: {
|
|
1269
|
-
codex?: {
|
|
1270
|
-
network_access?: boolean | undefined;
|
|
1271
|
-
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1272
|
-
} | undefined;
|
|
1273
|
-
opencode?: {
|
|
1274
|
-
network_access?: boolean | undefined;
|
|
1275
|
-
} | undefined;
|
|
1276
|
-
claude?: {
|
|
1277
|
-
allowed_tools?: string[] | undefined;
|
|
1278
|
-
effort?: "low" | "medium" | "high" | "max" | undefined;
|
|
1279
|
-
sandbox?: {
|
|
1280
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1281
|
-
excluded_commands?: string[] | undefined;
|
|
1282
|
-
} | undefined;
|
|
1283
|
-
} | undefined;
|
|
1284
|
-
} | undefined;
|
|
1285
|
-
edit?: boolean | undefined;
|
|
1286
|
-
instruction?: string | undefined;
|
|
1287
|
-
instruction_template?: undefined;
|
|
1288
|
-
rules?: {
|
|
1289
|
-
condition: string;
|
|
1290
|
-
next?: string | undefined;
|
|
1291
|
-
appendix?: string | undefined;
|
|
1292
|
-
requires_user_input?: boolean | undefined;
|
|
1293
|
-
interactive_only?: boolean | undefined;
|
|
1294
|
-
}[] | undefined;
|
|
1295
|
-
output_contracts?: {
|
|
1296
|
-
report?: {
|
|
1297
|
-
name: string;
|
|
1298
|
-
format: string;
|
|
1299
|
-
use_judge: boolean;
|
|
1300
|
-
order?: string | undefined;
|
|
1301
|
-
}[] | undefined;
|
|
1302
|
-
} | undefined;
|
|
1303
|
-
quality_gates?: string[] | undefined;
|
|
1304
|
-
}[] | undefined;
|
|
1305
|
-
concurrency?: number | undefined;
|
|
1306
|
-
arpeggio?: {
|
|
1307
|
-
source: string;
|
|
1308
|
-
source_path: string;
|
|
1309
|
-
batch_size: number;
|
|
1310
|
-
concurrency: number;
|
|
1311
|
-
template: string;
|
|
1312
|
-
max_retries: number;
|
|
1313
|
-
retry_delay_ms: number;
|
|
1314
|
-
merge?: {
|
|
1315
|
-
strategy: "custom" | "concat";
|
|
1316
|
-
inline_js?: string | undefined;
|
|
1317
|
-
file?: string | undefined;
|
|
1318
|
-
separator?: string | undefined;
|
|
1319
|
-
} | undefined;
|
|
1320
|
-
output_path?: string | undefined;
|
|
1321
|
-
} | undefined;
|
|
1322
|
-
team_leader?: {
|
|
1323
|
-
max_parts: number;
|
|
1324
|
-
refill_threshold: number;
|
|
1325
|
-
timeout_ms: number;
|
|
1326
|
-
persona?: string | undefined;
|
|
1327
|
-
part_persona?: string | undefined;
|
|
1328
|
-
part_allowed_tools?: string[] | undefined;
|
|
1329
|
-
part_edit?: boolean | undefined;
|
|
1330
|
-
part_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
1331
|
-
} | undefined;
|
|
1332
|
-
}[];
|
|
1333
|
-
max_movements: number;
|
|
1334
|
-
description?: string | undefined;
|
|
1335
|
-
piece_config?: {
|
|
1336
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1337
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1338
|
-
model?: string | undefined;
|
|
1339
|
-
network_access?: boolean | undefined;
|
|
1340
|
-
sandbox?: {
|
|
1341
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1342
|
-
excluded_commands?: string[] | undefined;
|
|
1343
|
-
} | undefined;
|
|
1344
|
-
} | undefined;
|
|
1345
|
-
provider_options?: {
|
|
1346
|
-
codex?: {
|
|
1347
|
-
network_access?: boolean | undefined;
|
|
1348
|
-
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1349
|
-
} | undefined;
|
|
1350
|
-
opencode?: {
|
|
1351
|
-
network_access?: boolean | undefined;
|
|
1352
|
-
} | undefined;
|
|
1353
|
-
claude?: {
|
|
1354
|
-
allowed_tools?: string[] | undefined;
|
|
1355
|
-
effort?: "low" | "medium" | "high" | "max" | undefined;
|
|
1356
|
-
sandbox?: {
|
|
1357
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1358
|
-
excluded_commands?: string[] | undefined;
|
|
1359
|
-
} | undefined;
|
|
1360
|
-
} | undefined;
|
|
1361
|
-
} | undefined;
|
|
1362
|
-
runtime?: {
|
|
1363
|
-
prepare?: string[] | undefined;
|
|
1364
|
-
} | undefined;
|
|
1365
|
-
} | undefined;
|
|
1366
|
-
permission_mode?: undefined;
|
|
1367
|
-
personas?: Record<string, string> | undefined;
|
|
1368
|
-
policies?: Record<string, string> | undefined;
|
|
1369
|
-
knowledge?: Record<string, string> | undefined;
|
|
1370
|
-
instructions?: Record<string, string> | undefined;
|
|
1371
|
-
report_formats?: Record<string, string> | undefined;
|
|
1372
|
-
initial_movement?: string | undefined;
|
|
1373
|
-
loop_monitors?: {
|
|
1374
|
-
cycle: string[];
|
|
1375
|
-
threshold: number;
|
|
1376
|
-
judge: {
|
|
1377
|
-
rules: {
|
|
1378
|
-
condition: string;
|
|
1379
|
-
next: string;
|
|
1380
|
-
}[];
|
|
1381
|
-
persona?: string | undefined;
|
|
1382
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1383
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1384
|
-
model?: string | undefined;
|
|
1385
|
-
network_access?: boolean | undefined;
|
|
1386
|
-
sandbox?: {
|
|
1387
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1388
|
-
excluded_commands?: string[] | undefined;
|
|
1389
|
-
} | undefined;
|
|
1390
|
-
} | undefined;
|
|
1391
|
-
model?: string | undefined;
|
|
1392
|
-
instruction?: string | undefined;
|
|
1393
|
-
instruction_template?: undefined;
|
|
1394
|
-
};
|
|
1395
|
-
}[] | undefined;
|
|
1396
|
-
interactive_mode?: "assistant" | "persona" | "quiet" | "passthrough" | undefined;
|
|
1397
|
-
}, {
|
|
1398
|
-
name: string;
|
|
1399
|
-
movements: {
|
|
1400
|
-
name: string;
|
|
1401
|
-
pass_previous_response: boolean;
|
|
1402
|
-
description?: string | undefined;
|
|
1403
|
-
session?: "continue" | "refresh" | undefined;
|
|
1404
|
-
persona?: string | undefined;
|
|
1405
|
-
persona_name?: string | undefined;
|
|
1406
|
-
policy?: string | string[] | undefined;
|
|
1407
|
-
knowledge?: string | string[] | undefined;
|
|
1408
|
-
allowed_tools?: undefined;
|
|
1409
|
-
mcp_servers?: Record<string, {
|
|
1410
|
-
command: string;
|
|
1411
|
-
type?: "stdio" | undefined;
|
|
1412
|
-
args?: string[] | undefined;
|
|
1413
|
-
env?: Record<string, string> | undefined;
|
|
1414
|
-
} | {
|
|
1415
|
-
type: "sse";
|
|
1416
|
-
url: string;
|
|
1417
|
-
headers?: Record<string, string> | undefined;
|
|
1418
|
-
} | {
|
|
1419
|
-
type: "http";
|
|
1420
|
-
url: string;
|
|
1421
|
-
headers?: Record<string, string> | undefined;
|
|
1422
|
-
}> | undefined;
|
|
1423
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1424
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1425
|
-
model?: string | undefined;
|
|
1426
|
-
network_access?: boolean | undefined;
|
|
1427
|
-
sandbox?: {
|
|
1428
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1429
|
-
excluded_commands?: string[] | undefined;
|
|
1430
|
-
} | undefined;
|
|
1431
|
-
} | undefined;
|
|
1432
|
-
model?: string | undefined;
|
|
1433
|
-
permission_mode?: undefined;
|
|
1434
|
-
required_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
1435
|
-
provider_options?: {
|
|
1436
|
-
codex?: {
|
|
1437
|
-
network_access?: boolean | undefined;
|
|
1438
|
-
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1439
|
-
} | undefined;
|
|
1440
|
-
opencode?: {
|
|
1441
|
-
network_access?: boolean | undefined;
|
|
1442
|
-
} | undefined;
|
|
1443
|
-
claude?: {
|
|
1444
|
-
allowed_tools?: string[] | undefined;
|
|
1445
|
-
effort?: "low" | "medium" | "high" | "max" | undefined;
|
|
1446
|
-
sandbox?: {
|
|
1447
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1448
|
-
excluded_commands?: string[] | undefined;
|
|
1449
|
-
} | undefined;
|
|
1450
|
-
} | undefined;
|
|
1451
|
-
} | undefined;
|
|
1452
|
-
edit?: boolean | undefined;
|
|
1453
|
-
instruction?: string | undefined;
|
|
1454
|
-
instruction_template?: undefined;
|
|
1455
|
-
rules?: {
|
|
1456
|
-
condition: string;
|
|
1457
|
-
next?: string | undefined;
|
|
1458
|
-
appendix?: string | undefined;
|
|
1459
|
-
requires_user_input?: boolean | undefined;
|
|
1460
|
-
interactive_only?: boolean | undefined;
|
|
1461
|
-
}[] | undefined;
|
|
1462
|
-
output_contracts?: {
|
|
1463
|
-
report?: {
|
|
1464
|
-
name: string;
|
|
1465
|
-
format: string;
|
|
1466
|
-
use_judge: boolean;
|
|
1467
|
-
order?: string | undefined;
|
|
1468
|
-
}[] | undefined;
|
|
1469
|
-
} | undefined;
|
|
1470
|
-
quality_gates?: string[] | undefined;
|
|
1471
|
-
parallel?: {
|
|
1472
|
-
name: string;
|
|
1473
|
-
pass_previous_response: boolean;
|
|
1474
|
-
persona?: string | undefined;
|
|
1475
|
-
persona_name?: string | undefined;
|
|
1476
|
-
policy?: string | string[] | undefined;
|
|
1477
|
-
knowledge?: string | string[] | undefined;
|
|
1478
|
-
allowed_tools?: undefined;
|
|
1479
|
-
mcp_servers?: Record<string, {
|
|
1480
|
-
command: string;
|
|
1481
|
-
type?: "stdio" | undefined;
|
|
1482
|
-
args?: string[] | undefined;
|
|
1483
|
-
env?: Record<string, string> | undefined;
|
|
1484
|
-
} | {
|
|
1485
|
-
type: "sse";
|
|
1486
|
-
url: string;
|
|
1487
|
-
headers?: Record<string, string> | undefined;
|
|
1488
|
-
} | {
|
|
1489
|
-
type: "http";
|
|
1490
|
-
url: string;
|
|
1491
|
-
headers?: Record<string, string> | undefined;
|
|
1492
|
-
}> | undefined;
|
|
1493
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1494
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1495
|
-
model?: string | undefined;
|
|
1496
|
-
network_access?: boolean | undefined;
|
|
1497
|
-
sandbox?: {
|
|
1498
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1499
|
-
excluded_commands?: string[] | undefined;
|
|
1500
|
-
} | undefined;
|
|
1501
|
-
} | undefined;
|
|
1502
|
-
model?: string | undefined;
|
|
1503
|
-
permission_mode?: undefined;
|
|
1504
|
-
required_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
1505
|
-
provider_options?: {
|
|
1506
|
-
codex?: {
|
|
1507
|
-
network_access?: boolean | undefined;
|
|
1508
|
-
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1509
|
-
} | undefined;
|
|
1510
|
-
opencode?: {
|
|
1511
|
-
network_access?: boolean | undefined;
|
|
1512
|
-
} | undefined;
|
|
1513
|
-
claude?: {
|
|
1514
|
-
allowed_tools?: string[] | undefined;
|
|
1515
|
-
effort?: "low" | "medium" | "high" | "max" | undefined;
|
|
1516
|
-
sandbox?: {
|
|
1517
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1518
|
-
excluded_commands?: string[] | undefined;
|
|
1519
|
-
} | undefined;
|
|
1520
|
-
} | undefined;
|
|
1521
|
-
} | undefined;
|
|
1522
|
-
edit?: boolean | undefined;
|
|
1523
|
-
instruction?: string | undefined;
|
|
1524
|
-
instruction_template?: undefined;
|
|
1525
|
-
rules?: {
|
|
1526
|
-
condition: string;
|
|
1527
|
-
next?: string | undefined;
|
|
1528
|
-
appendix?: string | undefined;
|
|
1529
|
-
requires_user_input?: boolean | undefined;
|
|
1530
|
-
interactive_only?: boolean | undefined;
|
|
1531
|
-
}[] | undefined;
|
|
1532
|
-
output_contracts?: {
|
|
1533
|
-
report?: {
|
|
1534
|
-
name: string;
|
|
1535
|
-
format: string;
|
|
1536
|
-
use_judge: boolean;
|
|
1537
|
-
order?: string | undefined;
|
|
1538
|
-
}[] | undefined;
|
|
1539
|
-
} | undefined;
|
|
1540
|
-
quality_gates?: string[] | undefined;
|
|
1541
|
-
}[] | undefined;
|
|
1542
|
-
concurrency?: number | undefined;
|
|
1543
|
-
arpeggio?: {
|
|
1544
|
-
source: string;
|
|
1545
|
-
source_path: string;
|
|
1546
|
-
batch_size: number;
|
|
1547
|
-
concurrency: number;
|
|
1548
|
-
template: string;
|
|
1549
|
-
max_retries: number;
|
|
1550
|
-
retry_delay_ms: number;
|
|
1551
|
-
merge?: {
|
|
1552
|
-
strategy: "custom" | "concat";
|
|
1553
|
-
inline_js?: string | undefined;
|
|
1554
|
-
file?: string | undefined;
|
|
1555
|
-
separator?: string | undefined;
|
|
1556
|
-
} | undefined;
|
|
1557
|
-
output_path?: string | undefined;
|
|
1558
|
-
} | undefined;
|
|
1559
|
-
team_leader?: {
|
|
1560
|
-
max_parts: number;
|
|
1561
|
-
refill_threshold: number;
|
|
1562
|
-
timeout_ms: number;
|
|
1563
|
-
persona?: string | undefined;
|
|
1564
|
-
part_persona?: string | undefined;
|
|
1565
|
-
part_allowed_tools?: string[] | undefined;
|
|
1566
|
-
part_edit?: boolean | undefined;
|
|
1567
|
-
part_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
1568
|
-
} | undefined;
|
|
1569
|
-
}[];
|
|
1570
|
-
max_movements: number;
|
|
1571
|
-
description?: string | undefined;
|
|
1572
|
-
piece_config?: {
|
|
1573
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1574
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1575
|
-
model?: string | undefined;
|
|
1576
|
-
network_access?: boolean | undefined;
|
|
1577
|
-
sandbox?: {
|
|
1578
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1579
|
-
excluded_commands?: string[] | undefined;
|
|
1580
|
-
} | undefined;
|
|
1581
|
-
} | undefined;
|
|
1582
|
-
provider_options?: {
|
|
1583
|
-
codex?: {
|
|
1584
|
-
network_access?: boolean | undefined;
|
|
1585
|
-
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1586
|
-
} | undefined;
|
|
1587
|
-
opencode?: {
|
|
1588
|
-
network_access?: boolean | undefined;
|
|
1589
|
-
} | undefined;
|
|
1590
|
-
claude?: {
|
|
1591
|
-
allowed_tools?: string[] | undefined;
|
|
1592
|
-
effort?: "low" | "medium" | "high" | "max" | undefined;
|
|
1593
|
-
sandbox?: {
|
|
1594
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1595
|
-
excluded_commands?: string[] | undefined;
|
|
1596
|
-
} | undefined;
|
|
1597
|
-
} | undefined;
|
|
1598
|
-
} | undefined;
|
|
1599
|
-
runtime?: {
|
|
1600
|
-
prepare?: string[] | undefined;
|
|
1601
|
-
} | undefined;
|
|
1602
|
-
} | undefined;
|
|
1603
|
-
workflow_config?: {
|
|
1604
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1605
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1606
|
-
model?: string | undefined;
|
|
1607
|
-
network_access?: boolean | undefined;
|
|
1608
|
-
sandbox?: {
|
|
1609
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1610
|
-
excluded_commands?: string[] | undefined;
|
|
1611
|
-
} | undefined;
|
|
1612
|
-
} | undefined;
|
|
1613
|
-
provider_options?: {
|
|
1614
|
-
codex?: {
|
|
1615
|
-
network_access?: boolean | undefined;
|
|
1616
|
-
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1617
|
-
} | undefined;
|
|
1618
|
-
opencode?: {
|
|
1619
|
-
network_access?: boolean | undefined;
|
|
1620
|
-
} | undefined;
|
|
1621
|
-
claude?: {
|
|
1622
|
-
allowed_tools?: string[] | undefined;
|
|
1623
|
-
effort?: "low" | "medium" | "high" | "max" | undefined;
|
|
1624
|
-
sandbox?: {
|
|
1625
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1626
|
-
excluded_commands?: string[] | undefined;
|
|
1627
|
-
} | undefined;
|
|
1628
|
-
} | undefined;
|
|
1629
|
-
} | undefined;
|
|
1630
|
-
runtime?: {
|
|
1631
|
-
prepare?: string[] | undefined;
|
|
1632
|
-
} | undefined;
|
|
1633
|
-
} | undefined;
|
|
1634
|
-
permission_mode?: undefined;
|
|
1635
|
-
personas?: Record<string, string> | undefined;
|
|
1636
|
-
policies?: Record<string, string> | undefined;
|
|
1637
|
-
knowledge?: Record<string, string> | undefined;
|
|
1638
|
-
instructions?: Record<string, string> | undefined;
|
|
1639
|
-
report_formats?: Record<string, string> | undefined;
|
|
1640
|
-
steps?: {
|
|
1641
|
-
name: string;
|
|
1642
|
-
pass_previous_response: boolean;
|
|
1643
|
-
description?: string | undefined;
|
|
1644
|
-
session?: "continue" | "refresh" | undefined;
|
|
1645
|
-
persona?: string | undefined;
|
|
1646
|
-
persona_name?: string | undefined;
|
|
1647
|
-
policy?: string | string[] | undefined;
|
|
1648
|
-
knowledge?: string | string[] | undefined;
|
|
1649
|
-
allowed_tools?: undefined;
|
|
1650
|
-
mcp_servers?: Record<string, {
|
|
1651
|
-
command: string;
|
|
1652
|
-
type?: "stdio" | undefined;
|
|
1653
|
-
args?: string[] | undefined;
|
|
1654
|
-
env?: Record<string, string> | undefined;
|
|
1655
|
-
} | {
|
|
1656
|
-
type: "sse";
|
|
1657
|
-
url: string;
|
|
1658
|
-
headers?: Record<string, string> | undefined;
|
|
1659
|
-
} | {
|
|
1660
|
-
type: "http";
|
|
1661
|
-
url: string;
|
|
1662
|
-
headers?: Record<string, string> | undefined;
|
|
1663
|
-
}> | undefined;
|
|
1664
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1665
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1666
|
-
model?: string | undefined;
|
|
1667
|
-
network_access?: boolean | undefined;
|
|
1668
|
-
sandbox?: {
|
|
1669
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1670
|
-
excluded_commands?: string[] | undefined;
|
|
1671
|
-
} | undefined;
|
|
1672
|
-
} | undefined;
|
|
1673
|
-
model?: string | undefined;
|
|
1674
|
-
permission_mode?: undefined;
|
|
1675
|
-
required_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
1676
|
-
provider_options?: {
|
|
1677
|
-
codex?: {
|
|
1678
|
-
network_access?: boolean | undefined;
|
|
1679
|
-
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1680
|
-
} | undefined;
|
|
1681
|
-
opencode?: {
|
|
1682
|
-
network_access?: boolean | undefined;
|
|
1683
|
-
} | undefined;
|
|
1684
|
-
claude?: {
|
|
1685
|
-
allowed_tools?: string[] | undefined;
|
|
1686
|
-
effort?: "low" | "medium" | "high" | "max" | undefined;
|
|
1687
|
-
sandbox?: {
|
|
1688
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1689
|
-
excluded_commands?: string[] | undefined;
|
|
1690
|
-
} | undefined;
|
|
1691
|
-
} | undefined;
|
|
1692
|
-
} | undefined;
|
|
1693
|
-
edit?: boolean | undefined;
|
|
1694
|
-
instruction?: string | undefined;
|
|
1695
|
-
instruction_template?: undefined;
|
|
1696
|
-
rules?: {
|
|
1697
|
-
condition: string;
|
|
1698
|
-
next?: string | undefined;
|
|
1699
|
-
appendix?: string | undefined;
|
|
1700
|
-
requires_user_input?: boolean | undefined;
|
|
1701
|
-
interactive_only?: boolean | undefined;
|
|
1702
|
-
}[] | undefined;
|
|
1703
|
-
output_contracts?: {
|
|
1704
|
-
report?: {
|
|
1705
|
-
name: string;
|
|
1706
|
-
format: string;
|
|
1707
|
-
use_judge: boolean;
|
|
1708
|
-
order?: string | undefined;
|
|
1709
|
-
}[] | undefined;
|
|
1710
|
-
} | undefined;
|
|
1711
|
-
quality_gates?: string[] | undefined;
|
|
1712
|
-
parallel?: {
|
|
1713
|
-
name: string;
|
|
1714
|
-
pass_previous_response: boolean;
|
|
1715
|
-
persona?: string | undefined;
|
|
1716
|
-
persona_name?: string | undefined;
|
|
1717
|
-
policy?: string | string[] | undefined;
|
|
1718
|
-
knowledge?: string | string[] | undefined;
|
|
1719
|
-
allowed_tools?: undefined;
|
|
1720
|
-
mcp_servers?: Record<string, {
|
|
1721
|
-
command: string;
|
|
1722
|
-
type?: "stdio" | undefined;
|
|
1723
|
-
args?: string[] | undefined;
|
|
1724
|
-
env?: Record<string, string> | undefined;
|
|
1725
|
-
} | {
|
|
1726
|
-
type: "sse";
|
|
1727
|
-
url: string;
|
|
1728
|
-
headers?: Record<string, string> | undefined;
|
|
1729
|
-
} | {
|
|
1730
|
-
type: "http";
|
|
1731
|
-
url: string;
|
|
1732
|
-
headers?: Record<string, string> | undefined;
|
|
1733
|
-
}> | undefined;
|
|
1734
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1735
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1736
|
-
model?: string | undefined;
|
|
1737
|
-
network_access?: boolean | undefined;
|
|
1738
|
-
sandbox?: {
|
|
1739
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1740
|
-
excluded_commands?: string[] | undefined;
|
|
1741
|
-
} | undefined;
|
|
1742
|
-
} | undefined;
|
|
1743
|
-
model?: string | undefined;
|
|
1744
|
-
permission_mode?: undefined;
|
|
1745
|
-
required_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
1746
|
-
provider_options?: {
|
|
1747
|
-
codex?: {
|
|
1748
|
-
network_access?: boolean | undefined;
|
|
1749
|
-
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1750
|
-
} | undefined;
|
|
1751
|
-
opencode?: {
|
|
1752
|
-
network_access?: boolean | undefined;
|
|
1753
|
-
} | undefined;
|
|
1754
|
-
claude?: {
|
|
1755
|
-
allowed_tools?: string[] | undefined;
|
|
1756
|
-
effort?: "low" | "medium" | "high" | "max" | undefined;
|
|
1757
|
-
sandbox?: {
|
|
1758
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1759
|
-
excluded_commands?: string[] | undefined;
|
|
1760
|
-
} | undefined;
|
|
1761
|
-
} | undefined;
|
|
1762
|
-
} | undefined;
|
|
1763
|
-
edit?: boolean | undefined;
|
|
1764
|
-
instruction?: string | undefined;
|
|
1765
|
-
instruction_template?: undefined;
|
|
1766
|
-
rules?: {
|
|
1767
|
-
condition: string;
|
|
1768
|
-
next?: string | undefined;
|
|
1769
|
-
appendix?: string | undefined;
|
|
1770
|
-
requires_user_input?: boolean | undefined;
|
|
1771
|
-
interactive_only?: boolean | undefined;
|
|
1772
|
-
}[] | undefined;
|
|
1773
|
-
output_contracts?: {
|
|
1774
|
-
report?: {
|
|
1775
|
-
name: string;
|
|
1776
|
-
format: string;
|
|
1777
|
-
use_judge: boolean;
|
|
1778
|
-
order?: string | undefined;
|
|
1779
|
-
}[] | undefined;
|
|
1780
|
-
} | undefined;
|
|
1781
|
-
quality_gates?: string[] | undefined;
|
|
1782
|
-
}[] | undefined;
|
|
1783
|
-
concurrency?: number | undefined;
|
|
1784
|
-
arpeggio?: {
|
|
1785
|
-
source: string;
|
|
1786
|
-
source_path: string;
|
|
1787
|
-
batch_size: number;
|
|
1788
|
-
concurrency: number;
|
|
1789
|
-
template: string;
|
|
1790
|
-
max_retries: number;
|
|
1791
|
-
retry_delay_ms: number;
|
|
1792
|
-
merge?: {
|
|
1793
|
-
strategy: "custom" | "concat";
|
|
1794
|
-
inline_js?: string | undefined;
|
|
1795
|
-
file?: string | undefined;
|
|
1796
|
-
separator?: string | undefined;
|
|
1797
|
-
} | undefined;
|
|
1798
|
-
output_path?: string | undefined;
|
|
1799
|
-
} | undefined;
|
|
1800
|
-
team_leader?: {
|
|
1801
|
-
max_parts: number;
|
|
1802
|
-
refill_threshold: number;
|
|
1803
|
-
timeout_ms: number;
|
|
1804
|
-
persona?: string | undefined;
|
|
1805
|
-
part_persona?: string | undefined;
|
|
1806
|
-
part_allowed_tools?: string[] | undefined;
|
|
1807
|
-
part_edit?: boolean | undefined;
|
|
1808
|
-
part_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
1809
|
-
} | undefined;
|
|
1810
|
-
}[] | undefined;
|
|
1811
|
-
initial_movement?: string | undefined;
|
|
1812
|
-
initial_step?: string | undefined;
|
|
1813
|
-
max_steps?: number | undefined;
|
|
1814
|
-
loop_monitors?: {
|
|
1815
|
-
cycle: string[];
|
|
1816
|
-
threshold: number;
|
|
1817
|
-
judge: {
|
|
1818
|
-
rules: {
|
|
1819
|
-
condition: string;
|
|
1820
|
-
next: string;
|
|
1821
|
-
}[];
|
|
1822
|
-
persona?: string | undefined;
|
|
1823
|
-
provider?: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock" | {
|
|
1824
|
-
type: "claude" | "claude-sdk" | "codex" | "opencode" | "cursor" | "copilot" | "mock";
|
|
1825
|
-
model?: string | undefined;
|
|
1826
|
-
network_access?: boolean | undefined;
|
|
1827
|
-
sandbox?: {
|
|
1828
|
-
allow_unsandboxed_commands?: boolean | undefined;
|
|
1829
|
-
excluded_commands?: string[] | undefined;
|
|
1830
|
-
} | undefined;
|
|
1831
|
-
} | undefined;
|
|
1832
|
-
model?: string | undefined;
|
|
1833
|
-
instruction?: string | undefined;
|
|
1834
|
-
instruction_template?: undefined;
|
|
1835
|
-
};
|
|
1836
|
-
}[] | undefined;
|
|
1837
|
-
interactive_mode?: "assistant" | "persona" | "quiet" | "passthrough" | undefined;
|
|
1838
|
-
}>>>;
|
|
1170
|
+
}, z.core.$strict>;
|
|
1839
1171
|
//# sourceMappingURL=workflow-schemas.d.ts.map
|