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,522 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared Zod schema primitives.
|
|
3
|
+
*
|
|
4
|
+
* Note: Uses zod v4 syntax for SDK compatibility.
|
|
5
|
+
*/
|
|
6
|
+
import { z } from 'zod/v4';
|
|
7
|
+
export { McpServerConfigSchema, McpServersSchema } from './mcp-schemas.js';
|
|
8
|
+
/** Agent model schema (opus, sonnet, haiku) */
|
|
9
|
+
export declare const AgentModelSchema: z.ZodDefault<z.ZodEnum<{
|
|
10
|
+
opus: "opus";
|
|
11
|
+
sonnet: "sonnet";
|
|
12
|
+
haiku: "haiku";
|
|
13
|
+
}>>;
|
|
14
|
+
/** Agent configuration schema */
|
|
15
|
+
export declare const AgentConfigSchema: z.ZodObject<{
|
|
16
|
+
name: z.ZodString;
|
|
17
|
+
description: z.ZodOptional<z.ZodString>;
|
|
18
|
+
model: z.ZodDefault<z.ZodEnum<{
|
|
19
|
+
opus: "opus";
|
|
20
|
+
sonnet: "sonnet";
|
|
21
|
+
haiku: "haiku";
|
|
22
|
+
}>>;
|
|
23
|
+
systemPrompt: z.ZodOptional<z.ZodString>;
|
|
24
|
+
allowedTools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
25
|
+
maxTurns: z.ZodOptional<z.ZodNumber>;
|
|
26
|
+
}, z.core.$strip>;
|
|
27
|
+
/** Claude CLI configuration schema */
|
|
28
|
+
export declare const ClaudeConfigSchema: z.ZodObject<{
|
|
29
|
+
command: z.ZodDefault<z.ZodString>;
|
|
30
|
+
timeout: z.ZodDefault<z.ZodNumber>;
|
|
31
|
+
}, z.core.$strip>;
|
|
32
|
+
/** TAKT global tool configuration schema */
|
|
33
|
+
export declare const TaktConfigSchema: z.ZodObject<{
|
|
34
|
+
defaultModel: z.ZodDefault<z.ZodEnum<{
|
|
35
|
+
opus: "opus";
|
|
36
|
+
sonnet: "sonnet";
|
|
37
|
+
haiku: "haiku";
|
|
38
|
+
}>>;
|
|
39
|
+
defaultPiece: z.ZodDefault<z.ZodString>;
|
|
40
|
+
agentDirs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
41
|
+
pieceDirs: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
42
|
+
sessionDir: z.ZodOptional<z.ZodString>;
|
|
43
|
+
claude: z.ZodDefault<z.ZodObject<{
|
|
44
|
+
command: z.ZodDefault<z.ZodString>;
|
|
45
|
+
timeout: z.ZodDefault<z.ZodNumber>;
|
|
46
|
+
}, z.core.$strip>>;
|
|
47
|
+
}, z.core.$strip>;
|
|
48
|
+
/** Agent type schema */
|
|
49
|
+
export declare const AgentTypeSchema: z.ZodEnum<{
|
|
50
|
+
coder: "coder";
|
|
51
|
+
architect: "architect";
|
|
52
|
+
supervisor: "supervisor";
|
|
53
|
+
custom: "custom";
|
|
54
|
+
}>;
|
|
55
|
+
/** Status schema */
|
|
56
|
+
export declare const StatusSchema: z.ZodEnum<{
|
|
57
|
+
done: "done";
|
|
58
|
+
blocked: "blocked";
|
|
59
|
+
error: "error";
|
|
60
|
+
}>;
|
|
61
|
+
/** Permission mode schema for tool execution */
|
|
62
|
+
export declare const PermissionModeSchema: z.ZodEnum<{
|
|
63
|
+
readonly: "readonly";
|
|
64
|
+
edit: "edit";
|
|
65
|
+
full: "full";
|
|
66
|
+
}>;
|
|
67
|
+
/** Claude sandbox settings schema */
|
|
68
|
+
export declare const ClaudeSandboxSchema: 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
|
+
/** Provider-specific movement options schema */
|
|
73
|
+
export declare const MovementProviderOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
74
|
+
codex: z.ZodOptional<z.ZodObject<{
|
|
75
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
76
|
+
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
77
|
+
minimal: "minimal";
|
|
78
|
+
low: "low";
|
|
79
|
+
medium: "medium";
|
|
80
|
+
high: "high";
|
|
81
|
+
xhigh: "xhigh";
|
|
82
|
+
}>>;
|
|
83
|
+
}, z.core.$strip>>;
|
|
84
|
+
opencode: z.ZodOptional<z.ZodObject<{
|
|
85
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
86
|
+
}, z.core.$strip>>;
|
|
87
|
+
claude: z.ZodOptional<z.ZodObject<{
|
|
88
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
89
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
90
|
+
low: "low";
|
|
91
|
+
medium: "medium";
|
|
92
|
+
high: "high";
|
|
93
|
+
max: "max";
|
|
94
|
+
}>>;
|
|
95
|
+
sandbox: z.ZodOptional<z.ZodObject<{
|
|
96
|
+
allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
|
|
97
|
+
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
98
|
+
}, z.core.$strip>>;
|
|
99
|
+
}, z.core.$strip>>;
|
|
100
|
+
}, z.core.$strip>>;
|
|
101
|
+
/** Provider key schema for profile maps */
|
|
102
|
+
export declare const ProviderProfileNameSchema: 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
|
+
}>;
|
|
111
|
+
export declare const ProviderTypeSchema: 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
|
+
export declare const ProviderBlockSchema: z.ZodObject<{
|
|
121
|
+
type: z.ZodEnum<{
|
|
122
|
+
claude: "claude";
|
|
123
|
+
"claude-sdk": "claude-sdk";
|
|
124
|
+
codex: "codex";
|
|
125
|
+
opencode: "opencode";
|
|
126
|
+
cursor: "cursor";
|
|
127
|
+
copilot: "copilot";
|
|
128
|
+
mock: "mock";
|
|
129
|
+
}>;
|
|
130
|
+
model: z.ZodOptional<z.ZodString>;
|
|
131
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
132
|
+
sandbox: z.ZodOptional<z.ZodObject<{
|
|
133
|
+
allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
|
|
134
|
+
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
135
|
+
}, z.core.$strip>>;
|
|
136
|
+
}, z.core.$strict>;
|
|
137
|
+
export declare const ProviderReferenceSchema: z.ZodUnion<readonly [z.ZodEnum<{
|
|
138
|
+
claude: "claude";
|
|
139
|
+
"claude-sdk": "claude-sdk";
|
|
140
|
+
codex: "codex";
|
|
141
|
+
opencode: "opencode";
|
|
142
|
+
cursor: "cursor";
|
|
143
|
+
copilot: "copilot";
|
|
144
|
+
mock: "mock";
|
|
145
|
+
}>, z.ZodObject<{
|
|
146
|
+
type: z.ZodEnum<{
|
|
147
|
+
claude: "claude";
|
|
148
|
+
"claude-sdk": "claude-sdk";
|
|
149
|
+
codex: "codex";
|
|
150
|
+
opencode: "opencode";
|
|
151
|
+
cursor: "cursor";
|
|
152
|
+
copilot: "copilot";
|
|
153
|
+
mock: "mock";
|
|
154
|
+
}>;
|
|
155
|
+
model: z.ZodOptional<z.ZodString>;
|
|
156
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
157
|
+
sandbox: z.ZodOptional<z.ZodObject<{
|
|
158
|
+
allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
|
|
159
|
+
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
160
|
+
}, z.core.$strip>>;
|
|
161
|
+
}, z.core.$strict>]>;
|
|
162
|
+
/** Provider permission profile schema */
|
|
163
|
+
export declare const ProviderPermissionProfileSchema: z.ZodObject<{
|
|
164
|
+
default_permission_mode: z.ZodEnum<{
|
|
165
|
+
readonly: "readonly";
|
|
166
|
+
edit: "edit";
|
|
167
|
+
full: "full";
|
|
168
|
+
}>;
|
|
169
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
170
|
+
readonly: "readonly";
|
|
171
|
+
edit: "edit";
|
|
172
|
+
full: "full";
|
|
173
|
+
}>>>;
|
|
174
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
175
|
+
readonly: "readonly";
|
|
176
|
+
edit: "edit";
|
|
177
|
+
full: "full";
|
|
178
|
+
}>>>;
|
|
179
|
+
}, z.core.$strip>;
|
|
180
|
+
/** Provider permission profiles schema */
|
|
181
|
+
export declare const ProviderPermissionProfilesSchema: z.ZodOptional<z.ZodObject<{
|
|
182
|
+
claude: z.ZodOptional<z.ZodObject<{
|
|
183
|
+
default_permission_mode: z.ZodEnum<{
|
|
184
|
+
readonly: "readonly";
|
|
185
|
+
edit: "edit";
|
|
186
|
+
full: "full";
|
|
187
|
+
}>;
|
|
188
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
189
|
+
readonly: "readonly";
|
|
190
|
+
edit: "edit";
|
|
191
|
+
full: "full";
|
|
192
|
+
}>>>;
|
|
193
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
194
|
+
readonly: "readonly";
|
|
195
|
+
edit: "edit";
|
|
196
|
+
full: "full";
|
|
197
|
+
}>>>;
|
|
198
|
+
}, z.core.$strip>>;
|
|
199
|
+
'claude-sdk': z.ZodOptional<z.ZodObject<{
|
|
200
|
+
default_permission_mode: z.ZodEnum<{
|
|
201
|
+
readonly: "readonly";
|
|
202
|
+
edit: "edit";
|
|
203
|
+
full: "full";
|
|
204
|
+
}>;
|
|
205
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
206
|
+
readonly: "readonly";
|
|
207
|
+
edit: "edit";
|
|
208
|
+
full: "full";
|
|
209
|
+
}>>>;
|
|
210
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
211
|
+
readonly: "readonly";
|
|
212
|
+
edit: "edit";
|
|
213
|
+
full: "full";
|
|
214
|
+
}>>>;
|
|
215
|
+
}, z.core.$strip>>;
|
|
216
|
+
codex: z.ZodOptional<z.ZodObject<{
|
|
217
|
+
default_permission_mode: z.ZodEnum<{
|
|
218
|
+
readonly: "readonly";
|
|
219
|
+
edit: "edit";
|
|
220
|
+
full: "full";
|
|
221
|
+
}>;
|
|
222
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
223
|
+
readonly: "readonly";
|
|
224
|
+
edit: "edit";
|
|
225
|
+
full: "full";
|
|
226
|
+
}>>>;
|
|
227
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
228
|
+
readonly: "readonly";
|
|
229
|
+
edit: "edit";
|
|
230
|
+
full: "full";
|
|
231
|
+
}>>>;
|
|
232
|
+
}, z.core.$strip>>;
|
|
233
|
+
opencode: z.ZodOptional<z.ZodObject<{
|
|
234
|
+
default_permission_mode: z.ZodEnum<{
|
|
235
|
+
readonly: "readonly";
|
|
236
|
+
edit: "edit";
|
|
237
|
+
full: "full";
|
|
238
|
+
}>;
|
|
239
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
240
|
+
readonly: "readonly";
|
|
241
|
+
edit: "edit";
|
|
242
|
+
full: "full";
|
|
243
|
+
}>>>;
|
|
244
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
245
|
+
readonly: "readonly";
|
|
246
|
+
edit: "edit";
|
|
247
|
+
full: "full";
|
|
248
|
+
}>>>;
|
|
249
|
+
}, z.core.$strip>>;
|
|
250
|
+
cursor: z.ZodOptional<z.ZodObject<{
|
|
251
|
+
default_permission_mode: z.ZodEnum<{
|
|
252
|
+
readonly: "readonly";
|
|
253
|
+
edit: "edit";
|
|
254
|
+
full: "full";
|
|
255
|
+
}>;
|
|
256
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
257
|
+
readonly: "readonly";
|
|
258
|
+
edit: "edit";
|
|
259
|
+
full: "full";
|
|
260
|
+
}>>>;
|
|
261
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
262
|
+
readonly: "readonly";
|
|
263
|
+
edit: "edit";
|
|
264
|
+
full: "full";
|
|
265
|
+
}>>>;
|
|
266
|
+
}, z.core.$strip>>;
|
|
267
|
+
copilot: z.ZodOptional<z.ZodObject<{
|
|
268
|
+
default_permission_mode: z.ZodEnum<{
|
|
269
|
+
readonly: "readonly";
|
|
270
|
+
edit: "edit";
|
|
271
|
+
full: "full";
|
|
272
|
+
}>;
|
|
273
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
274
|
+
readonly: "readonly";
|
|
275
|
+
edit: "edit";
|
|
276
|
+
full: "full";
|
|
277
|
+
}>>>;
|
|
278
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
279
|
+
readonly: "readonly";
|
|
280
|
+
edit: "edit";
|
|
281
|
+
full: "full";
|
|
282
|
+
}>>>;
|
|
283
|
+
}, z.core.$strip>>;
|
|
284
|
+
mock: z.ZodOptional<z.ZodObject<{
|
|
285
|
+
default_permission_mode: z.ZodEnum<{
|
|
286
|
+
readonly: "readonly";
|
|
287
|
+
edit: "edit";
|
|
288
|
+
full: "full";
|
|
289
|
+
}>;
|
|
290
|
+
movement_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
291
|
+
readonly: "readonly";
|
|
292
|
+
edit: "edit";
|
|
293
|
+
full: "full";
|
|
294
|
+
}>>>;
|
|
295
|
+
step_permission_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
|
|
296
|
+
readonly: "readonly";
|
|
297
|
+
edit: "edit";
|
|
298
|
+
full: "full";
|
|
299
|
+
}>>>;
|
|
300
|
+
}, z.core.$strip>>;
|
|
301
|
+
}, z.core.$strip>>;
|
|
302
|
+
/** Runtime prepare preset identifiers */
|
|
303
|
+
export declare const RuntimePreparePresetSchema: z.ZodEnum<{
|
|
304
|
+
gradle: "gradle";
|
|
305
|
+
node: "node";
|
|
306
|
+
}>;
|
|
307
|
+
/** Runtime prepare entry: preset name or script path */
|
|
308
|
+
export declare const RuntimePrepareEntrySchema: z.ZodUnion<readonly [z.ZodEnum<{
|
|
309
|
+
gradle: "gradle";
|
|
310
|
+
node: "node";
|
|
311
|
+
}>, z.ZodString]>;
|
|
312
|
+
/** Piece-level runtime settings */
|
|
313
|
+
export declare const RuntimeConfigSchema: z.ZodOptional<z.ZodObject<{
|
|
314
|
+
prepare: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
|
|
315
|
+
gradle: "gradle";
|
|
316
|
+
node: "node";
|
|
317
|
+
}>, z.ZodString]>>>;
|
|
318
|
+
}, z.core.$strip>>;
|
|
319
|
+
/** Piece-level provider options schema */
|
|
320
|
+
export declare const PieceProviderOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
321
|
+
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
322
|
+
claude: "claude";
|
|
323
|
+
"claude-sdk": "claude-sdk";
|
|
324
|
+
codex: "codex";
|
|
325
|
+
opencode: "opencode";
|
|
326
|
+
cursor: "cursor";
|
|
327
|
+
copilot: "copilot";
|
|
328
|
+
mock: "mock";
|
|
329
|
+
}>, z.ZodObject<{
|
|
330
|
+
type: z.ZodEnum<{
|
|
331
|
+
claude: "claude";
|
|
332
|
+
"claude-sdk": "claude-sdk";
|
|
333
|
+
codex: "codex";
|
|
334
|
+
opencode: "opencode";
|
|
335
|
+
cursor: "cursor";
|
|
336
|
+
copilot: "copilot";
|
|
337
|
+
mock: "mock";
|
|
338
|
+
}>;
|
|
339
|
+
model: z.ZodOptional<z.ZodString>;
|
|
340
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
341
|
+
sandbox: z.ZodOptional<z.ZodObject<{
|
|
342
|
+
allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
|
|
343
|
+
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
344
|
+
}, z.core.$strip>>;
|
|
345
|
+
}, z.core.$strict>]>>;
|
|
346
|
+
provider_options: z.ZodOptional<z.ZodObject<{
|
|
347
|
+
codex: z.ZodOptional<z.ZodObject<{
|
|
348
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
349
|
+
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
350
|
+
minimal: "minimal";
|
|
351
|
+
low: "low";
|
|
352
|
+
medium: "medium";
|
|
353
|
+
high: "high";
|
|
354
|
+
xhigh: "xhigh";
|
|
355
|
+
}>>;
|
|
356
|
+
}, z.core.$strip>>;
|
|
357
|
+
opencode: z.ZodOptional<z.ZodObject<{
|
|
358
|
+
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
359
|
+
}, z.core.$strip>>;
|
|
360
|
+
claude: z.ZodOptional<z.ZodObject<{
|
|
361
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
362
|
+
effort: z.ZodOptional<z.ZodEnum<{
|
|
363
|
+
low: "low";
|
|
364
|
+
medium: "medium";
|
|
365
|
+
high: "high";
|
|
366
|
+
max: "max";
|
|
367
|
+
}>>;
|
|
368
|
+
sandbox: z.ZodOptional<z.ZodObject<{
|
|
369
|
+
allow_unsandboxed_commands: z.ZodOptional<z.ZodBoolean>;
|
|
370
|
+
excluded_commands: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
371
|
+
}, z.core.$strip>>;
|
|
372
|
+
}, z.core.$strip>>;
|
|
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
|
+
}, z.core.$strip>>;
|
|
381
|
+
/**
|
|
382
|
+
* Output contract item schema (new structured format).
|
|
383
|
+
*/
|
|
384
|
+
export declare const OutputContractItemSchema: z.ZodObject<{
|
|
385
|
+
name: z.ZodString;
|
|
386
|
+
format: z.ZodString;
|
|
387
|
+
use_judge: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
388
|
+
order: z.ZodOptional<z.ZodString>;
|
|
389
|
+
}, z.core.$strip>;
|
|
390
|
+
/** Output contracts field schema for movement-level definition. */
|
|
391
|
+
export declare const OutputContractsFieldSchema: z.ZodOptional<z.ZodObject<{
|
|
392
|
+
report: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
393
|
+
name: z.ZodString;
|
|
394
|
+
format: z.ZodString;
|
|
395
|
+
use_judge: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
396
|
+
order: z.ZodOptional<z.ZodString>;
|
|
397
|
+
}, z.core.$strip>>>;
|
|
398
|
+
}, z.core.$strip>>;
|
|
399
|
+
/** Quality gates schema - AI directives for movement completion (string array) */
|
|
400
|
+
export declare const QualityGatesSchema: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
401
|
+
/** Movement-specific quality gates override schema */
|
|
402
|
+
export declare const MovementQualityGatesOverrideSchema: z.ZodOptional<z.ZodObject<{
|
|
403
|
+
quality_gates: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
404
|
+
}, z.core.$strip>>;
|
|
405
|
+
export declare const PersonaProviderEntrySchema: z.ZodObject<{
|
|
406
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
407
|
+
claude: "claude";
|
|
408
|
+
"claude-sdk": "claude-sdk";
|
|
409
|
+
codex: "codex";
|
|
410
|
+
opencode: "opencode";
|
|
411
|
+
cursor: "cursor";
|
|
412
|
+
copilot: "copilot";
|
|
413
|
+
mock: "mock";
|
|
414
|
+
}>>;
|
|
415
|
+
model: z.ZodOptional<z.ZodString>;
|
|
416
|
+
}, z.core.$strict>;
|
|
417
|
+
export declare const PersonaProviderBlockSchema: z.ZodObject<{
|
|
418
|
+
type: z.ZodEnum<{
|
|
419
|
+
claude: "claude";
|
|
420
|
+
"claude-sdk": "claude-sdk";
|
|
421
|
+
codex: "codex";
|
|
422
|
+
opencode: "opencode";
|
|
423
|
+
cursor: "cursor";
|
|
424
|
+
copilot: "copilot";
|
|
425
|
+
mock: "mock";
|
|
426
|
+
}>;
|
|
427
|
+
model: z.ZodOptional<z.ZodString>;
|
|
428
|
+
}, z.core.$strict>;
|
|
429
|
+
export declare const PersonaProviderReferenceSchema: z.ZodUnion<readonly [z.ZodEnum<{
|
|
430
|
+
claude: "claude";
|
|
431
|
+
"claude-sdk": "claude-sdk";
|
|
432
|
+
codex: "codex";
|
|
433
|
+
opencode: "opencode";
|
|
434
|
+
cursor: "cursor";
|
|
435
|
+
copilot: "copilot";
|
|
436
|
+
mock: "mock";
|
|
437
|
+
}>, z.ZodObject<{
|
|
438
|
+
type: z.ZodEnum<{
|
|
439
|
+
claude: "claude";
|
|
440
|
+
"claude-sdk": "claude-sdk";
|
|
441
|
+
codex: "codex";
|
|
442
|
+
opencode: "opencode";
|
|
443
|
+
cursor: "cursor";
|
|
444
|
+
copilot: "copilot";
|
|
445
|
+
mock: "mock";
|
|
446
|
+
}>;
|
|
447
|
+
model: z.ZodOptional<z.ZodString>;
|
|
448
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
449
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
450
|
+
claude: "claude";
|
|
451
|
+
"claude-sdk": "claude-sdk";
|
|
452
|
+
codex: "codex";
|
|
453
|
+
opencode: "opencode";
|
|
454
|
+
cursor: "cursor";
|
|
455
|
+
copilot: "copilot";
|
|
456
|
+
mock: "mock";
|
|
457
|
+
}>>;
|
|
458
|
+
model: z.ZodOptional<z.ZodString>;
|
|
459
|
+
}, z.core.$strict>]>;
|
|
460
|
+
export declare const TaktProviderEntrySchema: z.ZodObject<{
|
|
461
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
462
|
+
claude: "claude";
|
|
463
|
+
"claude-sdk": "claude-sdk";
|
|
464
|
+
codex: "codex";
|
|
465
|
+
opencode: "opencode";
|
|
466
|
+
cursor: "cursor";
|
|
467
|
+
copilot: "copilot";
|
|
468
|
+
mock: "mock";
|
|
469
|
+
}>>;
|
|
470
|
+
model: z.ZodOptional<z.ZodString>;
|
|
471
|
+
}, z.core.$strict>;
|
|
472
|
+
export declare const TaktProvidersSchema: z.ZodObject<{
|
|
473
|
+
assistant: z.ZodOptional<z.ZodObject<{
|
|
474
|
+
provider: z.ZodOptional<z.ZodEnum<{
|
|
475
|
+
claude: "claude";
|
|
476
|
+
"claude-sdk": "claude-sdk";
|
|
477
|
+
codex: "codex";
|
|
478
|
+
opencode: "opencode";
|
|
479
|
+
cursor: "cursor";
|
|
480
|
+
copilot: "copilot";
|
|
481
|
+
mock: "mock";
|
|
482
|
+
}>>;
|
|
483
|
+
model: z.ZodOptional<z.ZodString>;
|
|
484
|
+
}, z.core.$strict>>;
|
|
485
|
+
}, z.core.$strict>;
|
|
486
|
+
/** Custom agent configuration schema */
|
|
487
|
+
export declare const CustomAgentConfigSchema: z.ZodObject<{
|
|
488
|
+
name: z.ZodString;
|
|
489
|
+
prompt_file: z.ZodOptional<z.ZodString>;
|
|
490
|
+
prompt: z.ZodOptional<z.ZodString>;
|
|
491
|
+
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
492
|
+
}, z.core.$strict>;
|
|
493
|
+
export declare const LoggingConfigSchema: z.ZodObject<{
|
|
494
|
+
level: z.ZodOptional<z.ZodEnum<{
|
|
495
|
+
error: "error";
|
|
496
|
+
warn: "warn";
|
|
497
|
+
debug: "debug";
|
|
498
|
+
info: "info";
|
|
499
|
+
}>>;
|
|
500
|
+
trace: z.ZodOptional<z.ZodBoolean>;
|
|
501
|
+
debug: z.ZodOptional<z.ZodBoolean>;
|
|
502
|
+
provider_events: z.ZodOptional<z.ZodBoolean>;
|
|
503
|
+
usage_events: z.ZodOptional<z.ZodBoolean>;
|
|
504
|
+
}, z.core.$strip>;
|
|
505
|
+
/** Analytics config schema */
|
|
506
|
+
export declare const AnalyticsConfigSchema: z.ZodObject<{
|
|
507
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
508
|
+
events_path: z.ZodOptional<z.ZodString>;
|
|
509
|
+
retention_days: z.ZodOptional<z.ZodNumber>;
|
|
510
|
+
}, z.core.$strip>;
|
|
511
|
+
/** Language setting schema */
|
|
512
|
+
export declare const LanguageSchema: z.ZodEnum<{
|
|
513
|
+
en: "en";
|
|
514
|
+
ja: "ja";
|
|
515
|
+
}>;
|
|
516
|
+
/** Pipeline execution config schema */
|
|
517
|
+
export declare const PipelineConfigSchema: z.ZodObject<{
|
|
518
|
+
default_branch_prefix: z.ZodOptional<z.ZodString>;
|
|
519
|
+
commit_message_template: z.ZodOptional<z.ZodString>;
|
|
520
|
+
pr_body_template: z.ZodOptional<z.ZodString>;
|
|
521
|
+
}, z.core.$strict>;
|
|
522
|
+
//# sourceMappingURL=schema-base.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema-base.d.ts","sourceRoot":"","sources":["../../../src/core/models/schema-base.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAI3B,OAAO,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAE3E,+CAA+C;AAC/C,eAAO,MAAM,gBAAgB;;;;GAAwD,CAAC;AAEtF,iCAAiC;AACjC,eAAO,MAAM,iBAAiB;;;;;;;;;;;iBAO5B,CAAC;AAEH,sCAAsC;AACtC,eAAO,MAAM,kBAAkB;;;iBAG7B,CAAC;AAEH,4CAA4C;AAC5C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;iBAO3B,CAAC;AAEH,wBAAwB;AACxB,eAAO,MAAM,eAAe;;;;;EAAyD,CAAC;AAEtF,oBAAoB;AACpB,eAAO,MAAM,YAAY;;;;EAAwB,CAAC;AAElD,gDAAgD;AAChD,eAAO,MAAM,oBAAoB;;;;EAAuC,CAAC;AAEzE,qCAAqC;AACrC,eAAO,MAAM,mBAAmB;;;kBAGnB,CAAC;AAEd,gDAAgD;AAChD,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAa7B,CAAC;AAEd,2CAA2C;AAC3C,eAAO,MAAM,yBAAyB;;;;;;;;EAQpC,CAAC;AACH,eAAO,MAAM,kBAAkB;;;;;;;;EAA4B,CAAC;AAE5D,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;kBAgD9B,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;oBAAqD,CAAC;AAE1F,yCAAyC;AACzC,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;iBAI1C,CAAC;AAEH,0CAA0C;AAC1C,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAQhC,CAAC;AAEd,yCAAyC;AACzC,eAAO,MAAM,0BAA0B;;;EAAkC,CAAC;AAE1E,wDAAwD;AACxD,eAAO,MAAM,yBAAyB;;;iBAGpC,CAAC;AAEH,mCAAmC;AACnC,eAAO,MAAM,mBAAmB;;;;;kBAEnB,CAAC;AAEd,0CAA0C;AAC1C,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAI1B,CAAC;AAEd;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;iBAKnC,CAAC;AAEH,mEAAmE;AACnE,eAAO,MAAM,0BAA0B;;;;;;;kBAE1B,CAAC;AAEd,kFAAkF;AAClF,eAAO,MAAM,kBAAkB,wCAAiC,CAAC;AAEjE,sDAAsD;AACtD,eAAO,MAAM,kCAAkC;;kBAElC,CAAC;AAEd,eAAO,MAAM,0BAA0B;;;;;;;;;;;kBAMtC,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;kBAG5B,CAAC;AAEZ,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAIzC,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;kBAMnC,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;kBAK/B,CAAC;AAEF,wCAAwC;AACxC,eAAO,MAAM,uBAAuB;;;;;kBAQnC,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;iBAM9B,CAAC;AAEH,8BAA8B;AAC9B,eAAO,MAAM,qBAAqB;;;;iBAIhC,CAAC;AAEH,8BAA8B;AAC9B,eAAO,MAAM,cAAc;;;EAAuB,CAAC;AAEnD,uCAAuC;AACvC,eAAO,MAAM,oBAAoB;;;;kBAItB,CAAC"}
|