takt 0.46.0 → 0.48.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 +66 -2
- package/builtins/en/config.yaml +28 -12
- package/builtins/en/facets/instructions/findings-manager.md +13 -0
- package/builtins/en/facets/instructions/fix-maintenance.md +1 -1
- package/builtins/en/facets/instructions/fix.md +9 -4
- package/builtins/en/facets/instructions/implement-maintenance.md +5 -34
- package/builtins/en/facets/instructions/loop-monitor-reviewers-fix.md +5 -1
- package/builtins/en/facets/instructions/plan-maintenance.md +3 -3
- package/builtins/en/facets/instructions/plan-test.md +4 -3
- package/builtins/en/facets/instructions/review-coding.md +13 -6
- package/builtins/en/facets/instructions/review-pure.md +8 -0
- package/builtins/en/facets/instructions/review-qa.md +2 -1
- package/builtins/en/facets/instructions/review-test.md +7 -1
- package/builtins/en/facets/instructions/supervise-maintenance.md +3 -75
- package/builtins/en/facets/instructions/supervise.md +8 -68
- package/builtins/en/facets/instructions/write-tests-first.md +1 -0
- package/builtins/en/facets/knowledge/architecture.md +31 -0
- package/builtins/en/facets/knowledge/backend.md +27 -1
- package/builtins/en/facets/knowledge/cqrs-es.md +69 -0
- package/builtins/en/facets/knowledge/e2e-testing.md +13 -0
- package/builtins/en/facets/knowledge/existing-system.md +2 -2
- package/builtins/en/facets/knowledge/takt.md +11 -0
- package/builtins/en/facets/output-contracts/ai-antipattern-review-finding-contract.md +31 -0
- package/builtins/en/facets/output-contracts/architecture-review-finding-contract.md +35 -0
- package/builtins/en/facets/output-contracts/coding-review-finding-contract.md +25 -0
- package/builtins/en/facets/output-contracts/coding-review.md +11 -4
- package/builtins/en/facets/output-contracts/cqrs-es-review-finding-contract.md +31 -0
- package/builtins/en/facets/output-contracts/findings-manager.md +45 -0
- package/builtins/en/facets/output-contracts/frontend-review-finding-contract.md +30 -0
- package/builtins/en/facets/output-contracts/pure-review-finding-contract.md +45 -0
- package/builtins/en/facets/output-contracts/pure-review.md +6 -6
- package/builtins/en/facets/output-contracts/qa-review-finding-contract.md +35 -0
- package/builtins/en/facets/output-contracts/qa-review.md +10 -3
- package/builtins/en/facets/output-contracts/security-review-finding-contract.md +36 -0
- package/builtins/en/facets/output-contracts/supervisor-validation.md +34 -10
- package/builtins/en/facets/output-contracts/terraform-review-finding-contract.md +31 -0
- package/builtins/en/facets/output-contracts/testing-review-finding-contract.md +41 -0
- package/builtins/en/facets/personas/findings-manager.md +18 -0
- package/builtins/en/facets/policies/ai-antipattern.md +31 -0
- package/builtins/en/facets/policies/existing-system-respect.md +17 -16
- package/builtins/en/facets/policies/review.md +64 -16
- package/builtins/en/facets/policies/testing.md +52 -0
- package/builtins/en/workflow-categories.yaml +2 -0
- package/builtins/en/workflows/audit-architecture-backend.yaml +8 -0
- package/builtins/en/workflows/audit-architecture-dual.yaml +8 -0
- package/builtins/en/workflows/audit-architecture-frontend.yaml +8 -0
- package/builtins/en/workflows/audit-architecture.yaml +8 -0
- package/builtins/en/workflows/audit-e2e.yaml +8 -0
- package/builtins/en/workflows/audit-security.yaml +8 -0
- package/builtins/en/workflows/audit-unit.yaml +8 -0
- package/builtins/en/workflows/auto-improvement-loop.yaml +6 -0
- package/builtins/en/workflows/backend-cqrs-mini.yaml +20 -0
- package/builtins/en/workflows/backend-cqrs.yaml +39 -1
- package/builtins/en/workflows/backend-maintenance.yaml +540 -0
- package/builtins/en/workflows/backend-mini.yaml +20 -0
- package/builtins/en/workflows/backend.yaml +39 -1
- package/builtins/en/workflows/compound-eye.yaml +8 -0
- package/builtins/en/workflows/deep-research.yaml +8 -0
- package/builtins/en/workflows/default-draft.yaml +6 -0
- package/builtins/en/workflows/default-high.yaml +6 -0
- package/builtins/en/workflows/default-mini.yaml +2 -0
- package/builtins/en/workflows/default-peer-review.yaml +17 -1
- package/builtins/en/workflows/default.yaml +4 -0
- package/builtins/en/workflows/draft.yaml +14 -4
- package/builtins/en/workflows/dual-cqrs-mini.yaml +20 -0
- package/builtins/en/workflows/dual-cqrs.yaml +35 -1
- package/builtins/en/workflows/dual-mini.yaml +20 -0
- package/builtins/en/workflows/dual.yaml +39 -1
- package/builtins/en/workflows/frontend-maintenance.yaml +42 -2
- package/builtins/en/workflows/frontend-mini.yaml +20 -0
- package/builtins/en/workflows/frontend.yaml +42 -2
- package/builtins/en/workflows/magi.yaml +6 -0
- package/builtins/en/workflows/peer-review-with-fc.yaml +206 -0
- package/builtins/en/workflows/peer-review.yaml +30 -10
- package/builtins/en/workflows/research.yaml +6 -0
- package/builtins/en/workflows/review-backend-cqrs.yaml +21 -1
- package/builtins/en/workflows/review-backend.yaml +19 -1
- package/builtins/en/workflows/review-default.yaml +21 -1
- package/builtins/en/workflows/review-dual-cqrs.yaml +23 -1
- package/builtins/en/workflows/review-dual.yaml +21 -1
- package/builtins/en/workflows/review-fix-backend-cqrs.yaml +25 -1
- package/builtins/en/workflows/review-fix-backend.yaml +23 -1
- package/builtins/en/workflows/review-fix-default.yaml +25 -1
- package/builtins/en/workflows/review-fix-dual-cqrs.yaml +27 -1
- package/builtins/en/workflows/review-fix-dual.yaml +25 -1
- package/builtins/en/workflows/review-fix-frontend.yaml +25 -1
- package/builtins/en/workflows/review-fix-takt-default.yaml +33 -1
- package/builtins/en/workflows/review-frontend.yaml +21 -1
- package/builtins/en/workflows/review-takt-default.yaml +23 -1
- package/builtins/en/workflows/takt-default-refresh-all.yaml +30 -0
- package/builtins/en/workflows/takt-default-refresh-fast.yaml +30 -0
- package/builtins/en/workflows/takt-default-with-fc.yaml +110 -0
- package/builtins/en/workflows/takt-default.yaml +9 -3
- package/builtins/en/workflows/terraform.yaml +29 -1
- package/builtins/ja/config.yaml +28 -12
- package/builtins/ja/facets/instructions/findings-manager.md +13 -0
- package/builtins/ja/facets/instructions/fix-maintenance.md +1 -1
- package/builtins/ja/facets/instructions/fix.md +9 -4
- package/builtins/ja/facets/instructions/implement-maintenance.md +5 -34
- package/builtins/ja/facets/instructions/loop-monitor-reviewers-fix.md +5 -1
- package/builtins/ja/facets/instructions/plan-maintenance.md +3 -3
- package/builtins/ja/facets/instructions/plan-test.md +4 -3
- package/builtins/ja/facets/instructions/review-coding.md +13 -6
- package/builtins/ja/facets/instructions/review-pure.md +8 -0
- package/builtins/ja/facets/instructions/review-qa.md +2 -1
- package/builtins/ja/facets/instructions/review-test.md +7 -1
- package/builtins/ja/facets/instructions/supervise-maintenance.md +3 -75
- package/builtins/ja/facets/instructions/supervise.md +8 -69
- package/builtins/ja/facets/instructions/write-tests-first.md +1 -0
- package/builtins/ja/facets/knowledge/architecture.md +31 -0
- package/builtins/ja/facets/knowledge/backend.md +27 -1
- package/builtins/ja/facets/knowledge/cqrs-es.md +43 -0
- package/builtins/ja/facets/knowledge/e2e-testing.md +13 -0
- package/builtins/ja/facets/knowledge/existing-system.md +2 -2
- package/builtins/ja/facets/knowledge/takt.md +11 -0
- package/builtins/ja/facets/output-contracts/ai-antipattern-review-finding-contract.md +31 -0
- package/builtins/ja/facets/output-contracts/architecture-review-finding-contract.md +35 -0
- package/builtins/ja/facets/output-contracts/coding-review-finding-contract.md +25 -0
- package/builtins/ja/facets/output-contracts/coding-review.md +11 -4
- package/builtins/ja/facets/output-contracts/cqrs-es-review-finding-contract.md +31 -0
- package/builtins/ja/facets/output-contracts/findings-manager.md +45 -0
- package/builtins/ja/facets/output-contracts/frontend-review-finding-contract.md +30 -0
- package/builtins/ja/facets/output-contracts/pure-review-finding-contract.md +45 -0
- package/builtins/ja/facets/output-contracts/pure-review.md +6 -6
- package/builtins/ja/facets/output-contracts/qa-review-finding-contract.md +35 -0
- package/builtins/ja/facets/output-contracts/qa-review.md +10 -3
- package/builtins/ja/facets/output-contracts/security-review-finding-contract.md +36 -0
- package/builtins/ja/facets/output-contracts/supervisor-validation.md +34 -10
- package/builtins/ja/facets/output-contracts/terraform-review-finding-contract.md +31 -0
- package/builtins/ja/facets/output-contracts/testing-review-finding-contract.md +41 -0
- package/builtins/ja/facets/personas/findings-manager.md +18 -0
- package/builtins/ja/facets/policies/ai-antipattern.md +15 -0
- package/builtins/ja/facets/policies/existing-system-respect.md +17 -16
- package/builtins/ja/facets/policies/review.md +62 -16
- package/builtins/ja/facets/policies/testing.md +52 -0
- package/builtins/ja/workflow-categories.yaml +2 -0
- package/builtins/ja/workflows/audit-architecture-backend.yaml +8 -0
- package/builtins/ja/workflows/audit-architecture-dual.yaml +8 -0
- package/builtins/ja/workflows/audit-architecture-frontend.yaml +8 -0
- package/builtins/ja/workflows/audit-architecture.yaml +8 -0
- package/builtins/ja/workflows/audit-e2e.yaml +8 -0
- package/builtins/ja/workflows/audit-security.yaml +8 -0
- package/builtins/ja/workflows/audit-unit.yaml +8 -0
- package/builtins/ja/workflows/auto-improvement-loop.yaml +6 -0
- package/builtins/ja/workflows/backend-cqrs-mini.yaml +20 -0
- package/builtins/ja/workflows/backend-cqrs.yaml +39 -1
- package/builtins/ja/workflows/backend-maintenance.yaml +540 -0
- package/builtins/ja/workflows/backend-mini.yaml +20 -0
- package/builtins/ja/workflows/backend.yaml +39 -1
- package/builtins/ja/workflows/compound-eye.yaml +8 -0
- package/builtins/ja/workflows/deep-research.yaml +8 -0
- package/builtins/ja/workflows/default-draft.yaml +6 -0
- package/builtins/ja/workflows/default-high.yaml +6 -0
- package/builtins/ja/workflows/default-mini.yaml +2 -0
- package/builtins/ja/workflows/default-peer-review.yaml +17 -1
- package/builtins/ja/workflows/default.yaml +4 -0
- package/builtins/ja/workflows/draft.yaml +14 -4
- package/builtins/ja/workflows/dual-cqrs-mini.yaml +20 -0
- package/builtins/ja/workflows/dual-cqrs.yaml +35 -1
- package/builtins/ja/workflows/dual-mini.yaml +20 -0
- package/builtins/ja/workflows/dual.yaml +39 -1
- package/builtins/ja/workflows/frontend-maintenance.yaml +42 -2
- package/builtins/ja/workflows/frontend-mini.yaml +20 -0
- package/builtins/ja/workflows/frontend.yaml +42 -2
- package/builtins/ja/workflows/magi.yaml +6 -0
- package/builtins/ja/workflows/peer-review-with-fc.yaml +206 -0
- package/builtins/ja/workflows/peer-review.yaml +30 -10
- package/builtins/ja/workflows/research.yaml +6 -0
- package/builtins/ja/workflows/review-backend-cqrs.yaml +21 -1
- package/builtins/ja/workflows/review-backend.yaml +19 -1
- package/builtins/ja/workflows/review-default.yaml +21 -1
- package/builtins/ja/workflows/review-dual-cqrs.yaml +23 -1
- package/builtins/ja/workflows/review-dual.yaml +21 -1
- package/builtins/ja/workflows/review-fix-backend-cqrs.yaml +25 -1
- package/builtins/ja/workflows/review-fix-backend.yaml +23 -1
- package/builtins/ja/workflows/review-fix-default.yaml +25 -1
- package/builtins/ja/workflows/review-fix-dual-cqrs.yaml +27 -1
- package/builtins/ja/workflows/review-fix-dual.yaml +25 -1
- package/builtins/ja/workflows/review-fix-frontend.yaml +25 -1
- package/builtins/ja/workflows/review-fix-takt-default.yaml +33 -1
- package/builtins/ja/workflows/review-frontend.yaml +21 -1
- package/builtins/ja/workflows/review-takt-default.yaml +23 -1
- package/builtins/ja/workflows/takt-default-refresh-all.yaml +30 -0
- package/builtins/ja/workflows/takt-default-refresh-fast.yaml +30 -0
- package/builtins/ja/workflows/takt-default-with-fc.yaml +110 -0
- package/builtins/ja/workflows/takt-default.yaml +9 -3
- package/builtins/ja/workflows/terraform.yaml +29 -1
- package/builtins/skill/references/yaml-schema.md +4 -0
- package/builtins/skill-codex/references/yaml-schema.md +4 -0
- 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 -2
- package/dist/agents/decompose-task-usecase.js.map +1 -1
- package/dist/agents/runner.js +4 -4
- package/dist/agents/runner.js.map +1 -1
- package/dist/agents/structured-caller/capability-aware-structured-caller.d.ts +2 -2
- package/dist/agents/structured-caller/capability-aware-structured-caller.d.ts.map +1 -1
- package/dist/agents/structured-caller/capability-aware-structured-caller.js.map +1 -1
- package/dist/agents/structured-caller/contracts.d.ts +2 -2
- package/dist/agents/structured-caller/contracts.d.ts.map +1 -1
- package/dist/agents/structured-caller/default-structured-caller.d.ts +2 -2
- package/dist/agents/structured-caller/default-structured-caller.d.ts.map +1 -1
- package/dist/agents/structured-caller/default-structured-caller.js.map +1 -1
- package/dist/agents/structured-caller/prompt-based-structured-caller.d.ts +2 -2
- package/dist/agents/structured-caller/prompt-based-structured-caller.d.ts.map +1 -1
- package/dist/agents/structured-caller/prompt-based-structured-caller.js +2 -2
- package/dist/agents/structured-caller/prompt-based-structured-caller.js.map +1 -1
- package/dist/agents/team-leader-structured-output.d.ts +2 -2
- package/dist/agents/team-leader-structured-output.d.ts.map +1 -1
- package/dist/agents/team-leader-structured-output.js +42 -9
- package/dist/agents/team-leader-structured-output.js.map +1 -1
- package/dist/app/cli/routing-inputs.d.ts +1 -0
- package/dist/app/cli/routing-inputs.d.ts.map +1 -1
- package/dist/app/cli/routing-inputs.js +5 -2
- package/dist/app/cli/routing-inputs.js.map +1 -1
- package/dist/app/cli/routing.d.ts.map +1 -1
- package/dist/app/cli/routing.js +14 -0
- package/dist/app/cli/routing.js.map +1 -1
- package/dist/commands/repertoire/add.d.ts.map +1 -1
- package/dist/commands/repertoire/add.js +47 -7
- package/dist/commands/repertoire/add.js.map +1 -1
- package/dist/commands/repertoire/remove.d.ts.map +1 -1
- package/dist/commands/repertoire/remove.js +19 -3
- package/dist/commands/repertoire/remove.js.map +1 -1
- package/dist/core/models/config-schemas.d.ts +797 -0
- package/dist/core/models/config-schemas.d.ts.map +1 -1
- package/dist/core/models/config-schemas.js +6 -0
- package/dist/core/models/config-schemas.js.map +1 -1
- package/dist/core/models/config-types.d.ts +8 -0
- package/dist/core/models/config-types.d.ts.map +1 -1
- package/dist/core/models/finding-schemas.d.ts +447 -0
- package/dist/core/models/finding-schemas.d.ts.map +1 -0
- package/dist/core/models/finding-schemas.js +234 -0
- package/dist/core/models/finding-schemas.js.map +1 -0
- package/dist/core/models/finding-types.d.ts +146 -0
- package/dist/core/models/finding-types.d.ts.map +1 -0
- package/dist/core/models/finding-types.js +5 -0
- package/dist/core/models/finding-types.js.map +1 -0
- package/dist/core/models/index.d.ts +1 -1
- package/dist/core/models/index.d.ts.map +1 -1
- package/dist/core/models/index.js.map +1 -1
- package/dist/core/models/part.d.ts +7 -0
- package/dist/core/models/part.d.ts.map +1 -1
- package/dist/core/models/schema-base.d.ts +10 -0
- package/dist/core/models/schema-base.d.ts.map +1 -1
- package/dist/core/models/schema-base.js +2 -0
- package/dist/core/models/schema-base.js.map +1 -1
- package/dist/core/models/types.d.ts +2 -2
- package/dist/core/models/types.d.ts.map +1 -1
- package/dist/core/models/workflow-condition-expression.d.ts +3 -0
- package/dist/core/models/workflow-condition-expression.d.ts.map +1 -1
- package/dist/core/models/workflow-condition-expression.js +223 -4
- package/dist/core/models/workflow-condition-expression.js.map +1 -1
- package/dist/core/models/workflow-provider-options.d.ts +2 -0
- package/dist/core/models/workflow-provider-options.d.ts.map +1 -1
- package/dist/core/models/workflow-provider-options.js.map +1 -1
- package/dist/core/models/workflow-schemas.d.ts +124 -36
- package/dist/core/models/workflow-schemas.d.ts.map +1 -1
- package/dist/core/models/workflow-schemas.js +13 -6
- package/dist/core/models/workflow-schemas.js.map +1 -1
- package/dist/core/models/workflow-system-schemas.d.ts.map +1 -1
- package/dist/core/models/workflow-system-schemas.js +1 -0
- package/dist/core/models/workflow-system-schemas.js.map +1 -1
- package/dist/core/models/workflow-types.d.ts +13 -0
- package/dist/core/models/workflow-types.d.ts.map +1 -1
- package/dist/core/models/workflow-types.js.map +1 -1
- package/dist/core/workflow/engine/OptionsBuilder.d.ts +4 -1
- package/dist/core/workflow/engine/OptionsBuilder.d.ts.map +1 -1
- package/dist/core/workflow/engine/OptionsBuilder.js +21 -8
- package/dist/core/workflow/engine/OptionsBuilder.js.map +1 -1
- package/dist/core/workflow/engine/ParallelRunner.d.ts +14 -0
- package/dist/core/workflow/engine/ParallelRunner.d.ts.map +1 -1
- package/dist/core/workflow/engine/ParallelRunner.js +152 -18
- package/dist/core/workflow/engine/ParallelRunner.js.map +1 -1
- package/dist/core/workflow/engine/StepExecutor.d.ts +4 -2
- package/dist/core/workflow/engine/StepExecutor.d.ts.map +1 -1
- package/dist/core/workflow/engine/StepExecutor.js +10 -3
- package/dist/core/workflow/engine/StepExecutor.js.map +1 -1
- package/dist/core/workflow/engine/TeamLeaderRunner.d.ts.map +1 -1
- package/dist/core/workflow/engine/TeamLeaderRunner.js +6 -6
- package/dist/core/workflow/engine/TeamLeaderRunner.js.map +1 -1
- package/dist/core/workflow/engine/WorkflowCallExecutor.d.ts +3 -1
- package/dist/core/workflow/engine/WorkflowCallExecutor.d.ts.map +1 -1
- package/dist/core/workflow/engine/WorkflowCallExecutor.js +23 -5
- package/dist/core/workflow/engine/WorkflowCallExecutor.js.map +1 -1
- package/dist/core/workflow/engine/WorkflowCallRunner.d.ts +1 -0
- package/dist/core/workflow/engine/WorkflowCallRunner.d.ts.map +1 -1
- package/dist/core/workflow/engine/WorkflowCallRunner.js +5 -1
- package/dist/core/workflow/engine/WorkflowCallRunner.js.map +1 -1
- package/dist/core/workflow/engine/WorkflowEngine.d.ts +7 -1
- package/dist/core/workflow/engine/WorkflowEngine.d.ts.map +1 -1
- package/dist/core/workflow/engine/WorkflowEngine.js +63 -9
- package/dist/core/workflow/engine/WorkflowEngine.js.map +1 -1
- package/dist/core/workflow/engine/WorkflowEngineSetup.d.ts +3 -0
- package/dist/core/workflow/engine/WorkflowEngineSetup.d.ts.map +1 -1
- package/dist/core/workflow/engine/WorkflowEngineSetup.js +27 -1
- package/dist/core/workflow/engine/WorkflowEngineSetup.js.map +1 -1
- package/dist/core/workflow/engine/WorkflowRunLoop.d.ts +10 -7
- package/dist/core/workflow/engine/WorkflowRunLoop.d.ts.map +1 -1
- package/dist/core/workflow/engine/WorkflowRunLoop.js +63 -33
- package/dist/core/workflow/engine/WorkflowRunLoop.js.map +1 -1
- package/dist/core/workflow/engine/WorkflowValidator.d.ts.map +1 -1
- package/dist/core/workflow/engine/WorkflowValidator.js +78 -1
- package/dist/core/workflow/engine/WorkflowValidator.js.map +1 -1
- package/dist/core/workflow/engine/engine-provider-options.d.ts +1 -0
- package/dist/core/workflow/engine/engine-provider-options.d.ts.map +1 -1
- package/dist/core/workflow/engine/engine-provider-options.js +27 -0
- package/dist/core/workflow/engine/engine-provider-options.js.map +1 -1
- package/dist/core/workflow/engine/team-leader-common.d.ts +1 -0
- package/dist/core/workflow/engine/team-leader-common.d.ts.map +1 -1
- package/dist/core/workflow/engine/team-leader-common.js +23 -0
- package/dist/core/workflow/engine/team-leader-common.js.map +1 -1
- package/dist/core/workflow/engine/team-leader-part-runner.d.ts.map +1 -1
- package/dist/core/workflow/engine/team-leader-part-runner.js +22 -1
- package/dist/core/workflow/engine/team-leader-part-runner.js.map +1 -1
- package/dist/core/workflow/evaluation/AggregateEvaluator.d.ts.map +1 -1
- package/dist/core/workflow/evaluation/AggregateEvaluator.js +7 -4
- package/dist/core/workflow/evaluation/AggregateEvaluator.js.map +1 -1
- package/dist/core/workflow/evaluation/RuleEvaluator.d.ts +1 -0
- package/dist/core/workflow/evaluation/RuleEvaluator.d.ts.map +1 -1
- package/dist/core/workflow/evaluation/RuleEvaluator.js +15 -1
- package/dist/core/workflow/evaluation/RuleEvaluator.js.map +1 -1
- package/dist/core/workflow/evaluation/rule-utils.d.ts +5 -1
- package/dist/core/workflow/evaluation/rule-utils.d.ts.map +1 -1
- package/dist/core/workflow/evaluation/rule-utils.js +34 -1
- package/dist/core/workflow/evaluation/rule-utils.js.map +1 -1
- package/dist/core/workflow/evaluation/when-evaluator.d.ts.map +1 -1
- package/dist/core/workflow/evaluation/when-evaluator.js +4 -1
- package/dist/core/workflow/evaluation/when-evaluator.js.map +1 -1
- package/dist/core/workflow/findings/context.d.ts +5 -0
- package/dist/core/workflow/findings/context.d.ts.map +1 -0
- package/dist/core/workflow/findings/context.js +82 -0
- package/dist/core/workflow/findings/context.js.map +1 -0
- package/dist/core/workflow/findings/ledger-validation.d.ts +3 -0
- package/dist/core/workflow/findings/ledger-validation.d.ts.map +1 -0
- package/dist/core/workflow/findings/ledger-validation.js +26 -0
- package/dist/core/workflow/findings/ledger-validation.js.map +1 -0
- package/dist/core/workflow/findings/manager-output-validation.d.ts +15 -0
- package/dist/core/workflow/findings/manager-output-validation.d.ts.map +1 -0
- package/dist/core/workflow/findings/manager-output-validation.js +221 -0
- package/dist/core/workflow/findings/manager-output-validation.js.map +1 -0
- package/dist/core/workflow/findings/manager-runner.d.ts +89 -0
- package/dist/core/workflow/findings/manager-runner.d.ts.map +1 -0
- package/dist/core/workflow/findings/manager-runner.js +291 -0
- package/dist/core/workflow/findings/manager-runner.js.map +1 -0
- package/dist/core/workflow/findings/reconciler.d.ts +10 -0
- package/dist/core/workflow/findings/reconciler.d.ts.map +1 -0
- package/dist/core/workflow/findings/reconciler.js +413 -0
- package/dist/core/workflow/findings/reconciler.js.map +1 -0
- package/dist/core/workflow/findings/schemas.d.ts +2 -0
- package/dist/core/workflow/findings/schemas.d.ts.map +1 -0
- package/dist/core/workflow/findings/schemas.js +2 -0
- package/dist/core/workflow/findings/schemas.js.map +1 -0
- package/dist/core/workflow/findings/store.d.ts +33 -0
- package/dist/core/workflow/findings/store.d.ts.map +1 -0
- package/dist/core/workflow/findings/store.js +169 -0
- package/dist/core/workflow/findings/store.js.map +1 -0
- package/dist/core/workflow/findings/types.d.ts +3 -0
- package/dist/core/workflow/findings/types.d.ts.map +1 -0
- package/dist/core/workflow/findings/types.js +2 -0
- package/dist/core/workflow/findings/types.js.map +1 -0
- package/dist/core/workflow/instruction/InstructionBuilder.d.ts +1 -0
- package/dist/core/workflow/instruction/InstructionBuilder.d.ts.map +1 -1
- package/dist/core/workflow/instruction/InstructionBuilder.js +35 -11
- package/dist/core/workflow/instruction/InstructionBuilder.js.map +1 -1
- package/dist/core/workflow/instruction/ReportInstructionBuilder.d.ts +4 -0
- package/dist/core/workflow/instruction/ReportInstructionBuilder.d.ts.map +1 -1
- package/dist/core/workflow/instruction/ReportInstructionBuilder.js +22 -1
- package/dist/core/workflow/instruction/ReportInstructionBuilder.js.map +1 -1
- package/dist/core/workflow/instruction/fenced-json.d.ts +2 -0
- package/dist/core/workflow/instruction/fenced-json.d.ts.map +1 -0
- package/dist/core/workflow/instruction/fenced-json.js +11 -0
- package/dist/core/workflow/instruction/fenced-json.js.map +1 -0
- package/dist/core/workflow/instruction/instruction-context.d.ts +8 -0
- package/dist/core/workflow/instruction/instruction-context.d.ts.map +1 -1
- package/dist/core/workflow/instruction/instruction-context.js.map +1 -1
- package/dist/core/workflow/observability/traceDiscovery.d.ts +33 -0
- package/dist/core/workflow/observability/traceDiscovery.d.ts.map +1 -0
- package/dist/core/workflow/observability/traceDiscovery.js +104 -0
- package/dist/core/workflow/observability/traceDiscovery.js.map +1 -0
- package/dist/core/workflow/observability/workflowSpans.d.ts +5 -2
- package/dist/core/workflow/observability/workflowSpans.d.ts.map +1 -1
- package/dist/core/workflow/observability/workflowSpans.js +35 -5
- package/dist/core/workflow/observability/workflowSpans.js.map +1 -1
- package/dist/core/workflow/phase-runner.d.ts +2 -0
- package/dist/core/workflow/phase-runner.d.ts.map +1 -1
- package/dist/core/workflow/phase-runner.js.map +1 -1
- package/dist/core/workflow/promotion/promotion-runtime.d.ts.map +1 -1
- package/dist/core/workflow/promotion/promotion-runtime.js +3 -2
- package/dist/core/workflow/promotion/promotion-runtime.js.map +1 -1
- package/dist/core/workflow/provider-options-trace.d.ts +3 -2
- package/dist/core/workflow/provider-options-trace.d.ts.map +1 -1
- package/dist/core/workflow/provider-resolution.d.ts +11 -3
- package/dist/core/workflow/provider-resolution.d.ts.map +1 -1
- package/dist/core/workflow/provider-resolution.js +68 -2
- package/dist/core/workflow/provider-resolution.js.map +1 -1
- package/dist/core/workflow/providerOptionsRedaction.d.ts +4 -0
- package/dist/core/workflow/providerOptionsRedaction.d.ts.map +1 -0
- package/dist/core/workflow/providerOptionsRedaction.js +18 -0
- package/dist/core/workflow/providerOptionsRedaction.js.map +1 -0
- package/dist/core/workflow/report-phase-runner.d.ts.map +1 -1
- package/dist/core/workflow/report-phase-runner.js +59 -44
- package/dist/core/workflow/report-phase-runner.js.map +1 -1
- package/dist/core/workflow/report-writer.d.ts +2 -0
- package/dist/core/workflow/report-writer.d.ts.map +1 -0
- package/dist/core/workflow/report-writer.js +42 -0
- package/dist/core/workflow/report-writer.js.map +1 -0
- package/dist/core/workflow/run/run-meta.d.ts +5 -0
- package/dist/core/workflow/run/run-meta.d.ts.map +1 -1
- package/dist/core/workflow/run/run-meta.js.map +1 -1
- package/dist/core/workflow/state/workflow-state-access.d.ts +2 -2
- package/dist/core/workflow/state/workflow-state-access.d.ts.map +1 -1
- package/dist/core/workflow/state/workflow-state-access.js +17 -2
- package/dist/core/workflow/state/workflow-state-access.js.map +1 -1
- package/dist/core/workflow/types.d.ts +25 -1
- package/dist/core/workflow/types.d.ts.map +1 -1
- package/dist/features/analytics/events.d.ts +1 -1
- package/dist/features/analytics/events.d.ts.map +1 -1
- package/dist/features/analytics/index.d.ts +1 -1
- package/dist/features/analytics/index.d.ts.map +1 -1
- package/dist/features/analytics/index.js +1 -1
- package/dist/features/analytics/index.js.map +1 -1
- package/dist/features/analytics/report-parser.d.ts +5 -3
- package/dist/features/analytics/report-parser.d.ts.map +1 -1
- package/dist/features/analytics/report-parser.js +42 -7
- package/dist/features/analytics/report-parser.js.map +1 -1
- package/dist/features/interactive/clipboardImage.js +2 -2
- package/dist/features/interactive/clipboardImage.js.map +1 -1
- package/dist/features/pipeline/execute.d.ts.map +1 -1
- package/dist/features/pipeline/execute.js +2 -3
- package/dist/features/pipeline/execute.js.map +1 -1
- package/dist/features/pipeline/steps.d.ts +4 -3
- package/dist/features/pipeline/steps.d.ts.map +1 -1
- package/dist/features/pipeline/steps.js +46 -8
- package/dist/features/pipeline/steps.js.map +1 -1
- package/dist/features/repertoire/file-filter.d.ts +3 -3
- package/dist/features/repertoire/file-filter.d.ts.map +1 -1
- package/dist/features/repertoire/file-filter.js +3 -3
- package/dist/features/repertoire/file-filter.js.map +1 -1
- package/dist/features/repertoire/pack-summary.d.ts +21 -7
- package/dist/features/repertoire/pack-summary.d.ts.map +1 -1
- package/dist/features/repertoire/pack-summary.js +156 -24
- package/dist/features/repertoire/pack-summary.js.map +1 -1
- package/dist/features/repertoire/remove.d.ts +5 -2
- package/dist/features/repertoire/remove.d.ts.map +1 -1
- package/dist/features/repertoire/remove.js +9 -2
- package/dist/features/repertoire/remove.js.map +1 -1
- package/dist/features/repertoire/takt-repertoire-config.d.ts +3 -3
- package/dist/features/repertoire/takt-repertoire-config.d.ts.map +1 -1
- package/dist/features/repertoire/takt-repertoire-config.js +31 -16
- package/dist/features/repertoire/takt-repertoire-config.js.map +1 -1
- package/dist/features/tasks/add/index.d.ts +1 -0
- package/dist/features/tasks/add/index.d.ts.map +1 -1
- package/dist/features/tasks/add/index.js +1 -0
- package/dist/features/tasks/add/index.js.map +1 -1
- package/dist/features/tasks/execute/analyticsEmitter.d.ts +4 -1
- package/dist/features/tasks/execute/analyticsEmitter.d.ts.map +1 -1
- package/dist/features/tasks/execute/analyticsEmitter.js +30 -3
- package/dist/features/tasks/execute/analyticsEmitter.js.map +1 -1
- package/dist/features/tasks/execute/runAllTasks.d.ts.map +1 -1
- package/dist/features/tasks/execute/runAllTasks.js +2 -2
- package/dist/features/tasks/execute/runAllTasks.js.map +1 -1
- package/dist/features/tasks/execute/runMeta.d.ts +5 -1
- package/dist/features/tasks/execute/runMeta.d.ts.map +1 -1
- package/dist/features/tasks/execute/runMeta.js +6 -1
- package/dist/features/tasks/execute/runMeta.js.map +1 -1
- package/dist/features/tasks/execute/selectAndExecute.d.ts.map +1 -1
- package/dist/features/tasks/execute/selectAndExecute.js +12 -0
- package/dist/features/tasks/execute/selectAndExecute.js.map +1 -1
- package/dist/features/tasks/execute/sessionLoggerRecordFactory.d.ts.map +1 -1
- package/dist/features/tasks/execute/sessionLoggerRecordFactory.js +2 -1
- package/dist/features/tasks/execute/sessionLoggerRecordFactory.js.map +1 -1
- package/dist/features/tasks/execute/slackSummaryAdapter.d.ts +0 -1
- package/dist/features/tasks/execute/slackSummaryAdapter.d.ts.map +1 -1
- package/dist/features/tasks/execute/slackSummaryAdapter.js +0 -5
- package/dist/features/tasks/execute/slackSummaryAdapter.js.map +1 -1
- package/dist/features/tasks/execute/taskExecution.d.ts.map +1 -1
- package/dist/features/tasks/execute/taskExecution.js +9 -0
- package/dist/features/tasks/execute/taskExecution.js.map +1 -1
- package/dist/features/tasks/execute/taskWorkflowExecution.d.ts.map +1 -1
- package/dist/features/tasks/execute/taskWorkflowExecution.js +20 -1
- package/dist/features/tasks/execute/taskWorkflowExecution.js.map +1 -1
- package/dist/features/tasks/execute/traceTaskMetadata.d.ts +20 -0
- package/dist/features/tasks/execute/traceTaskMetadata.d.ts.map +1 -0
- package/dist/features/tasks/execute/traceTaskMetadata.js +54 -0
- package/dist/features/tasks/execute/traceTaskMetadata.js.map +1 -0
- package/dist/features/tasks/execute/types.d.ts +13 -1
- package/dist/features/tasks/execute/types.d.ts.map +1 -1
- package/dist/features/tasks/execute/workflowExecution.d.ts.map +1 -1
- package/dist/features/tasks/execute/workflowExecution.js +14 -1
- package/dist/features/tasks/execute/workflowExecution.js.map +1 -1
- package/dist/features/tasks/execute/workflowExecutionBootstrap.d.ts +2 -0
- package/dist/features/tasks/execute/workflowExecutionBootstrap.d.ts.map +1 -1
- package/dist/features/tasks/execute/workflowExecutionBootstrap.js +20 -2
- package/dist/features/tasks/execute/workflowExecutionBootstrap.js.map +1 -1
- package/dist/features/tasks/execute/workflowExecutionEvents.d.ts +2 -0
- package/dist/features/tasks/execute/workflowExecutionEvents.d.ts.map +1 -1
- package/dist/features/tasks/execute/workflowExecutionEvents.js +19 -2
- package/dist/features/tasks/execute/workflowExecutionEvents.js.map +1 -1
- package/dist/features/tasks/execute/workflowExecutionReporting.d.ts +3 -2
- package/dist/features/tasks/execute/workflowExecutionReporting.d.ts.map +1 -1
- package/dist/features/tasks/execute/workflowExecutionReporting.js +14 -2
- package/dist/features/tasks/execute/workflowExecutionReporting.js.map +1 -1
- package/dist/features/tasks/index.d.ts +1 -1
- package/dist/features/tasks/index.d.ts.map +1 -1
- package/dist/features/tasks/index.js.map +1 -1
- package/dist/features/tasks/resume/index.d.ts.map +1 -1
- package/dist/features/tasks/resume/index.js +5 -0
- package/dist/features/tasks/resume/index.js.map +1 -1
- package/dist/infra/claude/client.d.ts.map +1 -1
- package/dist/infra/claude/client.js +1 -0
- package/dist/infra/claude/client.js.map +1 -1
- package/dist/infra/claude/mcp-config.d.ts.map +1 -1
- package/dist/infra/claude/mcp-config.js +2 -2
- package/dist/infra/claude/mcp-config.js.map +1 -1
- package/dist/infra/claude/options-builder.d.ts.map +1 -1
- package/dist/infra/claude/options-builder.js +3 -0
- package/dist/infra/claude/options-builder.js.map +1 -1
- package/dist/infra/claude/types.d.ts +4 -0
- package/dist/infra/claude/types.d.ts.map +1 -1
- package/dist/infra/claude-headless/headless-spawn.d.ts.map +1 -1
- package/dist/infra/claude-headless/headless-spawn.js +3 -0
- package/dist/infra/claude-headless/headless-spawn.js.map +1 -1
- package/dist/infra/claude-headless/types.d.ts +2 -0
- package/dist/infra/claude-headless/types.d.ts.map +1 -1
- 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/config/configNormalizers.d.ts +19 -7
- package/dist/infra/config/configNormalizers.d.ts.map +1 -1
- package/dist/infra/config/configNormalizers.js +59 -16
- package/dist/infra/config/configNormalizers.js.map +1 -1
- package/dist/infra/config/env/global-current-env-specs.d.ts.map +1 -1
- package/dist/infra/config/env/global-current-env-specs.js +1 -0
- package/dist/infra/config/env/global-current-env-specs.js.map +1 -1
- package/dist/infra/config/env/project-current-env-specs.d.ts.map +1 -1
- package/dist/infra/config/env/project-current-env-specs.js +1 -0
- package/dist/infra/config/env/project-current-env-specs.js.map +1 -1
- package/dist/infra/config/global/globalConfigCore.d.ts.map +1 -1
- package/dist/infra/config/global/globalConfigCore.js +4 -2
- package/dist/infra/config/global/globalConfigCore.js.map +1 -1
- package/dist/infra/config/global/globalConfigSerializer.d.ts.map +1 -1
- package/dist/infra/config/global/globalConfigSerializer.js +5 -1
- package/dist/infra/config/global/globalConfigSerializer.js.map +1 -1
- package/dist/infra/config/loaders/namedResourceResolver.d.ts +18 -0
- package/dist/infra/config/loaders/namedResourceResolver.d.ts.map +1 -0
- package/dist/infra/config/loaders/namedResourceResolver.js +49 -0
- package/dist/infra/config/loaders/namedResourceResolver.js.map +1 -0
- package/dist/infra/config/loaders/providerOptionsLookupDirectories.d.ts +13 -0
- package/dist/infra/config/loaders/providerOptionsLookupDirectories.d.ts.map +1 -0
- package/dist/infra/config/loaders/providerOptionsLookupDirectories.js +61 -0
- package/dist/infra/config/loaders/providerOptionsLookupDirectories.js.map +1 -0
- package/dist/infra/config/loaders/workflowParser.d.ts.map +1 -1
- package/dist/infra/config/loaders/workflowParser.js +64 -3
- package/dist/infra/config/loaders/workflowParser.js.map +1 -1
- package/dist/infra/config/loaders/workflowPreview.d.ts.map +1 -1
- package/dist/infra/config/loaders/workflowPreview.js +29 -12
- package/dist/infra/config/loaders/workflowPreview.js.map +1 -1
- package/dist/infra/config/loaders/workflowProviderOptionsResolver.d.ts +20 -2
- package/dist/infra/config/loaders/workflowProviderOptionsResolver.d.ts.map +1 -1
- package/dist/infra/config/loaders/workflowProviderOptionsResolver.js +122 -34
- package/dist/infra/config/loaders/workflowProviderOptionsResolver.js.map +1 -1
- package/dist/infra/config/loaders/workflowRuleNormalizer.d.ts.map +1 -1
- package/dist/infra/config/loaders/workflowRuleNormalizer.js +5 -16
- package/dist/infra/config/loaders/workflowRuleNormalizer.js.map +1 -1
- package/dist/infra/config/loaders/workflowStepFeaturesNormalizer.d.ts.map +1 -1
- package/dist/infra/config/loaders/workflowStepFeaturesNormalizer.js +32 -1
- package/dist/infra/config/loaders/workflowStepFeaturesNormalizer.js.map +1 -1
- package/dist/infra/config/loaders/workflowStepNormalizer.d.ts +3 -2
- package/dist/infra/config/loaders/workflowStepNormalizer.d.ts.map +1 -1
- package/dist/infra/config/loaders/workflowStepNormalizer.js +33 -12
- package/dist/infra/config/loaders/workflowStepNormalizer.js.map +1 -1
- package/dist/infra/config/paths.d.ts +4 -0
- package/dist/infra/config/paths.d.ts.map +1 -1
- package/dist/infra/config/paths.js +13 -0
- package/dist/infra/config/paths.js.map +1 -1
- package/dist/infra/config/project/projectConfig.d.ts.map +1 -1
- package/dist/infra/config/project/projectConfig.js +23 -6
- package/dist/infra/config/project/projectConfig.js.map +1 -1
- package/dist/infra/config/providerOptions.d.ts +29 -10
- package/dist/infra/config/providerOptions.d.ts.map +1 -1
- package/dist/infra/config/providerOptions.js +166 -18
- package/dist/infra/config/providerOptions.js.map +1 -1
- package/dist/infra/config/providerOptionsContract.d.ts +4 -3
- package/dist/infra/config/providerOptionsContract.d.ts.map +1 -1
- package/dist/infra/config/providerOptionsContract.js +11 -0
- package/dist/infra/config/providerOptionsContract.js.map +1 -1
- package/dist/infra/config/providerReference.d.ts +3 -2
- package/dist/infra/config/providerReference.d.ts.map +1 -1
- package/dist/infra/config/providerReference.js +6 -6
- package/dist/infra/config/providerReference.js.map +1 -1
- package/dist/infra/config/resolveConfigValue.d.ts.map +1 -1
- package/dist/infra/config/resolveConfigValue.js +95 -25
- package/dist/infra/config/resolveConfigValue.js.map +1 -1
- package/dist/infra/config/traced/tracedConfigLoader.d.ts +3 -2
- package/dist/infra/config/traced/tracedConfigLoader.d.ts.map +1 -1
- package/dist/infra/config/traced/tracedConfigLoader.js +28 -4
- package/dist/infra/config/traced/tracedConfigLoader.js.map +1 -1
- package/dist/infra/config/traced/tracedConfigRuntimeBridge.d.ts.map +1 -1
- package/dist/infra/config/traced/tracedConfigRuntimeBridge.js +2 -2
- package/dist/infra/config/traced/tracedConfigRuntimeBridge.js.map +1 -1
- package/dist/infra/config/traced/tracedConfigSchema.d.ts.map +1 -1
- package/dist/infra/config/traced/tracedConfigSchema.js +8 -0
- package/dist/infra/config/traced/tracedConfigSchema.js.map +1 -1
- package/dist/infra/copilot/client.d.ts.map +1 -1
- package/dist/infra/copilot/client.js +3 -3
- package/dist/infra/copilot/client.js.map +1 -1
- package/dist/infra/cursor/client.d.ts.map +1 -1
- package/dist/infra/cursor/client.js +113 -47
- package/dist/infra/cursor/client.js.map +1 -1
- package/dist/infra/opencode/client.d.ts.map +1 -1
- package/dist/infra/opencode/client.js +21 -0
- package/dist/infra/opencode/client.js.map +1 -1
- package/dist/infra/opencode/unavailable-tool-loop.d.ts +7 -0
- package/dist/infra/opencode/unavailable-tool-loop.d.ts.map +1 -0
- package/dist/infra/opencode/unavailable-tool-loop.js +33 -0
- package/dist/infra/opencode/unavailable-tool-loop.js.map +1 -0
- package/dist/infra/providers/claude-headless.d.ts +1 -1
- package/dist/infra/providers/claude-headless.d.ts.map +1 -1
- package/dist/infra/providers/claude-headless.js +2 -1
- package/dist/infra/providers/claude-headless.js.map +1 -1
- package/dist/infra/providers/claude-terminal.d.ts +1 -1
- package/dist/infra/providers/claude-terminal.d.ts.map +1 -1
- package/dist/infra/providers/claude-terminal.js +1 -1
- package/dist/infra/providers/claude-terminal.js.map +1 -1
- package/dist/infra/providers/claude.d.ts +1 -1
- package/dist/infra/providers/claude.d.ts.map +1 -1
- package/dist/infra/providers/claude.js +2 -1
- package/dist/infra/providers/claude.js.map +1 -1
- package/dist/infra/providers/codex.d.ts +1 -1
- package/dist/infra/providers/codex.d.ts.map +1 -1
- package/dist/infra/providers/codex.js +2 -1
- package/dist/infra/providers/codex.js.map +1 -1
- package/dist/infra/providers/copilot.d.ts +1 -1
- package/dist/infra/providers/copilot.d.ts.map +1 -1
- package/dist/infra/providers/copilot.js +1 -1
- package/dist/infra/providers/copilot.js.map +1 -1
- package/dist/infra/providers/cursor.d.ts +1 -1
- package/dist/infra/providers/cursor.d.ts.map +1 -1
- package/dist/infra/providers/cursor.js +1 -1
- package/dist/infra/providers/cursor.js.map +1 -1
- package/dist/infra/providers/kiro.d.ts +1 -1
- package/dist/infra/providers/kiro.d.ts.map +1 -1
- package/dist/infra/providers/kiro.js +1 -1
- package/dist/infra/providers/kiro.js.map +1 -1
- package/dist/infra/providers/mock.d.ts +1 -1
- package/dist/infra/providers/mock.d.ts.map +1 -1
- package/dist/infra/providers/mock.js +1 -1
- package/dist/infra/providers/mock.js.map +1 -1
- package/dist/infra/providers/opencode.d.ts +1 -1
- package/dist/infra/providers/opencode.d.ts.map +1 -1
- package/dist/infra/providers/opencode.js +4 -1
- package/dist/infra/providers/opencode.js.map +1 -1
- package/dist/infra/providers/provider-capabilities.d.ts.map +1 -1
- package/dist/infra/providers/provider-capabilities.js +0 -1
- package/dist/infra/providers/provider-capabilities.js.map +1 -1
- package/dist/infra/providers/types.d.ts +1 -1
- package/dist/infra/providers/types.d.ts.map +1 -1
- package/dist/infra/task/clone-base-branch.d.ts +1 -0
- package/dist/infra/task/clone-base-branch.d.ts.map +1 -1
- package/dist/infra/task/clone-base-branch.js +22 -14
- package/dist/infra/task/clone-base-branch.js.map +1 -1
- package/dist/infra/task/clone.d.ts +2 -0
- package/dist/infra/task/clone.d.ts.map +1 -1
- package/dist/infra/task/clone.js +7 -1
- package/dist/infra/task/clone.js.map +1 -1
- package/dist/infra/task/index.d.ts +1 -1
- package/dist/infra/task/index.d.ts.map +1 -1
- package/dist/infra/task/index.js +1 -1
- package/dist/infra/task/index.js.map +1 -1
- package/dist/infra/task/mapper.d.ts.map +1 -1
- package/dist/infra/task/mapper.js +1 -0
- package/dist/infra/task/mapper.js.map +1 -1
- package/dist/infra/task/projectLocalTaktSync.d.ts +1 -0
- package/dist/infra/task/projectLocalTaktSync.d.ts.map +1 -1
- package/dist/infra/task/projectLocalTaktSync.js +40 -0
- package/dist/infra/task/projectLocalTaktSync.js.map +1 -1
- package/dist/infra/task/taskExecutionSchemas.d.ts +3 -3
- package/dist/infra/task/taskRecordSchemas.d.ts +2 -2
- package/dist/infra/task/types.d.ts +1 -0
- package/dist/infra/task/types.d.ts.map +1 -1
- package/dist/shared/prompts/en/perform_phase2_message.md +1 -0
- package/dist/shared/prompts/ja/perform_phase2_message.md +1 -0
- package/dist/shared/team-leader-inspect-tools.d.ts +5 -0
- package/dist/shared/team-leader-inspect-tools.d.ts.map +1 -0
- package/dist/shared/team-leader-inspect-tools.js +8 -0
- package/dist/shared/team-leader-inspect-tools.js.map +1 -0
- package/dist/shared/ui/StreamDisplay.js +1 -1
- package/dist/shared/ui/StreamDisplay.js.map +1 -1
- package/dist/shared/utils/index.d.ts +2 -0
- package/dist/shared/utils/index.d.ts.map +1 -1
- package/dist/shared/utils/index.js +2 -0
- package/dist/shared/utils/index.js.map +1 -1
- package/dist/shared/utils/runId.d.ts +2 -0
- package/dist/shared/utils/runId.d.ts.map +1 -0
- package/dist/shared/utils/runId.js +18 -0
- package/dist/shared/utils/runId.js.map +1 -0
- package/dist/shared/utils/tmpdir.d.ts +2 -0
- package/dist/shared/utils/tmpdir.d.ts.map +1 -0
- package/dist/shared/utils/tmpdir.js +8 -0
- package/dist/shared/utils/tmpdir.js.map +1 -0
- package/package.json +33 -16
- /package/builtins/en/{workflows/provider-options → provider-options}/edit.yaml +0 -0
- /package/builtins/en/{workflows/provider-options → provider-options}/review-files.yaml +0 -0
- /package/builtins/en/{workflows/provider-options → provider-options}/review-readonly.yaml +0 -0
- /package/builtins/en/{workflows/provider-options → provider-options}/review-web.yaml +0 -0
- /package/builtins/ja/{workflows/provider-options → provider-options}/edit.yaml +0 -0
- /package/builtins/ja/{workflows/provider-options → provider-options}/review-files.yaml +0 -0
- /package/builtins/ja/{workflows/provider-options → provider-options}/review-readonly.yaml +0 -0
- /package/builtins/ja/{workflows/provider-options → provider-options}/review-web.yaml +0 -0
|
@@ -53,7 +53,9 @@ export declare const TeamLeaderConfigRawSchema: z.ZodObject<{
|
|
|
53
53
|
max_total_parts: z.ZodOptional<z.ZodNumber>;
|
|
54
54
|
refill_threshold: z.ZodOptional<z.ZodNumber>;
|
|
55
55
|
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
56
|
+
inspect_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
56
57
|
part_persona: z.ZodOptional<z.ZodString>;
|
|
58
|
+
part_tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
57
59
|
part_allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
58
60
|
part_edit: z.ZodOptional<z.ZodBoolean>;
|
|
59
61
|
part_permission_mode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -67,6 +69,7 @@ export declare const ParallelSubStepRawSchema: z.ZodObject<{
|
|
|
67
69
|
name: z.ZodString;
|
|
68
70
|
persona: z.ZodOptional<z.ZodString>;
|
|
69
71
|
persona_name: z.ZodOptional<z.ZodString>;
|
|
72
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
70
73
|
policy: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>, z.ZodObject<{
|
|
71
74
|
$param: z.ZodString;
|
|
72
75
|
}, z.core.$strict>]>>;
|
|
@@ -128,6 +131,7 @@ export declare const ParallelSubStepRawSchema: z.ZodObject<{
|
|
|
128
131
|
}>>;
|
|
129
132
|
provider_options: z.ZodOptional<z.ZodObject<{
|
|
130
133
|
codex: z.ZodOptional<z.ZodObject<{
|
|
134
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
131
135
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
132
136
|
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
133
137
|
minimal: "minimal";
|
|
@@ -143,6 +147,7 @@ export declare const ParallelSubStepRawSchema: z.ZodObject<{
|
|
|
143
147
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
144
148
|
}, z.core.$strip>>;
|
|
145
149
|
claude: z.ZodOptional<z.ZodObject<{
|
|
150
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
146
151
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
147
152
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
148
153
|
low: "low";
|
|
@@ -175,8 +180,8 @@ export declare const ParallelSubStepRawSchema: z.ZodObject<{
|
|
|
175
180
|
kiro: z.ZodOptional<z.ZodObject<{
|
|
176
181
|
agent: z.ZodOptional<z.ZodString>;
|
|
177
182
|
}, z.core.$strip>>;
|
|
178
|
-
|
|
179
|
-
}, z.core.$
|
|
183
|
+
extends: z.ZodOptional<z.ZodString>;
|
|
184
|
+
}, z.core.$strict>>;
|
|
180
185
|
edit: z.ZodOptional<z.ZodBoolean>;
|
|
181
186
|
instruction: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
182
187
|
$param: z.ZodString;
|
|
@@ -253,6 +258,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
253
258
|
model: z.ZodOptional<z.ZodString>;
|
|
254
259
|
provider_options: z.ZodOptional<z.ZodObject<{
|
|
255
260
|
codex: z.ZodOptional<z.ZodObject<{
|
|
261
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
256
262
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
257
263
|
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
258
264
|
minimal: "minimal";
|
|
@@ -268,6 +274,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
268
274
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
269
275
|
}, z.core.$strip>>;
|
|
270
276
|
claude: z.ZodOptional<z.ZodObject<{
|
|
277
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
271
278
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
272
279
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
273
280
|
low: "low";
|
|
@@ -300,8 +307,8 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
300
307
|
kiro: z.ZodOptional<z.ZodObject<{
|
|
301
308
|
agent: z.ZodOptional<z.ZodString>;
|
|
302
309
|
}, z.core.$strip>>;
|
|
303
|
-
|
|
304
|
-
}, z.core.$
|
|
310
|
+
extends: z.ZodOptional<z.ZodString>;
|
|
311
|
+
}, z.core.$strict>>;
|
|
305
312
|
}, z.core.$strict>>;
|
|
306
313
|
args: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
|
|
307
314
|
session: z.ZodOptional<z.ZodEnum<{
|
|
@@ -310,6 +317,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
310
317
|
}>>;
|
|
311
318
|
persona: z.ZodOptional<z.ZodString>;
|
|
312
319
|
persona_name: z.ZodOptional<z.ZodString>;
|
|
320
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
313
321
|
policy: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>, z.ZodObject<{
|
|
314
322
|
$param: z.ZodString;
|
|
315
323
|
}, z.core.$strict>]>>;
|
|
@@ -397,6 +405,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
397
405
|
model: z.ZodOptional<z.ZodString>;
|
|
398
406
|
provider_options: z.ZodOptional<z.ZodObject<{
|
|
399
407
|
codex: z.ZodOptional<z.ZodObject<{
|
|
408
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
400
409
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
401
410
|
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
402
411
|
minimal: "minimal";
|
|
@@ -412,6 +421,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
412
421
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
413
422
|
}, z.core.$strip>>;
|
|
414
423
|
claude: z.ZodOptional<z.ZodObject<{
|
|
424
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
415
425
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
416
426
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
417
427
|
low: "low";
|
|
@@ -444,8 +454,8 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
444
454
|
kiro: z.ZodOptional<z.ZodObject<{
|
|
445
455
|
agent: z.ZodOptional<z.ZodString>;
|
|
446
456
|
}, z.core.$strip>>;
|
|
447
|
-
|
|
448
|
-
}, z.core.$
|
|
457
|
+
extends: z.ZodOptional<z.ZodString>;
|
|
458
|
+
}, z.core.$strict>>;
|
|
449
459
|
}, z.core.$strict>>>;
|
|
450
460
|
permission_mode: z.ZodOptional<z.ZodNever>;
|
|
451
461
|
required_permission_mode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -455,6 +465,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
455
465
|
}>>;
|
|
456
466
|
provider_options: z.ZodOptional<z.ZodObject<{
|
|
457
467
|
codex: z.ZodOptional<z.ZodObject<{
|
|
468
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
458
469
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
459
470
|
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
460
471
|
minimal: "minimal";
|
|
@@ -470,6 +481,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
470
481
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
471
482
|
}, z.core.$strip>>;
|
|
472
483
|
claude: z.ZodOptional<z.ZodObject<{
|
|
484
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
473
485
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
474
486
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
475
487
|
low: "low";
|
|
@@ -502,8 +514,8 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
502
514
|
kiro: z.ZodOptional<z.ZodObject<{
|
|
503
515
|
agent: z.ZodOptional<z.ZodString>;
|
|
504
516
|
}, z.core.$strip>>;
|
|
505
|
-
|
|
506
|
-
}, z.core.$
|
|
517
|
+
extends: z.ZodOptional<z.ZodString>;
|
|
518
|
+
}, z.core.$strict>>;
|
|
507
519
|
edit: z.ZodOptional<z.ZodBoolean>;
|
|
508
520
|
instruction: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
509
521
|
$param: z.ZodString;
|
|
@@ -645,6 +657,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
645
657
|
name: z.ZodString;
|
|
646
658
|
persona: z.ZodOptional<z.ZodString>;
|
|
647
659
|
persona_name: z.ZodOptional<z.ZodString>;
|
|
660
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
648
661
|
policy: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>, z.ZodObject<{
|
|
649
662
|
$param: z.ZodString;
|
|
650
663
|
}, z.core.$strict>]>>;
|
|
@@ -706,6 +719,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
706
719
|
}>>;
|
|
707
720
|
provider_options: z.ZodOptional<z.ZodObject<{
|
|
708
721
|
codex: z.ZodOptional<z.ZodObject<{
|
|
722
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
709
723
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
710
724
|
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
711
725
|
minimal: "minimal";
|
|
@@ -721,6 +735,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
721
735
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
722
736
|
}, z.core.$strip>>;
|
|
723
737
|
claude: z.ZodOptional<z.ZodObject<{
|
|
738
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
724
739
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
725
740
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
726
741
|
low: "low";
|
|
@@ -753,8 +768,8 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
753
768
|
kiro: z.ZodOptional<z.ZodObject<{
|
|
754
769
|
agent: z.ZodOptional<z.ZodString>;
|
|
755
770
|
}, z.core.$strip>>;
|
|
756
|
-
|
|
757
|
-
}, z.core.$
|
|
771
|
+
extends: z.ZodOptional<z.ZodString>;
|
|
772
|
+
}, z.core.$strict>>;
|
|
758
773
|
edit: z.ZodOptional<z.ZodBoolean>;
|
|
759
774
|
instruction: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
760
775
|
$param: z.ZodString;
|
|
@@ -815,7 +830,9 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
815
830
|
max_total_parts: z.ZodOptional<z.ZodNumber>;
|
|
816
831
|
refill_threshold: z.ZodOptional<z.ZodNumber>;
|
|
817
832
|
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
833
|
+
inspect_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
818
834
|
part_persona: z.ZodOptional<z.ZodString>;
|
|
835
|
+
part_tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
819
836
|
part_allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
820
837
|
part_edit: z.ZodOptional<z.ZodBoolean>;
|
|
821
838
|
part_permission_mode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -843,6 +860,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
843
860
|
model?: string | undefined;
|
|
844
861
|
provider_options?: {
|
|
845
862
|
codex?: {
|
|
863
|
+
base_url?: string | undefined;
|
|
846
864
|
network_access?: boolean | undefined;
|
|
847
865
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
848
866
|
} | undefined;
|
|
@@ -852,6 +870,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
852
870
|
allowed_tools?: string[] | undefined;
|
|
853
871
|
} | undefined;
|
|
854
872
|
claude?: {
|
|
873
|
+
base_url?: string | undefined;
|
|
855
874
|
allowed_tools?: string[] | undefined;
|
|
856
875
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
857
876
|
sandbox?: {
|
|
@@ -871,13 +890,14 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
871
890
|
kiro?: {
|
|
872
891
|
agent?: string | undefined;
|
|
873
892
|
} | undefined;
|
|
874
|
-
|
|
893
|
+
extends?: string | undefined;
|
|
875
894
|
} | undefined;
|
|
876
895
|
} | undefined;
|
|
877
896
|
args?: Record<string, string | string[]> | undefined;
|
|
878
897
|
session?: "continue" | "refresh" | undefined;
|
|
879
898
|
persona?: string | undefined;
|
|
880
899
|
persona_name?: string | undefined;
|
|
900
|
+
tags?: string[] | undefined;
|
|
881
901
|
policy?: string | string[] | {
|
|
882
902
|
$param: string;
|
|
883
903
|
} | undefined;
|
|
@@ -925,6 +945,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
925
945
|
model?: string | undefined;
|
|
926
946
|
provider_options?: {
|
|
927
947
|
codex?: {
|
|
948
|
+
base_url?: string | undefined;
|
|
928
949
|
network_access?: boolean | undefined;
|
|
929
950
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
930
951
|
} | undefined;
|
|
@@ -934,6 +955,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
934
955
|
allowed_tools?: string[] | undefined;
|
|
935
956
|
} | undefined;
|
|
936
957
|
claude?: {
|
|
958
|
+
base_url?: string | undefined;
|
|
937
959
|
allowed_tools?: string[] | undefined;
|
|
938
960
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
939
961
|
sandbox?: {
|
|
@@ -953,13 +975,14 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
953
975
|
kiro?: {
|
|
954
976
|
agent?: string | undefined;
|
|
955
977
|
} | undefined;
|
|
956
|
-
|
|
978
|
+
extends?: string | undefined;
|
|
957
979
|
} | undefined;
|
|
958
980
|
}[] | undefined;
|
|
959
981
|
permission_mode?: undefined;
|
|
960
982
|
required_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
961
983
|
provider_options?: {
|
|
962
984
|
codex?: {
|
|
985
|
+
base_url?: string | undefined;
|
|
963
986
|
network_access?: boolean | undefined;
|
|
964
987
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
965
988
|
} | undefined;
|
|
@@ -969,6 +992,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
969
992
|
allowed_tools?: string[] | undefined;
|
|
970
993
|
} | undefined;
|
|
971
994
|
claude?: {
|
|
995
|
+
base_url?: string | undefined;
|
|
972
996
|
allowed_tools?: string[] | undefined;
|
|
973
997
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
974
998
|
sandbox?: {
|
|
@@ -988,7 +1012,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
988
1012
|
kiro?: {
|
|
989
1013
|
agent?: string | undefined;
|
|
990
1014
|
} | undefined;
|
|
991
|
-
|
|
1015
|
+
extends?: string | undefined;
|
|
992
1016
|
} | undefined;
|
|
993
1017
|
edit?: boolean | undefined;
|
|
994
1018
|
instruction?: string | {
|
|
@@ -1128,6 +1152,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1128
1152
|
name: string;
|
|
1129
1153
|
persona?: string | undefined;
|
|
1130
1154
|
persona_name?: string | undefined;
|
|
1155
|
+
tags?: string[] | undefined;
|
|
1131
1156
|
policy?: string | string[] | {
|
|
1132
1157
|
$param: string;
|
|
1133
1158
|
} | undefined;
|
|
@@ -1165,6 +1190,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1165
1190
|
required_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
1166
1191
|
provider_options?: {
|
|
1167
1192
|
codex?: {
|
|
1193
|
+
base_url?: string | undefined;
|
|
1168
1194
|
network_access?: boolean | undefined;
|
|
1169
1195
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1170
1196
|
} | undefined;
|
|
@@ -1174,6 +1200,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1174
1200
|
allowed_tools?: string[] | undefined;
|
|
1175
1201
|
} | undefined;
|
|
1176
1202
|
claude?: {
|
|
1203
|
+
base_url?: string | undefined;
|
|
1177
1204
|
allowed_tools?: string[] | undefined;
|
|
1178
1205
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
1179
1206
|
sandbox?: {
|
|
@@ -1193,7 +1220,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1193
1220
|
kiro?: {
|
|
1194
1221
|
agent?: string | undefined;
|
|
1195
1222
|
} | undefined;
|
|
1196
|
-
|
|
1223
|
+
extends?: string | undefined;
|
|
1197
1224
|
} | undefined;
|
|
1198
1225
|
edit?: boolean | undefined;
|
|
1199
1226
|
instruction?: string | {
|
|
@@ -1252,7 +1279,9 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1252
1279
|
max_total_parts?: number | undefined;
|
|
1253
1280
|
refill_threshold?: number | undefined;
|
|
1254
1281
|
timeout_ms?: number | undefined;
|
|
1282
|
+
inspect_tools?: string[] | undefined;
|
|
1255
1283
|
part_persona?: string | undefined;
|
|
1284
|
+
part_tags?: string[] | undefined;
|
|
1256
1285
|
part_allowed_tools?: string[] | undefined;
|
|
1257
1286
|
part_edit?: boolean | undefined;
|
|
1258
1287
|
part_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
@@ -1276,6 +1305,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1276
1305
|
model?: string | undefined;
|
|
1277
1306
|
provider_options?: {
|
|
1278
1307
|
codex?: {
|
|
1308
|
+
base_url?: string | undefined;
|
|
1279
1309
|
network_access?: boolean | undefined;
|
|
1280
1310
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1281
1311
|
} | undefined;
|
|
@@ -1285,6 +1315,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1285
1315
|
allowed_tools?: string[] | undefined;
|
|
1286
1316
|
} | undefined;
|
|
1287
1317
|
claude?: {
|
|
1318
|
+
base_url?: string | undefined;
|
|
1288
1319
|
allowed_tools?: string[] | undefined;
|
|
1289
1320
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
1290
1321
|
sandbox?: {
|
|
@@ -1304,13 +1335,14 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1304
1335
|
kiro?: {
|
|
1305
1336
|
agent?: string | undefined;
|
|
1306
1337
|
} | undefined;
|
|
1307
|
-
|
|
1338
|
+
extends?: string | undefined;
|
|
1308
1339
|
} | undefined;
|
|
1309
1340
|
} | undefined;
|
|
1310
1341
|
args?: Record<string, string | string[]> | undefined;
|
|
1311
1342
|
session?: "continue" | "refresh" | undefined;
|
|
1312
1343
|
persona?: string | undefined;
|
|
1313
1344
|
persona_name?: string | undefined;
|
|
1345
|
+
tags?: string[] | undefined;
|
|
1314
1346
|
policy?: string | string[] | {
|
|
1315
1347
|
$param: string;
|
|
1316
1348
|
} | undefined;
|
|
@@ -1358,6 +1390,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1358
1390
|
model?: string | undefined;
|
|
1359
1391
|
provider_options?: {
|
|
1360
1392
|
codex?: {
|
|
1393
|
+
base_url?: string | undefined;
|
|
1361
1394
|
network_access?: boolean | undefined;
|
|
1362
1395
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1363
1396
|
} | undefined;
|
|
@@ -1367,6 +1400,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1367
1400
|
allowed_tools?: string[] | undefined;
|
|
1368
1401
|
} | undefined;
|
|
1369
1402
|
claude?: {
|
|
1403
|
+
base_url?: string | undefined;
|
|
1370
1404
|
allowed_tools?: string[] | undefined;
|
|
1371
1405
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
1372
1406
|
sandbox?: {
|
|
@@ -1386,13 +1420,14 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1386
1420
|
kiro?: {
|
|
1387
1421
|
agent?: string | undefined;
|
|
1388
1422
|
} | undefined;
|
|
1389
|
-
|
|
1423
|
+
extends?: string | undefined;
|
|
1390
1424
|
} | undefined;
|
|
1391
1425
|
}[] | undefined;
|
|
1392
1426
|
permission_mode?: undefined;
|
|
1393
1427
|
required_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
1394
1428
|
provider_options?: {
|
|
1395
1429
|
codex?: {
|
|
1430
|
+
base_url?: string | undefined;
|
|
1396
1431
|
network_access?: boolean | undefined;
|
|
1397
1432
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1398
1433
|
} | undefined;
|
|
@@ -1402,6 +1437,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1402
1437
|
allowed_tools?: string[] | undefined;
|
|
1403
1438
|
} | undefined;
|
|
1404
1439
|
claude?: {
|
|
1440
|
+
base_url?: string | undefined;
|
|
1405
1441
|
allowed_tools?: string[] | undefined;
|
|
1406
1442
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
1407
1443
|
sandbox?: {
|
|
@@ -1421,7 +1457,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1421
1457
|
kiro?: {
|
|
1422
1458
|
agent?: string | undefined;
|
|
1423
1459
|
} | undefined;
|
|
1424
|
-
|
|
1460
|
+
extends?: string | undefined;
|
|
1425
1461
|
} | undefined;
|
|
1426
1462
|
edit?: boolean | undefined;
|
|
1427
1463
|
instruction?: string | {
|
|
@@ -1561,6 +1597,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1561
1597
|
name: string;
|
|
1562
1598
|
persona?: string | undefined;
|
|
1563
1599
|
persona_name?: string | undefined;
|
|
1600
|
+
tags?: string[] | undefined;
|
|
1564
1601
|
policy?: string | string[] | {
|
|
1565
1602
|
$param: string;
|
|
1566
1603
|
} | undefined;
|
|
@@ -1598,6 +1635,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1598
1635
|
required_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
1599
1636
|
provider_options?: {
|
|
1600
1637
|
codex?: {
|
|
1638
|
+
base_url?: string | undefined;
|
|
1601
1639
|
network_access?: boolean | undefined;
|
|
1602
1640
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
1603
1641
|
} | undefined;
|
|
@@ -1607,6 +1645,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1607
1645
|
allowed_tools?: string[] | undefined;
|
|
1608
1646
|
} | undefined;
|
|
1609
1647
|
claude?: {
|
|
1648
|
+
base_url?: string | undefined;
|
|
1610
1649
|
allowed_tools?: string[] | undefined;
|
|
1611
1650
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
1612
1651
|
sandbox?: {
|
|
@@ -1626,7 +1665,7 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1626
1665
|
kiro?: {
|
|
1627
1666
|
agent?: string | undefined;
|
|
1628
1667
|
} | undefined;
|
|
1629
|
-
|
|
1668
|
+
extends?: string | undefined;
|
|
1630
1669
|
} | undefined;
|
|
1631
1670
|
edit?: boolean | undefined;
|
|
1632
1671
|
instruction?: string | {
|
|
@@ -1685,7 +1724,9 @@ export declare const WorkflowStepRawSchema: z.ZodPipe<z.ZodObject<{
|
|
|
1685
1724
|
max_total_parts?: number | undefined;
|
|
1686
1725
|
refill_threshold?: number | undefined;
|
|
1687
1726
|
timeout_ms?: number | undefined;
|
|
1727
|
+
inspect_tools?: string[] | undefined;
|
|
1688
1728
|
part_persona?: string | undefined;
|
|
1729
|
+
part_tags?: string[] | undefined;
|
|
1689
1730
|
part_allowed_tools?: string[] | undefined;
|
|
1690
1731
|
part_edit?: boolean | undefined;
|
|
1691
1732
|
part_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
@@ -1811,6 +1852,15 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1811
1852
|
default: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
1812
1853
|
}, z.core.$strict>>>;
|
|
1813
1854
|
}, z.core.$strict>>;
|
|
1855
|
+
finding_contract: z.ZodOptional<z.ZodObject<{
|
|
1856
|
+
ledger_path: z.ZodString;
|
|
1857
|
+
raw_findings_path: z.ZodString;
|
|
1858
|
+
manager: z.ZodObject<{
|
|
1859
|
+
persona: z.ZodString;
|
|
1860
|
+
instruction: z.ZodString;
|
|
1861
|
+
output_contract: z.ZodString;
|
|
1862
|
+
}, z.core.$strict>;
|
|
1863
|
+
}, z.core.$strict>>;
|
|
1814
1864
|
workflow_config: z.ZodOptional<z.ZodObject<{
|
|
1815
1865
|
provider: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
1816
1866
|
claude: "claude";
|
|
@@ -1844,6 +1894,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1844
1894
|
model: z.ZodOptional<z.ZodString>;
|
|
1845
1895
|
provider_options: z.ZodOptional<z.ZodObject<{
|
|
1846
1896
|
codex: z.ZodOptional<z.ZodObject<{
|
|
1897
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
1847
1898
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
1848
1899
|
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
1849
1900
|
minimal: "minimal";
|
|
@@ -1859,6 +1910,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1859
1910
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1860
1911
|
}, z.core.$strip>>;
|
|
1861
1912
|
claude: z.ZodOptional<z.ZodObject<{
|
|
1913
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
1862
1914
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1863
1915
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
1864
1916
|
low: "low";
|
|
@@ -1891,8 +1943,8 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1891
1943
|
kiro: z.ZodOptional<z.ZodObject<{
|
|
1892
1944
|
agent: z.ZodOptional<z.ZodString>;
|
|
1893
1945
|
}, z.core.$strip>>;
|
|
1894
|
-
|
|
1895
|
-
}, z.core.$
|
|
1946
|
+
extends: z.ZodOptional<z.ZodString>;
|
|
1947
|
+
}, z.core.$strict>>;
|
|
1896
1948
|
runtime: z.ZodOptional<z.ZodObject<{
|
|
1897
1949
|
prepare: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
|
|
1898
1950
|
gradle: "gradle";
|
|
@@ -1966,6 +2018,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1966
2018
|
model: z.ZodOptional<z.ZodString>;
|
|
1967
2019
|
provider_options: z.ZodOptional<z.ZodObject<{
|
|
1968
2020
|
codex: z.ZodOptional<z.ZodObject<{
|
|
2021
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
1969
2022
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
1970
2023
|
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
1971
2024
|
minimal: "minimal";
|
|
@@ -1981,6 +2034,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
1981
2034
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1982
2035
|
}, z.core.$strip>>;
|
|
1983
2036
|
claude: z.ZodOptional<z.ZodObject<{
|
|
2037
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
1984
2038
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1985
2039
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
1986
2040
|
low: "low";
|
|
@@ -2013,8 +2067,8 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2013
2067
|
kiro: z.ZodOptional<z.ZodObject<{
|
|
2014
2068
|
agent: z.ZodOptional<z.ZodString>;
|
|
2015
2069
|
}, z.core.$strip>>;
|
|
2016
|
-
|
|
2017
|
-
}, z.core.$
|
|
2070
|
+
extends: z.ZodOptional<z.ZodString>;
|
|
2071
|
+
}, z.core.$strict>>;
|
|
2018
2072
|
}, z.core.$strict>>;
|
|
2019
2073
|
args: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
|
|
2020
2074
|
session: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2023,6 +2077,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2023
2077
|
}>>;
|
|
2024
2078
|
persona: z.ZodOptional<z.ZodString>;
|
|
2025
2079
|
persona_name: z.ZodOptional<z.ZodString>;
|
|
2080
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2026
2081
|
policy: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>, z.ZodObject<{
|
|
2027
2082
|
$param: z.ZodString;
|
|
2028
2083
|
}, z.core.$strict>]>>;
|
|
@@ -2110,6 +2165,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2110
2165
|
model: z.ZodOptional<z.ZodString>;
|
|
2111
2166
|
provider_options: z.ZodOptional<z.ZodObject<{
|
|
2112
2167
|
codex: z.ZodOptional<z.ZodObject<{
|
|
2168
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
2113
2169
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
2114
2170
|
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
2115
2171
|
minimal: "minimal";
|
|
@@ -2125,6 +2181,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2125
2181
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2126
2182
|
}, z.core.$strip>>;
|
|
2127
2183
|
claude: z.ZodOptional<z.ZodObject<{
|
|
2184
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
2128
2185
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2129
2186
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
2130
2187
|
low: "low";
|
|
@@ -2157,8 +2214,8 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2157
2214
|
kiro: z.ZodOptional<z.ZodObject<{
|
|
2158
2215
|
agent: z.ZodOptional<z.ZodString>;
|
|
2159
2216
|
}, z.core.$strip>>;
|
|
2160
|
-
|
|
2161
|
-
}, z.core.$
|
|
2217
|
+
extends: z.ZodOptional<z.ZodString>;
|
|
2218
|
+
}, z.core.$strict>>;
|
|
2162
2219
|
}, z.core.$strict>>>;
|
|
2163
2220
|
permission_mode: z.ZodOptional<z.ZodNever>;
|
|
2164
2221
|
required_permission_mode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2168,6 +2225,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2168
2225
|
}>>;
|
|
2169
2226
|
provider_options: z.ZodOptional<z.ZodObject<{
|
|
2170
2227
|
codex: z.ZodOptional<z.ZodObject<{
|
|
2228
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
2171
2229
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
2172
2230
|
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
2173
2231
|
minimal: "minimal";
|
|
@@ -2183,6 +2241,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2183
2241
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2184
2242
|
}, z.core.$strip>>;
|
|
2185
2243
|
claude: z.ZodOptional<z.ZodObject<{
|
|
2244
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
2186
2245
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2187
2246
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
2188
2247
|
low: "low";
|
|
@@ -2215,8 +2274,8 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2215
2274
|
kiro: z.ZodOptional<z.ZodObject<{
|
|
2216
2275
|
agent: z.ZodOptional<z.ZodString>;
|
|
2217
2276
|
}, z.core.$strip>>;
|
|
2218
|
-
|
|
2219
|
-
}, z.core.$
|
|
2277
|
+
extends: z.ZodOptional<z.ZodString>;
|
|
2278
|
+
}, z.core.$strict>>;
|
|
2220
2279
|
edit: z.ZodOptional<z.ZodBoolean>;
|
|
2221
2280
|
instruction: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2222
2281
|
$param: z.ZodString;
|
|
@@ -2358,6 +2417,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2358
2417
|
name: z.ZodString;
|
|
2359
2418
|
persona: z.ZodOptional<z.ZodString>;
|
|
2360
2419
|
persona_name: z.ZodOptional<z.ZodString>;
|
|
2420
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2361
2421
|
policy: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>, z.ZodObject<{
|
|
2362
2422
|
$param: z.ZodString;
|
|
2363
2423
|
}, z.core.$strict>]>>;
|
|
@@ -2419,6 +2479,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2419
2479
|
}>>;
|
|
2420
2480
|
provider_options: z.ZodOptional<z.ZodObject<{
|
|
2421
2481
|
codex: z.ZodOptional<z.ZodObject<{
|
|
2482
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
2422
2483
|
network_access: z.ZodOptional<z.ZodBoolean>;
|
|
2423
2484
|
reasoning_effort: z.ZodOptional<z.ZodEnum<{
|
|
2424
2485
|
minimal: "minimal";
|
|
@@ -2434,6 +2495,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2434
2495
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2435
2496
|
}, z.core.$strip>>;
|
|
2436
2497
|
claude: z.ZodOptional<z.ZodObject<{
|
|
2498
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
2437
2499
|
allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2438
2500
|
effort: z.ZodOptional<z.ZodEnum<{
|
|
2439
2501
|
low: "low";
|
|
@@ -2466,8 +2528,8 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2466
2528
|
kiro: z.ZodOptional<z.ZodObject<{
|
|
2467
2529
|
agent: z.ZodOptional<z.ZodString>;
|
|
2468
2530
|
}, z.core.$strip>>;
|
|
2469
|
-
|
|
2470
|
-
}, z.core.$
|
|
2531
|
+
extends: z.ZodOptional<z.ZodString>;
|
|
2532
|
+
}, z.core.$strict>>;
|
|
2471
2533
|
edit: z.ZodOptional<z.ZodBoolean>;
|
|
2472
2534
|
instruction: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2473
2535
|
$param: z.ZodString;
|
|
@@ -2528,7 +2590,9 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2528
2590
|
max_total_parts: z.ZodOptional<z.ZodNumber>;
|
|
2529
2591
|
refill_threshold: z.ZodOptional<z.ZodNumber>;
|
|
2530
2592
|
timeout_ms: z.ZodOptional<z.ZodNumber>;
|
|
2593
|
+
inspect_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2531
2594
|
part_persona: z.ZodOptional<z.ZodString>;
|
|
2595
|
+
part_tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2532
2596
|
part_allowed_tools: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2533
2597
|
part_edit: z.ZodOptional<z.ZodBoolean>;
|
|
2534
2598
|
part_permission_mode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2556,6 +2620,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2556
2620
|
model?: string | undefined;
|
|
2557
2621
|
provider_options?: {
|
|
2558
2622
|
codex?: {
|
|
2623
|
+
base_url?: string | undefined;
|
|
2559
2624
|
network_access?: boolean | undefined;
|
|
2560
2625
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2561
2626
|
} | undefined;
|
|
@@ -2565,6 +2630,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2565
2630
|
allowed_tools?: string[] | undefined;
|
|
2566
2631
|
} | undefined;
|
|
2567
2632
|
claude?: {
|
|
2633
|
+
base_url?: string | undefined;
|
|
2568
2634
|
allowed_tools?: string[] | undefined;
|
|
2569
2635
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
2570
2636
|
sandbox?: {
|
|
@@ -2584,13 +2650,14 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2584
2650
|
kiro?: {
|
|
2585
2651
|
agent?: string | undefined;
|
|
2586
2652
|
} | undefined;
|
|
2587
|
-
|
|
2653
|
+
extends?: string | undefined;
|
|
2588
2654
|
} | undefined;
|
|
2589
2655
|
} | undefined;
|
|
2590
2656
|
args?: Record<string, string | string[]> | undefined;
|
|
2591
2657
|
session?: "continue" | "refresh" | undefined;
|
|
2592
2658
|
persona?: string | undefined;
|
|
2593
2659
|
persona_name?: string | undefined;
|
|
2660
|
+
tags?: string[] | undefined;
|
|
2594
2661
|
policy?: string | string[] | {
|
|
2595
2662
|
$param: string;
|
|
2596
2663
|
} | undefined;
|
|
@@ -2638,6 +2705,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2638
2705
|
model?: string | undefined;
|
|
2639
2706
|
provider_options?: {
|
|
2640
2707
|
codex?: {
|
|
2708
|
+
base_url?: string | undefined;
|
|
2641
2709
|
network_access?: boolean | undefined;
|
|
2642
2710
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2643
2711
|
} | undefined;
|
|
@@ -2647,6 +2715,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2647
2715
|
allowed_tools?: string[] | undefined;
|
|
2648
2716
|
} | undefined;
|
|
2649
2717
|
claude?: {
|
|
2718
|
+
base_url?: string | undefined;
|
|
2650
2719
|
allowed_tools?: string[] | undefined;
|
|
2651
2720
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
2652
2721
|
sandbox?: {
|
|
@@ -2666,13 +2735,14 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2666
2735
|
kiro?: {
|
|
2667
2736
|
agent?: string | undefined;
|
|
2668
2737
|
} | undefined;
|
|
2669
|
-
|
|
2738
|
+
extends?: string | undefined;
|
|
2670
2739
|
} | undefined;
|
|
2671
2740
|
}[] | undefined;
|
|
2672
2741
|
permission_mode?: undefined;
|
|
2673
2742
|
required_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
2674
2743
|
provider_options?: {
|
|
2675
2744
|
codex?: {
|
|
2745
|
+
base_url?: string | undefined;
|
|
2676
2746
|
network_access?: boolean | undefined;
|
|
2677
2747
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2678
2748
|
} | undefined;
|
|
@@ -2682,6 +2752,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2682
2752
|
allowed_tools?: string[] | undefined;
|
|
2683
2753
|
} | undefined;
|
|
2684
2754
|
claude?: {
|
|
2755
|
+
base_url?: string | undefined;
|
|
2685
2756
|
allowed_tools?: string[] | undefined;
|
|
2686
2757
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
2687
2758
|
sandbox?: {
|
|
@@ -2701,7 +2772,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2701
2772
|
kiro?: {
|
|
2702
2773
|
agent?: string | undefined;
|
|
2703
2774
|
} | undefined;
|
|
2704
|
-
|
|
2775
|
+
extends?: string | undefined;
|
|
2705
2776
|
} | undefined;
|
|
2706
2777
|
edit?: boolean | undefined;
|
|
2707
2778
|
instruction?: string | {
|
|
@@ -2841,6 +2912,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2841
2912
|
name: string;
|
|
2842
2913
|
persona?: string | undefined;
|
|
2843
2914
|
persona_name?: string | undefined;
|
|
2915
|
+
tags?: string[] | undefined;
|
|
2844
2916
|
policy?: string | string[] | {
|
|
2845
2917
|
$param: string;
|
|
2846
2918
|
} | undefined;
|
|
@@ -2878,6 +2950,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2878
2950
|
required_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
2879
2951
|
provider_options?: {
|
|
2880
2952
|
codex?: {
|
|
2953
|
+
base_url?: string | undefined;
|
|
2881
2954
|
network_access?: boolean | undefined;
|
|
2882
2955
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2883
2956
|
} | undefined;
|
|
@@ -2887,6 +2960,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2887
2960
|
allowed_tools?: string[] | undefined;
|
|
2888
2961
|
} | undefined;
|
|
2889
2962
|
claude?: {
|
|
2963
|
+
base_url?: string | undefined;
|
|
2890
2964
|
allowed_tools?: string[] | undefined;
|
|
2891
2965
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
2892
2966
|
sandbox?: {
|
|
@@ -2906,7 +2980,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2906
2980
|
kiro?: {
|
|
2907
2981
|
agent?: string | undefined;
|
|
2908
2982
|
} | undefined;
|
|
2909
|
-
|
|
2983
|
+
extends?: string | undefined;
|
|
2910
2984
|
} | undefined;
|
|
2911
2985
|
edit?: boolean | undefined;
|
|
2912
2986
|
instruction?: string | {
|
|
@@ -2965,7 +3039,9 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2965
3039
|
max_total_parts?: number | undefined;
|
|
2966
3040
|
refill_threshold?: number | undefined;
|
|
2967
3041
|
timeout_ms?: number | undefined;
|
|
3042
|
+
inspect_tools?: string[] | undefined;
|
|
2968
3043
|
part_persona?: string | undefined;
|
|
3044
|
+
part_tags?: string[] | undefined;
|
|
2969
3045
|
part_allowed_tools?: string[] | undefined;
|
|
2970
3046
|
part_edit?: boolean | undefined;
|
|
2971
3047
|
part_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
@@ -2989,6 +3065,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2989
3065
|
model?: string | undefined;
|
|
2990
3066
|
provider_options?: {
|
|
2991
3067
|
codex?: {
|
|
3068
|
+
base_url?: string | undefined;
|
|
2992
3069
|
network_access?: boolean | undefined;
|
|
2993
3070
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
2994
3071
|
} | undefined;
|
|
@@ -2998,6 +3075,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
2998
3075
|
allowed_tools?: string[] | undefined;
|
|
2999
3076
|
} | undefined;
|
|
3000
3077
|
claude?: {
|
|
3078
|
+
base_url?: string | undefined;
|
|
3001
3079
|
allowed_tools?: string[] | undefined;
|
|
3002
3080
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
3003
3081
|
sandbox?: {
|
|
@@ -3017,13 +3095,14 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
3017
3095
|
kiro?: {
|
|
3018
3096
|
agent?: string | undefined;
|
|
3019
3097
|
} | undefined;
|
|
3020
|
-
|
|
3098
|
+
extends?: string | undefined;
|
|
3021
3099
|
} | undefined;
|
|
3022
3100
|
} | undefined;
|
|
3023
3101
|
args?: Record<string, string | string[]> | undefined;
|
|
3024
3102
|
session?: "continue" | "refresh" | undefined;
|
|
3025
3103
|
persona?: string | undefined;
|
|
3026
3104
|
persona_name?: string | undefined;
|
|
3105
|
+
tags?: string[] | undefined;
|
|
3027
3106
|
policy?: string | string[] | {
|
|
3028
3107
|
$param: string;
|
|
3029
3108
|
} | undefined;
|
|
@@ -3071,6 +3150,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
3071
3150
|
model?: string | undefined;
|
|
3072
3151
|
provider_options?: {
|
|
3073
3152
|
codex?: {
|
|
3153
|
+
base_url?: string | undefined;
|
|
3074
3154
|
network_access?: boolean | undefined;
|
|
3075
3155
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
3076
3156
|
} | undefined;
|
|
@@ -3080,6 +3160,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
3080
3160
|
allowed_tools?: string[] | undefined;
|
|
3081
3161
|
} | undefined;
|
|
3082
3162
|
claude?: {
|
|
3163
|
+
base_url?: string | undefined;
|
|
3083
3164
|
allowed_tools?: string[] | undefined;
|
|
3084
3165
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
3085
3166
|
sandbox?: {
|
|
@@ -3099,13 +3180,14 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
3099
3180
|
kiro?: {
|
|
3100
3181
|
agent?: string | undefined;
|
|
3101
3182
|
} | undefined;
|
|
3102
|
-
|
|
3183
|
+
extends?: string | undefined;
|
|
3103
3184
|
} | undefined;
|
|
3104
3185
|
}[] | undefined;
|
|
3105
3186
|
permission_mode?: undefined;
|
|
3106
3187
|
required_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
3107
3188
|
provider_options?: {
|
|
3108
3189
|
codex?: {
|
|
3190
|
+
base_url?: string | undefined;
|
|
3109
3191
|
network_access?: boolean | undefined;
|
|
3110
3192
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
3111
3193
|
} | undefined;
|
|
@@ -3115,6 +3197,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
3115
3197
|
allowed_tools?: string[] | undefined;
|
|
3116
3198
|
} | undefined;
|
|
3117
3199
|
claude?: {
|
|
3200
|
+
base_url?: string | undefined;
|
|
3118
3201
|
allowed_tools?: string[] | undefined;
|
|
3119
3202
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
3120
3203
|
sandbox?: {
|
|
@@ -3134,7 +3217,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
3134
3217
|
kiro?: {
|
|
3135
3218
|
agent?: string | undefined;
|
|
3136
3219
|
} | undefined;
|
|
3137
|
-
|
|
3220
|
+
extends?: string | undefined;
|
|
3138
3221
|
} | undefined;
|
|
3139
3222
|
edit?: boolean | undefined;
|
|
3140
3223
|
instruction?: string | {
|
|
@@ -3274,6 +3357,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
3274
3357
|
name: string;
|
|
3275
3358
|
persona?: string | undefined;
|
|
3276
3359
|
persona_name?: string | undefined;
|
|
3360
|
+
tags?: string[] | undefined;
|
|
3277
3361
|
policy?: string | string[] | {
|
|
3278
3362
|
$param: string;
|
|
3279
3363
|
} | undefined;
|
|
@@ -3311,6 +3395,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
3311
3395
|
required_permission_mode?: "readonly" | "edit" | "full" | undefined;
|
|
3312
3396
|
provider_options?: {
|
|
3313
3397
|
codex?: {
|
|
3398
|
+
base_url?: string | undefined;
|
|
3314
3399
|
network_access?: boolean | undefined;
|
|
3315
3400
|
reasoning_effort?: "minimal" | "low" | "medium" | "high" | "xhigh" | undefined;
|
|
3316
3401
|
} | undefined;
|
|
@@ -3320,6 +3405,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
3320
3405
|
allowed_tools?: string[] | undefined;
|
|
3321
3406
|
} | undefined;
|
|
3322
3407
|
claude?: {
|
|
3408
|
+
base_url?: string | undefined;
|
|
3323
3409
|
allowed_tools?: string[] | undefined;
|
|
3324
3410
|
effort?: "low" | "medium" | "high" | "xhigh" | "max" | undefined;
|
|
3325
3411
|
sandbox?: {
|
|
@@ -3339,7 +3425,7 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
3339
3425
|
kiro?: {
|
|
3340
3426
|
agent?: string | undefined;
|
|
3341
3427
|
} | undefined;
|
|
3342
|
-
|
|
3428
|
+
extends?: string | undefined;
|
|
3343
3429
|
} | undefined;
|
|
3344
3430
|
edit?: boolean | undefined;
|
|
3345
3431
|
instruction?: string | {
|
|
@@ -3398,7 +3484,9 @@ export declare const WorkflowConfigRawSchema: z.ZodObject<{
|
|
|
3398
3484
|
max_total_parts?: number | undefined;
|
|
3399
3485
|
refill_threshold?: number | undefined;
|
|
3400
3486
|
timeout_ms?: number | undefined;
|
|
3487
|
+
inspect_tools?: string[] | undefined;
|
|
3401
3488
|
part_persona?: string | undefined;
|
|
3489
|
+
part_tags?: string[] | undefined;
|
|
3402
3490
|
part_allowed_tools?: string[] | undefined;
|
|
3403
3491
|
part_edit?: boolean | undefined;
|
|
3404
3492
|
part_permission_mode?: "readonly" | "edit" | "full" | undefined;
|