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
|
@@ -2,24 +2,21 @@
|
|
|
2
2
|
* Project/global config schemas and config-specific alias normalization.
|
|
3
3
|
*/
|
|
4
4
|
import { z } from 'zod/v4';
|
|
5
|
-
/**
|
|
6
|
-
export declare const
|
|
5
|
+
/** Workflow overrides schema for config-level overrides */
|
|
6
|
+
export declare const WorkflowOverridesSchema: z.ZodOptional<z.ZodObject<{
|
|
7
7
|
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8
8
|
quality_gates_edit_only: z.ZodOptional<z.ZodBoolean>;
|
|
9
|
-
movements: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
10
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11
|
-
}, z.core.$strip>>>>;
|
|
12
9
|
steps: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
13
10
|
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
14
11
|
}, z.core.$strip>>>>;
|
|
15
12
|
personas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
16
13
|
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
17
14
|
}, z.core.$strip>>>>;
|
|
18
|
-
}, z.core.$strip
|
|
19
|
-
export declare const
|
|
15
|
+
}, z.core.$strip>>;
|
|
16
|
+
export declare const WorkflowRuntimePrepareConfigSchema: z.ZodObject<{
|
|
20
17
|
custom_scripts: z.ZodOptional<z.ZodBoolean>;
|
|
21
18
|
}, z.core.$strict>;
|
|
22
|
-
export declare const
|
|
19
|
+
export declare const WorkflowArpeggioConfigSchema: z.ZodObject<{
|
|
23
20
|
custom_data_source_modules: z.ZodOptional<z.ZodBoolean>;
|
|
24
21
|
custom_merge_inline_js: z.ZodOptional<z.ZodBoolean>;
|
|
25
22
|
custom_merge_files: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -27,19 +24,18 @@ export declare const PieceArpeggioConfigSchema: z.ZodObject<{
|
|
|
27
24
|
export declare const SyncConflictResolverConfigSchema: z.ZodObject<{
|
|
28
25
|
auto_approve_tools: z.ZodOptional<z.ZodBoolean>;
|
|
29
26
|
}, z.core.$strict>;
|
|
30
|
-
export declare const
|
|
27
|
+
export declare const WorkflowMcpServersConfigSchema: z.ZodObject<{
|
|
31
28
|
stdio: z.ZodOptional<z.ZodBoolean>;
|
|
32
29
|
sse: z.ZodOptional<z.ZodBoolean>;
|
|
33
30
|
http: z.ZodOptional<z.ZodBoolean>;
|
|
34
31
|
}, z.core.$strict>;
|
|
35
|
-
/**
|
|
36
|
-
export type
|
|
37
|
-
|
|
38
|
-
[key: string]:
|
|
32
|
+
/** Workflow category config schema (recursive) */
|
|
33
|
+
export type WorkflowCategoryConfigNode = {
|
|
34
|
+
workflows?: string[];
|
|
35
|
+
[key: string]: WorkflowCategoryConfigNode | string[] | undefined;
|
|
39
36
|
};
|
|
40
|
-
export declare const
|
|
41
|
-
export declare const
|
|
42
|
-
/** Project config schema */
|
|
37
|
+
export declare const WorkflowCategoryConfigNodeSchema: z.ZodType<WorkflowCategoryConfigNode>;
|
|
38
|
+
export declare const WorkflowCategoryConfigSchema: z.ZodRecord<z.ZodString, z.ZodType<WorkflowCategoryConfigNode, unknown, z.core.$ZodTypeInternals<WorkflowCategoryConfigNode, unknown>>>;
|
|
43
39
|
export declare const ProjectConfigSchema: z.ZodObject<{
|
|
44
40
|
language: z.ZodOptional<z.ZodEnum<{
|
|
45
41
|
en: "en";
|
|
@@ -162,6 +158,14 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
162
158
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
163
159
|
}, z.core.$strip>>;
|
|
164
160
|
}, z.core.$strip>>;
|
|
161
|
+
copilot: z.ZodOptional<z.ZodObject<{
|
|
162
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
163
|
+
low: "low";
|
|
164
|
+
medium: "medium";
|
|
165
|
+
high: "high";
|
|
166
|
+
xhigh: "xhigh";
|
|
167
|
+
}>>;
|
|
168
|
+
}, z.core.$strip>>;
|
|
165
169
|
}, z.core.$strip>>;
|
|
166
170
|
provider_profiles: z.ZodOptional<z.ZodObject<{
|
|
167
171
|
claude: z.ZodOptional<z.ZodObject<{
|
|
@@ -170,137 +174,94 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
170
174
|
edit: "edit";
|
|
171
175
|
full: "full";
|
|
172
176
|
}>;
|
|
173
|
-
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
174
|
-
readonly: "readonly";
|
|
175
|
-
edit: "edit";
|
|
176
|
-
full: "full";
|
|
177
|
-
}>>>;
|
|
178
177
|
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
179
178
|
readonly: "readonly";
|
|
180
179
|
edit: "edit";
|
|
181
180
|
full: "full";
|
|
182
181
|
}>>>;
|
|
183
|
-
}, z.core.$
|
|
182
|
+
}, z.core.$strict>>;
|
|
184
183
|
'claude-sdk': z.ZodOptional<z.ZodObject<{
|
|
185
184
|
default_permission_mode: z.ZodEnum<{
|
|
186
185
|
readonly: "readonly";
|
|
187
186
|
edit: "edit";
|
|
188
187
|
full: "full";
|
|
189
188
|
}>;
|
|
190
|
-
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
191
|
-
readonly: "readonly";
|
|
192
|
-
edit: "edit";
|
|
193
|
-
full: "full";
|
|
194
|
-
}>>>;
|
|
195
189
|
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
196
190
|
readonly: "readonly";
|
|
197
191
|
edit: "edit";
|
|
198
192
|
full: "full";
|
|
199
193
|
}>>>;
|
|
200
|
-
}, z.core.$
|
|
194
|
+
}, z.core.$strict>>;
|
|
201
195
|
codex: z.ZodOptional<z.ZodObject<{
|
|
202
196
|
default_permission_mode: z.ZodEnum<{
|
|
203
197
|
readonly: "readonly";
|
|
204
198
|
edit: "edit";
|
|
205
199
|
full: "full";
|
|
206
200
|
}>;
|
|
207
|
-
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
208
|
-
readonly: "readonly";
|
|
209
|
-
edit: "edit";
|
|
210
|
-
full: "full";
|
|
211
|
-
}>>>;
|
|
212
201
|
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
213
202
|
readonly: "readonly";
|
|
214
203
|
edit: "edit";
|
|
215
204
|
full: "full";
|
|
216
205
|
}>>>;
|
|
217
|
-
}, z.core.$
|
|
206
|
+
}, z.core.$strict>>;
|
|
218
207
|
opencode: z.ZodOptional<z.ZodObject<{
|
|
219
208
|
default_permission_mode: z.ZodEnum<{
|
|
220
209
|
readonly: "readonly";
|
|
221
210
|
edit: "edit";
|
|
222
211
|
full: "full";
|
|
223
212
|
}>;
|
|
224
|
-
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
225
|
-
readonly: "readonly";
|
|
226
|
-
edit: "edit";
|
|
227
|
-
full: "full";
|
|
228
|
-
}>>>;
|
|
229
213
|
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
230
214
|
readonly: "readonly";
|
|
231
215
|
edit: "edit";
|
|
232
216
|
full: "full";
|
|
233
217
|
}>>>;
|
|
234
|
-
}, z.core.$
|
|
218
|
+
}, z.core.$strict>>;
|
|
235
219
|
cursor: z.ZodOptional<z.ZodObject<{
|
|
236
220
|
default_permission_mode: z.ZodEnum<{
|
|
237
221
|
readonly: "readonly";
|
|
238
222
|
edit: "edit";
|
|
239
223
|
full: "full";
|
|
240
224
|
}>;
|
|
241
|
-
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
242
|
-
readonly: "readonly";
|
|
243
|
-
edit: "edit";
|
|
244
|
-
full: "full";
|
|
245
|
-
}>>>;
|
|
246
225
|
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
247
226
|
readonly: "readonly";
|
|
248
227
|
edit: "edit";
|
|
249
228
|
full: "full";
|
|
250
229
|
}>>>;
|
|
251
|
-
}, z.core.$
|
|
230
|
+
}, z.core.$strict>>;
|
|
252
231
|
copilot: z.ZodOptional<z.ZodObject<{
|
|
253
232
|
default_permission_mode: z.ZodEnum<{
|
|
254
233
|
readonly: "readonly";
|
|
255
234
|
edit: "edit";
|
|
256
235
|
full: "full";
|
|
257
236
|
}>;
|
|
258
|
-
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
259
|
-
readonly: "readonly";
|
|
260
|
-
edit: "edit";
|
|
261
|
-
full: "full";
|
|
262
|
-
}>>>;
|
|
263
237
|
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
264
238
|
readonly: "readonly";
|
|
265
239
|
edit: "edit";
|
|
266
240
|
full: "full";
|
|
267
241
|
}>>>;
|
|
268
|
-
}, z.core.$
|
|
242
|
+
}, z.core.$strict>>;
|
|
269
243
|
mock: z.ZodOptional<z.ZodObject<{
|
|
270
244
|
default_permission_mode: z.ZodEnum<{
|
|
271
245
|
readonly: "readonly";
|
|
272
246
|
edit: "edit";
|
|
273
247
|
full: "full";
|
|
274
248
|
}>;
|
|
275
|
-
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
276
|
-
readonly: "readonly";
|
|
277
|
-
edit: "edit";
|
|
278
|
-
full: "full";
|
|
279
|
-
}>>>;
|
|
280
249
|
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
281
250
|
readonly: "readonly";
|
|
282
251
|
edit: "edit";
|
|
283
252
|
full: "full";
|
|
284
253
|
}>>>;
|
|
285
|
-
}, z.core.$
|
|
286
|
-
}, z.core.$
|
|
254
|
+
}, z.core.$strict>>;
|
|
255
|
+
}, z.core.$strict>>;
|
|
287
256
|
runtime: z.ZodOptional<z.ZodObject<{
|
|
288
257
|
prepare: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
|
|
289
258
|
gradle: "gradle";
|
|
290
259
|
node: "node";
|
|
291
260
|
}>, z.ZodString]>>>;
|
|
292
261
|
}, z.core.$strip>>;
|
|
293
|
-
piece_runtime_prepare: z.ZodOptional<z.ZodObject<{
|
|
294
|
-
custom_scripts: z.ZodOptional<z.ZodBoolean>;
|
|
295
|
-
}, z.core.$strict>>;
|
|
296
262
|
workflow_runtime_prepare: z.ZodOptional<z.ZodObject<{
|
|
297
263
|
custom_scripts: z.ZodOptional<z.ZodBoolean>;
|
|
298
264
|
}, z.core.$strict>>;
|
|
299
|
-
piece_arpeggio: z.ZodOptional<z.ZodObject<{
|
|
300
|
-
custom_data_source_modules: z.ZodOptional<z.ZodBoolean>;
|
|
301
|
-
custom_merge_inline_js: z.ZodOptional<z.ZodBoolean>;
|
|
302
|
-
custom_merge_files: z.ZodOptional<z.ZodBoolean>;
|
|
303
|
-
}, z.core.$strict>>;
|
|
304
265
|
workflow_arpeggio: z.ZodOptional<z.ZodObject<{
|
|
305
266
|
custom_data_source_modules: z.ZodOptional<z.ZodBoolean>;
|
|
306
267
|
custom_merge_inline_js: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -309,11 +270,6 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
309
270
|
sync_conflict_resolver: z.ZodOptional<z.ZodObject<{
|
|
310
271
|
auto_approve_tools: z.ZodOptional<z.ZodBoolean>;
|
|
311
272
|
}, z.core.$strict>>;
|
|
312
|
-
piece_mcp_servers: z.ZodOptional<z.ZodObject<{
|
|
313
|
-
stdio: z.ZodOptional<z.ZodBoolean>;
|
|
314
|
-
sse: z.ZodOptional<z.ZodBoolean>;
|
|
315
|
-
http: z.ZodOptional<z.ZodBoolean>;
|
|
316
|
-
}, z.core.$strict>>;
|
|
317
273
|
workflow_mcp_servers: z.ZodOptional<z.ZodObject<{
|
|
318
274
|
stdio: z.ZodOptional<z.ZodBoolean>;
|
|
319
275
|
sse: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -321,35 +277,18 @@ export declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
321
277
|
}, z.core.$strict>>;
|
|
322
278
|
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
323
279
|
task_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
|
|
324
|
-
interactive_preview_movements: z.ZodOptional<z.ZodNumber>;
|
|
325
280
|
interactive_preview_steps: z.ZodOptional<z.ZodNumber>;
|
|
326
281
|
base_branch: z.ZodOptional<z.ZodString>;
|
|
327
|
-
|
|
282
|
+
workflow_overrides: z.ZodOptional<z.ZodObject<{
|
|
328
283
|
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
329
284
|
quality_gates_edit_only: z.ZodOptional<z.ZodBoolean>;
|
|
330
|
-
movements: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
331
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
332
|
-
}, z.core.$strip>>>>;
|
|
333
285
|
steps: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
334
286
|
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
335
287
|
}, z.core.$strip>>>>;
|
|
336
288
|
personas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
337
289
|
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
338
290
|
}, z.core.$strip>>>>;
|
|
339
|
-
}, z.core.$strip
|
|
340
|
-
workflow_overrides: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodObject<{
|
|
341
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
342
|
-
quality_gates_edit_only: z.ZodOptional<z.ZodBoolean>;
|
|
343
|
-
movements: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
344
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
345
|
-
}, z.core.$strip>>>>;
|
|
346
|
-
steps: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
347
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
348
|
-
}, z.core.$strip>>>>;
|
|
349
|
-
personas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
350
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
351
|
-
}, z.core.$strip>>>>;
|
|
352
|
-
}, z.core.$strip>>>;
|
|
291
|
+
}, z.core.$strip>>;
|
|
353
292
|
vcs_provider: z.ZodOptional<z.ZodEnum<{
|
|
354
293
|
github: "github";
|
|
355
294
|
gitlab: "gitlab";
|
|
@@ -404,7 +343,18 @@ export declare const GlobalConfigSchema: z.ZodObject<{
|
|
|
404
343
|
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
405
344
|
}, z.core.$strip>>;
|
|
406
345
|
}, z.core.$strip>>;
|
|
346
|
+
copilot: z.ZodOptional<z.ZodObject<{
|
|
347
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
348
|
+
low: "low";
|
|
349
|
+
medium: "medium";
|
|
350
|
+
high: "high";
|
|
351
|
+
xhigh: "xhigh";
|
|
352
|
+
}>>;
|
|
353
|
+
}, z.core.$strip>>;
|
|
407
354
|
}, z.core.$strip>>;
|
|
355
|
+
auto_pr: z.ZodOptional<z.ZodBoolean>;
|
|
356
|
+
draft_pr: z.ZodOptional<z.ZodBoolean>;
|
|
357
|
+
base_branch: z.ZodOptional<z.ZodString>;
|
|
408
358
|
provider_profiles: z.ZodOptional<z.ZodObject<{
|
|
409
359
|
claude: z.ZodOptional<z.ZodObject<{
|
|
410
360
|
default_permission_mode: z.ZodEnum<{
|
|
@@ -412,150 +362,97 @@ export declare const GlobalConfigSchema: z.ZodObject<{
|
|
|
412
362
|
edit: "edit";
|
|
413
363
|
full: "full";
|
|
414
364
|
}>;
|
|
415
|
-
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
416
|
-
readonly: "readonly";
|
|
417
|
-
edit: "edit";
|
|
418
|
-
full: "full";
|
|
419
|
-
}>>>;
|
|
420
365
|
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
421
366
|
readonly: "readonly";
|
|
422
367
|
edit: "edit";
|
|
423
368
|
full: "full";
|
|
424
369
|
}>>>;
|
|
425
|
-
}, z.core.$
|
|
370
|
+
}, z.core.$strict>>;
|
|
426
371
|
'claude-sdk': z.ZodOptional<z.ZodObject<{
|
|
427
372
|
default_permission_mode: z.ZodEnum<{
|
|
428
373
|
readonly: "readonly";
|
|
429
374
|
edit: "edit";
|
|
430
375
|
full: "full";
|
|
431
376
|
}>;
|
|
432
|
-
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
433
|
-
readonly: "readonly";
|
|
434
|
-
edit: "edit";
|
|
435
|
-
full: "full";
|
|
436
|
-
}>>>;
|
|
437
377
|
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
438
378
|
readonly: "readonly";
|
|
439
379
|
edit: "edit";
|
|
440
380
|
full: "full";
|
|
441
381
|
}>>>;
|
|
442
|
-
}, z.core.$
|
|
382
|
+
}, z.core.$strict>>;
|
|
443
383
|
codex: z.ZodOptional<z.ZodObject<{
|
|
444
384
|
default_permission_mode: z.ZodEnum<{
|
|
445
385
|
readonly: "readonly";
|
|
446
386
|
edit: "edit";
|
|
447
387
|
full: "full";
|
|
448
388
|
}>;
|
|
449
|
-
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
450
|
-
readonly: "readonly";
|
|
451
|
-
edit: "edit";
|
|
452
|
-
full: "full";
|
|
453
|
-
}>>>;
|
|
454
389
|
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
455
390
|
readonly: "readonly";
|
|
456
391
|
edit: "edit";
|
|
457
392
|
full: "full";
|
|
458
393
|
}>>>;
|
|
459
|
-
}, z.core.$
|
|
394
|
+
}, z.core.$strict>>;
|
|
460
395
|
opencode: z.ZodOptional<z.ZodObject<{
|
|
461
396
|
default_permission_mode: z.ZodEnum<{
|
|
462
397
|
readonly: "readonly";
|
|
463
398
|
edit: "edit";
|
|
464
399
|
full: "full";
|
|
465
400
|
}>;
|
|
466
|
-
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
467
|
-
readonly: "readonly";
|
|
468
|
-
edit: "edit";
|
|
469
|
-
full: "full";
|
|
470
|
-
}>>>;
|
|
471
401
|
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
472
402
|
readonly: "readonly";
|
|
473
403
|
edit: "edit";
|
|
474
404
|
full: "full";
|
|
475
405
|
}>>>;
|
|
476
|
-
}, z.core.$
|
|
406
|
+
}, z.core.$strict>>;
|
|
477
407
|
cursor: z.ZodOptional<z.ZodObject<{
|
|
478
408
|
default_permission_mode: z.ZodEnum<{
|
|
479
409
|
readonly: "readonly";
|
|
480
410
|
edit: "edit";
|
|
481
411
|
full: "full";
|
|
482
412
|
}>;
|
|
483
|
-
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
484
|
-
readonly: "readonly";
|
|
485
|
-
edit: "edit";
|
|
486
|
-
full: "full";
|
|
487
|
-
}>>>;
|
|
488
413
|
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
489
414
|
readonly: "readonly";
|
|
490
415
|
edit: "edit";
|
|
491
416
|
full: "full";
|
|
492
417
|
}>>>;
|
|
493
|
-
}, z.core.$
|
|
418
|
+
}, z.core.$strict>>;
|
|
494
419
|
copilot: z.ZodOptional<z.ZodObject<{
|
|
495
420
|
default_permission_mode: z.ZodEnum<{
|
|
496
421
|
readonly: "readonly";
|
|
497
422
|
edit: "edit";
|
|
498
423
|
full: "full";
|
|
499
424
|
}>;
|
|
500
|
-
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
501
|
-
readonly: "readonly";
|
|
502
|
-
edit: "edit";
|
|
503
|
-
full: "full";
|
|
504
|
-
}>>>;
|
|
505
425
|
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
506
426
|
readonly: "readonly";
|
|
507
427
|
edit: "edit";
|
|
508
428
|
full: "full";
|
|
509
429
|
}>>>;
|
|
510
|
-
}, z.core.$
|
|
430
|
+
}, z.core.$strict>>;
|
|
511
431
|
mock: z.ZodOptional<z.ZodObject<{
|
|
512
432
|
default_permission_mode: z.ZodEnum<{
|
|
513
433
|
readonly: "readonly";
|
|
514
434
|
edit: "edit";
|
|
515
435
|
full: "full";
|
|
516
436
|
}>;
|
|
517
|
-
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
518
|
-
readonly: "readonly";
|
|
519
|
-
edit: "edit";
|
|
520
|
-
full: "full";
|
|
521
|
-
}>>>;
|
|
522
437
|
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
523
438
|
readonly: "readonly";
|
|
524
439
|
edit: "edit";
|
|
525
440
|
full: "full";
|
|
526
441
|
}>>>;
|
|
527
|
-
}, z.core.$
|
|
528
|
-
}, z.core.$
|
|
529
|
-
|
|
530
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
531
|
-
quality_gates_edit_only: z.ZodOptional<z.ZodBoolean>;
|
|
532
|
-
movements: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
533
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
534
|
-
}, z.core.$strip>>>>;
|
|
535
|
-
steps: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
536
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
537
|
-
}, z.core.$strip>>>>;
|
|
538
|
-
personas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
539
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
540
|
-
}, z.core.$strip>>>>;
|
|
541
|
-
}, z.core.$strip>>>;
|
|
542
|
-
workflow_overrides: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodObject<{
|
|
442
|
+
}, z.core.$strict>>;
|
|
443
|
+
}, z.core.$strict>>;
|
|
444
|
+
workflow_overrides: z.ZodOptional<z.ZodObject<{
|
|
543
445
|
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
544
446
|
quality_gates_edit_only: z.ZodOptional<z.ZodBoolean>;
|
|
545
|
-
movements: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
546
|
-
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
547
|
-
}, z.core.$strip>>>>;
|
|
548
447
|
steps: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
549
448
|
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
550
449
|
}, z.core.$strip>>>>;
|
|
551
450
|
personas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
552
451
|
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
553
452
|
}, z.core.$strip>>>>;
|
|
554
|
-
}, z.core.$strip
|
|
453
|
+
}, z.core.$strip>>;
|
|
555
454
|
allow_git_hooks: z.ZodOptional<z.ZodBoolean>;
|
|
556
455
|
allow_git_filters: z.ZodOptional<z.ZodBoolean>;
|
|
557
|
-
auto_pr: z.ZodOptional<z.ZodBoolean>;
|
|
558
|
-
draft_pr: z.ZodOptional<z.ZodBoolean>;
|
|
559
456
|
takt_providers: z.ZodOptional<z.ZodObject<{
|
|
560
457
|
assistant: z.ZodOptional<z.ZodObject<{
|
|
561
458
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
@@ -606,17 +503,9 @@ export declare const GlobalConfigSchema: z.ZodObject<{
|
|
|
606
503
|
ai: "ai";
|
|
607
504
|
}>>;
|
|
608
505
|
minimal_output: z.ZodOptional<z.ZodBoolean>;
|
|
609
|
-
piece_runtime_prepare: z.ZodOptional<z.ZodObject<{
|
|
610
|
-
custom_scripts: z.ZodOptional<z.ZodBoolean>;
|
|
611
|
-
}, z.core.$strict>>;
|
|
612
506
|
workflow_runtime_prepare: z.ZodOptional<z.ZodObject<{
|
|
613
507
|
custom_scripts: z.ZodOptional<z.ZodBoolean>;
|
|
614
508
|
}, z.core.$strict>>;
|
|
615
|
-
piece_arpeggio: z.ZodOptional<z.ZodObject<{
|
|
616
|
-
custom_data_source_modules: z.ZodOptional<z.ZodBoolean>;
|
|
617
|
-
custom_merge_inline_js: z.ZodOptional<z.ZodBoolean>;
|
|
618
|
-
custom_merge_files: z.ZodOptional<z.ZodBoolean>;
|
|
619
|
-
}, z.core.$strict>>;
|
|
620
509
|
workflow_arpeggio: z.ZodOptional<z.ZodObject<{
|
|
621
510
|
custom_data_source_modules: z.ZodOptional<z.ZodBoolean>;
|
|
622
511
|
custom_merge_inline_js: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -625,20 +514,13 @@ export declare const GlobalConfigSchema: z.ZodObject<{
|
|
|
625
514
|
sync_conflict_resolver: z.ZodOptional<z.ZodObject<{
|
|
626
515
|
auto_approve_tools: z.ZodOptional<z.ZodBoolean>;
|
|
627
516
|
}, z.core.$strict>>;
|
|
628
|
-
piece_mcp_servers: z.ZodOptional<z.ZodObject<{
|
|
629
|
-
stdio: z.ZodOptional<z.ZodBoolean>;
|
|
630
|
-
sse: z.ZodOptional<z.ZodBoolean>;
|
|
631
|
-
http: z.ZodOptional<z.ZodBoolean>;
|
|
632
|
-
}, z.core.$strict>>;
|
|
633
517
|
workflow_mcp_servers: z.ZodOptional<z.ZodObject<{
|
|
634
518
|
stdio: z.ZodOptional<z.ZodBoolean>;
|
|
635
519
|
sse: z.ZodOptional<z.ZodBoolean>;
|
|
636
520
|
http: z.ZodOptional<z.ZodBoolean>;
|
|
637
521
|
}, z.core.$strict>>;
|
|
638
522
|
task_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
|
|
639
|
-
interactive_preview_movements: z.ZodOptional<z.ZodNumber>;
|
|
640
523
|
interactive_preview_steps: z.ZodOptional<z.ZodNumber>;
|
|
641
|
-
base_branch: z.ZodOptional<z.ZodString>;
|
|
642
524
|
vcs_provider: z.ZodOptional<z.ZodEnum<{
|
|
643
525
|
github: "github";
|
|
644
526
|
gitlab: "gitlab";
|
|
@@ -661,7 +543,6 @@ export declare const GlobalConfigSchema: z.ZodObject<{
|
|
|
661
543
|
}, z.core.$strip>>;
|
|
662
544
|
worktree_dir: z.ZodOptional<z.ZodString>;
|
|
663
545
|
disabled_builtins: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
664
|
-
enable_builtin_pieces: z.ZodOptional<z.ZodBoolean>;
|
|
665
546
|
enable_builtin_workflows: z.ZodOptional<z.ZodBoolean>;
|
|
666
547
|
anthropic_api_key: z.ZodOptional<z.ZodString>;
|
|
667
548
|
openai_api_key: z.ZodOptional<z.ZodString>;
|
|
@@ -677,14 +558,11 @@ export declare const GlobalConfigSchema: z.ZodObject<{
|
|
|
677
558
|
opencode_api_key: z.ZodOptional<z.ZodString>;
|
|
678
559
|
cursor_api_key: z.ZodOptional<z.ZodString>;
|
|
679
560
|
bookmarks_file: z.ZodOptional<z.ZodString>;
|
|
680
|
-
piece_categories_file: z.ZodOptional<z.ZodString>;
|
|
681
561
|
workflow_categories_file: z.ZodOptional<z.ZodString>;
|
|
682
562
|
prevent_sleep: z.ZodOptional<z.ZodBoolean>;
|
|
683
563
|
notification_sound: z.ZodOptional<z.ZodBoolean>;
|
|
684
564
|
notification_sound_events: z.ZodOptional<z.ZodObject<{
|
|
685
565
|
iteration_limit: z.ZodOptional<z.ZodBoolean>;
|
|
686
|
-
piece_complete: z.ZodOptional<z.ZodBoolean>;
|
|
687
|
-
piece_abort: z.ZodOptional<z.ZodBoolean>;
|
|
688
566
|
workflow_complete: z.ZodOptional<z.ZodBoolean>;
|
|
689
567
|
workflow_abort: z.ZodOptional<z.ZodBoolean>;
|
|
690
568
|
run_complete: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config-schemas.d.ts","sourceRoot":"","sources":["../../../src/core/models/config-schemas.ts"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"config-schemas.d.ts","sourceRoot":"","sources":["../../../src/core/models/config-schemas.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAkB3B,2DAA2D;AAC3D,eAAO,MAAM,uBAAuB;;;;;;;;;kBAKvB,CAAC;AAEd,eAAO,MAAM,kCAAkC;;kBAEpC,CAAC;AAEZ,eAAO,MAAM,4BAA4B;;;;kBAI9B,CAAC;AAEZ,eAAO,MAAM,gCAAgC;;kBAElC,CAAC;AAEZ,eAAO,MAAM,8BAA8B;;;;kBAIhC,CAAC;AAEZ,kDAAkD;AAClD,MAAM,MAAM,0BAA0B,GAAG;IACvC,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,CAAC,GAAG,EAAE,MAAM,GAAG,0BAA0B,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC;CAClE,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CAAC,0BAA0B,CAIlF,CAAC;AAEF,eAAO,MAAM,4BAA4B,yIAAyD,CAAC;AAyCnG,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAA4B,CAAC;AAmC7D,iEAAiE;AACjE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAMpB,CAAC"}
|
|
@@ -1,42 +1,21 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Project/global config schemas and config-specific alias normalization.
|
|
3
3
|
*/
|
|
4
|
-
import { isDeepStrictEqual } from 'node:util';
|
|
5
4
|
import { z } from 'zod/v4';
|
|
6
5
|
import { DEFAULT_LANGUAGE } from '../../shared/constants.js';
|
|
7
6
|
import { VCS_PROVIDER_TYPES } from './vcs-types.js';
|
|
8
|
-
import { AnalyticsConfigSchema, LanguageSchema, LoggingConfigSchema,
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
function normalizePieceOverridesAliases(input) {
|
|
13
|
-
if (!isPlainRecord(input)) {
|
|
14
|
-
return input;
|
|
15
|
-
}
|
|
16
|
-
const { movements, steps, ...rest } = input;
|
|
17
|
-
if (movements !== undefined
|
|
18
|
-
&& steps !== undefined
|
|
19
|
-
&& !isDeepStrictEqual(movements, steps)) {
|
|
20
|
-
throw new Error("Configuration conflict: 'steps' and 'movements' must match when both are set.");
|
|
21
|
-
}
|
|
22
|
-
return {
|
|
23
|
-
...rest,
|
|
24
|
-
...(movements !== undefined ? { movements } : {}),
|
|
25
|
-
...(steps !== undefined ? { steps } : {}),
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
/** Piece overrides schema for config-level overrides */
|
|
29
|
-
export const PieceOverridesSchema = z.preprocess(normalizePieceOverridesAliases, z.object({
|
|
7
|
+
import { AnalyticsConfigSchema, LanguageSchema, LoggingConfigSchema, StepProviderOptionsSchema, StepQualityGatesOverrideSchema, PersonaProviderReferenceSchema, PipelineConfigSchema, ProviderPermissionProfilesSchema, ProviderReferenceSchema, QualityGatesSchema, RuntimeConfigSchema, TaktProvidersSchema, } from './schema-base.js';
|
|
8
|
+
/** Workflow overrides schema for config-level overrides */
|
|
9
|
+
export const WorkflowOverridesSchema = z.object({
|
|
30
10
|
quality_gates: QualityGatesSchema,
|
|
31
11
|
quality_gates_edit_only: z.boolean().optional(),
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
export const PieceRuntimePrepareConfigSchema = z.object({
|
|
12
|
+
steps: z.record(z.string(), StepQualityGatesOverrideSchema).optional(),
|
|
13
|
+
personas: z.record(z.string(), StepQualityGatesOverrideSchema).optional(),
|
|
14
|
+
}).optional();
|
|
15
|
+
export const WorkflowRuntimePrepareConfigSchema = z.object({
|
|
37
16
|
custom_scripts: z.boolean().optional(),
|
|
38
17
|
}).strict();
|
|
39
|
-
export const
|
|
18
|
+
export const WorkflowArpeggioConfigSchema = z.object({
|
|
40
19
|
custom_data_source_modules: z.boolean().optional(),
|
|
41
20
|
custom_merge_inline_js: z.boolean().optional(),
|
|
42
21
|
custom_merge_files: z.boolean().optional(),
|
|
@@ -44,17 +23,17 @@ export const PieceArpeggioConfigSchema = z.object({
|
|
|
44
23
|
export const SyncConflictResolverConfigSchema = z.object({
|
|
45
24
|
auto_approve_tools: z.boolean().optional(),
|
|
46
25
|
}).strict();
|
|
47
|
-
export const
|
|
26
|
+
export const WorkflowMcpServersConfigSchema = z.object({
|
|
48
27
|
stdio: z.boolean().optional(),
|
|
49
28
|
sse: z.boolean().optional(),
|
|
50
29
|
http: z.boolean().optional(),
|
|
51
30
|
}).strict();
|
|
52
|
-
export const
|
|
53
|
-
|
|
54
|
-
}).catchall(
|
|
55
|
-
export const
|
|
31
|
+
export const WorkflowCategoryConfigNodeSchema = z.lazy(() => z.object({
|
|
32
|
+
workflows: z.array(z.string()).optional(),
|
|
33
|
+
}).catchall(WorkflowCategoryConfigNodeSchema));
|
|
34
|
+
export const WorkflowCategoryConfigSchema = z.record(z.string(), WorkflowCategoryConfigNodeSchema);
|
|
56
35
|
/** Project config schema */
|
|
57
|
-
|
|
36
|
+
const ProjectConfigObjectSchema = z.object({
|
|
58
37
|
language: LanguageSchema.optional(),
|
|
59
38
|
provider: ProviderReferenceSchema.optional(),
|
|
60
39
|
model: z.string().optional(),
|
|
@@ -68,23 +47,18 @@ export const ProjectConfigSchema = z.object({
|
|
|
68
47
|
persona_providers: z.record(z.string(), PersonaProviderReferenceSchema).optional(),
|
|
69
48
|
branch_name_strategy: z.enum(['romaji', 'ai']).optional(),
|
|
70
49
|
minimal_output: z.boolean().optional(),
|
|
71
|
-
provider_options:
|
|
50
|
+
provider_options: StepProviderOptionsSchema,
|
|
72
51
|
provider_profiles: ProviderPermissionProfilesSchema,
|
|
73
52
|
runtime: RuntimeConfigSchema,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
piece_arpeggio: PieceArpeggioConfigSchema.optional(),
|
|
77
|
-
workflow_arpeggio: PieceArpeggioConfigSchema.optional(),
|
|
53
|
+
workflow_runtime_prepare: WorkflowRuntimePrepareConfigSchema.optional(),
|
|
54
|
+
workflow_arpeggio: WorkflowArpeggioConfigSchema.optional(),
|
|
78
55
|
sync_conflict_resolver: SyncConflictResolverConfigSchema.optional(),
|
|
79
|
-
|
|
80
|
-
workflow_mcp_servers: PieceMcpServersConfigSchema.optional(),
|
|
56
|
+
workflow_mcp_servers: WorkflowMcpServersConfigSchema.optional(),
|
|
81
57
|
concurrency: z.number().int().min(1).max(10).optional(),
|
|
82
58
|
task_poll_interval_ms: z.number().int().min(100).max(5000).optional(),
|
|
83
|
-
interactive_preview_movements: z.number().int().min(0).max(10).optional(),
|
|
84
59
|
interactive_preview_steps: z.number().int().min(0).max(10).optional(),
|
|
85
60
|
base_branch: z.string().optional(),
|
|
86
|
-
|
|
87
|
-
workflow_overrides: PieceOverridesSchema,
|
|
61
|
+
workflow_overrides: WorkflowOverridesSchema,
|
|
88
62
|
vcs_provider: z.enum(VCS_PROVIDER_TYPES).optional(),
|
|
89
63
|
submodules: z.union([
|
|
90
64
|
z.string().refine((value) => value.trim().toLowerCase() === 'all', {
|
|
@@ -96,12 +70,12 @@ export const ProjectConfigSchema = z.object({
|
|
|
96
70
|
]).optional(),
|
|
97
71
|
with_submodules: z.boolean().optional(),
|
|
98
72
|
}).strict();
|
|
73
|
+
export const ProjectConfigSchema = ProjectConfigObjectSchema;
|
|
99
74
|
const GlobalOnlyConfigSchema = z.object({
|
|
100
75
|
language: LanguageSchema.optional().default(DEFAULT_LANGUAGE),
|
|
101
76
|
logging: LoggingConfigSchema.optional(),
|
|
102
77
|
worktree_dir: z.string().optional(),
|
|
103
78
|
disabled_builtins: z.array(z.string()).optional().default([]),
|
|
104
|
-
enable_builtin_pieces: z.boolean().optional(),
|
|
105
79
|
enable_builtin_workflows: z.boolean().optional(),
|
|
106
80
|
anthropic_api_key: z.string().optional(),
|
|
107
81
|
openai_api_key: z.string().optional(),
|
|
@@ -117,14 +91,11 @@ const GlobalOnlyConfigSchema = z.object({
|
|
|
117
91
|
opencode_api_key: z.string().optional(),
|
|
118
92
|
cursor_api_key: z.string().optional(),
|
|
119
93
|
bookmarks_file: z.string().optional(),
|
|
120
|
-
piece_categories_file: z.string().optional(),
|
|
121
94
|
workflow_categories_file: z.string().optional(),
|
|
122
95
|
prevent_sleep: z.boolean().optional(),
|
|
123
96
|
notification_sound: z.boolean().optional(),
|
|
124
97
|
notification_sound_events: z.object({
|
|
125
98
|
iteration_limit: z.boolean().optional(),
|
|
126
|
-
piece_complete: z.boolean().optional(),
|
|
127
|
-
piece_abort: z.boolean().optional(),
|
|
128
99
|
workflow_complete: z.boolean().optional(),
|
|
129
100
|
workflow_abort: z.boolean().optional(),
|
|
130
101
|
run_complete: z.boolean().optional(),
|
|
@@ -133,7 +104,7 @@ const GlobalOnlyConfigSchema = z.object({
|
|
|
133
104
|
auto_fetch: z.boolean().optional().default(false),
|
|
134
105
|
});
|
|
135
106
|
/** Global config schema = ProjectConfig + global-only fields. */
|
|
136
|
-
export const GlobalConfigSchema =
|
|
107
|
+
export const GlobalConfigSchema = ProjectConfigObjectSchema
|
|
137
108
|
.omit({ submodules: true, with_submodules: true })
|
|
138
109
|
.merge(GlobalOnlyConfigSchema)
|
|
139
110
|
.extend({
|