takt 0.33.2 → 0.35.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 +32 -25
- package/builtins/en/config.yaml +8 -8
- package/builtins/en/facets/instructions/dual-team-leader-implement.md +8 -2
- package/builtins/en/facets/instructions/plan.md +3 -0
- package/builtins/en/facets/instructions/review-requirements.md +12 -7
- package/builtins/en/facets/instructions/supervise.md +4 -2
- package/builtins/en/facets/instructions/team-leader-implement.md +3 -2
- package/builtins/en/facets/knowledge/architecture.md +93 -0
- package/builtins/en/facets/knowledge/cqrs-es.md +64 -5
- package/builtins/en/facets/output-contracts/plan.md +8 -0
- package/builtins/en/facets/output-contracts/requirements-review.md +10 -8
- package/builtins/en/facets/output-contracts/supervisor-validation.md +8 -0
- package/builtins/en/facets/personas/planner.md +7 -0
- package/builtins/en/facets/personas/requirements-reviewer.md +7 -0
- package/builtins/en/facets/personas/supervisor.md +10 -0
- package/builtins/en/facets/policies/coding.md +87 -0
- package/builtins/en/{piece-categories.yaml → workflow-categories.yaml} +10 -10
- package/builtins/en/{pieces → workflows}/audit-architecture-backend.yaml +3 -3
- package/builtins/en/{pieces → workflows}/audit-architecture-dual.yaml +3 -3
- package/builtins/en/{pieces → workflows}/audit-architecture-frontend.yaml +3 -3
- package/builtins/en/{pieces → workflows}/audit-architecture.yaml +3 -3
- package/builtins/en/{pieces → workflows}/audit-e2e.yaml +4 -4
- package/builtins/en/{pieces → workflows}/audit-security.yaml +3 -3
- package/builtins/en/{pieces → workflows}/audit-unit.yaml +4 -4
- package/builtins/en/{pieces → workflows}/backend-cqrs-mini.yaml +5 -5
- package/builtins/en/{pieces → workflows}/backend-cqrs.yaml +5 -5
- package/builtins/en/{pieces → workflows}/backend-mini.yaml +5 -5
- package/builtins/en/{pieces → workflows}/backend.yaml +5 -5
- package/builtins/en/{pieces → workflows}/compound-eye.yaml +5 -5
- package/builtins/en/{pieces → workflows}/deep-research.yaml +5 -5
- package/builtins/en/{pieces → workflows}/default.yaml +5 -5
- package/builtins/en/{pieces → workflows}/dual-cqrs-mini.yaml +5 -5
- package/builtins/en/{pieces → workflows}/dual-cqrs.yaml +5 -5
- package/builtins/en/{pieces → workflows}/dual-mini.yaml +5 -5
- package/builtins/en/{pieces → workflows}/dual.yaml +23 -7
- package/builtins/en/{pieces → workflows}/frontend-mini.yaml +5 -5
- package/builtins/en/{pieces → workflows}/frontend.yaml +5 -5
- package/builtins/en/{pieces → workflows}/magi.yaml +4 -4
- package/builtins/en/{pieces → workflows}/research.yaml +5 -5
- package/builtins/en/{pieces → workflows}/review-backend-cqrs.yaml +4 -4
- package/builtins/en/{pieces → workflows}/review-backend.yaml +4 -4
- package/builtins/en/{pieces → workflows}/review-default.yaml +5 -5
- package/builtins/en/{pieces → workflows}/review-dual-cqrs.yaml +4 -4
- package/builtins/en/{pieces → workflows}/review-dual.yaml +4 -4
- package/builtins/en/{pieces → workflows}/review-fix-backend-cqrs.yaml +4 -4
- package/builtins/en/{pieces → workflows}/review-fix-backend.yaml +4 -4
- package/builtins/en/{pieces → workflows}/review-fix-default.yaml +4 -4
- package/builtins/en/{pieces → workflows}/review-fix-dual-cqrs.yaml +4 -4
- package/builtins/en/{pieces → workflows}/review-fix-dual.yaml +4 -4
- package/builtins/en/{pieces → workflows}/review-fix-frontend.yaml +4 -4
- package/builtins/en/{pieces → workflows}/review-fix-takt-default.yaml +4 -4
- package/builtins/en/{pieces → workflows}/review-frontend.yaml +4 -4
- package/builtins/en/{pieces → workflows}/review-takt-default.yaml +5 -5
- package/builtins/en/{pieces → workflows}/takt-default.yaml +5 -5
- package/builtins/en/{pieces → workflows}/terraform.yaml +5 -5
- package/builtins/ja/config.yaml +8 -8
- package/builtins/ja/facets/instructions/dual-team-leader-implement.md +8 -2
- package/builtins/ja/facets/instructions/plan.md +3 -0
- package/builtins/ja/facets/instructions/review-requirements.md +12 -7
- package/builtins/ja/facets/instructions/supervise.md +4 -2
- package/builtins/ja/facets/instructions/team-leader-implement.md +3 -2
- package/builtins/ja/facets/knowledge/architecture.md +93 -0
- package/builtins/ja/facets/knowledge/cqrs-es.md +66 -6
- package/builtins/ja/facets/output-contracts/plan.md +8 -0
- package/builtins/ja/facets/output-contracts/requirements-review.md +10 -8
- package/builtins/ja/facets/output-contracts/supervisor-validation.md +8 -0
- package/builtins/ja/facets/personas/planner.md +8 -0
- package/builtins/ja/facets/personas/requirements-reviewer.md +7 -0
- package/builtins/ja/facets/personas/supervisor.md +6 -0
- package/builtins/ja/facets/policies/coding.md +87 -0
- package/builtins/ja/{piece-categories.yaml → workflow-categories.yaml} +10 -10
- package/builtins/ja/{pieces → workflows}/audit-architecture-backend.yaml +3 -3
- package/builtins/ja/{pieces → workflows}/audit-architecture-dual.yaml +3 -3
- package/builtins/ja/{pieces → workflows}/audit-architecture-frontend.yaml +3 -3
- package/builtins/ja/{pieces → workflows}/audit-architecture.yaml +3 -3
- package/builtins/ja/{pieces → workflows}/audit-e2e.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/audit-security.yaml +3 -3
- package/builtins/ja/{pieces → workflows}/audit-unit.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/backend-cqrs-mini.yaml +5 -5
- package/builtins/ja/{pieces → workflows}/backend-cqrs.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/backend-mini.yaml +5 -5
- package/builtins/ja/{pieces → workflows}/backend.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/compound-eye.yaml +5 -5
- package/builtins/ja/{pieces → workflows}/deep-research.yaml +5 -5
- package/builtins/ja/{pieces → workflows}/default.yaml +5 -5
- package/builtins/ja/{pieces → workflows}/dual-cqrs-mini.yaml +5 -5
- package/builtins/ja/{pieces → workflows}/dual-cqrs.yaml +5 -5
- package/builtins/ja/{pieces → workflows}/dual-mini.yaml +5 -5
- package/builtins/ja/{pieces → workflows}/dual.yaml +23 -7
- package/builtins/ja/{pieces → workflows}/frontend-mini.yaml +5 -5
- package/builtins/ja/{pieces → workflows}/frontend.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/magi.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/research.yaml +5 -5
- package/builtins/ja/{pieces → workflows}/review-backend-cqrs.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/review-backend.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/review-default.yaml +5 -5
- package/builtins/ja/{pieces → workflows}/review-dual-cqrs.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/review-dual.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/review-fix-backend-cqrs.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/review-fix-backend.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/review-fix-default.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/review-fix-dual-cqrs.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/review-fix-dual.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/review-fix-frontend.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/review-fix-takt-default.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/review-frontend.yaml +4 -4
- package/builtins/ja/{pieces → workflows}/review-takt-default.yaml +5 -5
- package/builtins/ja/{pieces → workflows}/takt-default.yaml +5 -5
- package/builtins/ja/{pieces → workflows}/terraform.yaml +5 -5
- package/builtins/schemas/decomposition.json +1 -5
- package/builtins/schemas/more-parts.json +1 -5
- package/builtins/skill/SKILL.md +54 -52
- package/builtins/skill/references/engine.md +45 -45
- package/builtins/skill/references/yaml-schema.md +46 -38
- package/builtins/skill-codex/SKILL.md +48 -46
- package/builtins/skill-codex/references/engine.md +32 -32
- package/builtins/skill-codex/references/yaml-schema.md +46 -38
- 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 +2 -112
- package/dist/agents/decompose-task-usecase.js.map +1 -1
- package/dist/agents/judge-status-usecase.d.ts +17 -0
- package/dist/agents/judge-status-usecase.d.ts.map +1 -1
- package/dist/agents/judge-status-usecase.js +53 -31
- package/dist/agents/judge-status-usecase.js.map +1 -1
- package/dist/agents/judge-utils.d.ts +6 -0
- package/dist/agents/judge-utils.d.ts.map +1 -1
- package/dist/agents/judge-utils.js +12 -0
- package/dist/agents/judge-utils.js.map +1 -1
- package/dist/agents/runner.d.ts.map +1 -1
- package/dist/agents/runner.js +12 -8
- package/dist/agents/runner.js.map +1 -1
- package/dist/agents/structured-caller/contracts.d.ts +18 -0
- package/dist/agents/structured-caller/contracts.d.ts.map +1 -0
- package/dist/agents/structured-caller/contracts.js +2 -0
- package/dist/agents/structured-caller/contracts.js.map +1 -0
- package/dist/agents/structured-caller/default-structured-caller.d.ts +19 -0
- package/dist/agents/structured-caller/default-structured-caller.d.ts.map +1 -0
- package/dist/agents/structured-caller/default-structured-caller.js +25 -0
- package/dist/agents/structured-caller/default-structured-caller.js.map +1 -0
- package/dist/agents/structured-caller/prompt-based-structured-caller.d.ts +19 -0
- package/dist/agents/structured-caller/prompt-based-structured-caller.d.ts.map +1 -0
- package/dist/agents/structured-caller/prompt-based-structured-caller.js +151 -0
- package/dist/agents/structured-caller/prompt-based-structured-caller.js.map +1 -0
- package/dist/agents/structured-caller/shared.d.ts +5 -0
- package/dist/agents/structured-caller/shared.d.ts.map +1 -0
- package/dist/agents/structured-caller/shared.js +36 -0
- package/dist/agents/structured-caller/shared.js.map +1 -0
- package/dist/agents/structured-caller.d.ts +4 -0
- package/dist/agents/structured-caller.d.ts.map +1 -0
- package/dist/agents/structured-caller.js +3 -0
- package/dist/agents/structured-caller.js.map +1 -0
- package/dist/agents/team-leader-structured-output.d.ts +19 -0
- package/dist/agents/team-leader-structured-output.d.ts.map +1 -0
- package/dist/agents/team-leader-structured-output.js +152 -0
- package/dist/agents/team-leader-structured-output.js.map +1 -0
- package/dist/agents/types.d.ts +4 -3
- package/dist/agents/types.d.ts.map +1 -1
- package/dist/app/cli/commands.js +31 -14
- package/dist/app/cli/commands.js.map +1 -1
- package/dist/app/cli/helpers.d.ts +1 -0
- package/dist/app/cli/helpers.d.ts.map +1 -1
- package/dist/app/cli/helpers.js +12 -0
- 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 +4 -3
- package/dist/app/cli/program.js.map +1 -1
- package/dist/app/cli/routing.d.ts.map +1 -1
- package/dist/app/cli/routing.js +12 -4
- package/dist/app/cli/routing.js.map +1 -1
- package/dist/core/models/config-schemas.d.ts +720 -0
- package/dist/core/models/config-schemas.d.ts.map +1 -0
- package/dist/core/models/config-schemas.js +143 -0
- package/dist/core/models/config-schemas.js.map +1 -0
- package/dist/core/models/config-types.d.ts +12 -8
- package/dist/core/models/config-types.d.ts.map +1 -1
- package/dist/core/models/part.d.ts +0 -2
- package/dist/core/models/part.d.ts.map +1 -1
- package/dist/core/models/piece-types.d.ts +9 -106
- package/dist/core/models/piece-types.d.ts.map +1 -1
- package/dist/core/models/piece-types.js +2 -4
- package/dist/core/models/piece-types.js.map +1 -1
- package/dist/core/models/provider-profiles.d.ts +1 -1
- package/dist/core/models/provider-profiles.d.ts.map +1 -1
- package/dist/core/models/schema-base.d.ts +522 -0
- package/dist/core/models/schema-base.d.ts.map +1 -0
- package/dist/core/models/schema-base.js +218 -0
- package/dist/core/models/schema-base.js.map +1 -0
- package/dist/core/models/schemas.d.ts +4 -1638
- package/dist/core/models/schemas.d.ts.map +1 -1
- package/dist/core/models/schemas.js +4 -563
- package/dist/core/models/schemas.js.map +1 -1
- package/dist/core/models/workflow-schemas.d.ts +1741 -0
- package/dist/core/models/workflow-schemas.d.ts.map +1 -0
- package/dist/core/models/workflow-schemas.js +217 -0
- package/dist/core/models/workflow-schemas.js.map +1 -0
- package/dist/core/piece/engine/ArpeggioRunner.d.ts +2 -6
- package/dist/core/piece/engine/ArpeggioRunner.d.ts.map +1 -1
- package/dist/core/piece/engine/ArpeggioRunner.js +5 -1
- package/dist/core/piece/engine/ArpeggioRunner.js.map +1 -1
- package/dist/core/piece/engine/MovementExecutor.d.ts +2 -6
- package/dist/core/piece/engine/MovementExecutor.d.ts.map +1 -1
- package/dist/core/piece/engine/MovementExecutor.js +5 -1
- package/dist/core/piece/engine/MovementExecutor.js.map +1 -1
- package/dist/core/piece/engine/OptionsBuilder.d.ts +1 -1
- package/dist/core/piece/engine/OptionsBuilder.d.ts.map +1 -1
- package/dist/core/piece/engine/OptionsBuilder.js +14 -35
- package/dist/core/piece/engine/OptionsBuilder.js.map +1 -1
- package/dist/core/piece/engine/ParallelRunner.d.ts +2 -6
- package/dist/core/piece/engine/ParallelRunner.d.ts.map +1 -1
- package/dist/core/piece/engine/ParallelRunner.js +115 -55
- package/dist/core/piece/engine/ParallelRunner.js.map +1 -1
- package/dist/core/piece/engine/PieceEngine.d.ts +1 -1
- package/dist/core/piece/engine/PieceEngine.d.ts.map +1 -1
- package/dist/core/piece/engine/PieceEngine.js +11 -10
- package/dist/core/piece/engine/PieceEngine.js.map +1 -1
- package/dist/core/piece/engine/TeamLeaderRunner.d.ts +0 -7
- package/dist/core/piece/engine/TeamLeaderRunner.d.ts.map +1 -1
- package/dist/core/piece/engine/TeamLeaderRunner.js +9 -6
- package/dist/core/piece/engine/TeamLeaderRunner.js.map +1 -1
- package/dist/core/piece/engine/parallel-logger.d.ts.map +1 -1
- package/dist/core/piece/engine/parallel-logger.js +2 -0
- package/dist/core/piece/engine/parallel-logger.js.map +1 -1
- package/dist/core/piece/engine/team-leader-common.d.ts.map +1 -1
- package/dist/core/piece/engine/team-leader-common.js +6 -3
- package/dist/core/piece/engine/team-leader-common.js.map +1 -1
- package/dist/core/piece/evaluation/RuleEvaluator.d.ts +9 -3
- package/dist/core/piece/evaluation/RuleEvaluator.d.ts.map +1 -1
- package/dist/core/piece/evaluation/RuleEvaluator.js +18 -14
- package/dist/core/piece/evaluation/RuleEvaluator.js.map +1 -1
- package/dist/core/piece/instruction/InstructionBuilder.d.ts +4 -4
- package/dist/core/piece/instruction/InstructionBuilder.js +9 -9
- package/dist/core/piece/instruction/InstructionBuilder.js.map +1 -1
- package/dist/core/piece/instruction/instruction-context.d.ts +1 -1
- package/dist/core/piece/instruction/instruction-context.js +5 -5
- package/dist/core/piece/instruction/instruction-context.js.map +1 -1
- package/dist/core/piece/part-definition-validator.d.ts.map +1 -1
- package/dist/core/piece/part-definition-validator.js +3 -6
- package/dist/core/piece/part-definition-validator.js.map +1 -1
- package/dist/core/piece/permission-profile-resolution.d.ts +0 -12
- package/dist/core/piece/permission-profile-resolution.d.ts.map +1 -1
- package/dist/core/piece/permission-profile-resolution.js +1 -12
- package/dist/core/piece/permission-profile-resolution.js.map +1 -1
- package/dist/core/piece/phase-runner.d.ts +7 -1
- package/dist/core/piece/phase-runner.d.ts.map +1 -1
- package/dist/core/piece/phase-runner.js.map +1 -1
- package/dist/core/piece/provider-resolution.d.ts +0 -2
- package/dist/core/piece/provider-resolution.d.ts.map +1 -1
- package/dist/core/piece/provider-resolution.js +0 -2
- package/dist/core/piece/provider-resolution.js.map +1 -1
- package/dist/core/piece/status-judgment-phase.d.ts.map +1 -1
- package/dist/core/piece/status-judgment-phase.js +7 -2
- package/dist/core/piece/status-judgment-phase.js.map +1 -1
- package/dist/core/piece/types.d.ts +7 -9
- package/dist/core/piece/types.d.ts.map +1 -1
- package/dist/core/runtime/runtime-environment.d.ts.map +1 -1
- package/dist/core/runtime/runtime-environment.js +15 -0
- package/dist/core/runtime/runtime-environment.js.map +1 -1
- package/dist/features/config/deploySkill.js +1 -1
- package/dist/features/config/deploySkill.js.map +1 -1
- package/dist/features/config/deploySkillCodex.js +1 -1
- package/dist/features/config/deploySkillCodex.js.map +1 -1
- package/dist/features/config/deploySkillInternal.js +5 -5
- package/dist/features/config/deploySkillInternal.js.map +1 -1
- package/dist/features/config/ejectBuiltin.d.ts +3 -3
- package/dist/features/config/ejectBuiltin.d.ts.map +1 -1
- package/dist/features/config/ejectBuiltin.js +53 -28
- package/dist/features/config/ejectBuiltin.js.map +1 -1
- package/dist/features/pieceSelection/index.d.ts.map +1 -1
- package/dist/features/pieceSelection/index.js +32 -31
- package/dist/features/pieceSelection/index.js.map +1 -1
- package/dist/features/pipeline/execute.d.ts.map +1 -1
- package/dist/features/pipeline/execute.js +9 -3
- package/dist/features/pipeline/execute.js.map +1 -1
- package/dist/features/pipeline/steps.d.ts.map +1 -1
- package/dist/features/pipeline/steps.js +22 -17
- package/dist/features/pipeline/steps.js.map +1 -1
- package/dist/features/prompt/preview.d.ts.map +1 -1
- package/dist/features/prompt/preview.js +9 -4
- package/dist/features/prompt/preview.js.map +1 -1
- package/dist/features/tasks/add/index.d.ts +4 -0
- package/dist/features/tasks/add/index.d.ts.map +1 -1
- package/dist/features/tasks/add/index.js +14 -5
- package/dist/features/tasks/add/index.js.map +1 -1
- package/dist/features/tasks/add/worktree-settings.d.ts.map +1 -1
- package/dist/features/tasks/add/worktree-settings.js +10 -8
- package/dist/features/tasks/add/worktree-settings.js.map +1 -1
- package/dist/features/tasks/execute/parallelExecution.js +2 -2
- package/dist/features/tasks/execute/pieceExecution.d.ts.map +1 -1
- package/dist/features/tasks/execute/pieceExecution.js +28 -27
- package/dist/features/tasks/execute/pieceExecution.js.map +1 -1
- package/dist/features/tasks/execute/postExecution.d.ts +1 -0
- package/dist/features/tasks/execute/postExecution.d.ts.map +1 -1
- package/dist/features/tasks/execute/postExecution.js +38 -24
- package/dist/features/tasks/execute/postExecution.js.map +1 -1
- package/dist/features/tasks/execute/resolveTask.d.ts +2 -1
- package/dist/features/tasks/execute/resolveTask.d.ts.map +1 -1
- package/dist/features/tasks/execute/resolveTask.js +13 -11
- package/dist/features/tasks/execute/resolveTask.js.map +1 -1
- package/dist/features/tasks/execute/runAllTasks.d.ts +3 -0
- package/dist/features/tasks/execute/runAllTasks.d.ts.map +1 -0
- package/dist/features/tasks/execute/runAllTasks.js +81 -0
- package/dist/features/tasks/execute/runAllTasks.js.map +1 -0
- package/dist/features/tasks/execute/selectAndExecute.d.ts.map +1 -1
- package/dist/features/tasks/execute/selectAndExecute.js +2 -1
- package/dist/features/tasks/execute/selectAndExecute.js.map +1 -1
- package/dist/features/tasks/execute/taskExecution.d.ts +0 -7
- package/dist/features/tasks/execute/taskExecution.d.ts.map +1 -1
- package/dist/features/tasks/execute/taskExecution.js +26 -100
- package/dist/features/tasks/execute/taskExecution.js.map +1 -1
- package/dist/features/tasks/execute/taskResultHandler.d.ts +4 -1
- package/dist/features/tasks/execute/taskResultHandler.d.ts.map +1 -1
- package/dist/features/tasks/execute/taskResultHandler.js +4 -2
- package/dist/features/tasks/execute/taskResultHandler.js.map +1 -1
- package/dist/features/tasks/execute/types.d.ts +3 -1
- package/dist/features/tasks/execute/types.d.ts.map +1 -1
- package/dist/features/tasks/index.d.ts +2 -1
- package/dist/features/tasks/index.d.ts.map +1 -1
- package/dist/features/tasks/index.js +2 -1
- package/dist/features/tasks/index.js.map +1 -1
- package/dist/features/tasks/list/index.js +2 -2
- package/dist/features/tasks/list/index.js.map +1 -1
- package/dist/features/tasks/list/listNonInteractive.d.ts.map +1 -1
- package/dist/features/tasks/list/listNonInteractive.js +6 -2
- package/dist/features/tasks/list/listNonInteractive.js.map +1 -1
- package/dist/features/tasks/list/requeueHelpers.d.ts.map +1 -1
- package/dist/features/tasks/list/requeueHelpers.js +2 -1
- package/dist/features/tasks/list/requeueHelpers.js.map +1 -1
- package/dist/features/tasks/list/taskActionTarget.d.ts +1 -1
- package/dist/features/tasks/list/taskActionTarget.d.ts.map +1 -1
- package/dist/features/tasks/list/taskActionTarget.js +4 -11
- package/dist/features/tasks/list/taskActionTarget.js.map +1 -1
- package/dist/features/tasks/list/taskRetryActions.d.ts.map +1 -1
- package/dist/features/tasks/list/taskRetryActions.js +12 -11
- package/dist/features/tasks/list/taskRetryActions.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/infra/claude/client.d.ts +1 -7
- package/dist/infra/claude/client.d.ts.map +1 -1
- package/dist/infra/claude/client.js +2 -46
- package/dist/infra/claude/client.js.map +1 -1
- package/dist/infra/claude/executor.d.ts +1 -1
- package/dist/infra/claude/executor.d.ts.map +1 -1
- package/dist/infra/claude/executor.js +47 -27
- package/dist/infra/claude/executor.js.map +1 -1
- package/dist/infra/claude/options-builder.d.ts +0 -15
- package/dist/infra/claude/options-builder.d.ts.map +1 -1
- package/dist/infra/claude/options-builder.js +25 -28
- package/dist/infra/claude/options-builder.js.map +1 -1
- package/dist/infra/claude/permission-mode-expression.d.ts +5 -0
- package/dist/infra/claude/permission-mode-expression.d.ts.map +1 -0
- package/dist/infra/claude/permission-mode-expression.js +14 -0
- package/dist/infra/claude/permission-mode-expression.js.map +1 -0
- package/dist/infra/claude/stream-converter.d.ts.map +1 -1
- package/dist/infra/claude/stream-converter.js +26 -0
- package/dist/infra/claude/stream-converter.js.map +1 -1
- package/dist/infra/claude/types.d.ts +23 -0
- package/dist/infra/claude/types.d.ts.map +1 -1
- package/dist/infra/claude-headless/client.d.ts +4 -0
- package/dist/infra/claude-headless/client.d.ts.map +1 -0
- package/dist/infra/claude-headless/client.js +197 -0
- package/dist/infra/claude-headless/client.js.map +1 -0
- package/dist/infra/claude-headless/headless-spawn.d.ts +13 -0
- package/dist/infra/claude-headless/headless-spawn.d.ts.map +1 -0
- package/dist/infra/claude-headless/headless-spawn.js +182 -0
- package/dist/infra/claude-headless/headless-spawn.js.map +1 -0
- package/dist/infra/claude-headless/result-response.d.ts +15 -0
- package/dist/infra/claude-headless/result-response.d.ts.map +1 -0
- package/dist/infra/claude-headless/result-response.js +72 -0
- package/dist/infra/claude-headless/result-response.js.map +1 -0
- package/dist/infra/claude-headless/stream-json-lines.d.ts +14 -0
- package/dist/infra/claude-headless/stream-json-lines.d.ts.map +1 -0
- package/dist/infra/claude-headless/stream-json-lines.js +172 -0
- package/dist/infra/claude-headless/stream-json-lines.js.map +1 -0
- package/dist/infra/claude-headless/types.d.ts +21 -0
- package/dist/infra/claude-headless/types.d.ts.map +1 -0
- package/dist/infra/claude-headless/types.js +2 -0
- package/dist/infra/claude-headless/types.js.map +1 -0
- package/dist/infra/codex/client.d.ts.map +1 -1
- package/dist/infra/codex/client.js +1 -0
- package/dist/infra/codex/client.js.map +1 -1
- package/dist/infra/codex/types.d.ts +2 -0
- package/dist/infra/codex/types.d.ts.map +1 -1
- package/dist/infra/codex/types.js.map +1 -1
- package/dist/infra/config/configKeyAliases.d.ts +17 -0
- package/dist/infra/config/configKeyAliases.d.ts.map +1 -0
- package/dist/infra/config/configKeyAliases.js +82 -0
- package/dist/infra/config/configKeyAliases.js.map +1 -0
- package/dist/infra/config/configNormalizers.d.ts +7 -6
- package/dist/infra/config/configNormalizers.d.ts.map +1 -1
- package/dist/infra/config/configNormalizers.js +25 -10
- package/dist/infra/config/configNormalizers.js.map +1 -1
- package/dist/infra/config/env/config-env-overrides.d.ts +6 -3
- package/dist/infra/config/env/config-env-overrides.d.ts.map +1 -1
- package/dist/infra/config/env/config-env-overrides.js +5 -194
- package/dist/infra/config/env/config-env-overrides.js.map +1 -1
- package/dist/infra/config/env/config-env-shared.d.ts +16 -0
- package/dist/infra/config/env/config-env-shared.d.ts.map +1 -0
- package/dist/infra/config/env/config-env-shared.js +62 -0
- package/dist/infra/config/env/config-env-shared.js.map +1 -0
- package/dist/infra/config/env/global-current-env-specs.d.ts +3 -0
- package/dist/infra/config/env/global-current-env-specs.d.ts.map +1 -0
- package/dist/infra/config/env/global-current-env-specs.js +63 -0
- package/dist/infra/config/env/global-current-env-specs.js.map +1 -0
- package/dist/infra/config/env/global-legacy-env-specs.d.ts +3 -0
- package/dist/infra/config/env/global-legacy-env-specs.d.ts.map +1 -0
- package/dist/infra/config/env/global-legacy-env-specs.js +122 -0
- package/dist/infra/config/env/global-legacy-env-specs.js.map +1 -0
- package/dist/infra/config/env/project-current-env-specs.d.ts +3 -0
- package/dist/infra/config/env/project-current-env-specs.d.ts.map +1 -0
- package/dist/infra/config/env/project-current-env-specs.js +35 -0
- package/dist/infra/config/env/project-current-env-specs.js.map +1 -0
- package/dist/infra/config/env/project-legacy-env-specs.d.ts +3 -0
- package/dist/infra/config/env/project-legacy-env-specs.d.ts.map +1 -0
- package/dist/infra/config/env/project-legacy-env-specs.js +80 -0
- package/dist/infra/config/env/project-legacy-env-specs.js.map +1 -0
- package/dist/infra/config/global/globalConfigAccessors.d.ts +2 -1
- package/dist/infra/config/global/globalConfigAccessors.d.ts.map +1 -1
- package/dist/infra/config/global/globalConfigAccessors.js.map +1 -1
- package/dist/infra/config/global/globalConfigCore.d.ts +4 -0
- package/dist/infra/config/global/globalConfigCore.d.ts.map +1 -1
- package/dist/infra/config/global/globalConfigCore.js +69 -38
- package/dist/infra/config/global/globalConfigCore.js.map +1 -1
- package/dist/infra/config/global/globalConfigSerializer.js +9 -9
- package/dist/infra/config/global/globalConfigSerializer.js.map +1 -1
- package/dist/infra/config/global/initialization.d.ts +1 -1
- package/dist/infra/config/global/initialization.d.ts.map +1 -1
- package/dist/infra/config/global/initialization.js +2 -1
- package/dist/infra/config/global/initialization.js.map +1 -1
- package/dist/infra/config/global/pieceCategories.js +1 -1
- package/dist/infra/config/global/pieceCategories.js.map +1 -1
- package/dist/infra/config/issuePath.d.ts +2 -0
- package/dist/infra/config/issuePath.d.ts.map +1 -0
- package/dist/infra/config/issuePath.js +6 -0
- package/dist/infra/config/issuePath.js.map +1 -0
- package/dist/infra/config/legacy-workflow-key-deprecation.d.ts +11 -0
- package/dist/infra/config/legacy-workflow-key-deprecation.d.ts.map +1 -0
- package/dist/infra/config/legacy-workflow-key-deprecation.js +191 -0
- package/dist/infra/config/legacy-workflow-key-deprecation.js.map +1 -0
- package/dist/infra/config/loaders/agentLoader.d.ts +1 -1
- package/dist/infra/config/loaders/agentLoader.js +3 -3
- package/dist/infra/config/loaders/agentLoader.js.map +1 -1
- package/dist/infra/config/loaders/pieceCategories.d.ts +3 -3
- package/dist/infra/config/loaders/pieceCategories.d.ts.map +1 -1
- package/dist/infra/config/loaders/pieceCategories.js +55 -17
- package/dist/infra/config/loaders/pieceCategories.js.map +1 -1
- package/dist/infra/config/loaders/pieceLoadWarning.d.ts +2 -0
- package/dist/infra/config/loaders/pieceLoadWarning.d.ts.map +1 -0
- package/dist/infra/config/loaders/pieceLoadWarning.js +22 -0
- package/dist/infra/config/loaders/pieceLoadWarning.js.map +1 -0
- package/dist/infra/config/loaders/pieceParser.d.ts.map +1 -1
- package/dist/infra/config/loaders/pieceParser.js +8 -14
- package/dist/infra/config/loaders/pieceParser.js.map +1 -1
- package/dist/infra/config/loaders/pieceResolver.d.ts +25 -22
- package/dist/infra/config/loaders/pieceResolver.d.ts.map +1 -1
- package/dist/infra/config/loaders/pieceResolver.js +80 -72
- package/dist/infra/config/loaders/pieceResolver.js.map +1 -1
- package/dist/infra/config/paths.d.ts +6 -2
- package/dist/infra/config/paths.d.ts.map +1 -1
- package/dist/infra/config/paths.js +11 -3
- package/dist/infra/config/paths.js.map +1 -1
- package/dist/infra/config/project/projectConfig.d.ts +2 -6
- package/dist/infra/config/project/projectConfig.d.ts.map +1 -1
- package/dist/infra/config/project/projectConfig.js +41 -65
- package/dist/infra/config/project/projectConfig.js.map +1 -1
- package/dist/infra/config/project/projectConfigTransforms.d.ts +0 -1
- package/dist/infra/config/project/projectConfigTransforms.d.ts.map +1 -1
- package/dist/infra/config/project/projectConfigTransforms.js +0 -5
- package/dist/infra/config/project/projectConfigTransforms.js.map +1 -1
- package/dist/infra/config/project/projectConfigValidation.d.ts +2 -0
- package/dist/infra/config/project/projectConfigValidation.d.ts.map +1 -0
- package/dist/infra/config/project/projectConfigValidation.js +17 -0
- package/dist/infra/config/project/projectConfigValidation.js.map +1 -0
- package/dist/infra/config/providerBlockOptions.js +1 -1
- package/dist/infra/config/providerBlockOptions.js.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 +6 -1
- package/dist/infra/config/providerOptions.d.ts.map +1 -1
- package/dist/infra/config/providerOptions.js +93 -5
- package/dist/infra/config/providerOptions.js.map +1 -1
- package/dist/infra/config/providerOptionsContract.d.ts +14 -0
- package/dist/infra/config/providerOptionsContract.d.ts.map +1 -0
- package/dist/infra/config/providerOptionsContract.js +80 -0
- package/dist/infra/config/providerOptionsContract.js.map +1 -0
- package/dist/infra/config/resolutionCache.d.ts +3 -0
- package/dist/infra/config/resolutionCache.d.ts.map +1 -1
- package/dist/infra/config/resolutionCache.js +9 -0
- package/dist/infra/config/resolutionCache.js.map +1 -1
- package/dist/infra/config/resolveConfigValue.d.ts +6 -0
- package/dist/infra/config/resolveConfigValue.d.ts.map +1 -1
- package/dist/infra/config/resolveConfigValue.js +97 -16
- package/dist/infra/config/resolveConfigValue.js.map +1 -1
- package/dist/infra/config/resolvedConfig.d.ts +2 -1
- package/dist/infra/config/resolvedConfig.d.ts.map +1 -1
- package/dist/infra/config/traced/tracedConfigLegacyEnvAdapter.d.ts +4 -0
- package/dist/infra/config/traced/tracedConfigLegacyEnvAdapter.d.ts.map +1 -0
- package/dist/infra/config/traced/tracedConfigLegacyEnvAdapter.js +47 -0
- package/dist/infra/config/traced/tracedConfigLegacyEnvAdapter.js.map +1 -0
- package/dist/infra/config/traced/tracedConfigLoader.d.ts +32 -0
- package/dist/infra/config/traced/tracedConfigLoader.d.ts.map +1 -0
- package/dist/infra/config/traced/tracedConfigLoader.js +153 -0
- package/dist/infra/config/traced/tracedConfigLoader.js.map +1 -0
- package/dist/infra/config/traced/tracedConfigRuntimeBridge.d.ts +3 -0
- package/dist/infra/config/traced/tracedConfigRuntimeBridge.d.ts.map +1 -0
- package/dist/infra/config/traced/tracedConfigRuntimeBridge.js +135 -0
- package/dist/infra/config/traced/tracedConfigRuntimeBridge.js.map +1 -0
- package/dist/infra/config/traced/tracedConfigSchema.d.ts +5 -0
- package/dist/infra/config/traced/tracedConfigSchema.d.ts.map +1 -0
- package/dist/infra/config/traced/tracedConfigSchema.js +215 -0
- package/dist/infra/config/traced/tracedConfigSchema.js.map +1 -0
- package/dist/infra/cursor/client.js +1 -1
- package/dist/infra/cursor/client.js.map +1 -1
- package/dist/infra/mock/client.d.ts.map +1 -1
- package/dist/infra/mock/client.js +31 -0
- package/dist/infra/mock/client.js.map +1 -1
- package/dist/infra/mock/scenario.js +5 -0
- package/dist/infra/mock/scenario.js.map +1 -1
- package/dist/infra/mock/types.d.ts +3 -0
- package/dist/infra/mock/types.d.ts.map +1 -1
- package/dist/infra/providers/claude-headless.d.ts +6 -0
- package/dist/infra/providers/claude-headless.d.ts.map +1 -0
- package/dist/infra/providers/claude-headless.js +34 -0
- package/dist/infra/providers/claude-headless.js.map +1 -0
- package/dist/infra/providers/claude.d.ts +1 -4
- package/dist/infra/providers/claude.d.ts.map +1 -1
- package/dist/infra/providers/claude.js +3 -17
- package/dist/infra/providers/claude.js.map +1 -1
- package/dist/infra/providers/codex.d.ts +1 -0
- package/dist/infra/providers/codex.d.ts.map +1 -1
- package/dist/infra/providers/codex.js +2 -6
- package/dist/infra/providers/codex.js.map +1 -1
- package/dist/infra/providers/copilot.d.ts +1 -0
- package/dist/infra/providers/copilot.d.ts.map +1 -1
- package/dist/infra/providers/copilot.js +1 -6
- package/dist/infra/providers/copilot.js.map +1 -1
- package/dist/infra/providers/cursor.d.ts +1 -0
- package/dist/infra/providers/cursor.d.ts.map +1 -1
- package/dist/infra/providers/cursor.js +1 -6
- package/dist/infra/providers/cursor.js.map +1 -1
- package/dist/infra/providers/index.d.ts +0 -12
- package/dist/infra/providers/index.d.ts.map +1 -1
- package/dist/infra/providers/index.js +3 -13
- package/dist/infra/providers/index.js.map +1 -1
- package/dist/infra/providers/mock.d.ts +1 -0
- package/dist/infra/providers/mock.d.ts.map +1 -1
- package/dist/infra/providers/mock.js +2 -6
- package/dist/infra/providers/mock.js.map +1 -1
- package/dist/infra/providers/opencode.d.ts +1 -0
- package/dist/infra/providers/opencode.d.ts.map +1 -1
- package/dist/infra/providers/opencode.js +1 -6
- package/dist/infra/providers/opencode.js.map +1 -1
- package/dist/infra/providers/types.d.ts +3 -15
- package/dist/infra/providers/types.d.ts.map +1 -1
- package/dist/infra/providers/types.js +0 -3
- package/dist/infra/providers/types.js.map +1 -1
- package/dist/infra/resources/index.d.ts +1 -1
- package/dist/infra/resources/index.js +1 -1
- package/dist/infra/task/autoCommit.d.ts +2 -2
- package/dist/infra/task/autoCommit.d.ts.map +1 -1
- package/dist/infra/task/autoCommit.js +16 -10
- package/dist/infra/task/autoCommit.js.map +1 -1
- package/dist/infra/task/clone.d.ts.map +1 -1
- package/dist/infra/task/clone.js +15 -3
- 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/git.d.ts +7 -1
- package/dist/infra/task/git.d.ts.map +1 -1
- package/dist/infra/task/git.js +51 -9
- package/dist/infra/task/git.js.map +1 -1
- package/dist/infra/task/index.d.ts +3 -2
- package/dist/infra/task/index.d.ts.map +1 -1
- package/dist/infra/task/index.js +3 -2
- package/dist/infra/task/index.js.map +1 -1
- package/dist/infra/task/listSerializer.d.ts +42 -0
- package/dist/infra/task/listSerializer.d.ts.map +1 -0
- package/dist/infra/task/listSerializer.js +52 -0
- package/dist/infra/task/listSerializer.js.map +1 -0
- package/dist/infra/task/mapper.d.ts.map +1 -1
- package/dist/infra/task/mapper.js +7 -2
- package/dist/infra/task/mapper.js.map +1 -1
- package/dist/infra/task/schema.d.ts +272 -12
- package/dist/infra/task/schema.d.ts.map +1 -1
- package/dist/infra/task/schema.js +142 -8
- package/dist/infra/task/schema.js.map +1 -1
- package/dist/infra/task/store.d.ts.map +1 -1
- package/dist/infra/task/store.js +2 -2
- package/dist/infra/task/store.js.map +1 -1
- package/dist/infra/task/taskExceedService.d.ts +2 -0
- package/dist/infra/task/taskExceedService.d.ts.map +1 -1
- package/dist/infra/task/taskExceedService.js +3 -1
- package/dist/infra/task/taskExceedService.js.map +1 -1
- package/dist/infra/task/types.d.ts +3 -1
- package/dist/infra/task/types.d.ts.map +1 -1
- package/dist/shared/i18n/labels_en.yaml +6 -6
- package/dist/shared/i18n/labels_ja.yaml +6 -6
- package/dist/shared/prompts/en/perform_agent_system_prompt.md +6 -6
- package/dist/shared/prompts/en/perform_judge_message.md +1 -1
- package/dist/shared/prompts/en/perform_phase1_message.md +9 -9
- package/dist/shared/prompts/en/perform_phase2_message.md +2 -2
- package/dist/shared/prompts/en/score_instruct_system_prompt.md +7 -7
- package/dist/shared/prompts/en/score_interactive_policy.md +10 -10
- package/dist/shared/prompts/en/score_interactive_system_prompt.md +9 -9
- package/dist/shared/prompts/en/score_retry_system_prompt.md +8 -8
- package/dist/shared/prompts/en/score_summary_system_prompt.md +4 -4
- package/dist/shared/prompts/ja/perform_agent_system_prompt.md +6 -6
- package/dist/shared/prompts/ja/perform_judge_message.md +1 -1
- package/dist/shared/prompts/ja/perform_phase1_message.md +9 -9
- package/dist/shared/prompts/ja/perform_phase2_message.md +2 -2
- package/dist/shared/prompts/ja/score_instruct_system_prompt.md +7 -7
- package/dist/shared/prompts/ja/score_interactive_policy.md +10 -10
- package/dist/shared/prompts/ja/score_interactive_system_prompt.md +9 -9
- package/dist/shared/prompts/ja/score_retry_system_prompt.md +8 -8
- package/dist/shared/prompts/ja/score_summary_system_prompt.md +7 -7
- package/dist/shared/types/provider.d.ts +21 -10
- package/dist/shared/types/provider.d.ts.map +1 -1
- package/dist/shared/types/provider.js +0 -9
- package/dist/shared/types/provider.js.map +1 -1
- package/dist/shared/ui/StreamDisplay.d.ts.map +1 -1
- package/dist/shared/ui/StreamDisplay.js +2 -0
- package/dist/shared/ui/StreamDisplay.js.map +1 -1
- package/dist/shared/utils/debug.d.ts +4 -0
- package/dist/shared/utils/debug.d.ts.map +1 -1
- package/dist/shared/utils/debug.js +7 -0
- package/dist/shared/utils/debug.js.map +1 -1
- package/dist/shared/utils/slackWebhook.js +2 -2
- package/dist/shared/utils/slackWebhook.js.map +1 -1
- package/dist/shared/utils/text.d.ts +4 -0
- package/dist/shared/utils/text.d.ts.map +1 -1
- package/dist/shared/utils/text.js +29 -0
- package/dist/shared/utils/text.js.map +1 -1
- package/package.json +5 -3
- package/dist/agents/ai-judge.d.ts +0 -15
- package/dist/agents/ai-judge.d.ts.map +0 -1
- package/dist/agents/ai-judge.js +0 -23
- package/dist/agents/ai-judge.js.map +0 -1
- package/dist/shared/prompts/en/perform_builtin_agent_system_prompt.md +0 -7
- package/dist/shared/prompts/ja/perform_builtin_agent_system_prompt.md +0 -7
|
@@ -0,0 +1,720 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Project/global config schemas and config-specific alias normalization.
|
|
3
|
+
*/
|
|
4
|
+
import { z } from 'zod/v4';
|
|
5
|
+
/** Piece overrides schema for config-level overrides */
|
|
6
|
+
export declare const PieceOverridesSchema: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodObject<{
|
|
7
|
+
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
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
|
+
steps: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
13
|
+
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
14
|
+
}, z.core.$strip>>>>;
|
|
15
|
+
personas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
16
|
+
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
17
|
+
}, z.core.$strip>>>>;
|
|
18
|
+
}, z.core.$strip>>>;
|
|
19
|
+
export declare const PieceRuntimePrepareConfigSchema: z.ZodObject<{
|
|
20
|
+
custom_scripts: z.ZodOptional<z.ZodBoolean>;
|
|
21
|
+
}, z.core.$strict>;
|
|
22
|
+
export declare const PieceArpeggioConfigSchema: z.ZodObject<{
|
|
23
|
+
custom_data_source_modules: z.ZodOptional<z.ZodBoolean>;
|
|
24
|
+
custom_merge_inline_js: z.ZodOptional<z.ZodBoolean>;
|
|
25
|
+
custom_merge_files: z.ZodOptional<z.ZodBoolean>;
|
|
26
|
+
}, z.core.$strict>;
|
|
27
|
+
export declare const SyncConflictResolverConfigSchema: z.ZodObject<{
|
|
28
|
+
auto_approve_tools: z.ZodOptional<z.ZodBoolean>;
|
|
29
|
+
}, z.core.$strict>;
|
|
30
|
+
export declare const PieceMcpServersConfigSchema: z.ZodObject<{
|
|
31
|
+
stdio: z.ZodOptional<z.ZodBoolean>;
|
|
32
|
+
sse: z.ZodOptional<z.ZodBoolean>;
|
|
33
|
+
http: z.ZodOptional<z.ZodBoolean>;
|
|
34
|
+
}, z.core.$strict>;
|
|
35
|
+
/** Piece category config schema (recursive) */
|
|
36
|
+
export type PieceCategoryConfigNode = {
|
|
37
|
+
pieces?: string[];
|
|
38
|
+
[key: string]: PieceCategoryConfigNode | string[] | undefined;
|
|
39
|
+
};
|
|
40
|
+
export declare const PieceCategoryConfigNodeSchema: z.ZodType<PieceCategoryConfigNode>;
|
|
41
|
+
export declare const PieceCategoryConfigSchema: z.ZodRecord<z.ZodString, z.ZodType<PieceCategoryConfigNode, unknown, z.core.$ZodTypeInternals<PieceCategoryConfigNode, unknown>>>;
|
|
42
|
+
/** Project config schema */
|
|
43
|
+
export declare const ProjectConfigSchema: z.ZodObject<{
|
|
44
|
+
language: z.ZodOptional<z.ZodEnum<{
|
|
45
|
+
en: "en";
|
|
46
|
+
ja: "ja";
|
|
47
|
+
}>>;
|
|
48
|
+
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
49
|
+
claude: "claude";
|
|
50
|
+
"claude-sdk": "claude-sdk";
|
|
51
|
+
codex: "codex";
|
|
52
|
+
opencode: "opencode";
|
|
53
|
+
cursor: "cursor";
|
|
54
|
+
copilot: "copilot";
|
|
55
|
+
mock: "mock";
|
|
56
|
+
}>, z.ZodObject<{
|
|
57
|
+
type: z.ZodEnum<{
|
|
58
|
+
claude: "claude";
|
|
59
|
+
"claude-sdk": "claude-sdk";
|
|
60
|
+
codex: "codex";
|
|
61
|
+
opencode: "opencode";
|
|
62
|
+
cursor: "cursor";
|
|
63
|
+
copilot: "copilot";
|
|
64
|
+
mock: "mock";
|
|
65
|
+
}>;
|
|
66
|
+
model: z.ZodOptional<z.ZodString>;
|
|
67
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
68
|
+
sandbox: z.ZodOptional<z.ZodObject<{
|
|
69
|
+
allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
|
|
70
|
+
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
71
|
+
}, z.core.$strip>>;
|
|
72
|
+
}, z.core.$strict>]>>;
|
|
73
|
+
model: z.ZodOptional<z.ZodString>;
|
|
74
|
+
analytics: z.ZodOptional<z.ZodObject<{
|
|
75
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
76
|
+
events_path: z.ZodOptional<z.ZodString>;
|
|
77
|
+
retention_days: z.ZodOptional<z.ZodNumber>;
|
|
78
|
+
}, z.core.$strip>>;
|
|
79
|
+
allow_git_hooks: z.ZodOptional<z.ZodBoolean>;
|
|
80
|
+
allow_git_filters: z.ZodOptional<z.ZodBoolean>;
|
|
81
|
+
auto_pr: z.ZodOptional<z.ZodBoolean>;
|
|
82
|
+
draft_pr: z.ZodOptional<z.ZodBoolean>;
|
|
83
|
+
pipeline: z.ZodOptional<z.ZodObject<{
|
|
84
|
+
default_branch_prefix: z.ZodOptional<z.ZodString>;
|
|
85
|
+
commit_message_template: z.ZodOptional<z.ZodString>;
|
|
86
|
+
pr_body_template: z.ZodOptional<z.ZodString>;
|
|
87
|
+
}, z.core.$strict>>;
|
|
88
|
+
takt_providers: z.ZodOptional<z.ZodObject<{
|
|
89
|
+
assistant: z.ZodOptional<z.ZodObject<{
|
|
90
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
91
|
+
claude: "claude";
|
|
92
|
+
"claude-sdk": "claude-sdk";
|
|
93
|
+
codex: "codex";
|
|
94
|
+
opencode: "opencode";
|
|
95
|
+
cursor: "cursor";
|
|
96
|
+
copilot: "copilot";
|
|
97
|
+
mock: "mock";
|
|
98
|
+
}>>;
|
|
99
|
+
model: z.ZodOptional<z.ZodString>;
|
|
100
|
+
}, z.core.$strict>>;
|
|
101
|
+
}, z.core.$strict>>;
|
|
102
|
+
persona_providers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodEnum<{
|
|
103
|
+
claude: "claude";
|
|
104
|
+
"claude-sdk": "claude-sdk";
|
|
105
|
+
codex: "codex";
|
|
106
|
+
opencode: "opencode";
|
|
107
|
+
cursor: "cursor";
|
|
108
|
+
copilot: "copilot";
|
|
109
|
+
mock: "mock";
|
|
110
|
+
}>, z.ZodObject<{
|
|
111
|
+
type: z.ZodEnum<{
|
|
112
|
+
claude: "claude";
|
|
113
|
+
"claude-sdk": "claude-sdk";
|
|
114
|
+
codex: "codex";
|
|
115
|
+
opencode: "opencode";
|
|
116
|
+
cursor: "cursor";
|
|
117
|
+
copilot: "copilot";
|
|
118
|
+
mock: "mock";
|
|
119
|
+
}>;
|
|
120
|
+
model: z.ZodOptional<z.ZodString>;
|
|
121
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
122
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
123
|
+
claude: "claude";
|
|
124
|
+
"claude-sdk": "claude-sdk";
|
|
125
|
+
codex: "codex";
|
|
126
|
+
opencode: "opencode";
|
|
127
|
+
cursor: "cursor";
|
|
128
|
+
copilot: "copilot";
|
|
129
|
+
mock: "mock";
|
|
130
|
+
}>>;
|
|
131
|
+
model: z.ZodOptional<z.ZodString>;
|
|
132
|
+
}, z.core.$strict>]>>>;
|
|
133
|
+
branch_name_strategy: z.ZodOptional<z.ZodEnum<{
|
|
134
|
+
romaji: "romaji";
|
|
135
|
+
ai: "ai";
|
|
136
|
+
}>>;
|
|
137
|
+
minimal_output: z.ZodOptional<z.ZodBoolean>;
|
|
138
|
+
provider_options: z.ZodOptional<z.ZodObject<{
|
|
139
|
+
codex: z.ZodOptional<z.ZodObject<{
|
|
140
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
141
|
+
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
142
|
+
minimal: "minimal";
|
|
143
|
+
low: "low";
|
|
144
|
+
medium: "medium";
|
|
145
|
+
high: "high";
|
|
146
|
+
xhigh: "xhigh";
|
|
147
|
+
}>>;
|
|
148
|
+
}, z.core.$strip>>;
|
|
149
|
+
opencode: z.ZodOptional<z.ZodObject<{
|
|
150
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
151
|
+
}, z.core.$strip>>;
|
|
152
|
+
claude: z.ZodOptional<z.ZodObject<{
|
|
153
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
154
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
155
|
+
low: "low";
|
|
156
|
+
medium: "medium";
|
|
157
|
+
high: "high";
|
|
158
|
+
max: "max";
|
|
159
|
+
}>>;
|
|
160
|
+
sandbox: z.ZodOptional<z.ZodObject<{
|
|
161
|
+
allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
|
|
162
|
+
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
163
|
+
}, z.core.$strip>>;
|
|
164
|
+
}, z.core.$strip>>;
|
|
165
|
+
}, z.core.$strip>>;
|
|
166
|
+
provider_profiles: z.ZodOptional<z.ZodObject<{
|
|
167
|
+
claude: z.ZodOptional<z.ZodObject<{
|
|
168
|
+
default_permission_mode: z.ZodEnum<{
|
|
169
|
+
readonly: "readonly";
|
|
170
|
+
edit: "edit";
|
|
171
|
+
full: "full";
|
|
172
|
+
}>;
|
|
173
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
174
|
+
readonly: "readonly";
|
|
175
|
+
edit: "edit";
|
|
176
|
+
full: "full";
|
|
177
|
+
}>>>;
|
|
178
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
179
|
+
readonly: "readonly";
|
|
180
|
+
edit: "edit";
|
|
181
|
+
full: "full";
|
|
182
|
+
}>>>;
|
|
183
|
+
}, z.core.$strip>>;
|
|
184
|
+
'claude-sdk': z.ZodOptional<z.ZodObject<{
|
|
185
|
+
default_permission_mode: z.ZodEnum<{
|
|
186
|
+
readonly: "readonly";
|
|
187
|
+
edit: "edit";
|
|
188
|
+
full: "full";
|
|
189
|
+
}>;
|
|
190
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
191
|
+
readonly: "readonly";
|
|
192
|
+
edit: "edit";
|
|
193
|
+
full: "full";
|
|
194
|
+
}>>>;
|
|
195
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
196
|
+
readonly: "readonly";
|
|
197
|
+
edit: "edit";
|
|
198
|
+
full: "full";
|
|
199
|
+
}>>>;
|
|
200
|
+
}, z.core.$strip>>;
|
|
201
|
+
codex: z.ZodOptional<z.ZodObject<{
|
|
202
|
+
default_permission_mode: z.ZodEnum<{
|
|
203
|
+
readonly: "readonly";
|
|
204
|
+
edit: "edit";
|
|
205
|
+
full: "full";
|
|
206
|
+
}>;
|
|
207
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
208
|
+
readonly: "readonly";
|
|
209
|
+
edit: "edit";
|
|
210
|
+
full: "full";
|
|
211
|
+
}>>>;
|
|
212
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
213
|
+
readonly: "readonly";
|
|
214
|
+
edit: "edit";
|
|
215
|
+
full: "full";
|
|
216
|
+
}>>>;
|
|
217
|
+
}, z.core.$strip>>;
|
|
218
|
+
opencode: z.ZodOptional<z.ZodObject<{
|
|
219
|
+
default_permission_mode: z.ZodEnum<{
|
|
220
|
+
readonly: "readonly";
|
|
221
|
+
edit: "edit";
|
|
222
|
+
full: "full";
|
|
223
|
+
}>;
|
|
224
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
225
|
+
readonly: "readonly";
|
|
226
|
+
edit: "edit";
|
|
227
|
+
full: "full";
|
|
228
|
+
}>>>;
|
|
229
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
230
|
+
readonly: "readonly";
|
|
231
|
+
edit: "edit";
|
|
232
|
+
full: "full";
|
|
233
|
+
}>>>;
|
|
234
|
+
}, z.core.$strip>>;
|
|
235
|
+
cursor: z.ZodOptional<z.ZodObject<{
|
|
236
|
+
default_permission_mode: z.ZodEnum<{
|
|
237
|
+
readonly: "readonly";
|
|
238
|
+
edit: "edit";
|
|
239
|
+
full: "full";
|
|
240
|
+
}>;
|
|
241
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
242
|
+
readonly: "readonly";
|
|
243
|
+
edit: "edit";
|
|
244
|
+
full: "full";
|
|
245
|
+
}>>>;
|
|
246
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
247
|
+
readonly: "readonly";
|
|
248
|
+
edit: "edit";
|
|
249
|
+
full: "full";
|
|
250
|
+
}>>>;
|
|
251
|
+
}, z.core.$strip>>;
|
|
252
|
+
copilot: z.ZodOptional<z.ZodObject<{
|
|
253
|
+
default_permission_mode: z.ZodEnum<{
|
|
254
|
+
readonly: "readonly";
|
|
255
|
+
edit: "edit";
|
|
256
|
+
full: "full";
|
|
257
|
+
}>;
|
|
258
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
259
|
+
readonly: "readonly";
|
|
260
|
+
edit: "edit";
|
|
261
|
+
full: "full";
|
|
262
|
+
}>>>;
|
|
263
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
264
|
+
readonly: "readonly";
|
|
265
|
+
edit: "edit";
|
|
266
|
+
full: "full";
|
|
267
|
+
}>>>;
|
|
268
|
+
}, z.core.$strip>>;
|
|
269
|
+
mock: z.ZodOptional<z.ZodObject<{
|
|
270
|
+
default_permission_mode: z.ZodEnum<{
|
|
271
|
+
readonly: "readonly";
|
|
272
|
+
edit: "edit";
|
|
273
|
+
full: "full";
|
|
274
|
+
}>;
|
|
275
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
276
|
+
readonly: "readonly";
|
|
277
|
+
edit: "edit";
|
|
278
|
+
full: "full";
|
|
279
|
+
}>>>;
|
|
280
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
281
|
+
readonly: "readonly";
|
|
282
|
+
edit: "edit";
|
|
283
|
+
full: "full";
|
|
284
|
+
}>>>;
|
|
285
|
+
}, z.core.$strip>>;
|
|
286
|
+
}, z.core.$strip>>;
|
|
287
|
+
runtime: z.ZodOptional<z.ZodObject<{
|
|
288
|
+
prepare: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
|
|
289
|
+
gradle: "gradle";
|
|
290
|
+
node: "node";
|
|
291
|
+
}>, z.ZodString]>>>;
|
|
292
|
+
}, z.core.$strip>>;
|
|
293
|
+
piece_runtime_prepare: z.ZodOptional<z.ZodObject<{
|
|
294
|
+
custom_scripts: z.ZodOptional<z.ZodBoolean>;
|
|
295
|
+
}, z.core.$strict>>;
|
|
296
|
+
workflow_runtime_prepare: z.ZodOptional<z.ZodObject<{
|
|
297
|
+
custom_scripts: z.ZodOptional<z.ZodBoolean>;
|
|
298
|
+
}, 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
|
+
workflow_arpeggio: z.ZodOptional<z.ZodObject<{
|
|
305
|
+
custom_data_source_modules: z.ZodOptional<z.ZodBoolean>;
|
|
306
|
+
custom_merge_inline_js: z.ZodOptional<z.ZodBoolean>;
|
|
307
|
+
custom_merge_files: z.ZodOptional<z.ZodBoolean>;
|
|
308
|
+
}, z.core.$strict>>;
|
|
309
|
+
sync_conflict_resolver: z.ZodOptional<z.ZodObject<{
|
|
310
|
+
auto_approve_tools: z.ZodOptional<z.ZodBoolean>;
|
|
311
|
+
}, 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
|
+
workflow_mcp_servers: z.ZodOptional<z.ZodObject<{
|
|
318
|
+
stdio: z.ZodOptional<z.ZodBoolean>;
|
|
319
|
+
sse: z.ZodOptional<z.ZodBoolean>;
|
|
320
|
+
http: z.ZodOptional<z.ZodBoolean>;
|
|
321
|
+
}, z.core.$strict>>;
|
|
322
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
323
|
+
task_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
|
|
324
|
+
interactive_preview_movements: z.ZodOptional<z.ZodNumber>;
|
|
325
|
+
interactive_preview_steps: z.ZodOptional<z.ZodNumber>;
|
|
326
|
+
base_branch: z.ZodOptional<z.ZodString>;
|
|
327
|
+
piece_overrides: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodObject<{
|
|
328
|
+
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
329
|
+
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
|
+
steps: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
334
|
+
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
335
|
+
}, z.core.$strip>>>>;
|
|
336
|
+
personas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
337
|
+
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
338
|
+
}, 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>>>;
|
|
353
|
+
vcs_provider: z.ZodOptional<z.ZodEnum<{
|
|
354
|
+
github: "github";
|
|
355
|
+
gitlab: "gitlab";
|
|
356
|
+
}>>;
|
|
357
|
+
submodules: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
358
|
+
with_submodules: z.ZodOptional<z.ZodBoolean>;
|
|
359
|
+
}, z.core.$strict>;
|
|
360
|
+
/** Global config schema = ProjectConfig + global-only fields. */
|
|
361
|
+
export declare const GlobalConfigSchema: z.ZodObject<{
|
|
362
|
+
model: z.ZodOptional<z.ZodString>;
|
|
363
|
+
pipeline: z.ZodOptional<z.ZodObject<{
|
|
364
|
+
default_branch_prefix: z.ZodOptional<z.ZodString>;
|
|
365
|
+
commit_message_template: z.ZodOptional<z.ZodString>;
|
|
366
|
+
pr_body_template: z.ZodOptional<z.ZodString>;
|
|
367
|
+
}, z.core.$strict>>;
|
|
368
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
369
|
+
analytics: z.ZodOptional<z.ZodObject<{
|
|
370
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
371
|
+
events_path: z.ZodOptional<z.ZodString>;
|
|
372
|
+
retention_days: z.ZodOptional<z.ZodNumber>;
|
|
373
|
+
}, z.core.$strip>>;
|
|
374
|
+
runtime: z.ZodOptional<z.ZodObject<{
|
|
375
|
+
prepare: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
|
|
376
|
+
gradle: "gradle";
|
|
377
|
+
node: "node";
|
|
378
|
+
}>, z.ZodString]>>>;
|
|
379
|
+
}, z.core.$strip>>;
|
|
380
|
+
provider_options: z.ZodOptional<z.ZodObject<{
|
|
381
|
+
codex: z.ZodOptional<z.ZodObject<{
|
|
382
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
383
|
+
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
384
|
+
minimal: "minimal";
|
|
385
|
+
low: "low";
|
|
386
|
+
medium: "medium";
|
|
387
|
+
high: "high";
|
|
388
|
+
xhigh: "xhigh";
|
|
389
|
+
}>>;
|
|
390
|
+
}, z.core.$strip>>;
|
|
391
|
+
opencode: z.ZodOptional<z.ZodObject<{
|
|
392
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
393
|
+
}, z.core.$strip>>;
|
|
394
|
+
claude: z.ZodOptional<z.ZodObject<{
|
|
395
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
396
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
397
|
+
low: "low";
|
|
398
|
+
medium: "medium";
|
|
399
|
+
high: "high";
|
|
400
|
+
max: "max";
|
|
401
|
+
}>>;
|
|
402
|
+
sandbox: z.ZodOptional<z.ZodObject<{
|
|
403
|
+
allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
|
|
404
|
+
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
405
|
+
}, z.core.$strip>>;
|
|
406
|
+
}, z.core.$strip>>;
|
|
407
|
+
}, z.core.$strip>>;
|
|
408
|
+
provider_profiles: z.ZodOptional<z.ZodObject<{
|
|
409
|
+
claude: z.ZodOptional<z.ZodObject<{
|
|
410
|
+
default_permission_mode: z.ZodEnum<{
|
|
411
|
+
readonly: "readonly";
|
|
412
|
+
edit: "edit";
|
|
413
|
+
full: "full";
|
|
414
|
+
}>;
|
|
415
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
416
|
+
readonly: "readonly";
|
|
417
|
+
edit: "edit";
|
|
418
|
+
full: "full";
|
|
419
|
+
}>>>;
|
|
420
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
421
|
+
readonly: "readonly";
|
|
422
|
+
edit: "edit";
|
|
423
|
+
full: "full";
|
|
424
|
+
}>>>;
|
|
425
|
+
}, z.core.$strip>>;
|
|
426
|
+
'claude-sdk': z.ZodOptional<z.ZodObject<{
|
|
427
|
+
default_permission_mode: z.ZodEnum<{
|
|
428
|
+
readonly: "readonly";
|
|
429
|
+
edit: "edit";
|
|
430
|
+
full: "full";
|
|
431
|
+
}>;
|
|
432
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
433
|
+
readonly: "readonly";
|
|
434
|
+
edit: "edit";
|
|
435
|
+
full: "full";
|
|
436
|
+
}>>>;
|
|
437
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
438
|
+
readonly: "readonly";
|
|
439
|
+
edit: "edit";
|
|
440
|
+
full: "full";
|
|
441
|
+
}>>>;
|
|
442
|
+
}, z.core.$strip>>;
|
|
443
|
+
codex: z.ZodOptional<z.ZodObject<{
|
|
444
|
+
default_permission_mode: z.ZodEnum<{
|
|
445
|
+
readonly: "readonly";
|
|
446
|
+
edit: "edit";
|
|
447
|
+
full: "full";
|
|
448
|
+
}>;
|
|
449
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
450
|
+
readonly: "readonly";
|
|
451
|
+
edit: "edit";
|
|
452
|
+
full: "full";
|
|
453
|
+
}>>>;
|
|
454
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
455
|
+
readonly: "readonly";
|
|
456
|
+
edit: "edit";
|
|
457
|
+
full: "full";
|
|
458
|
+
}>>>;
|
|
459
|
+
}, z.core.$strip>>;
|
|
460
|
+
opencode: z.ZodOptional<z.ZodObject<{
|
|
461
|
+
default_permission_mode: z.ZodEnum<{
|
|
462
|
+
readonly: "readonly";
|
|
463
|
+
edit: "edit";
|
|
464
|
+
full: "full";
|
|
465
|
+
}>;
|
|
466
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
467
|
+
readonly: "readonly";
|
|
468
|
+
edit: "edit";
|
|
469
|
+
full: "full";
|
|
470
|
+
}>>>;
|
|
471
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
472
|
+
readonly: "readonly";
|
|
473
|
+
edit: "edit";
|
|
474
|
+
full: "full";
|
|
475
|
+
}>>>;
|
|
476
|
+
}, z.core.$strip>>;
|
|
477
|
+
cursor: z.ZodOptional<z.ZodObject<{
|
|
478
|
+
default_permission_mode: z.ZodEnum<{
|
|
479
|
+
readonly: "readonly";
|
|
480
|
+
edit: "edit";
|
|
481
|
+
full: "full";
|
|
482
|
+
}>;
|
|
483
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
484
|
+
readonly: "readonly";
|
|
485
|
+
edit: "edit";
|
|
486
|
+
full: "full";
|
|
487
|
+
}>>>;
|
|
488
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
489
|
+
readonly: "readonly";
|
|
490
|
+
edit: "edit";
|
|
491
|
+
full: "full";
|
|
492
|
+
}>>>;
|
|
493
|
+
}, z.core.$strip>>;
|
|
494
|
+
copilot: z.ZodOptional<z.ZodObject<{
|
|
495
|
+
default_permission_mode: z.ZodEnum<{
|
|
496
|
+
readonly: "readonly";
|
|
497
|
+
edit: "edit";
|
|
498
|
+
full: "full";
|
|
499
|
+
}>;
|
|
500
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
501
|
+
readonly: "readonly";
|
|
502
|
+
edit: "edit";
|
|
503
|
+
full: "full";
|
|
504
|
+
}>>>;
|
|
505
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
506
|
+
readonly: "readonly";
|
|
507
|
+
edit: "edit";
|
|
508
|
+
full: "full";
|
|
509
|
+
}>>>;
|
|
510
|
+
}, z.core.$strip>>;
|
|
511
|
+
mock: z.ZodOptional<z.ZodObject<{
|
|
512
|
+
default_permission_mode: z.ZodEnum<{
|
|
513
|
+
readonly: "readonly";
|
|
514
|
+
edit: "edit";
|
|
515
|
+
full: "full";
|
|
516
|
+
}>;
|
|
517
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
518
|
+
readonly: "readonly";
|
|
519
|
+
edit: "edit";
|
|
520
|
+
full: "full";
|
|
521
|
+
}>>>;
|
|
522
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
523
|
+
readonly: "readonly";
|
|
524
|
+
edit: "edit";
|
|
525
|
+
full: "full";
|
|
526
|
+
}>>>;
|
|
527
|
+
}, z.core.$strip>>;
|
|
528
|
+
}, z.core.$strip>>;
|
|
529
|
+
piece_overrides: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodObject<{
|
|
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<{
|
|
543
|
+
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
544
|
+
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
|
+
steps: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
549
|
+
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
550
|
+
}, z.core.$strip>>>>;
|
|
551
|
+
personas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
552
|
+
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
553
|
+
}, z.core.$strip>>>>;
|
|
554
|
+
}, z.core.$strip>>>;
|
|
555
|
+
allow_git_hooks: z.ZodOptional<z.ZodBoolean>;
|
|
556
|
+
allow_git_filters: z.ZodOptional<z.ZodBoolean>;
|
|
557
|
+
auto_pr: z.ZodOptional<z.ZodBoolean>;
|
|
558
|
+
draft_pr: z.ZodOptional<z.ZodBoolean>;
|
|
559
|
+
takt_providers: z.ZodOptional<z.ZodObject<{
|
|
560
|
+
assistant: z.ZodOptional<z.ZodObject<{
|
|
561
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
562
|
+
claude: "claude";
|
|
563
|
+
"claude-sdk": "claude-sdk";
|
|
564
|
+
codex: "codex";
|
|
565
|
+
opencode: "opencode";
|
|
566
|
+
cursor: "cursor";
|
|
567
|
+
copilot: "copilot";
|
|
568
|
+
mock: "mock";
|
|
569
|
+
}>>;
|
|
570
|
+
model: z.ZodOptional<z.ZodString>;
|
|
571
|
+
}, z.core.$strict>>;
|
|
572
|
+
}, z.core.$strict>>;
|
|
573
|
+
persona_providers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodEnum<{
|
|
574
|
+
claude: "claude";
|
|
575
|
+
"claude-sdk": "claude-sdk";
|
|
576
|
+
codex: "codex";
|
|
577
|
+
opencode: "opencode";
|
|
578
|
+
cursor: "cursor";
|
|
579
|
+
copilot: "copilot";
|
|
580
|
+
mock: "mock";
|
|
581
|
+
}>, z.ZodObject<{
|
|
582
|
+
type: z.ZodEnum<{
|
|
583
|
+
claude: "claude";
|
|
584
|
+
"claude-sdk": "claude-sdk";
|
|
585
|
+
codex: "codex";
|
|
586
|
+
opencode: "opencode";
|
|
587
|
+
cursor: "cursor";
|
|
588
|
+
copilot: "copilot";
|
|
589
|
+
mock: "mock";
|
|
590
|
+
}>;
|
|
591
|
+
model: z.ZodOptional<z.ZodString>;
|
|
592
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
593
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
594
|
+
claude: "claude";
|
|
595
|
+
"claude-sdk": "claude-sdk";
|
|
596
|
+
codex: "codex";
|
|
597
|
+
opencode: "opencode";
|
|
598
|
+
cursor: "cursor";
|
|
599
|
+
copilot: "copilot";
|
|
600
|
+
mock: "mock";
|
|
601
|
+
}>>;
|
|
602
|
+
model: z.ZodOptional<z.ZodString>;
|
|
603
|
+
}, z.core.$strict>]>>>;
|
|
604
|
+
branch_name_strategy: z.ZodOptional<z.ZodEnum<{
|
|
605
|
+
romaji: "romaji";
|
|
606
|
+
ai: "ai";
|
|
607
|
+
}>>;
|
|
608
|
+
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
|
+
workflow_runtime_prepare: z.ZodOptional<z.ZodObject<{
|
|
613
|
+
custom_scripts: z.ZodOptional<z.ZodBoolean>;
|
|
614
|
+
}, 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
|
+
workflow_arpeggio: z.ZodOptional<z.ZodObject<{
|
|
621
|
+
custom_data_source_modules: z.ZodOptional<z.ZodBoolean>;
|
|
622
|
+
custom_merge_inline_js: z.ZodOptional<z.ZodBoolean>;
|
|
623
|
+
custom_merge_files: z.ZodOptional<z.ZodBoolean>;
|
|
624
|
+
}, z.core.$strict>>;
|
|
625
|
+
sync_conflict_resolver: z.ZodOptional<z.ZodObject<{
|
|
626
|
+
auto_approve_tools: z.ZodOptional<z.ZodBoolean>;
|
|
627
|
+
}, 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
|
+
workflow_mcp_servers: z.ZodOptional<z.ZodObject<{
|
|
634
|
+
stdio: z.ZodOptional<z.ZodBoolean>;
|
|
635
|
+
sse: z.ZodOptional<z.ZodBoolean>;
|
|
636
|
+
http: z.ZodOptional<z.ZodBoolean>;
|
|
637
|
+
}, z.core.$strict>>;
|
|
638
|
+
task_poll_interval_ms: z.ZodOptional<z.ZodNumber>;
|
|
639
|
+
interactive_preview_movements: z.ZodOptional<z.ZodNumber>;
|
|
640
|
+
interactive_preview_steps: z.ZodOptional<z.ZodNumber>;
|
|
641
|
+
base_branch: z.ZodOptional<z.ZodString>;
|
|
642
|
+
vcs_provider: z.ZodOptional<z.ZodEnum<{
|
|
643
|
+
github: "github";
|
|
644
|
+
gitlab: "gitlab";
|
|
645
|
+
}>>;
|
|
646
|
+
language: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
647
|
+
en: "en";
|
|
648
|
+
ja: "ja";
|
|
649
|
+
}>>>;
|
|
650
|
+
logging: z.ZodOptional<z.ZodObject<{
|
|
651
|
+
level: z.ZodOptional<z.ZodEnum<{
|
|
652
|
+
error: "error";
|
|
653
|
+
warn: "warn";
|
|
654
|
+
debug: "debug";
|
|
655
|
+
info: "info";
|
|
656
|
+
}>>;
|
|
657
|
+
trace: z.ZodOptional<z.ZodBoolean>;
|
|
658
|
+
debug: z.ZodOptional<z.ZodBoolean>;
|
|
659
|
+
provider_events: z.ZodOptional<z.ZodBoolean>;
|
|
660
|
+
usage_events: z.ZodOptional<z.ZodBoolean>;
|
|
661
|
+
}, z.core.$strip>>;
|
|
662
|
+
worktree_dir: z.ZodOptional<z.ZodString>;
|
|
663
|
+
disabled_builtins: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
664
|
+
enable_builtin_pieces: z.ZodOptional<z.ZodBoolean>;
|
|
665
|
+
enable_builtin_workflows: z.ZodOptional<z.ZodBoolean>;
|
|
666
|
+
anthropic_api_key: z.ZodOptional<z.ZodString>;
|
|
667
|
+
openai_api_key: z.ZodOptional<z.ZodString>;
|
|
668
|
+
gemini_api_key: z.ZodOptional<z.ZodString>;
|
|
669
|
+
google_api_key: z.ZodOptional<z.ZodString>;
|
|
670
|
+
groq_api_key: z.ZodOptional<z.ZodString>;
|
|
671
|
+
openrouter_api_key: z.ZodOptional<z.ZodString>;
|
|
672
|
+
codex_cli_path: z.ZodOptional<z.ZodString>;
|
|
673
|
+
claude_cli_path: z.ZodOptional<z.ZodString>;
|
|
674
|
+
cursor_cli_path: z.ZodOptional<z.ZodString>;
|
|
675
|
+
copilot_cli_path: z.ZodOptional<z.ZodString>;
|
|
676
|
+
copilot_github_token: z.ZodOptional<z.ZodString>;
|
|
677
|
+
opencode_api_key: z.ZodOptional<z.ZodString>;
|
|
678
|
+
cursor_api_key: z.ZodOptional<z.ZodString>;
|
|
679
|
+
bookmarks_file: z.ZodOptional<z.ZodString>;
|
|
680
|
+
piece_categories_file: z.ZodOptional<z.ZodString>;
|
|
681
|
+
workflow_categories_file: z.ZodOptional<z.ZodString>;
|
|
682
|
+
prevent_sleep: z.ZodOptional<z.ZodBoolean>;
|
|
683
|
+
notification_sound: z.ZodOptional<z.ZodBoolean>;
|
|
684
|
+
notification_sound_events: z.ZodOptional<z.ZodObject<{
|
|
685
|
+
iteration_limit: z.ZodOptional<z.ZodBoolean>;
|
|
686
|
+
piece_complete: z.ZodOptional<z.ZodBoolean>;
|
|
687
|
+
piece_abort: z.ZodOptional<z.ZodBoolean>;
|
|
688
|
+
workflow_complete: z.ZodOptional<z.ZodBoolean>;
|
|
689
|
+
workflow_abort: z.ZodOptional<z.ZodBoolean>;
|
|
690
|
+
run_complete: z.ZodOptional<z.ZodBoolean>;
|
|
691
|
+
run_abort: z.ZodOptional<z.ZodBoolean>;
|
|
692
|
+
}, z.core.$strip>>;
|
|
693
|
+
auto_fetch: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
694
|
+
provider: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
695
|
+
claude: "claude";
|
|
696
|
+
"claude-sdk": "claude-sdk";
|
|
697
|
+
codex: "codex";
|
|
698
|
+
opencode: "opencode";
|
|
699
|
+
cursor: "cursor";
|
|
700
|
+
copilot: "copilot";
|
|
701
|
+
mock: "mock";
|
|
702
|
+
}>, z.ZodObject<{
|
|
703
|
+
type: z.ZodEnum<{
|
|
704
|
+
claude: "claude";
|
|
705
|
+
"claude-sdk": "claude-sdk";
|
|
706
|
+
codex: "codex";
|
|
707
|
+
opencode: "opencode";
|
|
708
|
+
cursor: "cursor";
|
|
709
|
+
copilot: "copilot";
|
|
710
|
+
mock: "mock";
|
|
711
|
+
}>;
|
|
712
|
+
model: z.ZodOptional<z.ZodString>;
|
|
713
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
714
|
+
sandbox: z.ZodOptional<z.ZodObject<{
|
|
715
|
+
allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
|
|
716
|
+
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
717
|
+
}, z.core.$strip>>;
|
|
718
|
+
}, z.core.$strict>]>>>;
|
|
719
|
+
}, z.core.$strict>;
|
|
720
|
+
//# sourceMappingURL=config-schemas.d.ts.map
|