agentplane 0.3.15 → 0.3.17
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/assets/policy/incidents.md +7 -0
- package/bin/agentplane.js +1 -1
- package/bin/framework-dev-contract.js +1 -0
- package/dist/.build-manifest.json +641 -351
- package/dist/backends/task-backend/load.d.ts.map +1 -1
- package/dist/backends/task-backend/load.js +32 -19
- package/dist/backends/task-backend/local-backend-doc.d.ts.map +1 -1
- package/dist/backends/task-backend/local-backend-doc.js +1 -1
- package/dist/backends/task-backend/redmine/backend-runtime.d.ts +5 -0
- package/dist/backends/task-backend/redmine/backend-runtime.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/backend-runtime.js +4 -0
- package/dist/backends/task-backend/redmine/backend-sync/context.d.ts +44 -0
- package/dist/backends/task-backend/redmine/backend-sync/context.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/backend-sync/context.js +8 -0
- package/dist/backends/task-backend/redmine/backend-sync/ids.d.ts +6 -0
- package/dist/backends/task-backend/redmine/backend-sync/ids.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/backend-sync/ids.js +21 -0
- package/dist/backends/task-backend/redmine/backend-sync/migration.d.ts +4 -0
- package/dist/backends/task-backend/redmine/backend-sync/migration.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/backend-sync/migration.js +87 -0
- package/dist/backends/task-backend/redmine/backend-sync/status.d.ts +10 -0
- package/dist/backends/task-backend/redmine/backend-sync/status.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/backend-sync/status.js +78 -0
- package/dist/backends/task-backend/redmine/backend-sync/sync.d.ts +12 -0
- package/dist/backends/task-backend/redmine/backend-sync/sync.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/backend-sync/sync.js +82 -0
- package/dist/backends/task-backend/redmine/backend-sync/write.d.ts +5 -0
- package/dist/backends/task-backend/redmine/backend-sync/write.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/backend-sync/write.js +100 -0
- package/dist/backends/task-backend/redmine/backend-sync.d.ts +6 -66
- package/dist/backends/task-backend/redmine/backend-sync.d.ts.map +1 -1
- package/dist/backends/task-backend/redmine/backend-sync.js +5 -367
- package/dist/backends/task-backend/redmine/mapping.js +1 -1
- package/dist/backends/task-backend/redmine/runtime-context.d.ts +98 -0
- package/dist/backends/task-backend/redmine/runtime-context.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/runtime-context.js +57 -0
- package/dist/backends/task-backend/redmine/runtime-methods.d.ts +33 -0
- package/dist/backends/task-backend/redmine/runtime-methods.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/runtime-methods.js +86 -0
- package/dist/backends/task-backend/redmine/runtime-operations.d.ts +19 -0
- package/dist/backends/task-backend/redmine/runtime-operations.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/runtime-operations.js +83 -0
- package/dist/backends/task-backend/redmine/runtime-state.d.ts +10 -0
- package/dist/backends/task-backend/redmine/runtime-state.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/runtime-state.js +45 -0
- package/dist/backends/task-backend/redmine-backend.d.ts +2 -33
- package/dist/backends/task-backend/redmine-backend.d.ts.map +1 -1
- package/dist/backends/task-backend/redmine-backend.js +26 -241
- package/dist/backends/task-backend/shared/constants.d.ts +1 -1
- package/dist/backends/task-backend/shared/constants.d.ts.map +1 -1
- package/dist/backends/task-backend/shared/constants.js +1 -1
- package/dist/backends/task-backend/shared/errors.d.ts +12 -0
- package/dist/backends/task-backend/shared/errors.d.ts.map +1 -1
- package/dist/backends/task-backend/shared/errors.js +12 -0
- package/dist/backends/task-index.d.ts +0 -4
- package/dist/backends/task-index.d.ts.map +1 -1
- package/dist/backends/task-index.js +0 -33
- package/dist/cli/archive.d.ts.map +1 -1
- package/dist/cli/archive.js +3 -5
- package/dist/cli/error-map.d.ts +7 -1
- package/dist/cli/error-map.d.ts.map +1 -1
- package/dist/cli/error-map.js +231 -19
- package/dist/cli/exit-codes.d.ts +14 -2
- package/dist/cli/exit-codes.d.ts.map +1 -1
- package/dist/cli/exit-codes.js +25 -11
- package/dist/cli/http.d.ts.map +1 -1
- package/dist/cli/http.js +34 -15
- package/dist/cli/output.d.ts +3 -0
- package/dist/cli/output.d.ts.map +1 -1
- package/dist/cli/output.js +25 -14
- package/dist/cli/prompts.d.ts.map +1 -1
- package/dist/cli/prompts.js +44 -0
- package/dist/cli/run-cli/command-catalog/core.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog/core.js +34 -76
- package/dist/cli/run-cli/command-catalog/lifecycle.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog/lifecycle.js +23 -26
- package/dist/cli/run-cli/command-catalog/project.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog/project.js +39 -54
- package/dist/cli/run-cli/command-catalog/shared.d.ts +15 -3
- package/dist/cli/run-cli/command-catalog/shared.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog/shared.js +19 -6
- package/dist/cli/run-cli/command-catalog/task.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog/task.js +63 -57
- package/dist/cli/run-cli/command-loaders.d.ts +170 -0
- package/dist/cli/run-cli/command-loaders.d.ts.map +1 -0
- package/dist/cli/run-cli/command-loaders.js +128 -0
- package/dist/cli/run-cli/commands/init/model.d.ts +42 -0
- package/dist/cli/run-cli/commands/init/model.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/orchestrate.d.ts +9 -0
- package/dist/cli/run-cli/commands/init/orchestrate.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/orchestrate.js +321 -0
- package/dist/cli/run-cli/commands/init/parsers.d.ts +5 -0
- package/dist/cli/run-cli/commands/init/parsers.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/parsers.js +36 -0
- package/dist/cli/run-cli/commands/init/presets.d.ts +15 -0
- package/dist/cli/run-cli/commands/init/presets.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/presets.js +63 -0
- package/dist/cli/run-cli/commands/init/spec.d.ts +5 -0
- package/dist/cli/run-cli/commands/init/spec.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/spec.js +212 -0
- package/dist/cli/run-cli/commands/init/write-config.d.ts +1 -0
- package/dist/cli/run-cli/commands/init/write-config.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/write-config.js +1 -0
- package/dist/cli/run-cli/commands/init/write-gitignore.js +1 -1
- package/dist/cli/run-cli/commands/init.d.ts +1 -28
- package/dist/cli/run-cli/commands/init.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init.js +1 -596
- package/dist/cli/run-cli/update-warning.d.ts +1 -0
- package/dist/cli/run-cli/update-warning.d.ts.map +1 -1
- package/dist/cli/run-cli/update-warning.js +10 -2
- package/dist/cli/run-cli.d.ts.map +1 -1
- package/dist/cli/run-cli.js +1 -2
- package/dist/cli/spec/errors.d.ts +18 -1
- package/dist/cli/spec/errors.d.ts.map +1 -1
- package/dist/cli/spec/errors.js +27 -4
- package/dist/cli/spec/parse.d.ts.map +1 -1
- package/dist/cli/spec/parse.js +8 -1
- package/dist/commands/backend.d.ts.map +1 -1
- package/dist/commands/backend.js +66 -118
- package/dist/commands/block.spec.js +1 -1
- package/dist/commands/branch/work-start.d.ts.map +1 -1
- package/dist/commands/branch/work-start.direct.d.ts +13 -0
- package/dist/commands/branch/work-start.direct.d.ts.map +1 -0
- package/dist/commands/branch/work-start.direct.js +75 -0
- package/dist/commands/branch/work-start.git.d.ts +3 -0
- package/dist/commands/branch/work-start.git.d.ts.map +1 -0
- package/dist/commands/branch/work-start.git.js +19 -0
- package/dist/commands/branch/work-start.hook-shim.d.ts +2 -0
- package/dist/commands/branch/work-start.hook-shim.d.ts.map +1 -0
- package/dist/commands/branch/work-start.hook-shim.js +38 -0
- package/dist/commands/branch/work-start.js +6 -235
- package/dist/commands/branch/work-start.materialize.d.ts +16 -0
- package/dist/commands/branch/work-start.materialize.d.ts.map +1 -0
- package/dist/commands/branch/work-start.materialize.js +110 -0
- package/dist/commands/commit.spec.js +1 -1
- package/dist/commands/doctor/branch-pr.js +1 -1
- package/dist/commands/doctor/fixes.d.ts +0 -5
- package/dist/commands/doctor/fixes.d.ts.map +1 -1
- package/dist/commands/doctor/fixes.js +1 -71
- package/dist/commands/doctor/runtime.d.ts.map +1 -1
- package/dist/commands/doctor/runtime.js +2 -2
- package/dist/commands/doctor/workflow.d.ts.map +1 -1
- package/dist/commands/doctor/workflow.js +2 -23
- package/dist/commands/doctor/workspace.js +1 -1
- package/dist/commands/doctor.run.d.ts.map +1 -1
- package/dist/commands/doctor.run.js +1 -3
- package/dist/commands/finish.spec.js +1 -1
- package/dist/commands/guard/commit.command.js +1 -1
- package/dist/commands/guard/impl/clean.d.ts +6 -0
- package/dist/commands/guard/impl/clean.d.ts.map +1 -0
- package/dist/commands/guard/impl/clean.js +29 -0
- package/dist/commands/guard/impl/close-dirt.d.ts +6 -0
- package/dist/commands/guard/impl/close-dirt.d.ts.map +1 -0
- package/dist/commands/guard/impl/close-dirt.js +56 -0
- package/dist/commands/guard/impl/commands.d.ts +4 -36
- package/dist/commands/guard/impl/commands.d.ts.map +1 -1
- package/dist/commands/guard/impl/commands.js +4 -549
- package/dist/commands/guard/impl/comment-commit.js +1 -1
- package/dist/commands/guard/impl/commit-diagnostics.d.ts +4 -0
- package/dist/commands/guard/impl/commit-diagnostics.d.ts.map +1 -0
- package/dist/commands/guard/impl/commit-diagnostics.js +150 -0
- package/dist/commands/guard/impl/commit.d.ts +25 -0
- package/dist/commands/guard/impl/commit.d.ts.map +1 -0
- package/dist/commands/guard/impl/commit.js +366 -0
- package/dist/commands/guard/impl/guard-commit.d.ts +3 -0
- package/dist/commands/guard/impl/guard-commit.d.ts.map +1 -0
- package/dist/commands/guard/impl/guard-commit.js +21 -0
- package/dist/commands/guard/impl/policy.d.ts +1 -0
- package/dist/commands/guard/impl/policy.d.ts.map +1 -1
- package/dist/commands/guard/impl/policy.js +9 -2
- package/dist/commands/guard/impl/suggest.d.ts +6 -0
- package/dist/commands/guard/impl/suggest.d.ts.map +1 -0
- package/dist/commands/guard/impl/suggest.js +33 -0
- package/dist/commands/hooks/index.d.ts +4 -17
- package/dist/commands/hooks/index.d.ts.map +1 -1
- package/dist/commands/hooks/index.js +4 -415
- package/dist/commands/hooks/install.d.ts +11 -0
- package/dist/commands/hooks/install.d.ts.map +1 -0
- package/dist/commands/hooks/install.js +136 -0
- package/dist/commands/hooks/run.commit-msg.d.ts +3 -0
- package/dist/commands/hooks/run.commit-msg.d.ts.map +1 -0
- package/dist/commands/hooks/run.commit-msg.js +67 -0
- package/dist/commands/hooks/run.d.ts +9 -0
- package/dist/commands/hooks/run.d.ts.map +1 -0
- package/dist/commands/hooks/run.js +45 -0
- package/dist/commands/hooks/run.post-merge.d.ts +3 -0
- package/dist/commands/hooks/run.post-merge.d.ts.map +1 -0
- package/dist/commands/hooks/run.post-merge.js +44 -0
- package/dist/commands/hooks/run.pre-commit.d.ts +3 -0
- package/dist/commands/hooks/run.pre-commit.d.ts.map +1 -0
- package/dist/commands/hooks/run.pre-commit.js +48 -0
- package/dist/commands/hooks/run.pre-push.d.ts +6 -0
- package/dist/commands/hooks/run.pre-push.d.ts.map +1 -0
- package/dist/commands/hooks/run.pre-push.js +88 -0
- package/dist/commands/hooks/shared.d.ts +7 -0
- package/dist/commands/hooks/shared.d.ts.map +1 -0
- package/dist/commands/hooks/shared.js +41 -0
- package/dist/commands/pr/integrate/cmd.js +1 -1
- package/dist/commands/pr/integrate/internal/prepare.js +1 -1
- package/dist/commands/pr/internal/auto-commit.d.ts.map +1 -1
- package/dist/commands/pr/internal/auto-commit.js +2 -5
- package/dist/commands/pr/internal/gh-api.d.ts.map +1 -1
- package/dist/commands/pr/internal/gh-api.js +15 -8
- package/dist/commands/pr/internal/sync-branch.d.ts +0 -1
- package/dist/commands/pr/internal/sync-branch.d.ts.map +1 -1
- package/dist/commands/pr/internal/sync-branch.js +2 -5
- package/dist/commands/pr/internal/sync.d.ts.map +1 -1
- package/dist/commands/pr/internal/sync.js +30 -0
- package/dist/commands/pr/open.d.ts.map +1 -1
- package/dist/commands/pr/open.js +98 -8
- package/dist/commands/recipes/impl/index.d.ts.map +1 -1
- package/dist/commands/recipes/impl/index.js +13 -3
- package/dist/commands/recipes/impl/resolver.js +1 -1
- package/dist/commands/recipes/impl/version.js +1 -1
- package/dist/commands/release/apply.command.js +1 -1
- package/dist/commands/release/apply.mutation.d.ts +1 -0
- package/dist/commands/release/apply.mutation.d.ts.map +1 -1
- package/dist/commands/release/apply.mutation.js +4 -0
- package/dist/commands/release/apply.pipeline/finalize.d.ts +21 -0
- package/dist/commands/release/apply.pipeline/finalize.d.ts.map +1 -0
- package/dist/commands/release/apply.pipeline/finalize.js +80 -0
- package/dist/commands/release/apply.pipeline/mutation.d.ts +18 -0
- package/dist/commands/release/apply.pipeline/mutation.d.ts.map +1 -0
- package/dist/commands/release/apply.pipeline/mutation.js +78 -0
- package/dist/commands/release/apply.pipeline/preflight.d.ts +25 -0
- package/dist/commands/release/apply.pipeline/preflight.d.ts.map +1 -0
- package/dist/commands/release/apply.pipeline/preflight.js +69 -0
- package/dist/commands/release/apply.pipeline/shared.d.ts +2 -0
- package/dist/commands/release/apply.pipeline/shared.d.ts.map +1 -0
- package/dist/commands/release/apply.pipeline/shared.js +5 -0
- package/dist/commands/release/apply.pipeline/state.d.ts +25 -0
- package/dist/commands/release/apply.pipeline/state.d.ts.map +1 -0
- package/dist/commands/release/apply.pipeline/state.js +129 -0
- package/dist/commands/release/apply.pipeline.d.ts +1 -1
- package/dist/commands/release/apply.pipeline.d.ts.map +1 -1
- package/dist/commands/release/apply.pipeline.js +4 -347
- package/dist/commands/release/apply.preflight.d.ts +9 -6
- package/dist/commands/release/apply.preflight.d.ts.map +1 -1
- package/dist/commands/release/apply.preflight.js +71 -51
- package/dist/commands/runtime.command.d.ts +2 -2
- package/dist/commands/runtime.command.d.ts.map +1 -1
- package/dist/commands/runtime.command.js +2 -2
- package/dist/commands/scenario/impl/commands.d.ts.map +1 -1
- package/dist/commands/scenario/impl/commands.js +52 -39
- package/dist/commands/scenario/impl/report.d.ts.map +1 -1
- package/dist/commands/scenario/impl/report.js +4 -7
- package/dist/commands/shared/allow-prefix-policy.d.ts.map +1 -0
- package/dist/{shared → commands/shared}/allow-prefix-policy.js +1 -1
- package/dist/commands/shared/comment-format.d.ts.map +1 -0
- package/dist/commands/shared/diagnostics.d.ts.map +1 -0
- package/dist/commands/shared/git-context.d.ts +1 -27
- package/dist/commands/shared/git-context.d.ts.map +1 -1
- package/dist/commands/shared/git-context.js +1 -156
- package/dist/commands/shared/git-diff.d.ts +1 -10
- package/dist/commands/shared/git-diff.d.ts.map +1 -1
- package/dist/commands/shared/git-diff.js +1 -49
- package/dist/commands/shared/git-ops.d.ts +1 -14
- package/dist/commands/shared/git-ops.d.ts.map +1 -1
- package/dist/commands/shared/git-ops.js +20 -150
- package/dist/commands/shared/git-worktree.d.ts +1 -9
- package/dist/commands/shared/git-worktree.d.ts.map +1 -1
- package/dist/commands/shared/git-worktree.js +1 -68
- package/dist/commands/shared/git.d.ts +1 -3
- package/dist/commands/shared/git.d.ts.map +1 -1
- package/dist/commands/shared/git.js +1 -14
- package/dist/commands/shared/policy-deny.d.ts +1 -1
- package/dist/commands/shared/reconcile-check.js +1 -1
- package/dist/commands/shared/task-backend.d.ts.map +1 -1
- package/dist/commands/shared/task-backend.js +24 -2
- package/dist/commands/shared/task-store/intents.d.ts.map +1 -1
- package/dist/commands/shared/task-store/intents.js +1 -1
- package/dist/commands/start.spec.js +1 -1
- package/dist/commands/task/close-tail-state.d.ts +7 -0
- package/dist/commands/task/close-tail-state.d.ts.map +1 -0
- package/dist/commands/task/close-tail-state.js +18 -0
- package/dist/commands/task/derive.js +1 -1
- package/dist/commands/task/finish-close.d.ts +22 -0
- package/dist/commands/task/finish-close.d.ts.map +1 -0
- package/dist/commands/task/finish-close.js +119 -0
- package/dist/commands/task/finish-command.d.ts +3 -0
- package/dist/commands/task/finish-command.d.ts.map +1 -0
- package/dist/commands/task/finish-command.js +56 -0
- package/dist/commands/task/finish-execute.d.ts +8 -0
- package/dist/commands/task/finish-execute.d.ts.map +1 -0
- package/dist/commands/task/finish-execute.js +272 -0
- package/dist/commands/task/finish-findings.d.ts +20 -0
- package/dist/commands/task/finish-findings.d.ts.map +1 -0
- package/dist/commands/task/finish-findings.js +27 -0
- package/dist/commands/task/finish-plan.d.ts +7 -0
- package/dist/commands/task/finish-plan.d.ts.map +1 -0
- package/dist/commands/task/finish-plan.js +157 -0
- package/dist/commands/task/finish-types.d.ts +69 -0
- package/dist/commands/task/finish-types.d.ts.map +1 -0
- package/dist/commands/task/finish.d.ts +1 -42
- package/dist/commands/task/finish.d.ts.map +1 -1
- package/dist/commands/task/finish.js +1 -527
- package/dist/commands/task/hosted-close-pr.command.d.ts +2 -7
- package/dist/commands/task/hosted-close-pr.command.d.ts.map +1 -1
- package/dist/commands/task/hosted-close-pr.command.js +9 -348
- package/dist/commands/task/hosted-close-pr.execute.d.ts +3 -0
- package/dist/commands/task/hosted-close-pr.execute.d.ts.map +1 -0
- package/dist/commands/task/hosted-close-pr.execute.js +135 -0
- package/dist/commands/task/hosted-close-pr.postcheck.d.ts +3 -0
- package/dist/commands/task/hosted-close-pr.postcheck.d.ts.map +1 -0
- package/dist/commands/task/hosted-close-pr.postcheck.js +13 -0
- package/dist/commands/task/hosted-close-pr.precheck.d.ts +4 -0
- package/dist/commands/task/hosted-close-pr.precheck.d.ts.map +1 -0
- package/dist/commands/task/hosted-close-pr.precheck.js +288 -0
- package/dist/commands/task/hosted-close-pr.report.d.ts +4 -0
- package/dist/commands/task/hosted-close-pr.report.d.ts.map +1 -0
- package/dist/commands/task/hosted-close-pr.report.js +42 -0
- package/dist/commands/task/hosted-close-pr.types.d.ts +75 -0
- package/dist/commands/task/hosted-close-pr.types.d.ts.map +1 -0
- package/dist/commands/task/hosted-merge-sync/builders.d.ts +35 -0
- package/dist/commands/task/hosted-merge-sync/builders.d.ts.map +1 -0
- package/dist/commands/task/hosted-merge-sync/builders.js +148 -0
- package/dist/commands/task/hosted-merge-sync/github.d.ts +10 -0
- package/dist/commands/task/hosted-merge-sync/github.d.ts.map +1 -0
- package/dist/commands/task/hosted-merge-sync/github.js +113 -0
- package/dist/commands/task/hosted-merge-sync/local-branch.d.ts +12 -0
- package/dist/commands/task/hosted-merge-sync/local-branch.d.ts.map +1 -0
- package/dist/commands/task/hosted-merge-sync/local-branch.js +143 -0
- package/dist/commands/task/hosted-merge-sync/model.d.ts +47 -0
- package/dist/commands/task/hosted-merge-sync/model.d.ts.map +1 -0
- package/dist/commands/task/hosted-merge-sync/pr-meta.d.ts +12 -0
- package/dist/commands/task/hosted-merge-sync/pr-meta.d.ts.map +1 -0
- package/dist/commands/task/hosted-merge-sync/pr-meta.js +26 -0
- package/dist/commands/task/hosted-merge-sync.d.ts +5 -63
- package/dist/commands/task/hosted-merge-sync.d.ts.map +1 -1
- package/dist/commands/task/hosted-merge-sync.js +10 -444
- package/dist/commands/task/new.js +1 -1
- package/dist/commands/task/set-status.command.js +1 -1
- package/dist/commands/task/shared/direct-work-lock.d.ts.map +1 -0
- package/dist/commands/task/shared/git-log.d.ts.map +1 -0
- package/dist/commands/task/shared/transitions.d.ts +1 -1
- package/dist/commands/task/shared/transitions.d.ts.map +1 -1
- package/dist/commands/task/shared/transitions.js +4 -6
- package/dist/commands/upgrade/apply.js +1 -1
- package/dist/commands/upgrade/materialize.d.ts.map +1 -1
- package/dist/commands/upgrade/materialize.js +0 -7
- package/dist/commands/upgrade/source.d.ts +0 -1
- package/dist/commands/upgrade/source.d.ts.map +1 -1
- package/dist/commands/upgrade/source.js +1 -9
- package/dist/commands/workflow-playbook.command.d.ts.map +1 -1
- package/dist/commands/workflow-playbook.command.js +8 -7
- package/dist/harness/hooks-lifecycle.d.ts.map +1 -1
- package/dist/harness/hooks-lifecycle.js +11 -7
- package/dist/meta/release.d.ts.map +1 -1
- package/dist/meta/release.js +8 -4
- package/dist/policy/engine.d.ts +1 -1
- package/dist/policy/evaluate.d.ts +1 -1
- package/dist/policy/{types.d.ts → model.d.ts} +1 -1
- package/dist/policy/{types.d.ts.map → model.d.ts.map} +1 -1
- package/dist/policy/result.d.ts +1 -1
- package/dist/policy/rules/allowlist.d.ts +1 -1
- package/dist/policy/rules/branch-pr-base.d.ts +1 -1
- package/dist/policy/rules/clean-tree.d.ts +1 -1
- package/dist/policy/rules/commit-subject.d.ts +1 -1
- package/dist/policy/rules/protected-paths.d.ts +1 -1
- package/dist/runner/adapters/base.d.ts +42 -0
- package/dist/runner/adapters/base.d.ts.map +1 -0
- package/dist/runner/adapters/base.js +107 -0
- package/dist/runner/adapters/codex-preparation.d.ts +7 -0
- package/dist/runner/adapters/codex-preparation.d.ts.map +1 -0
- package/dist/runner/adapters/codex-preparation.js +86 -0
- package/dist/runner/adapters/codex.d.ts.map +1 -1
- package/dist/runner/adapters/codex.js +30 -175
- package/dist/runner/adapters/custom-preparation.d.ts +9 -0
- package/dist/runner/adapters/custom-preparation.d.ts.map +1 -0
- package/dist/runner/adapters/custom-preparation.js +191 -0
- package/dist/runner/adapters/custom.d.ts.map +1 -1
- package/dist/runner/adapters/custom.js +26 -279
- package/dist/runner/context/base-prompts.d.ts.map +1 -1
- package/dist/runner/context/base-prompts.js +4 -0
- package/dist/runner/context/project-skill-prompt-blocks.d.ts +5 -0
- package/dist/runner/context/project-skill-prompt-blocks.d.ts.map +1 -0
- package/dist/runner/context/project-skill-prompt-blocks.js +57 -0
- package/dist/runner/process-supervision/run.d.ts +30 -0
- package/dist/runner/process-supervision/run.d.ts.map +1 -0
- package/dist/runner/process-supervision/run.js +351 -0
- package/dist/runner/process-supervision/signals.d.ts +16 -0
- package/dist/runner/process-supervision/signals.d.ts.map +1 -0
- package/dist/runner/process-supervision/signals.js +85 -0
- package/dist/runner/process-supervision/state.d.ts +10 -0
- package/dist/runner/process-supervision/state.d.ts.map +1 -0
- package/dist/runner/process-supervision/state.js +42 -0
- package/dist/runner/process-supervision/streams.d.ts +6 -0
- package/dist/runner/process-supervision/streams.d.ts.map +1 -0
- package/dist/runner/process-supervision/streams.js +23 -0
- package/dist/runner/process-supervision.d.ts +5 -47
- package/dist/runner/process-supervision.d.ts.map +1 -1
- package/dist/runner/process-supervision.js +3 -490
- package/dist/runner/usecases/scenario-materialize-task.js +1 -1
- package/dist/runtime/approvals/index.d.ts +1 -1
- package/dist/runtime/approvals/{types.d.ts → model.d.ts} +1 -1
- package/dist/runtime/approvals/{types.d.ts.map → model.d.ts.map} +1 -1
- package/dist/runtime/approvals/runtime.d.ts +1 -1
- package/dist/runtime/behavior/index.d.ts +1 -1
- package/dist/runtime/behavior/{types.d.ts → model.d.ts} +1 -1
- package/dist/runtime/behavior/{types.d.ts.map → model.d.ts.map} +1 -1
- package/dist/runtime/behavior/model.js +1 -0
- package/dist/runtime/behavior/resolve.d.ts +1 -1
- package/dist/runtime/capabilities/backend.d.ts +1 -1
- package/dist/runtime/capabilities/index.d.ts +1 -1
- package/dist/runtime/capabilities/{types.d.ts → model.d.ts} +1 -1
- package/dist/runtime/capabilities/{types.d.ts.map → model.d.ts.map} +1 -1
- package/dist/runtime/capabilities/model.js +1 -0
- package/dist/runtime/capabilities/recipe.d.ts +1 -1
- package/dist/runtime/capabilities/registry.d.ts +1 -1
- package/dist/runtime/capabilities/runner.d.ts +1 -1
- package/dist/runtime/execution-context.d.ts.map +1 -1
- package/dist/runtime/execution-context.js +16 -0
- package/dist/runtime/execution-profile/index.d.ts +1 -1
- package/dist/runtime/execution-profile/{types.d.ts → model.d.ts} +1 -1
- package/dist/runtime/execution-profile/{types.d.ts.map → model.d.ts.map} +1 -1
- package/dist/runtime/execution-profile/model.js +1 -0
- package/dist/runtime/execution-profile/resolve.d.ts +1 -1
- package/dist/runtime/explain/index.d.ts +1 -1
- package/dist/runtime/explain/{types.d.ts → model.d.ts} +1 -1
- package/dist/runtime/explain/{types.d.ts.map → model.d.ts.map} +1 -1
- package/dist/runtime/explain/model.js +1 -0
- package/dist/runtime/explain/resolve.d.ts +1 -1
- package/dist/runtime/protocol/index.d.ts +1 -1
- package/dist/runtime/protocol/index.js +1 -1
- package/dist/runtime/protocol/{types.d.ts → model.d.ts} +1 -1
- package/dist/runtime/protocol/{types.d.ts.map → model.d.ts.map} +1 -1
- package/dist/runtime/protocol/resolve.d.ts +1 -1
- package/dist/runtime/protocol/resolve.js +1 -1
- package/dist/runtime/shared/repo-cli-version.d.ts.map +1 -0
- package/dist/{shared → runtime/shared}/repo-cli-version.js +1 -1
- package/dist/runtime/shared/runtime-artifacts.d.ts.map +1 -0
- package/dist/{shared → runtime/shared}/runtime-source.d.ts +1 -1
- package/dist/runtime/shared/runtime-source.d.ts.map +1 -0
- package/dist/{shared → runtime/shared}/runtime-source.js +1 -1
- package/dist/runtime/shared/version-compare.d.ts.map +1 -0
- package/dist/runtime/task-intake/resolve.js +1 -1
- package/dist/shared/errors.d.ts +56 -3
- package/dist/shared/errors.d.ts.map +1 -1
- package/dist/shared/errors.js +72 -4
- package/dist/shared/trace-events.d.ts +13 -0
- package/dist/shared/trace-events.d.ts.map +1 -0
- package/dist/shared/trace-events.js +17 -0
- package/dist/shared/workflow-artifacts.d.ts.map +1 -1
- package/dist/shared/workflow-artifacts.js +1 -8
- package/dist/{shared/task-doc-conflicts.d.ts → task-doc/conflicts.d.ts} +1 -1
- package/dist/task-doc/conflicts.d.ts.map +1 -0
- package/dist/{shared/task-doc-conflicts.js → task-doc/conflicts.js} +1 -1
- package/dist/{shared/task-doc-state.d.ts → task-doc/state.d.ts} +1 -1
- package/dist/task-doc/state.d.ts.map +1 -0
- package/dist/workflow-runtime/file-ops.d.ts.map +1 -1
- package/dist/workflow-runtime/file-ops.js +1 -20
- package/dist/workflow-runtime/paths.d.ts.map +1 -1
- package/dist/workflow-runtime/paths.js +0 -1
- package/dist/workflow-runtime/types.d.ts +0 -1
- package/dist/workflow-runtime/types.d.ts.map +1 -1
- package/package.json +8 -8
- package/dist/cli/run-cli/error-guidance.d.ts +0 -9
- package/dist/cli/run-cli/error-guidance.d.ts.map +0 -1
- package/dist/cli/run-cli/error-guidance.js +0 -210
- package/dist/cli/run-cli.test-helpers.d.ts +0 -2
- package/dist/cli/run-cli.test-helpers.d.ts.map +0 -1
- package/dist/cli/run-cli.test-helpers.js +0 -1
- package/dist/commands/recipes.test-helpers.d.ts +0 -202
- package/dist/commands/recipes.test-helpers.d.ts.map +0 -1
- package/dist/commands/recipes.test-helpers.js +0 -483
- package/dist/commands/release.test-helpers.d.ts +0 -38
- package/dist/commands/release.test-helpers.d.ts.map +0 -1
- package/dist/commands/release.test-helpers.js +0 -55
- package/dist/commands/task.test-helpers.d.ts +0 -13
- package/dist/commands/task.test-helpers.d.ts.map +0 -1
- package/dist/commands/task.test-helpers.js +0 -65
- package/dist/runner/test-helpers.d.ts +0 -30
- package/dist/runner/test-helpers.d.ts.map +0 -1
- package/dist/runner/test-helpers.js +0 -97
- package/dist/shared/agent-emoji.d.ts +0 -5
- package/dist/shared/agent-emoji.d.ts.map +0 -1
- package/dist/shared/agent-emoji.js +0 -51
- package/dist/shared/allow-prefix-policy.d.ts.map +0 -1
- package/dist/shared/comment-format.d.ts.map +0 -1
- package/dist/shared/diagnostics.d.ts.map +0 -1
- package/dist/shared/direct-work-lock.d.ts.map +0 -1
- package/dist/shared/git-log.d.ts.map +0 -1
- package/dist/shared/repo-cli-version.d.ts.map +0 -1
- package/dist/shared/runtime-artifacts.d.ts.map +0 -1
- package/dist/shared/runtime-source.d.ts.map +0 -1
- package/dist/shared/task-doc-conflicts.d.ts.map +0 -1
- package/dist/shared/task-doc-state.d.ts.map +0 -1
- package/dist/shared/version-compare.d.ts.map +0 -1
- package/dist/testing/cli-harness/recipe-archives.d.ts +0 -28
- package/dist/testing/cli-harness/recipe-archives.d.ts.map +0 -1
- package/dist/testing/cli-harness/recipe-archives.js +0 -374
- package/dist/testing/cli-harness/stdio.d.ts +0 -26
- package/dist/testing/cli-harness/stdio.d.ts.map +0 -1
- package/dist/testing/cli-harness/stdio.js +0 -84
- package/dist/testing/cli-harness.d.ts +0 -25
- package/dist/testing/cli-harness.d.ts.map +0 -1
- package/dist/testing/cli-harness.js +0 -313
- package/dist/testing/index.d.ts +0 -2
- package/dist/testing/index.d.ts.map +0 -1
- package/dist/testing/index.js +0 -1
- /package/dist/{policy/types.js → cli/run-cli/commands/init/model.js} +0 -0
- /package/dist/{shared → commands/shared}/allow-prefix-policy.d.ts +0 -0
- /package/dist/{shared → commands/shared}/comment-format.d.ts +0 -0
- /package/dist/{shared → commands/shared}/comment-format.js +0 -0
- /package/dist/{shared → commands/shared}/diagnostics.d.ts +0 -0
- /package/dist/{shared → commands/shared}/diagnostics.js +0 -0
- /package/dist/{runtime/approvals/types.js → commands/task/finish-types.js} +0 -0
- /package/dist/{runtime/behavior/types.js → commands/task/hosted-close-pr.types.js} +0 -0
- /package/dist/{runtime/capabilities/types.js → commands/task/hosted-merge-sync/model.js} +0 -0
- /package/dist/{shared → commands/task/shared}/direct-work-lock.d.ts +0 -0
- /package/dist/{shared → commands/task/shared}/direct-work-lock.js +0 -0
- /package/dist/{shared → commands/task/shared}/git-log.d.ts +0 -0
- /package/dist/{shared → commands/task/shared}/git-log.js +0 -0
- /package/dist/{runtime/execution-profile/types.js → policy/model.js} +0 -0
- /package/dist/runtime/{explain/types.js → approvals/model.js} +0 -0
- /package/dist/runtime/protocol/{types.js → model.js} +0 -0
- /package/dist/{shared → runtime/shared}/repo-cli-version.d.ts +0 -0
- /package/dist/{shared → runtime/shared}/runtime-artifacts.d.ts +0 -0
- /package/dist/{shared → runtime/shared}/runtime-artifacts.js +0 -0
- /package/dist/{shared → runtime/shared}/version-compare.d.ts +0 -0
- /package/dist/{shared → runtime/shared}/version-compare.js +0 -0
- /package/dist/{shared/task-doc-state.js → task-doc/state.js} +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": 1,
|
|
3
3
|
"package_dir": "/home/runner/work/agentplane/agentplane/packages/agentplane",
|
|
4
|
-
"generated_at": "2026-04-
|
|
5
|
-
"git_head": "
|
|
6
|
-
"src_cli_mtime_ms":
|
|
4
|
+
"generated_at": "2026-04-21T12:24:55.093Z",
|
|
5
|
+
"git_head": "f0ad813c01096c2d58f7b3cf8bfdf66908152950",
|
|
6
|
+
"src_cli_mtime_ms": 1776774188800.884,
|
|
7
7
|
"src_index_mtime_ms": null,
|
|
8
|
-
"dist_cli_mtime_ms":
|
|
8
|
+
"dist_cli_mtime_ms": 1776774294794.0469,
|
|
9
9
|
"dist_index_mtime_ms": null,
|
|
10
|
-
"tsbuildinfo_mtime_ms":
|
|
10
|
+
"tsbuildinfo_mtime_ms": 1776774294843.0469,
|
|
11
11
|
"watched_runtime_paths": [
|
|
12
12
|
"src",
|
|
13
13
|
"bin/agentplane.js",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"bin/runtime-context.js",
|
|
16
16
|
"bin/stale-dist-policy.js"
|
|
17
17
|
],
|
|
18
|
-
"watched_runtime_snapshot_hash": "
|
|
18
|
+
"watched_runtime_snapshot_hash": "8477a604d52c4e87fb2293aecb3b379dc300464eaade05deb089b61dba904a38",
|
|
19
19
|
"watched_runtime_files": [
|
|
20
20
|
{
|
|
21
21
|
"path": "bin/agentplane.js",
|
|
22
|
-
"sha256": "
|
|
23
|
-
"size_bytes":
|
|
22
|
+
"sha256": "ac449b215e1acf738d383db1dfcb2119e1025dc44b650be418185fb4f1b2beeb",
|
|
23
|
+
"size_bytes": 12167
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"path": "bin/dist-guard.js",
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"path": "src/backends/task-backend/load.ts",
|
|
77
|
-
"sha256": "
|
|
78
|
-
"size_bytes":
|
|
77
|
+
"sha256": "16872bc58ae1eac7acd485e85ef8318d2cdb84b8c8b485fc5d43b66efd61df3f",
|
|
78
|
+
"size_bytes": 4767
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"path": "src/backends/task-backend/local-backend-doc.ts",
|
|
82
|
-
"sha256": "
|
|
83
|
-
"size_bytes":
|
|
82
|
+
"sha256": "d6085c51e66d48f5fe60c9783033bb1bbb4c322b86eeb12c3879cf9ef3496f00",
|
|
83
|
+
"size_bytes": 5057
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"path": "src/backends/task-backend/local-backend-read.ts",
|
|
@@ -104,8 +104,8 @@
|
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"path": "src/backends/task-backend/redmine-backend.ts",
|
|
107
|
-
"sha256": "
|
|
108
|
-
"size_bytes":
|
|
107
|
+
"sha256": "d21c49f962c2e6cff318ddaf4f50e9cf989d40aeacdfb2ed8c9c0dd7fb5bbb82",
|
|
108
|
+
"size_bytes": 8445
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"path": "src/backends/task-backend/redmine/backend-cache-doc.ts",
|
|
@@ -117,10 +117,45 @@
|
|
|
117
117
|
"sha256": "933c7fc3289e04c757458e4bc316a28d6dac38847518d28fe89333af1414d25d",
|
|
118
118
|
"size_bytes": 2351
|
|
119
119
|
},
|
|
120
|
+
{
|
|
121
|
+
"path": "src/backends/task-backend/redmine/backend-runtime.ts",
|
|
122
|
+
"sha256": "81da3a9dc37f777354b5ee6f440f7f1f86ecea9be9179b315ecf64a32c0d2dd2",
|
|
123
|
+
"size_bytes": 887
|
|
124
|
+
},
|
|
120
125
|
{
|
|
121
126
|
"path": "src/backends/task-backend/redmine/backend-sync.ts",
|
|
122
|
-
"sha256": "
|
|
123
|
-
"size_bytes":
|
|
127
|
+
"sha256": "0f10d2679df2641c3de7b60c3483f215e3e38bfcea80f1b426a17c2d1ae4eee7",
|
|
128
|
+
"size_bytes": 560
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"path": "src/backends/task-backend/redmine/backend-sync/context.ts",
|
|
132
|
+
"sha256": "b89a72648c9e194821e597ee76651991c2ab63d96c54e4a8e7e51423269cd767",
|
|
133
|
+
"size_bytes": 2871
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"path": "src/backends/task-backend/redmine/backend-sync/ids.ts",
|
|
137
|
+
"sha256": "da09a6875280d03f097b3475e5713b63fd8ff2decb2ded584252b45ec4b1db60",
|
|
138
|
+
"size_bytes": 872
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"path": "src/backends/task-backend/redmine/backend-sync/migration.ts",
|
|
142
|
+
"sha256": "7fbf67d1533598df2adfc9491cf9caf6482251b2334f095e88ef25c87b8f24e5",
|
|
143
|
+
"size_bytes": 3472
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"path": "src/backends/task-backend/redmine/backend-sync/status.ts",
|
|
147
|
+
"sha256": "4903d927a50bc2a7cfa13f96eee2e62657fb7130e3f87b1ef47fb537597086dd",
|
|
148
|
+
"size_bytes": 3301
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"path": "src/backends/task-backend/redmine/backend-sync/sync.ts",
|
|
152
|
+
"sha256": "de0a00b2924f7bf617735ddc8b55aeaa4cae578e20897a3a69c91f229217fca7",
|
|
153
|
+
"size_bytes": 3484
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"path": "src/backends/task-backend/redmine/backend-sync/write.ts",
|
|
157
|
+
"sha256": "83b16d110c42d1573266bb648b43dd6220f7eaae31643e96cb9b0131e50df618",
|
|
158
|
+
"size_bytes": 4757
|
|
124
159
|
},
|
|
125
160
|
{
|
|
126
161
|
"path": "src/backends/task-backend/redmine/client.ts",
|
|
@@ -149,8 +184,8 @@
|
|
|
149
184
|
},
|
|
150
185
|
{
|
|
151
186
|
"path": "src/backends/task-backend/redmine/mapping.ts",
|
|
152
|
-
"sha256": "
|
|
153
|
-
"size_bytes":
|
|
187
|
+
"sha256": "d84c9cf7c4c8753868f68c6195d8cca753e354d00e896e174a6f72534daabca6",
|
|
188
|
+
"size_bytes": 8971
|
|
154
189
|
},
|
|
155
190
|
{
|
|
156
191
|
"path": "src/backends/task-backend/redmine/parse.ts",
|
|
@@ -162,6 +197,26 @@
|
|
|
162
197
|
"sha256": "a2367f7e019556608f75ad493a562f447f2e3fb16e7fff7d26ccc8004994c543",
|
|
163
198
|
"size_bytes": 3664
|
|
164
199
|
},
|
|
200
|
+
{
|
|
201
|
+
"path": "src/backends/task-backend/redmine/runtime-context.ts",
|
|
202
|
+
"sha256": "0d709f7459914951fb3615675b57de6297e6bc5af1b1653d927749b5228fbbdc",
|
|
203
|
+
"size_bytes": 7229
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"path": "src/backends/task-backend/redmine/runtime-methods.ts",
|
|
207
|
+
"sha256": "982008113ee8c68136d377e42513678be2f5ff9930959eb7e1f5aa566991828b",
|
|
208
|
+
"size_bytes": 5588
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"path": "src/backends/task-backend/redmine/runtime-operations.ts",
|
|
212
|
+
"sha256": "ef2424ad63b72248823ef4cb55cb2a4c923da20189d938bb0ae4485db5c3dbe2",
|
|
213
|
+
"size_bytes": 4744
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"path": "src/backends/task-backend/redmine/runtime-state.ts",
|
|
217
|
+
"sha256": "070f4aaa0dfffb58bd3cb798508516d5a30bddb8a6f6e5232734c398691d6473",
|
|
218
|
+
"size_bytes": 2385
|
|
219
|
+
},
|
|
165
220
|
{
|
|
166
221
|
"path": "src/backends/task-backend/redmine/state.ts",
|
|
167
222
|
"sha256": "b49c2aa363cceb7f882e0f4f15e587dcd43f7916bd57081aeafbb8e6ec5f1aca",
|
|
@@ -179,8 +234,8 @@
|
|
|
179
234
|
},
|
|
180
235
|
{
|
|
181
236
|
"path": "src/backends/task-backend/shared/constants.ts",
|
|
182
|
-
"sha256": "
|
|
183
|
-
"size_bytes":
|
|
237
|
+
"sha256": "d1c8afb903a8a07b831de826cd9ea2aabf6ac3859346b118782bccd93e048403",
|
|
238
|
+
"size_bytes": 314
|
|
184
239
|
},
|
|
185
240
|
{
|
|
186
241
|
"path": "src/backends/task-backend/shared/doc.ts",
|
|
@@ -189,8 +244,8 @@
|
|
|
189
244
|
},
|
|
190
245
|
{
|
|
191
246
|
"path": "src/backends/task-backend/shared/errors.ts",
|
|
192
|
-
"sha256": "
|
|
193
|
-
"size_bytes":
|
|
247
|
+
"sha256": "bd89f762910fc83a884edc2c11d43221283e1188fb01b466aca8bfd7e0367623",
|
|
248
|
+
"size_bytes": 1207
|
|
194
249
|
},
|
|
195
250
|
{
|
|
196
251
|
"path": "src/backends/task-backend/shared/events.ts",
|
|
@@ -229,8 +284,8 @@
|
|
|
229
284
|
},
|
|
230
285
|
{
|
|
231
286
|
"path": "src/backends/task-index.ts",
|
|
232
|
-
"sha256": "
|
|
233
|
-
"size_bytes":
|
|
287
|
+
"sha256": "c8d51055c0c4db47fea9a163c746fd73aaaff232d607894deb948b91f3928657",
|
|
288
|
+
"size_bytes": 3632
|
|
234
289
|
},
|
|
235
290
|
{
|
|
236
291
|
"path": "src/cli.ts",
|
|
@@ -239,8 +294,8 @@
|
|
|
239
294
|
},
|
|
240
295
|
{
|
|
241
296
|
"path": "src/cli/archive.ts",
|
|
242
|
-
"sha256": "
|
|
243
|
-
"size_bytes":
|
|
297
|
+
"sha256": "31f2e71fa30b85f0fc3193ce9ab87a559f86d5716f8415612d1c8326b95b619a",
|
|
298
|
+
"size_bytes": 6307
|
|
244
299
|
},
|
|
245
300
|
{
|
|
246
301
|
"path": "src/cli/bootstrap-guide.ts",
|
|
@@ -289,13 +344,13 @@
|
|
|
289
344
|
},
|
|
290
345
|
{
|
|
291
346
|
"path": "src/cli/error-map.ts",
|
|
292
|
-
"sha256": "
|
|
293
|
-
"size_bytes":
|
|
347
|
+
"sha256": "0ee300ca09544ee757a84a6c12ce0573915fce09525b21f3b9398b6e62b0d03e",
|
|
348
|
+
"size_bytes": 9744
|
|
294
349
|
},
|
|
295
350
|
{
|
|
296
351
|
"path": "src/cli/exit-codes.ts",
|
|
297
|
-
"sha256": "
|
|
298
|
-
"size_bytes":
|
|
352
|
+
"sha256": "8af714991f63f922b120d49ee90eeb5bc98b6a22a93ac810e3c91de36d22d0ff",
|
|
353
|
+
"size_bytes": 895
|
|
299
354
|
},
|
|
300
355
|
{
|
|
301
356
|
"path": "src/cli/fs-utils.ts",
|
|
@@ -309,18 +364,18 @@
|
|
|
309
364
|
},
|
|
310
365
|
{
|
|
311
366
|
"path": "src/cli/http.ts",
|
|
312
|
-
"sha256": "
|
|
313
|
-
"size_bytes":
|
|
367
|
+
"sha256": "6565c30310cf9e69fbda440db73e032fab84deaa7c0bd9860d7873a548cc854d",
|
|
368
|
+
"size_bytes": 3897
|
|
314
369
|
},
|
|
315
370
|
{
|
|
316
371
|
"path": "src/cli/output.ts",
|
|
317
|
-
"sha256": "
|
|
318
|
-
"size_bytes":
|
|
372
|
+
"sha256": "2cd6c354f88367b329dad900550e98ce4359101864d0312eef0a80478a88cce4",
|
|
373
|
+
"size_bytes": 8336
|
|
319
374
|
},
|
|
320
375
|
{
|
|
321
376
|
"path": "src/cli/prompts.ts",
|
|
322
|
-
"sha256": "
|
|
323
|
-
"size_bytes":
|
|
377
|
+
"sha256": "c2a244912bd37a04a1bd51701c0832a718f3b4f905dfb10ad99ff3e7ca817cd0",
|
|
378
|
+
"size_bytes": 2803
|
|
324
379
|
},
|
|
325
380
|
{
|
|
326
381
|
"path": "src/cli/reason-codes.ts",
|
|
@@ -328,14 +383,19 @@
|
|
|
328
383
|
"size_bytes": 4922
|
|
329
384
|
},
|
|
330
385
|
{
|
|
331
|
-
"path": "src/cli/run-cli.
|
|
332
|
-
"sha256": "
|
|
333
|
-
"size_bytes":
|
|
386
|
+
"path": "src/cli/run-cli.core.pr-flow.pr-support.ts",
|
|
387
|
+
"sha256": "d213d85826626cb8ad06d6eb88dc378f370e73797e72220913788832e91b5787",
|
|
388
|
+
"size_bytes": 3331
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"path": "src/cli/run-cli.core.tasks.query-support.ts",
|
|
392
|
+
"sha256": "fdc7636ae3576abd1d2e28a4b98ca6f7e9d0a1b990827f2d7d3e03b890c2e1c3",
|
|
393
|
+
"size_bytes": 12012
|
|
334
394
|
},
|
|
335
395
|
{
|
|
336
396
|
"path": "src/cli/run-cli.ts",
|
|
337
|
-
"sha256": "
|
|
338
|
-
"size_bytes":
|
|
397
|
+
"sha256": "b65101dc0488a2aa4e5b7600fb32f77826f3edc15efb46bbe745472eb04f1330",
|
|
398
|
+
"size_bytes": 11472
|
|
339
399
|
},
|
|
340
400
|
{
|
|
341
401
|
"path": "src/cli/run-cli/command-catalog.ts",
|
|
@@ -344,28 +404,33 @@
|
|
|
344
404
|
},
|
|
345
405
|
{
|
|
346
406
|
"path": "src/cli/run-cli/command-catalog/core.ts",
|
|
347
|
-
"sha256": "
|
|
348
|
-
"size_bytes":
|
|
407
|
+
"sha256": "97f7bf7a00ad42cb9d2f48b02a1ee4fbe6959d61ac565e15edbb6f15ae1a49fa",
|
|
408
|
+
"size_bytes": 5611
|
|
349
409
|
},
|
|
350
410
|
{
|
|
351
411
|
"path": "src/cli/run-cli/command-catalog/lifecycle.ts",
|
|
352
|
-
"sha256": "
|
|
353
|
-
"size_bytes":
|
|
412
|
+
"sha256": "9e5a5888eab50a1eb85856b9cc90c05e4854db79303eeef1a5ebd4dd0ad224b5",
|
|
413
|
+
"size_bytes": 3083
|
|
354
414
|
},
|
|
355
415
|
{
|
|
356
416
|
"path": "src/cli/run-cli/command-catalog/project.ts",
|
|
357
|
-
"sha256": "
|
|
358
|
-
"size_bytes":
|
|
417
|
+
"sha256": "fb44954e0d98f311b38779bf788dcab5ab2440b606432741c445f19bc3e92c72",
|
|
418
|
+
"size_bytes": 6022
|
|
359
419
|
},
|
|
360
420
|
{
|
|
361
421
|
"path": "src/cli/run-cli/command-catalog/shared.ts",
|
|
362
|
-
"sha256": "
|
|
363
|
-
"size_bytes":
|
|
422
|
+
"sha256": "6c27ea6233aab1627de7113d447805e49d448022d2310f87cc33f0d7c742b1be",
|
|
423
|
+
"size_bytes": 3328
|
|
364
424
|
},
|
|
365
425
|
{
|
|
366
426
|
"path": "src/cli/run-cli/command-catalog/task.ts",
|
|
367
|
-
"sha256": "
|
|
368
|
-
"size_bytes":
|
|
427
|
+
"sha256": "94a6db7019521a7dcb327e9ee4cf351323a919e9b04c5cd41644857365bdfb14",
|
|
428
|
+
"size_bytes": 9411
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"path": "src/cli/run-cli/command-loaders.ts",
|
|
432
|
+
"sha256": "f5bb2965cc217f797f90b9034d1101f36e56f7133ddc71bf7a7f6fef1c57dad5",
|
|
433
|
+
"size_bytes": 17717
|
|
369
434
|
},
|
|
370
435
|
{
|
|
371
436
|
"path": "src/cli/run-cli/commands/codex.ts",
|
|
@@ -414,8 +479,8 @@
|
|
|
414
479
|
},
|
|
415
480
|
{
|
|
416
481
|
"path": "src/cli/run-cli/commands/init.ts",
|
|
417
|
-
"sha256": "
|
|
418
|
-
"size_bytes":
|
|
482
|
+
"sha256": "732e1c7ef3a64a278dd2cf8db0603e2f3cbfcfde44b6e7046cd1c3ef31b90952",
|
|
483
|
+
"size_bytes": 52
|
|
419
484
|
},
|
|
420
485
|
{
|
|
421
486
|
"path": "src/cli/run-cli/commands/init/base-branch.ts",
|
|
@@ -437,11 +502,36 @@
|
|
|
437
502
|
"sha256": "e99be07baae2383e2f347e532047a12e33fec6feb8ef17e61e7cf1d8cebe36a8",
|
|
438
503
|
"size_bytes": 1453
|
|
439
504
|
},
|
|
505
|
+
{
|
|
506
|
+
"path": "src/cli/run-cli/commands/init/model.ts",
|
|
507
|
+
"sha256": "642f38efe6661db1537c2bccf8225ce43a2d6d35541ecaa3c33f4d82ce41ec87",
|
|
508
|
+
"size_bytes": 1419
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"path": "src/cli/run-cli/commands/init/orchestrate.ts",
|
|
512
|
+
"sha256": "999e22b3c48cdaf6467e5bc299f8f7a75c2959defee2fbc9c36ff6b8068dade6",
|
|
513
|
+
"size_bytes": 16953
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"path": "src/cli/run-cli/commands/init/parsers.ts",
|
|
517
|
+
"sha256": "9b07684da0defbd33ed121fcf8f17069ed9584dc85074fabcecd511d48e8a84b",
|
|
518
|
+
"size_bytes": 1408
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"path": "src/cli/run-cli/commands/init/presets.ts",
|
|
522
|
+
"sha256": "6489b662f0d6c4dcda97704fe00ffcc689b38144ab904e7de02c86cfd228c335",
|
|
523
|
+
"size_bytes": 2533
|
|
524
|
+
},
|
|
440
525
|
{
|
|
441
526
|
"path": "src/cli/run-cli/commands/init/recipes.ts",
|
|
442
527
|
"sha256": "d8a401dd8fff5c86b5a54bca8e98ffcbd74104eb1b8647436ec604e84beb68b3",
|
|
443
528
|
"size_bytes": 1754
|
|
444
529
|
},
|
|
530
|
+
{
|
|
531
|
+
"path": "src/cli/run-cli/commands/init/spec.ts",
|
|
532
|
+
"sha256": "9f4078d917296836b73f0116a5706de90e88c6118e3193f7bb6f8c9ac8bf55d3",
|
|
533
|
+
"size_bytes": 8906
|
|
534
|
+
},
|
|
445
535
|
{
|
|
446
536
|
"path": "src/cli/run-cli/commands/init/ui.ts",
|
|
447
537
|
"sha256": "e34afadc8e0433459c604bb8a9208f41521368dc5e59304687ffdc31732d2107",
|
|
@@ -454,8 +544,8 @@
|
|
|
454
544
|
},
|
|
455
545
|
{
|
|
456
546
|
"path": "src/cli/run-cli/commands/init/write-config.ts",
|
|
457
|
-
"sha256": "
|
|
458
|
-
"size_bytes":
|
|
547
|
+
"sha256": "5cc2be2f9076898fb339df533a18db97f9d343e86c3f4de621b03fb0636a9ca7",
|
|
548
|
+
"size_bytes": 3350
|
|
459
549
|
},
|
|
460
550
|
{
|
|
461
551
|
"path": "src/cli/run-cli/commands/init/write-env.ts",
|
|
@@ -464,8 +554,8 @@
|
|
|
464
554
|
},
|
|
465
555
|
{
|
|
466
556
|
"path": "src/cli/run-cli/commands/init/write-gitignore.ts",
|
|
467
|
-
"sha256": "
|
|
468
|
-
"size_bytes":
|
|
557
|
+
"sha256": "618faf0cddae0efd754216e40cbf56ea7a192f2b04f65e30397d7570a4bac2c7",
|
|
558
|
+
"size_bytes": 1530
|
|
469
559
|
},
|
|
470
560
|
{
|
|
471
561
|
"path": "src/cli/run-cli/commands/init/write-workflow.ts",
|
|
@@ -477,11 +567,6 @@
|
|
|
477
567
|
"sha256": "796370799df5469ff0791eedde69a861dfe59c1ceaa88b33f5f98f343dbc862c",
|
|
478
568
|
"size_bytes": 553
|
|
479
569
|
},
|
|
480
|
-
{
|
|
481
|
-
"path": "src/cli/run-cli/error-guidance.ts",
|
|
482
|
-
"sha256": "d082914c7ae188ebef709df07727cdc1aaecec52e304b5b014d85769c84e6791",
|
|
483
|
-
"size_bytes": 8267
|
|
484
|
-
},
|
|
485
570
|
{
|
|
486
571
|
"path": "src/cli/run-cli/globals.ts",
|
|
487
572
|
"sha256": "08276a346c59f589d063f100c9c0f0413459c39534e6efb7cdc42cf69a74d3b3",
|
|
@@ -494,8 +579,8 @@
|
|
|
494
579
|
},
|
|
495
580
|
{
|
|
496
581
|
"path": "src/cli/run-cli/update-warning.ts",
|
|
497
|
-
"sha256": "
|
|
498
|
-
"size_bytes":
|
|
582
|
+
"sha256": "fabf29bb63163bdb5a3138782d9040a35c660e303377f6654fe4c53b7e9e9857",
|
|
583
|
+
"size_bytes": 3148
|
|
499
584
|
},
|
|
500
585
|
{
|
|
501
586
|
"path": "src/cli/shared/ansi.ts",
|
|
@@ -509,8 +594,8 @@
|
|
|
509
594
|
},
|
|
510
595
|
{
|
|
511
596
|
"path": "src/cli/spec/errors.ts",
|
|
512
|
-
"sha256": "
|
|
513
|
-
"size_bytes":
|
|
597
|
+
"sha256": "458d3819aa675820e827d6b51825c5e3af85e116c60cedacbb198ea390b25808",
|
|
598
|
+
"size_bytes": 1922
|
|
514
599
|
},
|
|
515
600
|
{
|
|
516
601
|
"path": "src/cli/spec/help-render.ts",
|
|
@@ -529,8 +614,8 @@
|
|
|
529
614
|
},
|
|
530
615
|
{
|
|
531
616
|
"path": "src/cli/spec/parse.ts",
|
|
532
|
-
"sha256": "
|
|
533
|
-
"size_bytes":
|
|
617
|
+
"sha256": "3f8d5984ecdf283e78c8d1e62300759159378d16b5a0904510cdb492172d0398",
|
|
618
|
+
"size_bytes": 6839
|
|
534
619
|
},
|
|
535
620
|
{
|
|
536
621
|
"path": "src/cli/spec/registry.ts",
|
|
@@ -554,8 +639,8 @@
|
|
|
554
639
|
},
|
|
555
640
|
{
|
|
556
641
|
"path": "src/commands/backend.ts",
|
|
557
|
-
"sha256": "
|
|
558
|
-
"size_bytes":
|
|
642
|
+
"sha256": "85d939c650e63c4affa0a47f9db199e554ed48049abe774313e5bfbc1ce1d7ed",
|
|
643
|
+
"size_bytes": 7983
|
|
559
644
|
},
|
|
560
645
|
{
|
|
561
646
|
"path": "src/commands/backend/sync.command.ts",
|
|
@@ -569,8 +654,8 @@
|
|
|
569
654
|
},
|
|
570
655
|
{
|
|
571
656
|
"path": "src/commands/block.spec.ts",
|
|
572
|
-
"sha256": "
|
|
573
|
-
"size_bytes":
|
|
657
|
+
"sha256": "02d1828213857d86675225f235c875cf9b21211e0f2adfbcb06fdf85f8bb5ff0",
|
|
658
|
+
"size_bytes": 5510
|
|
574
659
|
},
|
|
575
660
|
{
|
|
576
661
|
"path": "src/commands/branch/base.command.ts",
|
|
@@ -627,10 +712,30 @@
|
|
|
627
712
|
"sha256": "0200fa8dc9920565d081d2b716432142ce0aec4cbedc979ebcc07348733b94d4",
|
|
628
713
|
"size_bytes": 3227
|
|
629
714
|
},
|
|
715
|
+
{
|
|
716
|
+
"path": "src/commands/branch/work-start.direct.ts",
|
|
717
|
+
"sha256": "ed3d6fff5459757259163f392180737c7a92a2c593cd76024f4d654a36e7ce3a",
|
|
718
|
+
"size_bytes": 3056
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"path": "src/commands/branch/work-start.git.ts",
|
|
722
|
+
"sha256": "183aa9b1e32cfdde2fa6eed259a7e9d3041deae49f709f391f2ab35e84a469fa",
|
|
723
|
+
"size_bytes": 893
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"path": "src/commands/branch/work-start.hook-shim.ts",
|
|
727
|
+
"sha256": "2774009f78ab0d950574c30829fc3c07a62c907503e4aa060ee63a8a30987216",
|
|
728
|
+
"size_bytes": 1548
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"path": "src/commands/branch/work-start.materialize.ts",
|
|
732
|
+
"sha256": "576c762a2ed96579a60afcbd1464ba675855679b9fcacabbc4f189a8a4df52a8",
|
|
733
|
+
"size_bytes": 4718
|
|
734
|
+
},
|
|
630
735
|
{
|
|
631
736
|
"path": "src/commands/branch/work-start.ts",
|
|
632
|
-
"sha256": "
|
|
633
|
-
"size_bytes":
|
|
737
|
+
"sha256": "add3ea6c11024e5d1e77b1bf1945adbc3284a8d85e4c930acfa34c61f6a3d055",
|
|
738
|
+
"size_bytes": 6752
|
|
634
739
|
},
|
|
635
740
|
{
|
|
636
741
|
"path": "src/commands/cleanup/merged.command.ts",
|
|
@@ -649,8 +754,8 @@
|
|
|
649
754
|
},
|
|
650
755
|
{
|
|
651
756
|
"path": "src/commands/commit.spec.ts",
|
|
652
|
-
"sha256": "
|
|
653
|
-
"size_bytes":
|
|
757
|
+
"sha256": "18b7e2cdd5d8b833104efbb6d43c6f62b31d14a11d2911551dc87b035a5ff527",
|
|
758
|
+
"size_bytes": 7561
|
|
654
759
|
},
|
|
655
760
|
{
|
|
656
761
|
"path": "src/commands/docs/cli.command.ts",
|
|
@@ -659,8 +764,8 @@
|
|
|
659
764
|
},
|
|
660
765
|
{
|
|
661
766
|
"path": "src/commands/doctor.run.ts",
|
|
662
|
-
"sha256": "
|
|
663
|
-
"size_bytes":
|
|
767
|
+
"sha256": "e46591e0a06886da29fac864d2744161d7624d26c48cbc18a287ffdfe6c12418",
|
|
768
|
+
"size_bytes": 3331
|
|
664
769
|
},
|
|
665
770
|
{
|
|
666
771
|
"path": "src/commands/doctor.spec.ts",
|
|
@@ -674,13 +779,13 @@
|
|
|
674
779
|
},
|
|
675
780
|
{
|
|
676
781
|
"path": "src/commands/doctor/branch-pr.ts",
|
|
677
|
-
"sha256": "
|
|
678
|
-
"size_bytes":
|
|
782
|
+
"sha256": "1ad927b02c0fe5e10bf6f5cd4d790b604a90f9b810f191a42adebd0c5845d9dd",
|
|
783
|
+
"size_bytes": 4102
|
|
679
784
|
},
|
|
680
785
|
{
|
|
681
786
|
"path": "src/commands/doctor/fixes.ts",
|
|
682
|
-
"sha256": "
|
|
683
|
-
"size_bytes":
|
|
787
|
+
"sha256": "5d85f2539e6828a414cb9f5f2132de869c03d4913465dded51a8279a0aa43737",
|
|
788
|
+
"size_bytes": 1700
|
|
684
789
|
},
|
|
685
790
|
{
|
|
686
791
|
"path": "src/commands/doctor/layering.ts",
|
|
@@ -689,18 +794,18 @@
|
|
|
689
794
|
},
|
|
690
795
|
{
|
|
691
796
|
"path": "src/commands/doctor/runtime.ts",
|
|
692
|
-
"sha256": "
|
|
693
|
-
"size_bytes":
|
|
797
|
+
"sha256": "db8941c3cc10f5044445a2c1553a0b180ce2c08f05fcd06c52c7a72dd23d7cda",
|
|
798
|
+
"size_bytes": 2792
|
|
694
799
|
},
|
|
695
800
|
{
|
|
696
801
|
"path": "src/commands/doctor/workflow.ts",
|
|
697
|
-
"sha256": "
|
|
698
|
-
"size_bytes":
|
|
802
|
+
"sha256": "f6c6b5ef65ecb37a38772b07b2ac38fa61fe819ec75e4848b59cbaed3a12882c",
|
|
803
|
+
"size_bytes": 2228
|
|
699
804
|
},
|
|
700
805
|
{
|
|
701
806
|
"path": "src/commands/doctor/workspace.ts",
|
|
702
|
-
"sha256": "
|
|
703
|
-
"size_bytes":
|
|
807
|
+
"sha256": "828f78bcc2f6faae942890a006cd85c02962c34b83cf32d3d25ede0028bdbc81",
|
|
808
|
+
"size_bytes": 15145
|
|
704
809
|
},
|
|
705
810
|
{
|
|
706
811
|
"path": "src/commands/finish.run.ts",
|
|
@@ -709,8 +814,8 @@
|
|
|
709
814
|
},
|
|
710
815
|
{
|
|
711
816
|
"path": "src/commands/finish.spec.ts",
|
|
712
|
-
"sha256": "
|
|
713
|
-
"size_bytes":
|
|
817
|
+
"sha256": "cbb8ac02fe784d0358bf90590afa1888782267c8663b0435f4b3159020121e63",
|
|
818
|
+
"size_bytes": 15405
|
|
714
819
|
},
|
|
715
820
|
{
|
|
716
821
|
"path": "src/commands/guard/clean.command.ts",
|
|
@@ -719,8 +824,8 @@
|
|
|
719
824
|
},
|
|
720
825
|
{
|
|
721
826
|
"path": "src/commands/guard/commit.command.ts",
|
|
722
|
-
"sha256": "
|
|
723
|
-
"size_bytes":
|
|
827
|
+
"sha256": "c429679e47b7ea6d578190ffada59ab67ab9edf91b0e7db4d8c1e5c5d2901f01",
|
|
828
|
+
"size_bytes": 6459
|
|
724
829
|
},
|
|
725
830
|
{
|
|
726
831
|
"path": "src/commands/guard/guard.command.ts",
|
|
@@ -732,6 +837,16 @@
|
|
|
732
837
|
"sha256": "b811aae4f7200aeb2da808d0469dfd00317853dda23e691b26d6f34b1b2b88f3",
|
|
733
838
|
"size_bytes": 5411
|
|
734
839
|
},
|
|
840
|
+
{
|
|
841
|
+
"path": "src/commands/guard/impl/clean.ts",
|
|
842
|
+
"sha256": "e114014899cef1b4a2143f63711fa3a8558fc8dbcc2e0696ae3ee24015b151f0",
|
|
843
|
+
"size_bytes": 994
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"path": "src/commands/guard/impl/close-dirt.ts",
|
|
847
|
+
"sha256": "e7b51b243389a581868539755ca27f108f9acf1f2a04d2b3168b4fa0b0256c40",
|
|
848
|
+
"size_bytes": 2184
|
|
849
|
+
},
|
|
735
850
|
{
|
|
736
851
|
"path": "src/commands/guard/impl/close-message.ts",
|
|
737
852
|
"sha256": "326c5c647fb9ba77258bd0e48658c160bbbd0818fb3a7e94480859a1efd0b9ea",
|
|
@@ -739,23 +854,43 @@
|
|
|
739
854
|
},
|
|
740
855
|
{
|
|
741
856
|
"path": "src/commands/guard/impl/commands.ts",
|
|
742
|
-
"sha256": "
|
|
743
|
-
"size_bytes":
|
|
857
|
+
"sha256": "1b7a32b4af2c9504f8ad235b4e1617a6b25bde9127fa18e51adb1e52c7a9af5e",
|
|
858
|
+
"size_bytes": 190
|
|
744
859
|
},
|
|
745
860
|
{
|
|
746
861
|
"path": "src/commands/guard/impl/comment-commit.ts",
|
|
747
|
-
"sha256": "
|
|
748
|
-
"size_bytes":
|
|
862
|
+
"sha256": "c6af4bcf94ea375b5351f9175a44790174a4bb21c19f237dc8911fb9a85f9e8e",
|
|
863
|
+
"size_bytes": 5370
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"path": "src/commands/guard/impl/commit-diagnostics.ts",
|
|
867
|
+
"sha256": "62ef6349f9c819f42c19eec66641372a78e18b51df719498be1c6e09baa066da",
|
|
868
|
+
"size_bytes": 6353
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"path": "src/commands/guard/impl/commit.ts",
|
|
872
|
+
"sha256": "6340cc49c2a913ed2bc1420465a8d6e5ada358c7b8825ba9ea6b241bce035772",
|
|
873
|
+
"size_bytes": 15160
|
|
749
874
|
},
|
|
750
875
|
{
|
|
751
876
|
"path": "src/commands/guard/impl/env.ts",
|
|
752
877
|
"sha256": "a7793f583b513c1e7fdf9228168e87fd4b5d09d8234e536106a841cbc788dad5",
|
|
753
878
|
"size_bytes": 2498
|
|
754
879
|
},
|
|
880
|
+
{
|
|
881
|
+
"path": "src/commands/guard/impl/guard-commit.ts",
|
|
882
|
+
"sha256": "a606b0f8ed449675dbbb82cf87268bc48f5736a3825fd9293491c9afd0588749",
|
|
883
|
+
"size_bytes": 899
|
|
884
|
+
},
|
|
755
885
|
{
|
|
756
886
|
"path": "src/commands/guard/impl/policy.ts",
|
|
757
|
-
"sha256": "
|
|
758
|
-
"size_bytes":
|
|
887
|
+
"sha256": "dd65c100e2f3ce7dfee160e6ba7be13bd38d2dc9d3105f622e1b498d83dc5994",
|
|
888
|
+
"size_bytes": 2621
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"path": "src/commands/guard/impl/suggest.ts",
|
|
892
|
+
"sha256": "876253159b7beadfe02e16ddd7b06e4dbef92a5a6d65cf7fd44bbce498ae6a1c",
|
|
893
|
+
"size_bytes": 1148
|
|
759
894
|
},
|
|
760
895
|
{
|
|
761
896
|
"path": "src/commands/guard/index.ts",
|
|
@@ -774,19 +909,54 @@
|
|
|
774
909
|
},
|
|
775
910
|
{
|
|
776
911
|
"path": "src/commands/hooks/index.ts",
|
|
777
|
-
"sha256": "
|
|
778
|
-
"size_bytes":
|
|
912
|
+
"sha256": "f02d334325492ee4ea93c28dfaa36131e03137f4fea0ce8ce77dd74bf43dd80f",
|
|
913
|
+
"size_bytes": 230
|
|
779
914
|
},
|
|
780
915
|
{
|
|
781
916
|
"path": "src/commands/hooks/install.command.ts",
|
|
782
917
|
"sha256": "a79b3dc06bd5d316f5510012efda78f86bd4251989325d027bf05522127ce072",
|
|
783
918
|
"size_bytes": 805
|
|
784
919
|
},
|
|
920
|
+
{
|
|
921
|
+
"path": "src/commands/hooks/install.ts",
|
|
922
|
+
"sha256": "f61a467027e2d39b197ce7acc163af034d2273813535ccff47851c050cfacdff",
|
|
923
|
+
"size_bytes": 5079
|
|
924
|
+
},
|
|
785
925
|
{
|
|
786
926
|
"path": "src/commands/hooks/run.command.ts",
|
|
787
927
|
"sha256": "e3f7b01444a08a8118ad54c83cc70629f2f8800d93b2d93a1aeff1d6406ffe0e",
|
|
788
928
|
"size_bytes": 1520
|
|
789
929
|
},
|
|
930
|
+
{
|
|
931
|
+
"path": "src/commands/hooks/run.commit-msg.ts",
|
|
932
|
+
"sha256": "91e186f4fc93924828a564a9d4fb8b78096e80d74e1513ef6e0c21ec6696de81",
|
|
933
|
+
"size_bytes": 2414
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"path": "src/commands/hooks/run.post-merge.ts",
|
|
937
|
+
"sha256": "f5a37652b03ab62df5616b279fcd1f5b886489bda0db52904097d78faada98cf",
|
|
938
|
+
"size_bytes": 1444
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"path": "src/commands/hooks/run.pre-commit.ts",
|
|
942
|
+
"sha256": "7d82ca85ac898f586f743fa7d0a991770fef634e0f816c9d229a3cb0803c6487",
|
|
943
|
+
"size_bytes": 1845
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"path": "src/commands/hooks/run.pre-push.ts",
|
|
947
|
+
"sha256": "c3f2cd9d3a4c7e794d4d025782d8943c8bf291a1cde8579f6214c1a5b6d0dea5",
|
|
948
|
+
"size_bytes": 3185
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"path": "src/commands/hooks/run.ts",
|
|
952
|
+
"sha256": "24e832ac1ab959b2123118e41e66feabfbb08ad0f21fab535a029ab0643a5007",
|
|
953
|
+
"size_bytes": 1656
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"path": "src/commands/hooks/shared.ts",
|
|
957
|
+
"sha256": "0974f92aceb7209d546f70884324e81ed150f4f54a3ef3efe12a42e0c9e10ae1",
|
|
958
|
+
"size_bytes": 1782
|
|
959
|
+
},
|
|
790
960
|
{
|
|
791
961
|
"path": "src/commands/hooks/uninstall.command.ts",
|
|
792
962
|
"sha256": "a79ebbf0a2a6e8b6a8de3f6c58f249b8d995b0ece319dd140fd8a4955896c370",
|
|
@@ -849,8 +1019,8 @@
|
|
|
849
1019
|
},
|
|
850
1020
|
{
|
|
851
1021
|
"path": "src/commands/pr/integrate/cmd.ts",
|
|
852
|
-
"sha256": "
|
|
853
|
-
"size_bytes":
|
|
1022
|
+
"sha256": "07e63185d357561aac6d9b59f2c6c3fdeecf4e68821b77a179786404277c7951",
|
|
1023
|
+
"size_bytes": 12318
|
|
854
1024
|
},
|
|
855
1025
|
{
|
|
856
1026
|
"path": "src/commands/pr/integrate/internal/bootstrap-guidance.ts",
|
|
@@ -889,8 +1059,8 @@
|
|
|
889
1059
|
},
|
|
890
1060
|
{
|
|
891
1061
|
"path": "src/commands/pr/integrate/internal/prepare.ts",
|
|
892
|
-
"sha256": "
|
|
893
|
-
"size_bytes":
|
|
1062
|
+
"sha256": "58c954a81a8b00e866693fa9db44e259fbf07aa401e27b878cc414f7bf3aad30",
|
|
1063
|
+
"size_bytes": 11481
|
|
894
1064
|
},
|
|
895
1065
|
{
|
|
896
1066
|
"path": "src/commands/pr/integrate/internal/worktree.ts",
|
|
@@ -904,8 +1074,8 @@
|
|
|
904
1074
|
},
|
|
905
1075
|
{
|
|
906
1076
|
"path": "src/commands/pr/internal/auto-commit.ts",
|
|
907
|
-
"sha256": "
|
|
908
|
-
"size_bytes":
|
|
1077
|
+
"sha256": "378607664698432a4a5d71eb1cc10db0c14c35a862f047e3725f70add54e7991",
|
|
1078
|
+
"size_bytes": 2855
|
|
909
1079
|
},
|
|
910
1080
|
{
|
|
911
1081
|
"path": "src/commands/pr/internal/freshness.ts",
|
|
@@ -914,8 +1084,8 @@
|
|
|
914
1084
|
},
|
|
915
1085
|
{
|
|
916
1086
|
"path": "src/commands/pr/internal/gh-api.ts",
|
|
917
|
-
"sha256": "
|
|
918
|
-
"size_bytes":
|
|
1087
|
+
"sha256": "a47a7b23f0d5728484f19aca8d1c481b34e6e7588c9874131642b09743ef8638",
|
|
1088
|
+
"size_bytes": 3215
|
|
919
1089
|
},
|
|
920
1090
|
{
|
|
921
1091
|
"path": "src/commands/pr/internal/note-store.ts",
|
|
@@ -934,8 +1104,8 @@
|
|
|
934
1104
|
},
|
|
935
1105
|
{
|
|
936
1106
|
"path": "src/commands/pr/internal/sync-branch.ts",
|
|
937
|
-
"sha256": "
|
|
938
|
-
"size_bytes":
|
|
1107
|
+
"sha256": "a64ab2357ce41c79ce1cd100529ec2decfe3d473b7cfa3cdefa3db5d72897ae4",
|
|
1108
|
+
"size_bytes": 4363
|
|
939
1109
|
},
|
|
940
1110
|
{
|
|
941
1111
|
"path": "src/commands/pr/internal/sync-github.ts",
|
|
@@ -964,8 +1134,8 @@
|
|
|
964
1134
|
},
|
|
965
1135
|
{
|
|
966
1136
|
"path": "src/commands/pr/internal/sync.ts",
|
|
967
|
-
"sha256": "
|
|
968
|
-
"size_bytes":
|
|
1137
|
+
"sha256": "9dcfee7a7739b0bb4f37e3e97a032df17fd056569e33ee2df389ce55ddaefe1d",
|
|
1138
|
+
"size_bytes": 10255
|
|
969
1139
|
},
|
|
970
1140
|
{
|
|
971
1141
|
"path": "src/commands/pr/note.ts",
|
|
@@ -974,8 +1144,8 @@
|
|
|
974
1144
|
},
|
|
975
1145
|
{
|
|
976
1146
|
"path": "src/commands/pr/open.ts",
|
|
977
|
-
"sha256": "
|
|
978
|
-
"size_bytes":
|
|
1147
|
+
"sha256": "506cabafbea70f899a2f5d4a701f6a2f84b7493116db8b73ebb7ffef429f22a6",
|
|
1148
|
+
"size_bytes": 7113
|
|
979
1149
|
},
|
|
980
1150
|
{
|
|
981
1151
|
"path": "src/commands/pr/pr.command.ts",
|
|
@@ -992,11 +1162,6 @@
|
|
|
992
1162
|
"sha256": "99dcbaec084202f28155256b1673e81584c945d1c588a509908fc3c8f6146a8b",
|
|
993
1163
|
"size_bytes": 1042
|
|
994
1164
|
},
|
|
995
|
-
{
|
|
996
|
-
"path": "src/commands/recipes.test-helpers.ts",
|
|
997
|
-
"sha256": "db30218e3c74e861a8b1f3bf7308b44ac79f5741325a8fcb60b1f784e3012606",
|
|
998
|
-
"size_bytes": 19459
|
|
999
|
-
},
|
|
1000
1165
|
{
|
|
1001
1166
|
"path": "src/commands/recipes.ts",
|
|
1002
1167
|
"sha256": "0002789e7072a11a1735cfc03dd3223240f737c2774c52d1a34cb96fdbffbd60",
|
|
@@ -1144,8 +1309,8 @@
|
|
|
1144
1309
|
},
|
|
1145
1310
|
{
|
|
1146
1311
|
"path": "src/commands/recipes/impl/index.ts",
|
|
1147
|
-
"sha256": "
|
|
1148
|
-
"size_bytes":
|
|
1312
|
+
"sha256": "9734348c8f0805a6e6d4d9994f31f37651dc62930d56669cbd4f4471c352b4a2",
|
|
1313
|
+
"size_bytes": 7827
|
|
1149
1314
|
},
|
|
1150
1315
|
{
|
|
1151
1316
|
"path": "src/commands/recipes/impl/installed-recipes.ts",
|
|
@@ -1189,8 +1354,8 @@
|
|
|
1189
1354
|
},
|
|
1190
1355
|
{
|
|
1191
1356
|
"path": "src/commands/recipes/impl/resolver.ts",
|
|
1192
|
-
"sha256": "
|
|
1193
|
-
"size_bytes":
|
|
1357
|
+
"sha256": "3b67bc70f3b8dd37019eea02d038b007597e2dc2162cfe57cf3da6bdef3791b0",
|
|
1358
|
+
"size_bytes": 11843
|
|
1194
1359
|
},
|
|
1195
1360
|
{
|
|
1196
1361
|
"path": "src/commands/recipes/impl/types.ts",
|
|
@@ -1199,8 +1364,8 @@
|
|
|
1199
1364
|
},
|
|
1200
1365
|
{
|
|
1201
1366
|
"path": "src/commands/recipes/impl/version.ts",
|
|
1202
|
-
"sha256": "
|
|
1203
|
-
"size_bytes":
|
|
1367
|
+
"sha256": "2a319da3f4a7683e4d992176d16f25fb3ee1d8dee00c03cbbc9137d9e60a6c1a",
|
|
1368
|
+
"size_bytes": 434
|
|
1204
1369
|
},
|
|
1205
1370
|
{
|
|
1206
1371
|
"path": "src/commands/recipes/info.command.ts",
|
|
@@ -1242,30 +1407,50 @@
|
|
|
1242
1407
|
"sha256": "559299fe375040313ac9e3339f4ae50dbb48baf37c27ddeb82a6307b14a50eac",
|
|
1243
1408
|
"size_bytes": 1228
|
|
1244
1409
|
},
|
|
1245
|
-
{
|
|
1246
|
-
"path": "src/commands/release.test-helpers.ts",
|
|
1247
|
-
"sha256": "f53ff6de71cc8af390c872439bcb35f27314c9fd04ee63e5359e4d68994ebb21",
|
|
1248
|
-
"size_bytes": 3186
|
|
1249
|
-
},
|
|
1250
1410
|
{
|
|
1251
1411
|
"path": "src/commands/release/apply.command.ts",
|
|
1252
|
-
"sha256": "
|
|
1253
|
-
"size_bytes":
|
|
1412
|
+
"sha256": "d0405aa68dbcf8f42dd4ae348a1f11616dc9b135a9e119fb402724e6b6e4ba6d",
|
|
1413
|
+
"size_bytes": 13548
|
|
1254
1414
|
},
|
|
1255
1415
|
{
|
|
1256
1416
|
"path": "src/commands/release/apply.mutation.ts",
|
|
1257
|
-
"sha256": "
|
|
1258
|
-
"size_bytes":
|
|
1417
|
+
"sha256": "3162db9a2ed75a13b681ea2b84064c68dbcb9b267aee562b2eabf6b6e6555526",
|
|
1418
|
+
"size_bytes": 5997
|
|
1259
1419
|
},
|
|
1260
1420
|
{
|
|
1261
1421
|
"path": "src/commands/release/apply.pipeline.ts",
|
|
1262
|
-
"sha256": "
|
|
1263
|
-
"size_bytes":
|
|
1422
|
+
"sha256": "be17ae4e4b699b6d6acf6b09088bbab457b858848d980d88a0869384219b7b80",
|
|
1423
|
+
"size_bytes": 1820
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"path": "src/commands/release/apply.pipeline/finalize.ts",
|
|
1427
|
+
"sha256": "83924b7a68227f9beb8c2e54cfff60b1be23cf0957fb891f4fa6cf510cc575d3",
|
|
1428
|
+
"size_bytes": 3692
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"path": "src/commands/release/apply.pipeline/mutation.ts",
|
|
1432
|
+
"sha256": "6e4a04719a5df26ba8b3b50e198e06ddfe69205b46209da02db2da28b326713f",
|
|
1433
|
+
"size_bytes": 4084
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"path": "src/commands/release/apply.pipeline/preflight.ts",
|
|
1437
|
+
"sha256": "116c09953daf9e6fbfec17cd536a0793718fc584f19cb8b5a66deffc5a746087",
|
|
1438
|
+
"size_bytes": 4012
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"path": "src/commands/release/apply.pipeline/shared.ts",
|
|
1442
|
+
"sha256": "2dcf230386bba0e0e7b12e34252b4c0e61c89951c2005e8e3a8284b6831e40fd",
|
|
1443
|
+
"size_bytes": 224
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"path": "src/commands/release/apply.pipeline/state.ts",
|
|
1447
|
+
"sha256": "a7652775b28b6af75f43aa816ec0f4860322f1f497634b653d4144af6a3cca52",
|
|
1448
|
+
"size_bytes": 6745
|
|
1264
1449
|
},
|
|
1265
1450
|
{
|
|
1266
1451
|
"path": "src/commands/release/apply.preflight.ts",
|
|
1267
|
-
"sha256": "
|
|
1268
|
-
"size_bytes":
|
|
1452
|
+
"sha256": "5246d6ab8f855d7088486d3b1bdc1cc8b67905f4011f5ddd44695a88f4b1e767",
|
|
1453
|
+
"size_bytes": 17064
|
|
1269
1454
|
},
|
|
1270
1455
|
{
|
|
1271
1456
|
"path": "src/commands/release/apply.reporting.ts",
|
|
@@ -1289,8 +1474,8 @@
|
|
|
1289
1474
|
},
|
|
1290
1475
|
{
|
|
1291
1476
|
"path": "src/commands/runtime.command.ts",
|
|
1292
|
-
"sha256": "
|
|
1293
|
-
"size_bytes":
|
|
1477
|
+
"sha256": "8a8b53f8e487fc7b625fb1c4549b5bf3ec79733081679d0e5c50c08ca4f9ab36",
|
|
1478
|
+
"size_bytes": 8533
|
|
1294
1479
|
},
|
|
1295
1480
|
{
|
|
1296
1481
|
"path": "src/commands/scenario.ts",
|
|
@@ -1304,13 +1489,13 @@
|
|
|
1304
1489
|
},
|
|
1305
1490
|
{
|
|
1306
1491
|
"path": "src/commands/scenario/impl/commands.ts",
|
|
1307
|
-
"sha256": "
|
|
1308
|
-
"size_bytes":
|
|
1492
|
+
"sha256": "4dcb9080fad88623135f962ba86ebcea807e66e9a12c1924c5c930b402c3eab4",
|
|
1493
|
+
"size_bytes": 13719
|
|
1309
1494
|
},
|
|
1310
1495
|
{
|
|
1311
1496
|
"path": "src/commands/scenario/impl/report.ts",
|
|
1312
|
-
"sha256": "
|
|
1313
|
-
"size_bytes":
|
|
1497
|
+
"sha256": "df530f2988d354cd734e4b94746cb425d3eb80416033041d8594bd4a44f77eb6",
|
|
1498
|
+
"size_bytes": 3919
|
|
1314
1499
|
},
|
|
1315
1500
|
{
|
|
1316
1501
|
"path": "src/commands/scenario/info.command.ts",
|
|
@@ -1332,11 +1517,26 @@
|
|
|
1332
1517
|
"sha256": "373b87cda2a75fbdc4b067d04ecba5581d09717416a3f2776c9b09acd4a10d17",
|
|
1333
1518
|
"size_bytes": 1068
|
|
1334
1519
|
},
|
|
1520
|
+
{
|
|
1521
|
+
"path": "src/commands/shared/allow-prefix-policy.ts",
|
|
1522
|
+
"sha256": "53e7a98266a5af3e25e2324517efcff6c38e92073dae3c699f2f7b198b2f470f",
|
|
1523
|
+
"size_bytes": 449
|
|
1524
|
+
},
|
|
1335
1525
|
{
|
|
1336
1526
|
"path": "src/commands/shared/approval-requirements.ts",
|
|
1337
1527
|
"sha256": "bf2c8512a154075556a021a397cb3b177e7430de6569a7ee778af87b4abf62b0",
|
|
1338
1528
|
"size_bytes": 773
|
|
1339
1529
|
},
|
|
1530
|
+
{
|
|
1531
|
+
"path": "src/commands/shared/comment-format.ts",
|
|
1532
|
+
"sha256": "9531486df3a3d5b2aed8039502204e8f040bfecf444d222031ef8d3ad956413d",
|
|
1533
|
+
"size_bytes": 2894
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"path": "src/commands/shared/diagnostics.ts",
|
|
1537
|
+
"sha256": "726b9df7698686302bbeff00929ef232083287c7a60e639548c7462644bf4c70",
|
|
1538
|
+
"size_bytes": 2732
|
|
1539
|
+
},
|
|
1340
1540
|
{
|
|
1341
1541
|
"path": "src/commands/shared/gh-transport.ts",
|
|
1342
1542
|
"sha256": "9b93dcfae995bd3787c160ebddeb25cb3b6baeb8949f4b2df6bbeb4ab06fecdc",
|
|
@@ -1344,28 +1544,28 @@
|
|
|
1344
1544
|
},
|
|
1345
1545
|
{
|
|
1346
1546
|
"path": "src/commands/shared/git-context.ts",
|
|
1347
|
-
"sha256": "
|
|
1348
|
-
"size_bytes":
|
|
1547
|
+
"sha256": "75e47b9d000cb687929fcb399502a473a275e2e2c22dc84cc46424f2f8349a8e",
|
|
1548
|
+
"size_bytes": 50
|
|
1349
1549
|
},
|
|
1350
1550
|
{
|
|
1351
1551
|
"path": "src/commands/shared/git-diff.ts",
|
|
1352
|
-
"sha256": "
|
|
1353
|
-
"size_bytes":
|
|
1552
|
+
"sha256": "876b94e73d950e10fcded805d7c0190271fe52e39482592de880d178bd283ad4",
|
|
1553
|
+
"size_bytes": 116
|
|
1354
1554
|
},
|
|
1355
1555
|
{
|
|
1356
1556
|
"path": "src/commands/shared/git-ops.ts",
|
|
1357
|
-
"sha256": "
|
|
1358
|
-
"size_bytes":
|
|
1557
|
+
"sha256": "ab3a739b478087a3a5483aa494e4b6be06bbf4be5ca63b7eec266b15e7a4b128",
|
|
1558
|
+
"size_bytes": 3792
|
|
1359
1559
|
},
|
|
1360
1560
|
{
|
|
1361
1561
|
"path": "src/commands/shared/git-worktree.ts",
|
|
1362
|
-
"sha256": "
|
|
1363
|
-
"size_bytes":
|
|
1562
|
+
"sha256": "677a656ee2b116c2832646f7d1fdc58de8e676b8176b606eb3a3004e5bf154e1",
|
|
1563
|
+
"size_bytes": 188
|
|
1364
1564
|
},
|
|
1365
1565
|
{
|
|
1366
1566
|
"path": "src/commands/shared/git.ts",
|
|
1367
|
-
"sha256": "
|
|
1368
|
-
"size_bytes":
|
|
1567
|
+
"sha256": "3009138f744f750edccc8602f4f0c0c2b405ef4c32004e88d8e721238a443e65",
|
|
1568
|
+
"size_bytes": 61
|
|
1369
1569
|
},
|
|
1370
1570
|
{
|
|
1371
1571
|
"path": "src/commands/shared/merged-branch-cleanup.ts",
|
|
@@ -1389,7 +1589,7 @@
|
|
|
1389
1589
|
},
|
|
1390
1590
|
{
|
|
1391
1591
|
"path": "src/commands/shared/policy-deny.ts",
|
|
1392
|
-
"sha256": "
|
|
1592
|
+
"sha256": "7a852b7cb5dbe31cb2eaad7d6e972ac3c293ee79dd6657d6460021828feb861f",
|
|
1393
1593
|
"size_bytes": 519
|
|
1394
1594
|
},
|
|
1395
1595
|
{
|
|
@@ -1404,13 +1604,13 @@
|
|
|
1404
1604
|
},
|
|
1405
1605
|
{
|
|
1406
1606
|
"path": "src/commands/shared/reconcile-check.ts",
|
|
1407
|
-
"sha256": "
|
|
1408
|
-
"size_bytes":
|
|
1607
|
+
"sha256": "2f61606cc51908198d9989ab3ce81802b5c07d4b048b98a3f059c240183aeea8",
|
|
1608
|
+
"size_bytes": 6404
|
|
1409
1609
|
},
|
|
1410
1610
|
{
|
|
1411
1611
|
"path": "src/commands/shared/task-backend.ts",
|
|
1412
|
-
"sha256": "
|
|
1413
|
-
"size_bytes":
|
|
1612
|
+
"sha256": "17c5756b905b168b8ecfb778818b9297bc59ccf2e6d4f32c6666559e2ad61275",
|
|
1613
|
+
"size_bytes": 13140
|
|
1414
1614
|
},
|
|
1415
1615
|
{
|
|
1416
1616
|
"path": "src/commands/shared/task-handoff.ts",
|
|
@@ -1434,8 +1634,8 @@
|
|
|
1434
1634
|
},
|
|
1435
1635
|
{
|
|
1436
1636
|
"path": "src/commands/shared/task-store/intents.ts",
|
|
1437
|
-
"sha256": "
|
|
1438
|
-
"size_bytes":
|
|
1637
|
+
"sha256": "cde14c8960f2ca5f26bb2aa2d5989061066325a2eff4c45fa6f3ba75884e2cb9",
|
|
1638
|
+
"size_bytes": 10580
|
|
1439
1639
|
},
|
|
1440
1640
|
{
|
|
1441
1641
|
"path": "src/commands/shared/task-store/readme.ts",
|
|
@@ -1459,19 +1659,14 @@
|
|
|
1459
1659
|
},
|
|
1460
1660
|
{
|
|
1461
1661
|
"path": "src/commands/start.spec.ts",
|
|
1462
|
-
"sha256": "
|
|
1463
|
-
"size_bytes":
|
|
1662
|
+
"sha256": "3eeb996c54da05e8933732e0bf93255fe8d9755d6984d74f22c90d5e5c11cb7c",
|
|
1663
|
+
"size_bytes": 5535
|
|
1464
1664
|
},
|
|
1465
1665
|
{
|
|
1466
1666
|
"path": "src/commands/sync.command.ts",
|
|
1467
1667
|
"sha256": "d4b5f5bb2d74c25b96ce067c3938fe78a3c969bc223a054d6c4f03a8b0c98548",
|
|
1468
1668
|
"size_bytes": 2269
|
|
1469
1669
|
},
|
|
1470
|
-
{
|
|
1471
|
-
"path": "src/commands/task.test-helpers.ts",
|
|
1472
|
-
"sha256": "4576b18687b1a03f7a8bb3455135fc8a7b679dc6d85bc94ace2db3e90266c41c",
|
|
1473
|
-
"size_bytes": 2423
|
|
1474
|
-
},
|
|
1475
1670
|
{
|
|
1476
1671
|
"path": "src/commands/task/add.command.ts",
|
|
1477
1672
|
"sha256": "a00ff6bc06df4affdf0acbfa68d9394095fd50212d7fa7dacd3795d13f905a5a",
|
|
@@ -1512,6 +1707,11 @@
|
|
|
1512
1707
|
"sha256": "205e0667a9e5cb2e9870f2184c97d0969ab473c6c9820513c2855ec414d8ec59",
|
|
1513
1708
|
"size_bytes": 1811
|
|
1514
1709
|
},
|
|
1710
|
+
{
|
|
1711
|
+
"path": "src/commands/task/close-tail-state.ts",
|
|
1712
|
+
"sha256": "095914e1b220b6a45f4d43ff980d45055d80e2d58e3a1c6abf43b9d2bc5aa924",
|
|
1713
|
+
"size_bytes": 896
|
|
1714
|
+
},
|
|
1515
1715
|
{
|
|
1516
1716
|
"path": "src/commands/task/comment.command.ts",
|
|
1517
1717
|
"sha256": "81f82d6567f60d59574b681b5e1473b775912632aacb84ebdce67e1628500079",
|
|
@@ -1529,8 +1729,8 @@
|
|
|
1529
1729
|
},
|
|
1530
1730
|
{
|
|
1531
1731
|
"path": "src/commands/task/derive.ts",
|
|
1532
|
-
"sha256": "
|
|
1533
|
-
"size_bytes":
|
|
1732
|
+
"sha256": "4214b697468ea4d0edd8fc2a16042b9eb7e3e7d26d6d127e3548d8c25a8901c5",
|
|
1733
|
+
"size_bytes": 5014
|
|
1534
1734
|
},
|
|
1535
1735
|
{
|
|
1536
1736
|
"path": "src/commands/task/doc-set.command.ts",
|
|
@@ -1582,15 +1782,45 @@
|
|
|
1582
1782
|
"sha256": "e922215e1d750a0bea7402185f2be4b2d4fe04c157d18e893bd2aa0b91082a27",
|
|
1583
1783
|
"size_bytes": 9070
|
|
1584
1784
|
},
|
|
1785
|
+
{
|
|
1786
|
+
"path": "src/commands/task/finish-close.ts",
|
|
1787
|
+
"sha256": "d56ce703b3143a329a2774240d317c571b4d22310cde8acd898c6f5de35c4bcb",
|
|
1788
|
+
"size_bytes": 4642
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"path": "src/commands/task/finish-command.ts",
|
|
1792
|
+
"sha256": "901b8a84107269295aadc0bcae5366f5ed4ada8aa10564ee2b7d2c4d5447bf64",
|
|
1793
|
+
"size_bytes": 2179
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"path": "src/commands/task/finish-execute.ts",
|
|
1797
|
+
"sha256": "a2ac26822e1700ace23fc365fdd0467cb7e0a6b4345e40e71476abcc73e071c2",
|
|
1798
|
+
"size_bytes": 11110
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"path": "src/commands/task/finish-findings.ts",
|
|
1802
|
+
"sha256": "a90a52b3ce515eb132a4552a8cb1182ce18a5cb47133792c56bd2c3715fd553e",
|
|
1803
|
+
"size_bytes": 1520
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"path": "src/commands/task/finish-plan.ts",
|
|
1807
|
+
"sha256": "e385569c46e1335e50485fa91e1d910e855c00033c3cbaa4349486cb5b451a83",
|
|
1808
|
+
"size_bytes": 6126
|
|
1809
|
+
},
|
|
1585
1810
|
{
|
|
1586
1811
|
"path": "src/commands/task/finish-shared.ts",
|
|
1587
1812
|
"sha256": "93cd950780b5e38c31d60b1a14283012ff43b48f66260f1431919ec2378ff93e",
|
|
1588
1813
|
"size_bytes": 10197
|
|
1589
1814
|
},
|
|
1815
|
+
{
|
|
1816
|
+
"path": "src/commands/task/finish-types.ts",
|
|
1817
|
+
"sha256": "1619121c127e8a0004c119b42454a63535442adcb760564eca85c0cff976d087",
|
|
1818
|
+
"size_bytes": 1782
|
|
1819
|
+
},
|
|
1590
1820
|
{
|
|
1591
1821
|
"path": "src/commands/task/finish.ts",
|
|
1592
|
-
"sha256": "
|
|
1593
|
-
"size_bytes":
|
|
1822
|
+
"sha256": "4939512258b7d469d1b136e5fd88d14eab9c3fc580050ec3f371af46e6905a43",
|
|
1823
|
+
"size_bytes": 49
|
|
1594
1824
|
},
|
|
1595
1825
|
{
|
|
1596
1826
|
"path": "src/commands/task/handoff-record.command.ts",
|
|
@@ -1614,8 +1844,33 @@
|
|
|
1614
1844
|
},
|
|
1615
1845
|
{
|
|
1616
1846
|
"path": "src/commands/task/hosted-close-pr.command.ts",
|
|
1617
|
-
"sha256": "
|
|
1618
|
-
"size_bytes":
|
|
1847
|
+
"sha256": "0a7604daaeecd14de0665a7a86ab8005256e19c04991e3b45727bed931173222",
|
|
1848
|
+
"size_bytes": 4367
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"path": "src/commands/task/hosted-close-pr.execute.ts",
|
|
1852
|
+
"sha256": "18e55d37f8fd4c5a04a50ec6f3e61d2a60a3ae82b9aa9cb818267cd798652871",
|
|
1853
|
+
"size_bytes": 4614
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"path": "src/commands/task/hosted-close-pr.postcheck.ts",
|
|
1857
|
+
"sha256": "16e24b7cd2f468b4da6687cb2a920dba28c41b648570bb50fe1f41654df7030d",
|
|
1858
|
+
"size_bytes": 700
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"path": "src/commands/task/hosted-close-pr.precheck.ts",
|
|
1862
|
+
"sha256": "49372a0b0a2efe4aabb683232cdc529a62e325a3df31b1a3eaf255da9048b951",
|
|
1863
|
+
"size_bytes": 11570
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"path": "src/commands/task/hosted-close-pr.report.ts",
|
|
1867
|
+
"sha256": "4bf3c24be954d095da95a901dccdcff5db677548ea88e5fa46e8670877acf718",
|
|
1868
|
+
"size_bytes": 2226
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"path": "src/commands/task/hosted-close-pr.types.ts",
|
|
1872
|
+
"sha256": "f6f0f35ac0091f34ef7181137760b2b420f344b10ac7f458dc169aacca000c3d",
|
|
1873
|
+
"size_bytes": 1732
|
|
1619
1874
|
},
|
|
1620
1875
|
{
|
|
1621
1876
|
"path": "src/commands/task/hosted-close.command.ts",
|
|
@@ -1624,8 +1879,33 @@
|
|
|
1624
1879
|
},
|
|
1625
1880
|
{
|
|
1626
1881
|
"path": "src/commands/task/hosted-merge-sync.ts",
|
|
1627
|
-
"sha256": "
|
|
1628
|
-
"size_bytes":
|
|
1882
|
+
"sha256": "eaccd4247e1ad192194b1dbe448c6fa50c98a1dd045105d7005c19c0643bbcea",
|
|
1883
|
+
"size_bytes": 5685
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"path": "src/commands/task/hosted-merge-sync/builders.ts",
|
|
1887
|
+
"sha256": "96a85198442f8dbd5aa0aa666f9b366f018ec157ec45a267afe25e6e2a8f810f",
|
|
1888
|
+
"size_bytes": 6012
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"path": "src/commands/task/hosted-merge-sync/github.ts",
|
|
1892
|
+
"sha256": "98d69955a7266af3f44974c5c1d1c6a42ddbbadefc5fa85d88ef5258f100bdb6",
|
|
1893
|
+
"size_bytes": 4832
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"path": "src/commands/task/hosted-merge-sync/local-branch.ts",
|
|
1897
|
+
"sha256": "988a80950601cb0e5b8cbc91807f6fdfaeb839de921d303056cde75ee6d445c3",
|
|
1898
|
+
"size_bytes": 5460
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"path": "src/commands/task/hosted-merge-sync/model.ts",
|
|
1902
|
+
"sha256": "fb6407934c6a4c7435fbda2b7bf82ed23448eab3f5dca6491fb9185b41bf6dab",
|
|
1903
|
+
"size_bytes": 1091
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"path": "src/commands/task/hosted-merge-sync/pr-meta.ts",
|
|
1907
|
+
"sha256": "83ac080bef9a9745bfb098190fc0bdf709e3aee0f8a71ed36778e163eccbfcd5",
|
|
1908
|
+
"size_bytes": 1192
|
|
1629
1909
|
},
|
|
1630
1910
|
{
|
|
1631
1911
|
"path": "src/commands/task/index.ts",
|
|
@@ -1689,8 +1969,8 @@
|
|
|
1689
1969
|
},
|
|
1690
1970
|
{
|
|
1691
1971
|
"path": "src/commands/task/new.ts",
|
|
1692
|
-
"sha256": "
|
|
1693
|
-
"size_bytes":
|
|
1972
|
+
"sha256": "abf4cdbcc1b97c89f77b34cd5fe20054268fb28599feceb2e823961f63a3aa94",
|
|
1973
|
+
"size_bytes": 9894
|
|
1694
1974
|
},
|
|
1695
1975
|
{
|
|
1696
1976
|
"path": "src/commands/task/next.run.ts",
|
|
@@ -1869,8 +2149,8 @@
|
|
|
1869
2149
|
},
|
|
1870
2150
|
{
|
|
1871
2151
|
"path": "src/commands/task/set-status.command.ts",
|
|
1872
|
-
"sha256": "
|
|
1873
|
-
"size_bytes":
|
|
2152
|
+
"sha256": "b2d036e52b9ead7a757db2025b5aae1e90d6c504d18e196dcd6fbfb43349ceb0",
|
|
2153
|
+
"size_bytes": 7490
|
|
1874
2154
|
},
|
|
1875
2155
|
{
|
|
1876
2156
|
"path": "src/commands/task/set-status.ts",
|
|
@@ -1887,11 +2167,21 @@
|
|
|
1887
2167
|
"sha256": "df9e14def8b3718495860e3adeceee1e9591d83828a43714b15c5bdc2c3d549a",
|
|
1888
2168
|
"size_bytes": 5787
|
|
1889
2169
|
},
|
|
2170
|
+
{
|
|
2171
|
+
"path": "src/commands/task/shared/direct-work-lock.ts",
|
|
2172
|
+
"sha256": "0670f838999072a2eafddb65981ca078657734ed0595a4205f972230262ffdbc",
|
|
2173
|
+
"size_bytes": 972
|
|
2174
|
+
},
|
|
1890
2175
|
{
|
|
1891
2176
|
"path": "src/commands/task/shared/docs.ts",
|
|
1892
2177
|
"sha256": "867caac5b8cb21422a56f73834ec40dbf378e0e1eb5fc8c7cc6fdcfaa297a7bc",
|
|
1893
2178
|
"size_bytes": 6507
|
|
1894
2179
|
},
|
|
2180
|
+
{
|
|
2181
|
+
"path": "src/commands/task/shared/git-log.ts",
|
|
2182
|
+
"sha256": "dd6321a9ea88a319a902f4bb4b8cc09957f4713f3647865faf9b558e7aeac608",
|
|
2183
|
+
"size_bytes": 535
|
|
2184
|
+
},
|
|
1895
2185
|
{
|
|
1896
2186
|
"path": "src/commands/task/shared/listing.ts",
|
|
1897
2187
|
"sha256": "61ed723f24362e632a860ba20bc66c57a8b84630aa28b200d9f04e50a8f6f1ae",
|
|
@@ -1909,8 +2199,8 @@
|
|
|
1909
2199
|
},
|
|
1910
2200
|
{
|
|
1911
2201
|
"path": "src/commands/task/shared/transitions.ts",
|
|
1912
|
-
"sha256": "
|
|
1913
|
-
"size_bytes":
|
|
2202
|
+
"sha256": "f5f0bfcc3da573226dd035bda7d1a599e8a98699fad8a31ecf41408d04c512cc",
|
|
2203
|
+
"size_bytes": 10897
|
|
1914
2204
|
},
|
|
1915
2205
|
{
|
|
1916
2206
|
"path": "src/commands/task/shared/workflow-transition-service.ts",
|
|
@@ -2004,13 +2294,13 @@
|
|
|
2004
2294
|
},
|
|
2005
2295
|
{
|
|
2006
2296
|
"path": "src/commands/upgrade/apply.ts",
|
|
2007
|
-
"sha256": "
|
|
2008
|
-
"size_bytes":
|
|
2297
|
+
"sha256": "13a464316bd7f9a063cdb276ed500da9dddd937d146261884706a7fa8e3c43b0",
|
|
2298
|
+
"size_bytes": 9889
|
|
2009
2299
|
},
|
|
2010
2300
|
{
|
|
2011
2301
|
"path": "src/commands/upgrade/materialize.ts",
|
|
2012
|
-
"sha256": "
|
|
2013
|
-
"size_bytes":
|
|
2302
|
+
"sha256": "3bbe7d0e9c05f915981c5efe5eff64523537576a28a1ee5b47f08a7a0fd7a286",
|
|
2303
|
+
"size_bytes": 7819
|
|
2014
2304
|
},
|
|
2015
2305
|
{
|
|
2016
2306
|
"path": "src/commands/upgrade/plan.ts",
|
|
@@ -2029,8 +2319,8 @@
|
|
|
2029
2319
|
},
|
|
2030
2320
|
{
|
|
2031
2321
|
"path": "src/commands/upgrade/source.ts",
|
|
2032
|
-
"sha256": "
|
|
2033
|
-
"size_bytes":
|
|
2322
|
+
"sha256": "0b1f8570fd69f3d7e403bd1ae83414446101feeee6a3730981e599808d8d6ab4",
|
|
2323
|
+
"size_bytes": 4880
|
|
2034
2324
|
},
|
|
2035
2325
|
{
|
|
2036
2326
|
"path": "src/commands/upgrade/types.ts",
|
|
@@ -2054,8 +2344,8 @@
|
|
|
2054
2344
|
},
|
|
2055
2345
|
{
|
|
2056
2346
|
"path": "src/commands/workflow-playbook.command.ts",
|
|
2057
|
-
"sha256": "
|
|
2058
|
-
"size_bytes":
|
|
2347
|
+
"sha256": "4d23f3d9cc2abf42092632362955964e73786644ed59208bc17cb9827f2ebf3e",
|
|
2348
|
+
"size_bytes": 7355
|
|
2059
2349
|
},
|
|
2060
2350
|
{
|
|
2061
2351
|
"path": "src/commands/workflow-restore.command.ts",
|
|
@@ -2079,8 +2369,8 @@
|
|
|
2079
2369
|
},
|
|
2080
2370
|
{
|
|
2081
2371
|
"path": "src/harness/hooks-lifecycle.ts",
|
|
2082
|
-
"sha256": "
|
|
2083
|
-
"size_bytes":
|
|
2372
|
+
"sha256": "8d819426ff075e23e221e604f65cafada78d50d250b4bd57d351a256bbb94cbb",
|
|
2373
|
+
"size_bytes": 2416
|
|
2084
2374
|
},
|
|
2085
2375
|
{
|
|
2086
2376
|
"path": "src/harness/index.ts",
|
|
@@ -2119,8 +2409,8 @@
|
|
|
2119
2409
|
},
|
|
2120
2410
|
{
|
|
2121
2411
|
"path": "src/meta/release.ts",
|
|
2122
|
-
"sha256": "
|
|
2123
|
-
"size_bytes":
|
|
2412
|
+
"sha256": "24724f7a4cc879352d34a5dc9837a99f97b5667c36626eb85c85ad2119e2fcac",
|
|
2413
|
+
"size_bytes": 1669
|
|
2124
2414
|
},
|
|
2125
2415
|
{
|
|
2126
2416
|
"path": "src/meta/version.ts",
|
|
@@ -2129,42 +2419,47 @@
|
|
|
2129
2419
|
},
|
|
2130
2420
|
{
|
|
2131
2421
|
"path": "src/policy/engine.ts",
|
|
2132
|
-
"sha256": "
|
|
2422
|
+
"sha256": "42ff568f50f8ed1631b6f06600c0e30353c081ea0a2ac89e3b61fe614f6798f5",
|
|
2133
2423
|
"size_bytes": 1841
|
|
2134
2424
|
},
|
|
2135
2425
|
{
|
|
2136
2426
|
"path": "src/policy/evaluate.ts",
|
|
2137
|
-
"sha256": "
|
|
2427
|
+
"sha256": "549c79f6670e859e64981b0350e11e86339ba2c90e71d5c42ddd44772d2cd0c3",
|
|
2138
2428
|
"size_bytes": 1205
|
|
2139
2429
|
},
|
|
2430
|
+
{
|
|
2431
|
+
"path": "src/policy/model.ts",
|
|
2432
|
+
"sha256": "d8fe769d87de38ef3ef16c1928623d184ca9a70be4b321afe4f4db0bb568df35",
|
|
2433
|
+
"size_bytes": 1010
|
|
2434
|
+
},
|
|
2140
2435
|
{
|
|
2141
2436
|
"path": "src/policy/result.ts",
|
|
2142
|
-
"sha256": "
|
|
2437
|
+
"sha256": "310d84591282384e773730ac526a4aac8b49f11cdec222b74e30533da268ba15",
|
|
2143
2438
|
"size_bytes": 784
|
|
2144
2439
|
},
|
|
2145
2440
|
{
|
|
2146
2441
|
"path": "src/policy/rules/allowlist.ts",
|
|
2147
|
-
"sha256": "
|
|
2442
|
+
"sha256": "d1c13820108e14d2eaa3a6af86e07b3b092a12d007ef65eeb77421bc0b3f41cf",
|
|
2148
2443
|
"size_bytes": 2096
|
|
2149
2444
|
},
|
|
2150
2445
|
{
|
|
2151
2446
|
"path": "src/policy/rules/branch-pr-base.ts",
|
|
2152
|
-
"sha256": "
|
|
2447
|
+
"sha256": "baf1a4c82d8e132d0a6580bcf221cea7a7ec93d66ac1bb09432afaee0cf4d34f",
|
|
2153
2448
|
"size_bytes": 1469
|
|
2154
2449
|
},
|
|
2155
2450
|
{
|
|
2156
2451
|
"path": "src/policy/rules/clean-tree.ts",
|
|
2157
|
-
"sha256": "
|
|
2452
|
+
"sha256": "8308c97cbbef8508c8d4a154b4f51d0f98081f35e2b62cee0425a3798b6c9bc3",
|
|
2158
2453
|
"size_bytes": 647
|
|
2159
2454
|
},
|
|
2160
2455
|
{
|
|
2161
2456
|
"path": "src/policy/rules/commit-subject.ts",
|
|
2162
|
-
"sha256": "
|
|
2457
|
+
"sha256": "840870be1c84f7d1adc89ca76da2a6b1b9eca6ad0c36005039f1eb8dbc3bbb04",
|
|
2163
2458
|
"size_bytes": 746
|
|
2164
2459
|
},
|
|
2165
2460
|
{
|
|
2166
2461
|
"path": "src/policy/rules/protected-paths.ts",
|
|
2167
|
-
"sha256": "
|
|
2462
|
+
"sha256": "286e3160fcc3d2dfcdddd63241c7ec7e3af6820c58c7833443e3ad5bfd0ce7b4",
|
|
2168
2463
|
"size_bytes": 2405
|
|
2169
2464
|
},
|
|
2170
2465
|
{
|
|
@@ -2172,11 +2467,6 @@
|
|
|
2172
2467
|
"sha256": "c31cafc9639fdc44e250ab9a2a7944b564d260c8848b40f43a81aa57d2d148bb",
|
|
2173
2468
|
"size_bytes": 9576
|
|
2174
2469
|
},
|
|
2175
|
-
{
|
|
2176
|
-
"path": "src/policy/types.ts",
|
|
2177
|
-
"sha256": "d8fe769d87de38ef3ef16c1928623d184ca9a70be4b321afe4f4db0bb568df35",
|
|
2178
|
-
"size_bytes": 1010
|
|
2179
|
-
},
|
|
2180
2470
|
{
|
|
2181
2471
|
"path": "src/ports/clock-port.ts",
|
|
2182
2472
|
"sha256": "5d928e2d8d6127a64b9e4a38dd4b9f18288667b6ce7cccb774a7e42bd676140b",
|
|
@@ -2197,15 +2487,30 @@
|
|
|
2197
2487
|
"sha256": "3869fbd4166d41ff20d2c934e154deacb1c8c4e68d55d96f10176c73e42cfe75",
|
|
2198
2488
|
"size_bytes": 583
|
|
2199
2489
|
},
|
|
2490
|
+
{
|
|
2491
|
+
"path": "src/runner/adapters/base.ts",
|
|
2492
|
+
"sha256": "57dea3b395b95a08aedc19421fd0c456fc2119c768122e4be047ad601eb6c07d",
|
|
2493
|
+
"size_bytes": 5298
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"path": "src/runner/adapters/codex-preparation.ts",
|
|
2497
|
+
"sha256": "ddd9b70bb9d968d572ca737794ca26839098ceba56247ad74e9fd48101166c8b",
|
|
2498
|
+
"size_bytes": 3434
|
|
2499
|
+
},
|
|
2200
2500
|
{
|
|
2201
2501
|
"path": "src/runner/adapters/codex.ts",
|
|
2202
|
-
"sha256": "
|
|
2203
|
-
"size_bytes":
|
|
2502
|
+
"sha256": "a9b440cd282d7b6cf8abdfaacd6215c257c9f97db45d4a284c4fdd41b5dadc1d",
|
|
2503
|
+
"size_bytes": 11119
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"path": "src/runner/adapters/custom-preparation.ts",
|
|
2507
|
+
"sha256": "a3da8708984d2e1ad9740275f2ebd6b327a9c8a1cb337e20f5542badfc3bab7b",
|
|
2508
|
+
"size_bytes": 8404
|
|
2204
2509
|
},
|
|
2205
2510
|
{
|
|
2206
2511
|
"path": "src/runner/adapters/custom.ts",
|
|
2207
|
-
"sha256": "
|
|
2208
|
-
"size_bytes":
|
|
2512
|
+
"sha256": "0f1c7a96deec516949d69227e417f2119ea3db3af87006e828a65543d6295e44",
|
|
2513
|
+
"size_bytes": 11473
|
|
2209
2514
|
},
|
|
2210
2515
|
{
|
|
2211
2516
|
"path": "src/runner/adapters/index.ts",
|
|
@@ -2254,14 +2559,19 @@
|
|
|
2254
2559
|
},
|
|
2255
2560
|
{
|
|
2256
2561
|
"path": "src/runner/context/base-prompts.ts",
|
|
2257
|
-
"sha256": "
|
|
2258
|
-
"size_bytes":
|
|
2562
|
+
"sha256": "29ddbff5c5e368f72ed55d45028da2aacf590d97d76e63cf58be8918b24e884b",
|
|
2563
|
+
"size_bytes": 2665
|
|
2259
2564
|
},
|
|
2260
2565
|
{
|
|
2261
2566
|
"path": "src/runner/context/overlay-prompt-blocks.ts",
|
|
2262
2567
|
"sha256": "14de9404ebe72a713b9d3bf3891bd64b0a3ac863661383ed463e3d9dd284b596",
|
|
2263
2568
|
"size_bytes": 2813
|
|
2264
2569
|
},
|
|
2570
|
+
{
|
|
2571
|
+
"path": "src/runner/context/project-skill-prompt-blocks.ts",
|
|
2572
|
+
"sha256": "732beef20cbdb9ddd9547b39883ad679bf77bf633b49bbfe08bb1043e971a52d",
|
|
2573
|
+
"size_bytes": 2361
|
|
2574
|
+
},
|
|
2265
2575
|
{
|
|
2266
2576
|
"path": "src/runner/context/prompt-block-shared.ts",
|
|
2267
2577
|
"sha256": "8351a826aaa0df020db1c811e5061256ff02580c7ba245cb20e67f5a5a892f14",
|
|
@@ -2299,8 +2609,28 @@
|
|
|
2299
2609
|
},
|
|
2300
2610
|
{
|
|
2301
2611
|
"path": "src/runner/process-supervision.ts",
|
|
2302
|
-
"sha256": "
|
|
2303
|
-
"size_bytes":
|
|
2612
|
+
"sha256": "501e213a4b85325bc983f721b58b36f14efbb9bc34b120c1e9996c739a7f23db",
|
|
2613
|
+
"size_bytes": 444
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
"path": "src/runner/process-supervision/run.ts",
|
|
2617
|
+
"sha256": "138a2e6d15894340131f950ec00d380e31b83be0f2fa6b6b1a73ba28c50ed021",
|
|
2618
|
+
"size_bytes": 13392
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"path": "src/runner/process-supervision/signals.ts",
|
|
2622
|
+
"sha256": "3cc6bfc0b0bbabfcbefbc5d394c86a187ef09b2302f6479c0f6ac8bb20778ecd",
|
|
2623
|
+
"size_bytes": 2697
|
|
2624
|
+
},
|
|
2625
|
+
{
|
|
2626
|
+
"path": "src/runner/process-supervision/state.ts",
|
|
2627
|
+
"sha256": "e5dc414b66b868e98baa25c552f7ff8ee51b14f3954ff766d799113705437dda",
|
|
2628
|
+
"size_bytes": 2208
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"path": "src/runner/process-supervision/streams.ts",
|
|
2632
|
+
"sha256": "2cb89a6010e528530260cfb45a6ed9c91e6a38a916d4bcd8574e6371e4e7eb0a",
|
|
2633
|
+
"size_bytes": 834
|
|
2304
2634
|
},
|
|
2305
2635
|
{
|
|
2306
2636
|
"path": "src/runner/result-manifest-policy.ts",
|
|
@@ -2332,11 +2662,6 @@
|
|
|
2332
2662
|
"sha256": "c4871cf95fb907704fcfc8e3f48eb76c362591a4f6289fb83b66ce2bf45d00d8",
|
|
2333
2663
|
"size_bytes": 15341
|
|
2334
2664
|
},
|
|
2335
|
-
{
|
|
2336
|
-
"path": "src/runner/test-helpers.ts",
|
|
2337
|
-
"sha256": "f52013a1f647b1a343a09ee6b39795c0d5b6392917eeefdabe0a20f6b0edf861",
|
|
2338
|
-
"size_bytes": 4732
|
|
2339
|
-
},
|
|
2340
2665
|
{
|
|
2341
2666
|
"path": "src/runner/trace-artifacts.ts",
|
|
2342
2667
|
"sha256": "d0a6f6ae2b25df049fb0838ab52a1d77219bd3b5475e23c6ac6925cb4dc851e3",
|
|
@@ -2354,8 +2679,8 @@
|
|
|
2354
2679
|
},
|
|
2355
2680
|
{
|
|
2356
2681
|
"path": "src/runner/usecases/scenario-materialize-task.ts",
|
|
2357
|
-
"sha256": "
|
|
2358
|
-
"size_bytes":
|
|
2682
|
+
"sha256": "56805a4c9f762a60370c3c33e582c1b673ab58819d58b49d134d446d71b98709",
|
|
2683
|
+
"size_bytes": 9905
|
|
2359
2684
|
},
|
|
2360
2685
|
{
|
|
2361
2686
|
"path": "src/runner/usecases/task-run-inspect.ts",
|
|
@@ -2389,99 +2714,99 @@
|
|
|
2389
2714
|
},
|
|
2390
2715
|
{
|
|
2391
2716
|
"path": "src/runtime/approvals/index.ts",
|
|
2392
|
-
"sha256": "
|
|
2717
|
+
"sha256": "cd92ba1198c676b1be67fccc2a4b0ea16a2356f8a606512b492a88eaf95551be",
|
|
2393
2718
|
"size_bytes": 296
|
|
2394
2719
|
},
|
|
2395
2720
|
{
|
|
2396
|
-
"path": "src/runtime/approvals/
|
|
2397
|
-
"sha256": "8b310952385e197213e0c43d57bf9a2256504efba935acebcf2ca0d587a587d8",
|
|
2398
|
-
"size_bytes": 5226
|
|
2399
|
-
},
|
|
2400
|
-
{
|
|
2401
|
-
"path": "src/runtime/approvals/types.ts",
|
|
2721
|
+
"path": "src/runtime/approvals/model.ts",
|
|
2402
2722
|
"sha256": "481348a394bebbf4b7170e939f46f64d1efece9221c84c6f812f41fc3ca394e8",
|
|
2403
2723
|
"size_bytes": 944
|
|
2404
2724
|
},
|
|
2405
2725
|
{
|
|
2406
|
-
"path": "src/runtime/
|
|
2407
|
-
"sha256": "
|
|
2408
|
-
"size_bytes":
|
|
2726
|
+
"path": "src/runtime/approvals/runtime.ts",
|
|
2727
|
+
"sha256": "26523820fdd3c74aa48974174973eb268cc2fac8eb4076dc16e936997073cad6",
|
|
2728
|
+
"size_bytes": 5226
|
|
2409
2729
|
},
|
|
2410
2730
|
{
|
|
2411
|
-
"path": "src/runtime/behavior/
|
|
2412
|
-
"sha256": "
|
|
2413
|
-
"size_bytes":
|
|
2731
|
+
"path": "src/runtime/behavior/index.ts",
|
|
2732
|
+
"sha256": "2f6551bfa097bd264c7f10b90663b8560859baaa3a48a666bb83b2e35e8b21e3",
|
|
2733
|
+
"size_bytes": 215
|
|
2414
2734
|
},
|
|
2415
2735
|
{
|
|
2416
|
-
"path": "src/runtime/behavior/
|
|
2736
|
+
"path": "src/runtime/behavior/model.ts",
|
|
2417
2737
|
"sha256": "253f723069cea44d2b0b0beafd7feb290faade5daa4f96e647bd87972a4aeb0d",
|
|
2418
2738
|
"size_bytes": 891
|
|
2419
2739
|
},
|
|
2740
|
+
{
|
|
2741
|
+
"path": "src/runtime/behavior/resolve.ts",
|
|
2742
|
+
"sha256": "631cfdc6bcfec8c481d22a6be2d983af1d5caf7ec793f36cf6a2beeb780df5a1",
|
|
2743
|
+
"size_bytes": 3686
|
|
2744
|
+
},
|
|
2420
2745
|
{
|
|
2421
2746
|
"path": "src/runtime/capabilities/backend.ts",
|
|
2422
|
-
"sha256": "
|
|
2747
|
+
"sha256": "1547680fbfbe413f1191bd48ea87955a7b3adc8772a34ce5521a27d00402f182",
|
|
2423
2748
|
"size_bytes": 4088
|
|
2424
2749
|
},
|
|
2425
2750
|
{
|
|
2426
2751
|
"path": "src/runtime/capabilities/index.ts",
|
|
2427
|
-
"sha256": "
|
|
2752
|
+
"sha256": "1c1dcdea31d2ac636b9b9d85f736c897edff7316063d56de37c3f1fdd253d90f",
|
|
2428
2753
|
"size_bytes": 591
|
|
2429
2754
|
},
|
|
2755
|
+
{
|
|
2756
|
+
"path": "src/runtime/capabilities/model.ts",
|
|
2757
|
+
"sha256": "2c4d516324972eaff7a28415abe05531b428bb66429dd8c4029f971bab5730be",
|
|
2758
|
+
"size_bytes": 1145
|
|
2759
|
+
},
|
|
2430
2760
|
{
|
|
2431
2761
|
"path": "src/runtime/capabilities/recipe.ts",
|
|
2432
|
-
"sha256": "
|
|
2762
|
+
"sha256": "10611b84f3d8f73b6c124943ff57dfa234b0761d1d5df76842160d807bbeb4a0",
|
|
2433
2763
|
"size_bytes": 6462
|
|
2434
2764
|
},
|
|
2435
2765
|
{
|
|
2436
2766
|
"path": "src/runtime/capabilities/registry.ts",
|
|
2437
|
-
"sha256": "
|
|
2767
|
+
"sha256": "9c5bcfadb65483c70ef2ee5fc908d4f9ec4e2ace9b141018d09a47a7e6b39c41",
|
|
2438
2768
|
"size_bytes": 3109
|
|
2439
2769
|
},
|
|
2440
2770
|
{
|
|
2441
2771
|
"path": "src/runtime/capabilities/runner.ts",
|
|
2442
|
-
"sha256": "
|
|
2772
|
+
"sha256": "26f923f7ea7d5fc1c32a3bc0f33f1f9c1d47255b6407243809bd929b7e4b0f5e",
|
|
2443
2773
|
"size_bytes": 2995
|
|
2444
2774
|
},
|
|
2445
|
-
{
|
|
2446
|
-
"path": "src/runtime/capabilities/types.ts",
|
|
2447
|
-
"sha256": "2c4d516324972eaff7a28415abe05531b428bb66429dd8c4029f971bab5730be",
|
|
2448
|
-
"size_bytes": 1145
|
|
2449
|
-
},
|
|
2450
2775
|
{
|
|
2451
2776
|
"path": "src/runtime/execution-context.ts",
|
|
2452
|
-
"sha256": "
|
|
2453
|
-
"size_bytes":
|
|
2777
|
+
"sha256": "cf3d7c99e2304f1fd395a1345ee852a1e7e2192fc0ad1defb584c35eb251b1e8",
|
|
2778
|
+
"size_bytes": 6694
|
|
2454
2779
|
},
|
|
2455
2780
|
{
|
|
2456
2781
|
"path": "src/runtime/execution-profile/index.ts",
|
|
2457
|
-
"sha256": "
|
|
2782
|
+
"sha256": "9cb967cfa57f92068310d36689d753ee26a8579a043a5eb557dc5133ee48236e",
|
|
2458
2783
|
"size_bytes": 214
|
|
2459
2784
|
},
|
|
2460
2785
|
{
|
|
2461
|
-
"path": "src/runtime/execution-profile/
|
|
2462
|
-
"sha256": "81483a13fe55b37f04d7e15b65d6ea44ea2f46bf73b12ec45c56b6a0f8cdc7e5",
|
|
2463
|
-
"size_bytes": 3051
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"path": "src/runtime/execution-profile/types.ts",
|
|
2786
|
+
"path": "src/runtime/execution-profile/model.ts",
|
|
2467
2787
|
"sha256": "3fd4b7a4773b2086e5f9c3a123889f4a764f0b1788a5bc9dd6b72caeb3930ac1",
|
|
2468
2788
|
"size_bytes": 894
|
|
2469
2789
|
},
|
|
2470
2790
|
{
|
|
2471
|
-
"path": "src/runtime/
|
|
2472
|
-
"sha256": "
|
|
2473
|
-
"size_bytes":
|
|
2791
|
+
"path": "src/runtime/execution-profile/resolve.ts",
|
|
2792
|
+
"sha256": "743efdacb4ce5675696de287af75a1dc974ed86fd5b6c07566571fe498e084e1",
|
|
2793
|
+
"size_bytes": 3051
|
|
2474
2794
|
},
|
|
2475
2795
|
{
|
|
2476
|
-
"path": "src/runtime/explain/
|
|
2477
|
-
"sha256": "
|
|
2478
|
-
"size_bytes":
|
|
2796
|
+
"path": "src/runtime/explain/index.ts",
|
|
2797
|
+
"sha256": "6d4129789b25f10d52040b65ac1b9ffc9a1138576a770f943f3407c672bf69d2",
|
|
2798
|
+
"size_bytes": 217
|
|
2479
2799
|
},
|
|
2480
2800
|
{
|
|
2481
|
-
"path": "src/runtime/explain/
|
|
2801
|
+
"path": "src/runtime/explain/model.ts",
|
|
2482
2802
|
"sha256": "df738f4c04a9ec00a4f6f0f5cdf01782b93f91d04045fba524e46c0cb1aebfc5",
|
|
2483
2803
|
"size_bytes": 1126
|
|
2484
2804
|
},
|
|
2805
|
+
{
|
|
2806
|
+
"path": "src/runtime/explain/resolve.ts",
|
|
2807
|
+
"sha256": "f75d1e2b1b5fd8a9619c1088f60ac795f333393673093aeee43b7ade55cb50be",
|
|
2808
|
+
"size_bytes": 2730
|
|
2809
|
+
},
|
|
2485
2810
|
{
|
|
2486
2811
|
"path": "src/runtime/harness/index.ts",
|
|
2487
2812
|
"sha256": "b49b1e68a08865fe4d09351781c622c501cedc3b8c3a9764706b5f769ec5e53a",
|
|
@@ -2539,58 +2864,53 @@
|
|
|
2539
2864
|
},
|
|
2540
2865
|
{
|
|
2541
2866
|
"path": "src/runtime/protocol/index.ts",
|
|
2542
|
-
"sha256": "
|
|
2867
|
+
"sha256": "7e34551db1b8ff2ce6d14a94d6f0345f9b2e6c35082cf5c0b0b3356d10564f59",
|
|
2543
2868
|
"size_bytes": 657
|
|
2544
2869
|
},
|
|
2545
2870
|
{
|
|
2546
|
-
"path": "src/runtime/protocol/
|
|
2547
|
-
"sha256": "13eea9f729faa73340b07238fb591ccce45d186865cbc9aa70bc4eb73cb8ea6a",
|
|
2548
|
-
"size_bytes": 1852
|
|
2549
|
-
},
|
|
2550
|
-
{
|
|
2551
|
-
"path": "src/runtime/protocol/types.ts",
|
|
2871
|
+
"path": "src/runtime/protocol/model.ts",
|
|
2552
2872
|
"sha256": "72126a1c785961cd1151a8ec7b75071778d034913ca8dcfa6fcf2ee505c98367",
|
|
2553
2873
|
"size_bytes": 1595
|
|
2554
2874
|
},
|
|
2555
2875
|
{
|
|
2556
|
-
"path": "src/runtime/
|
|
2557
|
-
"sha256": "
|
|
2558
|
-
"size_bytes":
|
|
2876
|
+
"path": "src/runtime/protocol/resolve.ts",
|
|
2877
|
+
"sha256": "624fabd768e8a323f054b978bff6ccad1e6085a38422e52452da651e1d1b4a14",
|
|
2878
|
+
"size_bytes": 1852
|
|
2559
2879
|
},
|
|
2560
2880
|
{
|
|
2561
|
-
"path": "src/runtime/
|
|
2562
|
-
"sha256": "
|
|
2563
|
-
"size_bytes":
|
|
2881
|
+
"path": "src/runtime/shared/repo-cli-version.ts",
|
|
2882
|
+
"sha256": "d043bd4e857185c4d9f70a7652b6d0cbbcb50d07ddde07a494e7ce1f8497a9aa",
|
|
2883
|
+
"size_bytes": 3605
|
|
2564
2884
|
},
|
|
2565
2885
|
{
|
|
2566
|
-
"path": "src/runtime/
|
|
2567
|
-
"sha256": "
|
|
2568
|
-
"size_bytes":
|
|
2886
|
+
"path": "src/runtime/shared/runtime-artifacts.ts",
|
|
2887
|
+
"sha256": "36ec5cbb157f3b1ec00467b77c351ee6727309ca6dd60feefbcc6b46d0805cd8",
|
|
2888
|
+
"size_bytes": 617
|
|
2569
2889
|
},
|
|
2570
2890
|
{
|
|
2571
|
-
"path": "src/shared/
|
|
2572
|
-
"sha256": "
|
|
2573
|
-
"size_bytes":
|
|
2891
|
+
"path": "src/runtime/shared/runtime-source.ts",
|
|
2892
|
+
"sha256": "206316c6cbf3ba1ac6c1a8038d7cbadd77a15f1650ca77189dfe621bc4d8f1d4",
|
|
2893
|
+
"size_bytes": 7308
|
|
2574
2894
|
},
|
|
2575
2895
|
{
|
|
2576
|
-
"path": "src/shared/
|
|
2577
|
-
"sha256": "
|
|
2578
|
-
"size_bytes":
|
|
2896
|
+
"path": "src/runtime/shared/version-compare.ts",
|
|
2897
|
+
"sha256": "b5641bcab785b677b9bfe9d86bb2a553c226ee7c93529b31bd425850a040ff15",
|
|
2898
|
+
"size_bytes": 1130
|
|
2579
2899
|
},
|
|
2580
2900
|
{
|
|
2581
|
-
"path": "src/
|
|
2582
|
-
"sha256": "
|
|
2583
|
-
"size_bytes":
|
|
2901
|
+
"path": "src/runtime/task-intake/index.ts",
|
|
2902
|
+
"sha256": "b78e01b2e26c395f8c0c42d1482048ac66aa3e49cff8545c3a298c079160eaa6",
|
|
2903
|
+
"size_bytes": 526
|
|
2584
2904
|
},
|
|
2585
2905
|
{
|
|
2586
|
-
"path": "src/
|
|
2587
|
-
"sha256": "
|
|
2588
|
-
"size_bytes":
|
|
2906
|
+
"path": "src/runtime/task-intake/resolve.ts",
|
|
2907
|
+
"sha256": "39d9767564f2873c58fb0d68c60f23af8e33ab112052b7543665766a7fc64382",
|
|
2908
|
+
"size_bytes": 13848
|
|
2589
2909
|
},
|
|
2590
2910
|
{
|
|
2591
|
-
"path": "src/
|
|
2592
|
-
"sha256": "
|
|
2593
|
-
"size_bytes":
|
|
2911
|
+
"path": "src/runtime/task-intake/types.ts",
|
|
2912
|
+
"sha256": "e97317f5b594e6771a9ee76af2c92654f0c7fe8e22a5f9747eb62fc5837c5933",
|
|
2913
|
+
"size_bytes": 3419
|
|
2594
2914
|
},
|
|
2595
2915
|
{
|
|
2596
2916
|
"path": "src/shared/env.ts",
|
|
@@ -2599,13 +2919,8 @@
|
|
|
2599
2919
|
},
|
|
2600
2920
|
{
|
|
2601
2921
|
"path": "src/shared/errors.ts",
|
|
2602
|
-
"sha256": "
|
|
2603
|
-
"size_bytes":
|
|
2604
|
-
},
|
|
2605
|
-
{
|
|
2606
|
-
"path": "src/shared/git-log.ts",
|
|
2607
|
-
"sha256": "dd6321a9ea88a319a902f4bb4b8cc09957f4713f3647865faf9b558e7aeac608",
|
|
2608
|
-
"size_bytes": 535
|
|
2922
|
+
"sha256": "9fc903bd34b1efca225283324199119b14bcf71609bc33103f34786c3df276dd",
|
|
2923
|
+
"size_bytes": 3825
|
|
2609
2924
|
},
|
|
2610
2925
|
{
|
|
2611
2926
|
"path": "src/shared/git-path.ts",
|
|
@@ -2627,45 +2942,20 @@
|
|
|
2627
2942
|
"sha256": "5fb86dfa71d8b1db11ff24e32cac43eb7ce2a3d7b0d7c084afb9aacd4160e2eb",
|
|
2628
2943
|
"size_bytes": 4218
|
|
2629
2944
|
},
|
|
2630
|
-
{
|
|
2631
|
-
"path": "src/shared/repo-cli-version.ts",
|
|
2632
|
-
"sha256": "8cc901a52a5b59955831e262bb5f2a616ee0021d323c33cdab2f8ba7d2f6dad4",
|
|
2633
|
-
"size_bytes": 3602
|
|
2634
|
-
},
|
|
2635
|
-
{
|
|
2636
|
-
"path": "src/shared/runtime-artifacts.ts",
|
|
2637
|
-
"sha256": "36ec5cbb157f3b1ec00467b77c351ee6727309ca6dd60feefbcc6b46d0805cd8",
|
|
2638
|
-
"size_bytes": 617
|
|
2639
|
-
},
|
|
2640
|
-
{
|
|
2641
|
-
"path": "src/shared/runtime-source.ts",
|
|
2642
|
-
"sha256": "e14449747e472158a645ed6ddeaa2af28234e5d2d0784e2d93a3a554ed438759",
|
|
2643
|
-
"size_bytes": 7305
|
|
2644
|
-
},
|
|
2645
2945
|
{
|
|
2646
2946
|
"path": "src/shared/strings.ts",
|
|
2647
2947
|
"sha256": "b266926e09aac485e48f559f81acce7cce89913426e322bc37ebf7d930a08961",
|
|
2648
2948
|
"size_bytes": 315
|
|
2649
2949
|
},
|
|
2650
2950
|
{
|
|
2651
|
-
"path": "src/shared/
|
|
2652
|
-
"sha256": "
|
|
2653
|
-
"size_bytes":
|
|
2654
|
-
},
|
|
2655
|
-
{
|
|
2656
|
-
"path": "src/shared/task-doc-state.ts",
|
|
2657
|
-
"sha256": "8ef9e439d2e9711d46894562fe8995bdc91293efb08151c43bf3c4e9f156b7dd",
|
|
2658
|
-
"size_bytes": 674
|
|
2659
|
-
},
|
|
2660
|
-
{
|
|
2661
|
-
"path": "src/shared/version-compare.ts",
|
|
2662
|
-
"sha256": "b5641bcab785b677b9bfe9d86bb2a553c226ee7c93529b31bd425850a040ff15",
|
|
2663
|
-
"size_bytes": 1130
|
|
2951
|
+
"path": "src/shared/trace-events.ts",
|
|
2952
|
+
"sha256": "fb19c42e93726ac06bbe4848ba18c5038183aa6c35c17ad35816c12ee7391274",
|
|
2953
|
+
"size_bytes": 866
|
|
2664
2954
|
},
|
|
2665
2955
|
{
|
|
2666
2956
|
"path": "src/shared/workflow-artifacts.ts",
|
|
2667
|
-
"sha256": "
|
|
2668
|
-
"size_bytes":
|
|
2957
|
+
"sha256": "b2aef768f439641f28f39a0c874103ceda999a53ccb5199eaa4ad20d37e66760",
|
|
2958
|
+
"size_bytes": 3583
|
|
2669
2959
|
},
|
|
2670
2960
|
{
|
|
2671
2961
|
"path": "src/shared/write-if-changed.ts",
|
|
@@ -2673,29 +2963,29 @@
|
|
|
2673
2963
|
"size_bytes": 916
|
|
2674
2964
|
},
|
|
2675
2965
|
{
|
|
2676
|
-
"path": "src/
|
|
2677
|
-
"sha256": "
|
|
2678
|
-
"size_bytes":
|
|
2966
|
+
"path": "src/task-doc/conflicts.ts",
|
|
2967
|
+
"sha256": "686a1fd3bf720e69f0939ce3aa6d6a7e6ca91ebeb6423f37f8c5313c9bc39780",
|
|
2968
|
+
"size_bytes": 1702
|
|
2679
2969
|
},
|
|
2680
2970
|
{
|
|
2681
|
-
"path": "src/
|
|
2682
|
-
"sha256": "
|
|
2683
|
-
"size_bytes":
|
|
2971
|
+
"path": "src/task-doc/state.ts",
|
|
2972
|
+
"sha256": "8ef9e439d2e9711d46894562fe8995bdc91293efb08151c43bf3c4e9f156b7dd",
|
|
2973
|
+
"size_bytes": 674
|
|
2684
2974
|
},
|
|
2685
2975
|
{
|
|
2686
|
-
"path": "src/
|
|
2687
|
-
"sha256": "
|
|
2688
|
-
"size_bytes":
|
|
2976
|
+
"path": "src/test-helpers/fs.ts",
|
|
2977
|
+
"sha256": "38fe84c724f86af169a78895ce3e733a2af53f3fff13b2a5f2ad74bab13ca765",
|
|
2978
|
+
"size_bytes": 505
|
|
2689
2979
|
},
|
|
2690
2980
|
{
|
|
2691
|
-
"path": "src/testing/
|
|
2692
|
-
"sha256": "
|
|
2693
|
-
"size_bytes":
|
|
2981
|
+
"path": "src/testing/index.ts",
|
|
2982
|
+
"sha256": "a3d9751abe6451a52d3cb4bb9dd8259274bfaf7b312f0152fec64c40a6780516",
|
|
2983
|
+
"size_bytes": 168
|
|
2694
2984
|
},
|
|
2695
2985
|
{
|
|
2696
|
-
"path": "src/testing/
|
|
2697
|
-
"sha256": "
|
|
2698
|
-
"size_bytes":
|
|
2986
|
+
"path": "src/testing/runtime-env.ts",
|
|
2987
|
+
"sha256": "bd56dd45adc51803a09345d15e503e200d9f8e7622e934a7f5e571ab5a5ed288",
|
|
2988
|
+
"size_bytes": 96
|
|
2699
2989
|
},
|
|
2700
2990
|
{
|
|
2701
2991
|
"path": "src/workflow-runtime/build.ts",
|
|
@@ -2709,8 +2999,8 @@
|
|
|
2709
2999
|
},
|
|
2710
3000
|
{
|
|
2711
3001
|
"path": "src/workflow-runtime/file-ops.ts",
|
|
2712
|
-
"sha256": "
|
|
2713
|
-
"size_bytes":
|
|
3002
|
+
"sha256": "408cb3ac998e2ce97e8ce5c44854129a46a97148f12290468b2a5c4952b98f7d",
|
|
3003
|
+
"size_bytes": 7987
|
|
2714
3004
|
},
|
|
2715
3005
|
{
|
|
2716
3006
|
"path": "src/workflow-runtime/fix.ts",
|
|
@@ -2734,8 +3024,8 @@
|
|
|
2734
3024
|
},
|
|
2735
3025
|
{
|
|
2736
3026
|
"path": "src/workflow-runtime/paths.ts",
|
|
2737
|
-
"sha256": "
|
|
2738
|
-
"size_bytes":
|
|
3027
|
+
"sha256": "d40a83252fe3cdf3efc956b89211222c13ca5895a3d90786e7e006eafb87bebb",
|
|
3028
|
+
"size_bytes": 420
|
|
2739
3029
|
},
|
|
2740
3030
|
{
|
|
2741
3031
|
"path": "src/workflow-runtime/template.ts",
|
|
@@ -2744,8 +3034,8 @@
|
|
|
2744
3034
|
},
|
|
2745
3035
|
{
|
|
2746
3036
|
"path": "src/workflow-runtime/types.ts",
|
|
2747
|
-
"sha256": "
|
|
2748
|
-
"size_bytes":
|
|
3037
|
+
"sha256": "d6795d4fb32e673cc13d070af65322b8e74481feb218faf3e355dd23f7d1fc1d",
|
|
3038
|
+
"size_bytes": 2215
|
|
2749
3039
|
},
|
|
2750
3040
|
{
|
|
2751
3041
|
"path": "src/workflow-runtime/validate.ts",
|