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,13 +1,13 @@
|
|
|
1
1
|
name: dual
|
|
2
|
-
description: Frontend + backend development
|
|
3
|
-
|
|
2
|
+
description: Frontend + backend development workflow with test-first, team leader implementation, AI review, 2-stage reviews, fix loops, and supervision
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 60
|
|
10
|
+
initial_step: plan
|
|
11
11
|
loop_monitors:
|
|
12
12
|
- cycle:
|
|
13
13
|
- ai_review
|
|
@@ -33,7 +33,7 @@ loop_monitors:
|
|
|
33
33
|
next: reviewers_1
|
|
34
34
|
- condition: unproductive (same findings repeating)
|
|
35
35
|
next: supervise
|
|
36
|
-
|
|
36
|
+
steps:
|
|
37
37
|
- name: plan
|
|
38
38
|
edit: false
|
|
39
39
|
persona: planner
|
|
@@ -41,6 +41,7 @@ movements:
|
|
|
41
41
|
- design-planning
|
|
42
42
|
knowledge:
|
|
43
43
|
- frontend
|
|
44
|
+
- react
|
|
44
45
|
- backend
|
|
45
46
|
- architecture
|
|
46
47
|
provider_options:
|
|
@@ -74,6 +75,7 @@ movements:
|
|
|
74
75
|
- testing
|
|
75
76
|
knowledge:
|
|
76
77
|
- frontend
|
|
78
|
+
- react
|
|
77
79
|
- backend
|
|
78
80
|
- architecture
|
|
79
81
|
- unit-testing
|
|
@@ -118,6 +120,7 @@ movements:
|
|
|
118
120
|
session: refresh
|
|
119
121
|
knowledge:
|
|
120
122
|
- frontend
|
|
123
|
+
- react
|
|
121
124
|
- backend
|
|
122
125
|
- security
|
|
123
126
|
- architecture
|
|
@@ -166,6 +169,9 @@ movements:
|
|
|
166
169
|
format: coder-scope
|
|
167
170
|
- name: coder-decisions.md
|
|
168
171
|
format: coder-decisions
|
|
172
|
+
quality_gates:
|
|
173
|
+
- When design references exist, verify major screens element by element for layout, copy, color, and spacing
|
|
174
|
+
- When design references exist, record any platform-driven deviations in the decision log
|
|
169
175
|
- name: ai_review
|
|
170
176
|
edit: false
|
|
171
177
|
persona: ai-antipattern-reviewer
|
|
@@ -200,6 +206,7 @@ movements:
|
|
|
200
206
|
session: refresh
|
|
201
207
|
knowledge:
|
|
202
208
|
- frontend
|
|
209
|
+
- react
|
|
203
210
|
- backend
|
|
204
211
|
- security
|
|
205
212
|
- architecture
|
|
@@ -248,6 +255,7 @@ movements:
|
|
|
248
255
|
policy: review
|
|
249
256
|
knowledge:
|
|
250
257
|
- architecture
|
|
258
|
+
- react
|
|
251
259
|
- backend
|
|
252
260
|
provider_options:
|
|
253
261
|
claude:
|
|
@@ -272,7 +280,9 @@ movements:
|
|
|
272
280
|
policy:
|
|
273
281
|
- review
|
|
274
282
|
- design-fidelity
|
|
275
|
-
knowledge:
|
|
283
|
+
knowledge:
|
|
284
|
+
- frontend
|
|
285
|
+
- react
|
|
276
286
|
provider_options:
|
|
277
287
|
claude:
|
|
278
288
|
allowed_tools:
|
|
@@ -403,6 +413,7 @@ movements:
|
|
|
403
413
|
- design-fidelity
|
|
404
414
|
knowledge:
|
|
405
415
|
- frontend
|
|
416
|
+
- react
|
|
406
417
|
- backend
|
|
407
418
|
- security
|
|
408
419
|
- architecture
|
|
@@ -419,6 +430,9 @@ movements:
|
|
|
419
430
|
- WebFetch
|
|
420
431
|
required_permission_mode: edit
|
|
421
432
|
pass_previous_response: false
|
|
433
|
+
quality_gates:
|
|
434
|
+
- When design references exist, fixes must not introduce new layout, copy, color, or spacing drift
|
|
435
|
+
- When design references exist, any remaining deviations must be explained in decisions or review rationale
|
|
422
436
|
rules:
|
|
423
437
|
- condition: Fix complete
|
|
424
438
|
next: reviewers_1
|
|
@@ -429,7 +443,9 @@ movements:
|
|
|
429
443
|
edit: false
|
|
430
444
|
persona: dual-supervisor
|
|
431
445
|
policy: review
|
|
432
|
-
knowledge:
|
|
446
|
+
knowledge:
|
|
447
|
+
- architecture
|
|
448
|
+
- react
|
|
433
449
|
provider_options:
|
|
434
450
|
claude:
|
|
435
451
|
allowed_tools:
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
name: frontend-mini
|
|
2
|
-
description: Frontend-focused mini development
|
|
3
|
-
|
|
2
|
+
description: Frontend-focused mini development workflow (plan -> implement -> parallel review -> fix if needed -> complete)
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 20
|
|
10
|
+
initial_step: plan
|
|
11
11
|
loop_monitors:
|
|
12
12
|
- cycle:
|
|
13
13
|
- reviewers
|
|
@@ -21,7 +21,7 @@ loop_monitors:
|
|
|
21
21
|
next: fix_both
|
|
22
22
|
- condition: unproductive (same findings repeating)
|
|
23
23
|
next: supervise_fix
|
|
24
|
-
|
|
24
|
+
steps:
|
|
25
25
|
- name: plan
|
|
26
26
|
edit: false
|
|
27
27
|
persona: planner
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
name: frontend
|
|
2
|
-
description: Frontend development
|
|
3
|
-
|
|
2
|
+
description: Frontend development workflow with test-first, AI review, 2-stage reviews, fix loops, and supervision
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 30
|
|
10
|
+
initial_step: plan
|
|
11
11
|
loop_monitors:
|
|
12
12
|
- cycle:
|
|
13
13
|
- ai_review
|
|
@@ -33,7 +33,7 @@ loop_monitors:
|
|
|
33
33
|
next: reviewers_1
|
|
34
34
|
- condition: unproductive (same findings repeating)
|
|
35
35
|
next: supervise
|
|
36
|
-
|
|
36
|
+
steps:
|
|
37
37
|
- name: plan
|
|
38
38
|
edit: false
|
|
39
39
|
persona: planner
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
name: magi
|
|
2
2
|
description: MAGI Deliberation System - Analyze from 3 perspectives and decide by majority
|
|
3
|
-
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
claude:
|
|
6
6
|
allowed_tools:
|
|
@@ -13,9 +13,9 @@ piece_config:
|
|
|
13
13
|
network_access: true
|
|
14
14
|
opencode:
|
|
15
15
|
network_access: true
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
max_steps: 5
|
|
17
|
+
initial_step: melchior
|
|
18
|
+
steps:
|
|
19
19
|
- name: melchior
|
|
20
20
|
persona: melchior
|
|
21
21
|
instruction: |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
name: research
|
|
2
|
-
description: Research
|
|
3
|
-
|
|
2
|
+
description: Research workflow - autonomously executes research without asking questions
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
claude:
|
|
6
6
|
allowed_tools:
|
|
@@ -13,9 +13,9 @@ piece_config:
|
|
|
13
13
|
network_access: true
|
|
14
14
|
opencode:
|
|
15
15
|
network_access: true
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
max_steps: 10
|
|
17
|
+
initial_step: plan
|
|
18
|
+
steps:
|
|
19
19
|
- name: plan
|
|
20
20
|
persona: research-planner
|
|
21
21
|
policy: research
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
name: review-backend-cqrs
|
|
2
2
|
description: CQRS+ES focused review (structure, modularization, domain model, security, QA)
|
|
3
|
-
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 10
|
|
10
|
+
initial_step: gather
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
steps:
|
|
13
13
|
- name: gather
|
|
14
14
|
edit: false
|
|
15
15
|
persona: planner
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
name: review-backend
|
|
2
2
|
description: Backend-focused review (structure, modularization, hexagonal architecture, security, QA)
|
|
3
|
-
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 10
|
|
10
|
+
initial_step: gather
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
steps:
|
|
13
13
|
- name: gather
|
|
14
14
|
edit: false
|
|
15
15
|
persona: planner
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
name: review-default
|
|
2
2
|
description: Multi-perspective Code Review - reviews changes in parallel from 5 perspectives and outputs consolidated results
|
|
3
|
-
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 10
|
|
10
|
+
initial_step: gather
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
steps:
|
|
13
13
|
- name: gather
|
|
14
14
|
edit: false
|
|
15
15
|
persona: planner
|
|
@@ -184,7 +184,7 @@ movements:
|
|
|
184
184
|
## Review Results
|
|
185
185
|
{previous_response}
|
|
186
186
|
|
|
187
|
-
**This is a review-only
|
|
187
|
+
**This is a review-only workflow.** Do NOT run tests or builds.
|
|
188
188
|
Your role is to synthesize the review results and produce a final summary.
|
|
189
189
|
|
|
190
190
|
**Tasks:**
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
name: review-dual-cqrs
|
|
2
2
|
description: Frontend + CQRS+ES focused review (structure, modularization, domain model, component design, security, QA)
|
|
3
|
-
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 10
|
|
10
|
+
initial_step: gather
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
steps:
|
|
13
13
|
- name: gather
|
|
14
14
|
edit: false
|
|
15
15
|
persona: planner
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
name: review-dual
|
|
2
2
|
description: Frontend + backend focused review (structure, modularization, component design, security, QA)
|
|
3
|
-
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 10
|
|
10
|
+
initial_step: gather
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
steps:
|
|
13
13
|
- name: gather
|
|
14
14
|
edit: false
|
|
15
15
|
persona: planner
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
name: review-fix-backend-cqrs
|
|
2
2
|
description: CQRS+ES focused review + fix loop (structure, modularization, domain model, security, QA)
|
|
3
|
-
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 30
|
|
10
|
+
initial_step: gather
|
|
11
11
|
loop_monitors:
|
|
12
12
|
- cycle:
|
|
13
13
|
- reviewers
|
|
@@ -22,7 +22,7 @@ loop_monitors:
|
|
|
22
22
|
- condition: Unproductive (repeated findings, fixes not applied)
|
|
23
23
|
next: supervise
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
steps:
|
|
26
26
|
- name: gather
|
|
27
27
|
edit: false
|
|
28
28
|
persona: planner
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
name: review-fix-backend
|
|
2
2
|
description: Backend-focused review + fix loop (structure, modularization, hexagonal architecture, security, QA)
|
|
3
|
-
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 30
|
|
10
|
+
initial_step: gather
|
|
11
11
|
loop_monitors:
|
|
12
12
|
- cycle:
|
|
13
13
|
- reviewers
|
|
@@ -22,7 +22,7 @@ loop_monitors:
|
|
|
22
22
|
- condition: Unproductive (repeated findings, fixes not applied)
|
|
23
23
|
next: supervise
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
steps:
|
|
26
26
|
- name: gather
|
|
27
27
|
edit: false
|
|
28
28
|
persona: planner
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
name: review-fix-default
|
|
2
2
|
description: Multi-perspective review + fix loop (architecture, security, QA, testing, requirements — 5 parallel reviewers with iterative fixes)
|
|
3
|
-
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 30
|
|
10
|
+
initial_step: gather
|
|
11
11
|
loop_monitors:
|
|
12
12
|
- cycle:
|
|
13
13
|
- reviewers
|
|
@@ -22,7 +22,7 @@ loop_monitors:
|
|
|
22
22
|
- condition: Unproductive (repeated findings, fixes not applied)
|
|
23
23
|
next: supervise
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
steps:
|
|
26
26
|
- name: gather
|
|
27
27
|
edit: false
|
|
28
28
|
persona: planner
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
name: review-fix-dual-cqrs
|
|
2
2
|
description: Frontend + CQRS+ES focused review + fix loop (structure, modularization, domain model, component design, security, QA)
|
|
3
|
-
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 30
|
|
10
|
+
initial_step: gather
|
|
11
11
|
loop_monitors:
|
|
12
12
|
- cycle:
|
|
13
13
|
- reviewers
|
|
@@ -22,7 +22,7 @@ loop_monitors:
|
|
|
22
22
|
- condition: Unproductive (repeated findings, fixes not applied)
|
|
23
23
|
next: supervise
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
steps:
|
|
26
26
|
- name: gather
|
|
27
27
|
edit: false
|
|
28
28
|
persona: planner
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
name: review-fix-dual
|
|
2
2
|
description: Frontend + backend focused review + fix loop (structure, modularization, component design, security, QA)
|
|
3
|
-
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 30
|
|
10
|
+
initial_step: gather
|
|
11
11
|
loop_monitors:
|
|
12
12
|
- cycle:
|
|
13
13
|
- reviewers
|
|
@@ -22,7 +22,7 @@ loop_monitors:
|
|
|
22
22
|
- condition: Unproductive (repeated findings, fixes not applied)
|
|
23
23
|
next: supervise
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
steps:
|
|
26
26
|
- name: gather
|
|
27
27
|
edit: false
|
|
28
28
|
persona: planner
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
name: review-fix-frontend
|
|
2
2
|
description: Frontend-focused review + fix loop (structure, modularization, component design, security, QA)
|
|
3
|
-
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 30
|
|
10
|
+
initial_step: gather
|
|
11
11
|
loop_monitors:
|
|
12
12
|
- cycle:
|
|
13
13
|
- reviewers
|
|
@@ -22,7 +22,7 @@ loop_monitors:
|
|
|
22
22
|
- condition: Unproductive (repeated findings, fixes not applied)
|
|
23
23
|
next: supervise
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
steps:
|
|
26
26
|
- name: gather
|
|
27
27
|
edit: false
|
|
28
28
|
persona: planner
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
name: review-fix-takt-default
|
|
2
2
|
description: "TAKT-focused multi-perspective review + fix loop (6-parallel initial review, AI antipattern pre-review on fix iterations)"
|
|
3
|
-
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 50
|
|
10
|
+
initial_step: gather
|
|
11
11
|
loop_monitors:
|
|
12
12
|
- cycle:
|
|
13
13
|
- ai_review
|
|
@@ -34,7 +34,7 @@ loop_monitors:
|
|
|
34
34
|
- condition: Unproductive (same findings repeating)
|
|
35
35
|
next: supervise
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
steps:
|
|
38
38
|
- name: gather
|
|
39
39
|
edit: false
|
|
40
40
|
persona: planner
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
name: review-frontend
|
|
2
2
|
description: Frontend-focused review (structure, modularization, component design, security, QA)
|
|
3
|
-
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 10
|
|
10
|
+
initial_step: gather
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
steps:
|
|
13
13
|
- name: gather
|
|
14
14
|
edit: false
|
|
15
15
|
persona: planner
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
name: review-takt-default
|
|
2
2
|
description: "TAKT-focused multi-perspective review (6 reviewers including AI antipattern review)"
|
|
3
|
-
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 10
|
|
10
|
+
initial_step: gather
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
steps:
|
|
13
13
|
- name: gather
|
|
14
14
|
edit: false
|
|
15
15
|
persona: planner
|
|
@@ -210,7 +210,7 @@ movements:
|
|
|
210
210
|
## Review Results
|
|
211
211
|
{previous_response}
|
|
212
212
|
|
|
213
|
-
**This is a review-only
|
|
213
|
+
**This is a review-only workflow.** Do NOT run tests or builds.
|
|
214
214
|
Your role is to synthesize the review results and produce a final summary.
|
|
215
215
|
|
|
216
216
|
**Tasks:**
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
name: takt-default
|
|
2
|
-
description: TAKT development
|
|
3
|
-
|
|
2
|
+
description: TAKT development workflow (plan → write tests → team-leader implement → AI antipattern review → 5-parallel review → fix → supervise → complete)
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
max_steps: 50
|
|
10
|
+
initial_step: plan
|
|
11
11
|
loop_monitors:
|
|
12
12
|
- cycle:
|
|
13
13
|
- ai_review
|
|
@@ -33,7 +33,7 @@ loop_monitors:
|
|
|
33
33
|
next: reviewers
|
|
34
34
|
- condition: Unproductive (same findings repeating)
|
|
35
35
|
next: supervise
|
|
36
|
-
|
|
36
|
+
steps:
|
|
37
37
|
- name: plan
|
|
38
38
|
edit: false
|
|
39
39
|
persona: planner
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
name: terraform
|
|
2
|
-
description: Terraform IaC development
|
|
3
|
-
|
|
2
|
+
description: Terraform IaC development workflow (plan → implement → parallel review → supervisor validation → fix → complete)
|
|
3
|
+
workflow_config:
|
|
4
4
|
provider_options:
|
|
5
5
|
codex:
|
|
6
6
|
network_access: true
|
|
7
7
|
opencode:
|
|
8
8
|
network_access: true
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
max_steps: 15
|
|
10
|
+
initial_step: plan
|
|
11
|
+
steps:
|
|
12
12
|
- name: plan
|
|
13
13
|
edit: false
|
|
14
14
|
persona: planner
|
package/builtins/ja/config.yaml
CHANGED
|
@@ -34,8 +34,8 @@ language: ja # 表示言語: ja | en
|
|
|
34
34
|
# notification_sound: true # 通知音全体のON/OFF
|
|
35
35
|
# notification_sound_events: # イベント別通知音(未指定はtrue扱い)
|
|
36
36
|
# iteration_limit: true
|
|
37
|
-
#
|
|
38
|
-
#
|
|
37
|
+
# workflow_complete: true
|
|
38
|
+
# workflow_abort: true
|
|
39
39
|
# run_complete: true
|
|
40
40
|
# run_abort: true
|
|
41
41
|
# logging:
|
|
@@ -82,12 +82,12 @@ language: ja # 表示言語: ja | en
|
|
|
82
82
|
# runtime:
|
|
83
83
|
# prepare: [node, gradle, ./custom-script.sh]
|
|
84
84
|
|
|
85
|
-
#
|
|
86
|
-
#
|
|
85
|
+
# ワークフローレベルのオーバーライド
|
|
86
|
+
# workflow_overrides:
|
|
87
87
|
# quality_gates:
|
|
88
88
|
# - "All tests pass"
|
|
89
89
|
# quality_gates_edit_only: true
|
|
90
|
-
#
|
|
90
|
+
# steps:
|
|
91
91
|
# review:
|
|
92
92
|
# quality_gates:
|
|
93
93
|
# - "No security vulnerabilities"
|
|
@@ -116,8 +116,8 @@ language: ja # 表示言語: ja | en
|
|
|
116
116
|
# その他
|
|
117
117
|
# bookmarks_file: ~/.takt/preferences/bookmarks.yaml # ブックマーク保存先
|
|
118
118
|
|
|
119
|
-
#
|
|
120
|
-
#
|
|
119
|
+
# ワークフロー一覧/カテゴリ
|
|
120
|
+
# enable_builtin_workflows: true # builtins/{lang}/workflows を有効化
|
|
121
121
|
# disabled_builtins:
|
|
122
122
|
# - magi # 無効化するビルトインピース名
|
|
123
|
-
#
|
|
123
|
+
# workflow_categories_file: ~/.takt/preferences/workflow-categories.yaml # カテゴリ定義ファイル
|
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
- 変更ファイル数が少ない場合、リファクタ・リネーム系の場合も1パートで実装する
|
|
11
11
|
|
|
12
12
|
2. 分解する場合: フロントエンドとバックエンドでの分割を優先的に検討する
|
|
13
|
+
- **デザイン参照があり、バックエンド変更が明示要件でない場合は分解しない。** UI の見た目・構造・文言・間隔は相互依存が強く、分割すると忠実再現を壊しやすいため、1パートでまとめて実装する
|
|
14
|
+
- **デザイン参照がある場合、同一画面を構成する UI コンポーネント群は同じパートにまとめる。** ヘッダー・フィルタ・カード・バナー・モーダルなど、見た目の整合性に関わる要素を別パートへ分散しない
|
|
13
15
|
- フロントエンド(UI・コンポーネント・スタイル)とバックエンド(API・ロジック・データ層)で分けるのが最も自然な分割軸
|
|
14
16
|
- API契約(リクエスト/レスポンスの型)が決まっている場合は並列実装に適している
|
|
15
17
|
- API契約が未確定の場合はバックエンドを先に1パートで実装し、フロントエンドは後続にする
|
|
@@ -24,9 +26,13 @@
|
|
|
24
26
|
- **参照専用ファイル**(変更禁止、読み取りのみ可)
|
|
25
27
|
- **実装内容**(何をどのように実装するか)
|
|
26
28
|
- **完了基準**(担当ファイルの実装が完了したこと)
|
|
29
|
+
- デザイン参照がある場合、各パートの instruction に以下も必ず明記する:
|
|
30
|
+
- **参照デザイン**(どのファイルを一次情報として使うか)
|
|
31
|
+
- **照合対象要素**(レイアウト、文言、色、間隔、導線)
|
|
27
32
|
- テスト済みの場合は「既存テストがパスするよう実装する」と明記する
|
|
28
|
-
-
|
|
33
|
+
- 品質ゲート(Quality Gates)を参照し、必要な検証は専用の単独パートとして計画する
|
|
34
|
+
- 並列の実装パートには、全体ビルド・全体テストを重複して実行させない
|
|
29
35
|
|
|
30
36
|
**制約:**
|
|
31
|
-
-
|
|
37
|
+
- テストやビルドが必要な場合は、他パートの変更が揃った後に、単独の検証パートで実行する
|
|
32
38
|
- 担当外のファイルを変更しない(コンフリクトの原因になる)
|