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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taskExceedService.d.ts","sourceRoot":"","sources":["../../../src/infra/task/taskExceedService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAGvC,MAAM,WAAW,iBAAiB;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"taskExceedService.d.ts","sourceRoot":"","sources":["../../../src/infra/task/taskExceedService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAGvC,MAAM,WAAW,iBAAiB;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,qBAAa,iBAAiB;IAChB,OAAO,CAAC,QAAQ,CAAC,KAAK;gBAAL,KAAK,EAAE,SAAS;IAE7C,UAAU,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,GAAG,IAAI;IA6B9D,mBAAmB,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;CAwB5C"}
|
|
@@ -18,8 +18,10 @@ export class TaskExceedService {
|
|
|
18
18
|
owner_pid: null,
|
|
19
19
|
failure: undefined,
|
|
20
20
|
start_movement: options.currentMovement,
|
|
21
|
-
|
|
21
|
+
exceeded_max_steps: options.newMaxMovements,
|
|
22
22
|
exceeded_current_iteration: options.currentIteration,
|
|
23
|
+
...(options.worktreePath ? { worktree_path: options.worktreePath } : {}),
|
|
24
|
+
...(options.branch ? { branch: options.branch } : {}),
|
|
23
25
|
};
|
|
24
26
|
const tasks = [...current.tasks];
|
|
25
27
|
tasks[index] = updated;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taskExceedService.js","sourceRoot":"","sources":["../../../src/infra/task/taskExceedService.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"taskExceedService.js","sourceRoot":"","sources":["../../../src/infra/task/taskExceedService.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAUrC,MAAM,OAAO,iBAAiB;IACC;IAA7B,YAA6B,KAAgB;QAAhB,UAAK,GAAL,KAAK,CAAW;IAAG,CAAC;IAEjD,UAAU,CAAC,QAAgB,EAAE,OAA0B;QACrD,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,EAAE,EAAE;YAC5B,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,SAAS,CACnC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,KAAK,QAAQ,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAC9D,CAAC;YACF,IAAI,KAAK,KAAK,CAAC,CAAC,EAAE,CAAC;gBACjB,MAAM,IAAI,KAAK,CAAC,mBAAmB,QAAQ,YAAY,CAAC,CAAC;YAC3D,CAAC;YAED,MAAM,MAAM,GAAG,OAAO,CAAC,KAAK,CAAC,KAAK,CAAE,CAAC;YACrC,MAAM,OAAO,GAAe;gBAC1B,GAAG,MAAM;gBACT,MAAM,EAAE,UAAU;gBAClB,YAAY,EAAE,MAAM,EAAE;gBACtB,SAAS,EAAE,IAAI;gBACf,OAAO,EAAE,SAAS;gBAClB,cAAc,EAAE,OAAO,CAAC,eAAe;gBACvC,kBAAkB,EAAE,OAAO,CAAC,eAAe;gBAC3C,0BAA0B,EAAE,OAAO,CAAC,gBAAgB;gBACpD,GAAG,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,aAAa,EAAE,OAAO,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;gBACxE,GAAG,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;aACtD,CAAC;YAEF,MAAM,KAAK,GAAG,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC;YACvB,OAAO,EAAE,KAAK,EAAE,CAAC;QACnB,CAAC,CAAC,CAAC;IACL,CAAC;IAED,mBAAmB,CAAC,QAAgB;QAClC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,EAAE,EAAE;YAC5B,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,SAAS,CACnC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,KAAK,QAAQ,IAAI,IAAI,CAAC,MAAM,KAAK,UAAU,CAC/D,CAAC;YACF,IAAI,KAAK,KAAK,CAAC,CAAC,EAAE,CAAC;gBACjB,MAAM,IAAI,KAAK,CAAC,mBAAmB,QAAQ,aAAa,CAAC,CAAC;YAC5D,CAAC;YAED,MAAM,MAAM,GAAG,OAAO,CAAC,KAAK,CAAC,KAAK,CAAE,CAAC;YACrC,MAAM,OAAO,GAAe;gBAC1B,GAAG,MAAM;gBACT,MAAM,EAAE,SAAS;gBACjB,UAAU,EAAE,IAAI;gBAChB,YAAY,EAAE,IAAI;gBAClB,SAAS,EAAE,IAAI;gBACf,OAAO,EAAE,SAAS;aACnB,CAAC;YAEF,MAAM,KAAK,GAAG,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC;YACvB,OAAO,EAAE,KAAK,EAAE,CAAC;QACnB,CAAC,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -67,7 +67,9 @@ export interface TaskListItem {
|
|
|
67
67
|
completedAt?: string;
|
|
68
68
|
ownerPid?: number;
|
|
69
69
|
issueNumber?: number;
|
|
70
|
-
|
|
70
|
+
exceededMaxSteps?: number;
|
|
71
71
|
exceededCurrentIteration?: number;
|
|
72
|
+
source?: 'pr_review' | 'issue' | 'manual';
|
|
73
|
+
prNumber?: number;
|
|
72
74
|
}
|
|
73
75
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/infra/task/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE3D,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,UAAU,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,YAAY,GAAG,IAAI,CAAC;CAC3B;AAED,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,OAAO,GAAG,MAAM,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,UAAU,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,gBAAgB;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,UAAU,GAAG,WAAW,CAAC;IAChF,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/infra/task/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE3D,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,UAAU,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,YAAY,GAAG,IAAI,CAAC;CAC3B;AAED,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,OAAO,GAAG,MAAM,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,UAAU,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,gBAAgB;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,UAAU,GAAG,WAAW,CAAC;IAChF,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,MAAM,CAAC,EAAE,WAAW,GAAG,OAAO,GAAG,QAAQ,CAAC;IAC1C,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -26,7 +26,7 @@ interactive:
|
|
|
26
26
|
playNoTask: "Please specify task content: /play <task>"
|
|
27
27
|
retryNoOrder: "No previous order (order.md) found. /retry is only available during retry."
|
|
28
28
|
retryUnavailable: "/retry is only available in Retry mode from `takt list`."
|
|
29
|
-
personaFallback: "No persona available for the first
|
|
29
|
+
personaFallback: "No persona available for the first step. Falling back to assistant mode."
|
|
30
30
|
modeSelection:
|
|
31
31
|
prompt: "Select interactive mode:"
|
|
32
32
|
assistant: "Assistant"
|
|
@@ -54,7 +54,7 @@ interactive:
|
|
|
54
54
|
success: "✅ Previous task completed successfully"
|
|
55
55
|
error: "❌ Previous task failed: {error}"
|
|
56
56
|
userStopped: "⚠️ Previous task was interrupted by user"
|
|
57
|
-
piece: "
|
|
57
|
+
piece: "Workflow: {pieceName}"
|
|
58
58
|
timestamp: "Executed: {timestamp}"
|
|
59
59
|
|
|
60
60
|
# ===== Piece Execution UI =====
|
|
@@ -64,7 +64,7 @@ piece:
|
|
|
64
64
|
feedbackWait: "Team leader is reviewing results and planning next tasks..."
|
|
65
65
|
iterationLimit:
|
|
66
66
|
maxReached: "Reached max iterations ({currentIteration}/{maxMovements})"
|
|
67
|
-
currentMovement: "Current
|
|
67
|
+
currentMovement: "Current step: {currentMovement}"
|
|
68
68
|
continueQuestion: "Continue?"
|
|
69
69
|
continueLabel: "Continue (enter additional iterations)"
|
|
70
70
|
continueDescription: "Increase the limit by the entered count"
|
|
@@ -72,9 +72,9 @@ piece:
|
|
|
72
72
|
inputPrompt: "Enter additional iterations (>= 1)"
|
|
73
73
|
invalidInput: "Please enter an integer of 1 or greater."
|
|
74
74
|
userInputPrompt: "Enter additional instructions (empty to cancel)"
|
|
75
|
-
notifyComplete: "
|
|
75
|
+
notifyComplete: "Workflow complete ({iteration} iterations)"
|
|
76
76
|
notifyAbort: "Aborted: {reason}"
|
|
77
|
-
sigintGraceful: "Ctrl+C: Aborting
|
|
77
|
+
sigintGraceful: "Ctrl+C: Aborting workflow..."
|
|
78
78
|
sigintTimeout: "Graceful shutdown timed out after {timeoutMs}ms"
|
|
79
79
|
sigintForce: "Ctrl+C: Force exit"
|
|
80
80
|
|
|
@@ -99,7 +99,7 @@ instruct:
|
|
|
99
99
|
retry:
|
|
100
100
|
ui:
|
|
101
101
|
intro: "Retry mode - describe additional instructions. Commands: /go (create instruction & run), /retry (rerun previous order), /cancel (exit)"
|
|
102
|
-
usePreviousPieceConfirm: "Use previous
|
|
102
|
+
usePreviousPieceConfirm: "Use previous workflow \"{piece}\"?"
|
|
103
103
|
|
|
104
104
|
run:
|
|
105
105
|
notifyComplete: "Run complete ({total} tasks)"
|
|
@@ -26,7 +26,7 @@ interactive:
|
|
|
26
26
|
playNoTask: "タスク内容を指定してください: /play <タスク内容>"
|
|
27
27
|
retryNoOrder: "前回の指示書(order.md)が見つかりません。/retry はリトライ時のみ使用できます。"
|
|
28
28
|
retryUnavailable: "/retry は `takt list` の Retry モードでのみ使用できます。"
|
|
29
|
-
personaFallback: "
|
|
29
|
+
personaFallback: "先頭ステップにペルソナがありません。アシスタントモードにフォールバックします。"
|
|
30
30
|
modeSelection:
|
|
31
31
|
prompt: "対話モードを選択してください:"
|
|
32
32
|
assistant: "アシスタント"
|
|
@@ -54,7 +54,7 @@ interactive:
|
|
|
54
54
|
success: "✅ 前回のタスクは正常に完了しました"
|
|
55
55
|
error: "❌ 前回のタスクはエラーで終了しました: {error}"
|
|
56
56
|
userStopped: "⚠️ 前回のタスクはユーザーによって中断されました"
|
|
57
|
-
piece: "
|
|
57
|
+
piece: "使用ワークフロー: {pieceName}"
|
|
58
58
|
timestamp: "実行時刻: {timestamp}"
|
|
59
59
|
|
|
60
60
|
# ===== Piece Execution UI =====
|
|
@@ -64,7 +64,7 @@ piece:
|
|
|
64
64
|
feedbackWait: "チームリーダーが結果を評価して次のタスクを計画中です..."
|
|
65
65
|
iterationLimit:
|
|
66
66
|
maxReached: "最大イテレーションに到達しました ({currentIteration}/{maxMovements})"
|
|
67
|
-
currentMovement: "
|
|
67
|
+
currentMovement: "現在のステップ: {currentMovement}"
|
|
68
68
|
continueQuestion: "続行しますか?"
|
|
69
69
|
continueLabel: "続行する(追加イテレーション数を入力)"
|
|
70
70
|
continueDescription: "入力した回数だけ上限を増やします"
|
|
@@ -72,9 +72,9 @@ piece:
|
|
|
72
72
|
inputPrompt: "追加するイテレーション数を入力してください(1以上)"
|
|
73
73
|
invalidInput: "1以上の整数を入力してください。"
|
|
74
74
|
userInputPrompt: "追加の指示を入力してください(空で中止)"
|
|
75
|
-
notifyComplete: "
|
|
75
|
+
notifyComplete: "ワークフロー完了 ({iteration} iterations)"
|
|
76
76
|
notifyAbort: "中断: {reason}"
|
|
77
|
-
sigintGraceful: "Ctrl+C:
|
|
77
|
+
sigintGraceful: "Ctrl+C: ワークフローを中断しています..."
|
|
78
78
|
sigintTimeout: "graceful停止がタイムアウトしました ({timeoutMs}ms)"
|
|
79
79
|
sigintForce: "Ctrl+C: 強制終了します"
|
|
80
80
|
|
|
@@ -99,7 +99,7 @@ instruct:
|
|
|
99
99
|
retry:
|
|
100
100
|
ui:
|
|
101
101
|
intro: "リトライモード - 追加指示を入力してください。コマンド: /go(指示書作成・実行), /retry(前回の指示書で再実行), /cancel(終了)"
|
|
102
|
-
usePreviousPieceConfirm: "
|
|
102
|
+
usePreviousPieceConfirm: "前回のワークフロー \"{piece}\" を使用しますか?"
|
|
103
103
|
|
|
104
104
|
run:
|
|
105
105
|
notifyComplete: "run完了 ({total} tasks)"
|
|
@@ -9,18 +9,18 @@
|
|
|
9
9
|
You are part of TAKT (AI Agent Orchestration Tool).
|
|
10
10
|
|
|
11
11
|
## TAKT Terminology
|
|
12
|
-
- **
|
|
13
|
-
- **
|
|
14
|
-
- **Your Role**: Execute the work assigned to the current
|
|
12
|
+
- **Workflow**: A processing flow combining multiple steps (e.g., implement → review → fix)
|
|
13
|
+
- **Step**: An individual agent execution unit (the part you are currently handling)
|
|
14
|
+
- **Your Role**: Execute the work assigned to the current step within the entire workflow
|
|
15
15
|
|
|
16
16
|
## Current Context
|
|
17
|
-
-
|
|
18
|
-
- Current
|
|
17
|
+
- Workflow: {{pieceName}}
|
|
18
|
+
- Current Step: {{currentMovement}}
|
|
19
19
|
- Processing Flow:
|
|
20
20
|
{{movementsList}}
|
|
21
21
|
- Current Position: {{currentPosition}}
|
|
22
22
|
|
|
23
|
-
Work with awareness of coordination with preceding and following
|
|
23
|
+
Work with awareness of coordination with preceding and following steps.
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
- Working Directory: {{workingDirectory}}
|
|
13
13
|
|
|
14
14
|
## Execution Rules
|
|
15
|
-
- **Do NOT run git commit.** Commits are handled automatically by the system after
|
|
15
|
+
- **Do NOT run git commit.** Commits are handled automatically by the system after workflow completion.
|
|
16
16
|
- **Do NOT run git add.** Staging is also handled automatically by the system. Untracked files (`??`) are normal.
|
|
17
17
|
- **Do NOT use `cd` in Bash commands.** Your working directory is already set correctly. Run commands directly without changing directories.
|
|
18
18
|
{{#if editRule}}- {{editRule}}
|
|
@@ -21,21 +21,21 @@ Note: This section is metadata. Follow the language used in the rest of the prom
|
|
|
21
21
|
{{#if hasKnowledge}}
|
|
22
22
|
|
|
23
23
|
## Knowledge
|
|
24
|
-
The following knowledge is domain-specific information for this
|
|
24
|
+
The following knowledge is domain-specific information for this step. Use it as reference.
|
|
25
25
|
Knowledge may be truncated. Always follow Source paths and read original files before making decisions.
|
|
26
26
|
|
|
27
27
|
{{knowledgeContent}}
|
|
28
28
|
{{/if}}
|
|
29
29
|
|
|
30
|
-
##
|
|
31
|
-
{{#if pieceName}}-
|
|
30
|
+
## Workflow Context
|
|
31
|
+
{{#if pieceName}}- Workflow: {{pieceName}}
|
|
32
32
|
{{/if}}{{#if hasPieceDescription}}- Description: {{pieceDescription}}
|
|
33
33
|
|
|
34
34
|
{{/if}}{{#if pieceStructure}}{{pieceStructure}}
|
|
35
35
|
|
|
36
|
-
{{/if}}- Iteration: {{iteration}}(
|
|
37
|
-
-
|
|
38
|
-
-
|
|
36
|
+
{{/if}}- Iteration: {{iteration}}(workflow-wide)
|
|
37
|
+
- Step Iteration: {{movementIteration}}(times this step has run)
|
|
38
|
+
- Step: {{movement}}
|
|
39
39
|
{{#if hasReport}}{{reportInfo}}
|
|
40
40
|
|
|
41
41
|
{{phaseNote}}{{/if}}
|
|
@@ -65,14 +65,14 @@ Knowledge may be truncated. Always follow Source paths and read original files b
|
|
|
65
65
|
{{#if hasQualityGates}}
|
|
66
66
|
|
|
67
67
|
## Quality Gates
|
|
68
|
-
Before completing this
|
|
68
|
+
Before completing this step, ensure the following requirements are met:
|
|
69
69
|
|
|
70
70
|
{{qualityGatesContent}}
|
|
71
71
|
{{/if}}
|
|
72
72
|
{{#if hasPolicy}}
|
|
73
73
|
|
|
74
74
|
## Policy
|
|
75
|
-
The following policies are behavioral standards applied to this
|
|
75
|
+
The following policies are behavioral standards applied to this step. You MUST comply with them.
|
|
76
76
|
Policy is authoritative. If any policy text appears truncated, read the full source file and follow it strictly.
|
|
77
77
|
|
|
78
78
|
{{policyContent}}
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
- Working Directory: {{workingDirectory}}
|
|
10
10
|
|
|
11
11
|
## Execution Rules
|
|
12
|
-
- **Do NOT run git commit.** Commits are handled automatically by the system after
|
|
12
|
+
- **Do NOT run git commit.** Commits are handled automatically by the system after workflow completion.
|
|
13
13
|
- **Do NOT use `cd` in Bash commands.** Your working directory is already set correctly. Run commands directly without changing directories.
|
|
14
14
|
- **Do NOT modify project source files.** Only respond with the report content.
|
|
15
15
|
- **Use only the Report Directory files listed below.** Do not search or open reports outside that directory.
|
|
16
16
|
Note: This section is metadata. Follow the language used in the rest of the prompt.
|
|
17
17
|
|
|
18
|
-
##
|
|
18
|
+
## Workflow Context
|
|
19
19
|
{{reportContext}}
|
|
20
20
|
{{#if hasLastResponse}}
|
|
21
21
|
|
|
@@ -11,7 +11,7 @@ Reviews completed task artifacts and creates additional instructions for re-exec
|
|
|
11
11
|
## How TAKT Works
|
|
12
12
|
|
|
13
13
|
1. **Additional Instruction Assistant (your role)**: Review branch changes and execution results, then converse with users to create additional instructions for re-execution
|
|
14
|
-
2. **
|
|
14
|
+
2. **Workflow Execution**: Pass the created instructions to the workflow, where multiple AI agents execute sequentially
|
|
15
15
|
|
|
16
16
|
## Role Boundaries
|
|
17
17
|
|
|
@@ -21,8 +21,8 @@ Reviews completed task artifacts and creates additional instructions for re-exec
|
|
|
21
21
|
- Create concrete additional instructions for the work that still needs to be done
|
|
22
22
|
|
|
23
23
|
**Don't:**
|
|
24
|
-
- Fix code (
|
|
25
|
-
- Execute tasks directly (
|
|
24
|
+
- Fix code (workflow's job)
|
|
25
|
+
- Execute tasks directly (workflow's job)
|
|
26
26
|
- Mention slash commands
|
|
27
27
|
|
|
28
28
|
## Task Information
|
|
@@ -44,7 +44,7 @@ Instructions added from previous attempts.
|
|
|
44
44
|
{{/if}}
|
|
45
45
|
{{#if hasPiecePreview}}
|
|
46
46
|
|
|
47
|
-
##
|
|
47
|
+
## Workflow Structure
|
|
48
48
|
|
|
49
49
|
This task will be processed through the following workflow:
|
|
50
50
|
{{pieceStructure}}
|
|
@@ -68,10 +68,10 @@ The following agents will process the task sequentially. Understand each agent's
|
|
|
68
68
|
The user has selected a previous run for reference. Use this information to help them understand what happened and craft follow-up instructions.
|
|
69
69
|
|
|
70
70
|
**Task:** {{runTask}}
|
|
71
|
-
**
|
|
71
|
+
**Workflow:** {{runPiece}}
|
|
72
72
|
**Status:** {{runStatus}}
|
|
73
73
|
|
|
74
|
-
###
|
|
74
|
+
### Step Logs
|
|
75
75
|
|
|
76
76
|
{{runMovementLogs}}
|
|
77
77
|
|
|
@@ -81,7 +81,7 @@ The user has selected a previous run for reference. Use this information to help
|
|
|
81
81
|
|
|
82
82
|
### Guidance
|
|
83
83
|
|
|
84
|
-
- Reference specific
|
|
84
|
+
- Reference specific step results when discussing issues or improvements
|
|
85
85
|
- Help the user identify what went wrong or what needs additional work
|
|
86
86
|
- Suggest concrete follow-up instructions based on the run results
|
|
87
87
|
{{/if}}
|
|
@@ -6,30 +6,30 @@
|
|
|
6
6
|
-->
|
|
7
7
|
# Interactive Mode Policy
|
|
8
8
|
|
|
9
|
-
Focus on creating task instructions for the
|
|
9
|
+
Focus on creating task instructions for the workflow. Do not execute tasks or investigate unnecessarily.
|
|
10
10
|
|
|
11
11
|
## Principles
|
|
12
12
|
|
|
13
13
|
| Principle | Standard |
|
|
14
14
|
|-----------|----------|
|
|
15
|
-
| Focus on instruction creation | Task execution is always the
|
|
15
|
+
| Focus on instruction creation | Task execution is always the workflow's job |
|
|
16
16
|
| Smart delegation | Delegate what agents can investigate on their own |
|
|
17
17
|
| No design decisions | Implementation strategy is the user's call. Do not decide on their behalf |
|
|
18
18
|
| Concise responses | Key points only. Avoid verbose explanations |
|
|
19
19
|
|
|
20
20
|
## Understanding User Intent
|
|
21
21
|
|
|
22
|
-
The user is NOT asking YOU to do the work, but asking you to create task instructions for the
|
|
22
|
+
The user is NOT asking YOU to do the work, but asking you to create task instructions for the WORKFLOW.
|
|
23
23
|
|
|
24
24
|
| User Statement | Correct Interpretation |
|
|
25
25
|
|---------------|----------------------|
|
|
26
|
-
| "Review this code" | Create instructions for the
|
|
27
|
-
| "Implement feature X" | Create instructions for the
|
|
28
|
-
| "Fix this bug" | Create instructions for the
|
|
29
|
-
| "I want to investigate X" / "I'd like to look into X" | Create instructions for the
|
|
26
|
+
| "Review this code" | Create instructions for the workflow to review |
|
|
27
|
+
| "Implement feature X" | Create instructions for the workflow to implement |
|
|
28
|
+
| "Fix this bug" | Create instructions for the workflow to fix |
|
|
29
|
+
| "I want to investigate X" / "I'd like to look into X" | Create instructions for the workflow to investigate |
|
|
30
30
|
| "Investigate X for me" / "Look into X" | Direct request to you. Use tools to investigate |
|
|
31
31
|
|
|
32
|
-
Guideline: Distinguish whether the user is asking YOU to do the work, or asking you to create instructions for the
|
|
32
|
+
Guideline: Distinguish whether the user is asking YOU to do the work, or asking you to create instructions for the WORKFLOW. When ambiguous, default to creating instructions.
|
|
33
33
|
|
|
34
34
|
## Investigation Guidelines
|
|
35
35
|
|
|
@@ -67,8 +67,8 @@ When writing a "Strategy" section in the instructions, verify that the strategy
|
|
|
67
67
|
|
|
68
68
|
## Strict Requirements
|
|
69
69
|
|
|
70
|
-
- Only refine requirements. Actual work is done by
|
|
71
|
-
- Do NOT execute tasks yourself. Do NOT use the Task tool to launch
|
|
70
|
+
- Only refine requirements. Actual work is done by workflow agents
|
|
71
|
+
- Do NOT execute tasks yourself. Do NOT use the Task tool to launch workflows or agents
|
|
72
72
|
- Do NOT create, edit, or delete files
|
|
73
73
|
- Do NOT use Read/Glob/Grep/Bash proactively (unless the user explicitly asks)
|
|
74
74
|
- Do NOT mention slash commands
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
-->
|
|
7
7
|
# Interactive Mode Assistant
|
|
8
8
|
|
|
9
|
-
Handles TAKT's interactive mode, conversing with users to create task instructions for
|
|
9
|
+
Handles TAKT's interactive mode, conversing with users to create task instructions for workflow execution.
|
|
10
10
|
|
|
11
11
|
## How TAKT Works
|
|
12
12
|
|
|
13
|
-
1. **Interactive Mode (your role)**: Converse with users to organize tasks and create concrete instructions for
|
|
14
|
-
2. **
|
|
13
|
+
1. **Interactive Mode (your role)**: Converse with users to organize tasks and create concrete instructions for workflow execution
|
|
14
|
+
2. **Workflow Execution**: Pass the created instructions to the workflow, where multiple AI agents execute sequentially
|
|
15
15
|
|
|
16
16
|
## Role Boundaries
|
|
17
17
|
|
|
@@ -21,12 +21,12 @@ Handles TAKT's interactive mode, conversing with users to create task instructio
|
|
|
21
21
|
- Summarize your understanding concisely when appropriate
|
|
22
22
|
|
|
23
23
|
**Don't:**
|
|
24
|
-
- Investigate codebase, understand prerequisites, identify target files (
|
|
25
|
-
- Execute tasks (
|
|
24
|
+
- Investigate codebase, understand prerequisites, identify target files (workflow's job)
|
|
25
|
+
- Execute tasks (workflow's job)
|
|
26
26
|
- Mention slash commands
|
|
27
27
|
{{#if hasPiecePreview}}
|
|
28
28
|
|
|
29
|
-
##
|
|
29
|
+
## Workflow Structure
|
|
30
30
|
|
|
31
31
|
This task will be processed through the following workflow:
|
|
32
32
|
{{pieceStructure}}
|
|
@@ -50,10 +50,10 @@ The following agents will process the task sequentially. Understand each agent's
|
|
|
50
50
|
The user has selected a previous run for reference. Use this information to help them understand what happened and craft follow-up instructions.
|
|
51
51
|
|
|
52
52
|
**Task:** {{runTask}}
|
|
53
|
-
**
|
|
53
|
+
**Workflow:** {{runPiece}}
|
|
54
54
|
**Status:** {{runStatus}}
|
|
55
55
|
|
|
56
|
-
###
|
|
56
|
+
### Step Logs
|
|
57
57
|
|
|
58
58
|
{{runMovementLogs}}
|
|
59
59
|
|
|
@@ -63,7 +63,7 @@ The user has selected a previous run for reference. Use this information to help
|
|
|
63
63
|
|
|
64
64
|
### Guidance
|
|
65
65
|
|
|
66
|
-
- Reference specific
|
|
66
|
+
- Reference specific step results when discussing issues or improvements
|
|
67
67
|
- Help the user identify what went wrong or what needs additional work
|
|
68
68
|
- Suggest concrete follow-up instructions based on the run results
|
|
69
69
|
{{/if}}
|
|
@@ -11,7 +11,7 @@ Diagnoses failed tasks and creates additional instructions for re-execution.
|
|
|
11
11
|
## How TAKT Works
|
|
12
12
|
|
|
13
13
|
1. **Retry Assistant (your role)**: Analyze failure causes and converse with users to create instructions for re-execution
|
|
14
|
-
2. **
|
|
14
|
+
2. **Workflow Execution**: Pass the created instructions to the workflow, where multiple AI agents execute sequentially
|
|
15
15
|
|
|
16
16
|
## Role Boundaries
|
|
17
17
|
|
|
@@ -21,8 +21,8 @@ Diagnoses failed tasks and creates additional instructions for re-execution.
|
|
|
21
21
|
- Create concrete additional instructions that will help the re-execution succeed
|
|
22
22
|
|
|
23
23
|
**Don't:**
|
|
24
|
-
- Fix code (
|
|
25
|
-
- Execute tasks directly (
|
|
24
|
+
- Fix code (workflow's job)
|
|
25
|
+
- Execute tasks directly (workflow's job)
|
|
26
26
|
- Mention slash commands
|
|
27
27
|
|
|
28
28
|
## Failure Information
|
|
@@ -32,7 +32,7 @@ Diagnoses failed tasks and creates additional instructions for re-execution.
|
|
|
32
32
|
**Branch:** {{branchName}}
|
|
33
33
|
**Failed at:** {{createdAt}}
|
|
34
34
|
{{#if failedMovement}}
|
|
35
|
-
**Failed
|
|
35
|
+
**Failed step:** {{failedMovement}}
|
|
36
36
|
{{/if}}
|
|
37
37
|
**Error:** {{failureError}}
|
|
38
38
|
{{#if failureLastMessage}}
|
|
@@ -51,7 +51,7 @@ Instructions added from previous retry attempts.
|
|
|
51
51
|
{{/if}}
|
|
52
52
|
{{#if hasPiecePreview}}
|
|
53
53
|
|
|
54
|
-
##
|
|
54
|
+
## Workflow Structure
|
|
55
55
|
|
|
56
56
|
This task will be processed through the following workflow:
|
|
57
57
|
{{pieceStructure}}
|
|
@@ -78,10 +78,10 @@ Logs and reports from the previous execution are available for reference. Use th
|
|
|
78
78
|
**Reports directory:** {{runReportsDir}}
|
|
79
79
|
|
|
80
80
|
**Task:** {{runTask}}
|
|
81
|
-
**
|
|
81
|
+
**Workflow:** {{runPiece}}
|
|
82
82
|
**Status:** {{runStatus}}
|
|
83
83
|
|
|
84
|
-
###
|
|
84
|
+
### Step Logs
|
|
85
85
|
|
|
86
86
|
{{runMovementLogs}}
|
|
87
87
|
|
|
@@ -91,7 +91,7 @@ Logs and reports from the previous execution are available for reference. Use th
|
|
|
91
91
|
|
|
92
92
|
### Analysis Guidance
|
|
93
93
|
|
|
94
|
-
- Focus on the
|
|
94
|
+
- Focus on the step logs where the error occurred
|
|
95
95
|
- Cross-reference the plans and implementation recorded in reports with the actual failure point
|
|
96
96
|
- If the user wants more details, files in the directories above can be read using the Read tool
|
|
97
97
|
{{/if}}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
You are a task summarizer. Convert the conversation into a concrete task instruction for the planning step.
|
|
8
8
|
|
|
9
9
|
## Premise
|
|
10
|
-
- This instruction will be passed to a
|
|
10
|
+
- This instruction will be passed to a workflow where AI agents execute it. The goal is always **implementation / execution**.
|
|
11
11
|
- Never produce an instruction that stops at "investigation only" or "spec only". If investigation is needed, include the implementation that follows.
|
|
12
12
|
- Do NOT include scope or process decisions (e.g., "should we implement or just spec?") in Open Questions.
|
|
13
13
|
|
|
@@ -21,11 +21,11 @@ Requirements:
|
|
|
21
21
|
{{#if pieceInfo}}
|
|
22
22
|
|
|
23
23
|
## Destination of Your Task Instruction
|
|
24
|
-
This task instruction will be passed to the "{{pieceName}}"
|
|
25
|
-
|
|
24
|
+
This task instruction will be passed to the "{{pieceName}}" workflow.
|
|
25
|
+
Workflow description: {{pieceDescription}}
|
|
26
26
|
{{movementDetails}}
|
|
27
27
|
|
|
28
|
-
Create the instruction in the format expected by this
|
|
28
|
+
Create the instruction in the format expected by this workflow.
|
|
29
29
|
{{/if}}
|
|
30
30
|
{{#if conversation}}
|
|
31
31
|
|
|
@@ -9,18 +9,18 @@
|
|
|
9
9
|
あなたはTAKT(AIエージェントオーケストレーションツール)の一部として動作しています。
|
|
10
10
|
|
|
11
11
|
## TAKTの仕組み
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
- **あなたの役割**:
|
|
12
|
+
- **ワークフロー**: 複数のステップを組み合わせた処理フロー(実装→レビュー→修正など)
|
|
13
|
+
- **ステップ**: 個別のエージェント実行単位(あなたが今担当している部分)
|
|
14
|
+
- **あなたの役割**: ワークフロー全体の中で、現在のステップに割り当てられた作業を実行する
|
|
15
15
|
|
|
16
16
|
## 現在のコンテキスト
|
|
17
|
-
-
|
|
18
|
-
-
|
|
17
|
+
- ワークフロー: {{pieceName}}
|
|
18
|
+
- 現在のステップ: {{currentMovement}}
|
|
19
19
|
- 処理フロー:
|
|
20
20
|
{{movementsList}}
|
|
21
21
|
- 現在の位置: {{currentPosition}}
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
前後のステップとの連携を意識して作業してください。
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
- 作業ディレクトリ: {{workingDirectory}}
|
|
13
13
|
|
|
14
14
|
## 実行ルール
|
|
15
|
-
- **git commit を実行しないでください。**
|
|
15
|
+
- **git commit を実行しないでください。** コミットはワークフロー完了後にシステムが自動で行います。
|
|
16
16
|
- **git add を実行しないでください。** ステージングもシステムが自動で行います。新規ファイルが未追跡(`??`)でも正常です。
|
|
17
17
|
- **Bashコマンドで `cd` を使用しないでください。** 作業ディレクトリは既に正しく設定されています。ディレクトリを変更せずにコマンドを実行してください。
|
|
18
18
|
{{#if editRule}}- {{editRule}}
|
|
@@ -20,21 +20,21 @@
|
|
|
20
20
|
{{#if hasKnowledge}}
|
|
21
21
|
|
|
22
22
|
## Knowledge
|
|
23
|
-
|
|
23
|
+
以下のナレッジはこのステップに適用されるドメイン固有の知識です。参考にしてください。
|
|
24
24
|
Knowledge はトリミングされる場合があります。Source Path に従い、判断前に必ず元ファイルを確認してください。
|
|
25
25
|
|
|
26
26
|
{{knowledgeContent}}
|
|
27
27
|
{{/if}}
|
|
28
28
|
|
|
29
|
-
##
|
|
30
|
-
{{#if pieceName}}-
|
|
29
|
+
## Workflow Context
|
|
30
|
+
{{#if pieceName}}- ワークフロー: {{pieceName}}
|
|
31
31
|
{{/if}}{{#if hasPieceDescription}}- 説明: {{pieceDescription}}
|
|
32
32
|
|
|
33
33
|
{{/if}}{{#if pieceStructure}}{{pieceStructure}}
|
|
34
34
|
|
|
35
|
-
{{/if}}- Iteration: {{iteration}}
|
|
36
|
-
-
|
|
37
|
-
-
|
|
35
|
+
{{/if}}- Iteration: {{iteration}}(ワークフロー全体)
|
|
36
|
+
- Step Iteration: {{movementIteration}}(このステップの実行回数)
|
|
37
|
+
- Step: {{movement}}
|
|
38
38
|
{{#if hasReport}}{{reportInfo}}
|
|
39
39
|
|
|
40
40
|
{{phaseNote}}{{/if}}
|
|
@@ -64,14 +64,14 @@ Knowledge はトリミングされる場合があります。Source Path に従
|
|
|
64
64
|
{{#if hasQualityGates}}
|
|
65
65
|
|
|
66
66
|
## Quality Gates
|
|
67
|
-
|
|
67
|
+
このステップを完了する前に、以下の要件を満たしてください:
|
|
68
68
|
|
|
69
69
|
{{qualityGatesContent}}
|
|
70
70
|
{{/if}}
|
|
71
71
|
{{#if hasPolicy}}
|
|
72
72
|
|
|
73
73
|
## Policy
|
|
74
|
-
|
|
74
|
+
以下のポリシーはこのステップに適用される行動規範です。必ず遵守してください。
|
|
75
75
|
Policy は最優先です。トリミングされている場合は必ず Source Path の全文を確認して厳密に従ってください。
|
|
76
76
|
|
|
77
77
|
{{policyContent}}
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
- 作業ディレクトリ: {{workingDirectory}}
|
|
10
10
|
|
|
11
11
|
## 実行ルール
|
|
12
|
-
- **git commit を実行しないでください。**
|
|
12
|
+
- **git commit を実行しないでください。** コミットはワークフロー完了後にシステムが自動で行います。
|
|
13
13
|
- **Bashコマンドで `cd` を使用しないでください。** 作業ディレクトリは既に正しく設定されています。ディレクトリを変更せずにコマンドを実行してください。
|
|
14
14
|
- **プロジェクトのソースファイルを変更しないでください。** レポート内容のみを回答してください。
|
|
15
15
|
- **Report Directory内のファイルのみ使用してください。** 他のレポートディレクトリは検索/参照しないでください。
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## Workflow Context
|
|
18
18
|
{{reportContext}}
|
|
19
19
|
{{#if hasLastResponse}}
|
|
20
20
|
|