agentplane 0.3.6 → 0.3.8
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/AGENTS.md +11 -1
- package/assets/RUNNER.md +17 -0
- package/bin/agentplane.js +16 -7
- package/bin/framework-dev-contract.d.ts +6 -0
- package/bin/framework-dev-contract.js +13 -0
- package/bin/stale-dist-policy.js +6 -1
- package/dist/.build-manifest.json +724 -359
- package/dist/adapters/task-backend/task-backend-adapter.d.ts +4 -2
- package/dist/adapters/task-backend/task-backend-adapter.d.ts.map +1 -1
- package/dist/adapters/task-backend/task-backend-adapter.js +15 -2
- package/dist/backends/task-backend/local-backend-doc.d.ts +5 -0
- package/dist/backends/task-backend/local-backend-doc.d.ts.map +1 -0
- package/dist/backends/task-backend/local-backend-doc.js +98 -0
- package/dist/backends/task-backend/local-backend-read.d.ts +7 -0
- package/dist/backends/task-backend/local-backend-read.d.ts.map +1 -0
- package/dist/backends/task-backend/local-backend-read.js +186 -0
- package/dist/backends/task-backend/local-backend-state.d.ts +17 -0
- package/dist/backends/task-backend/local-backend-state.d.ts.map +1 -0
- package/dist/backends/task-backend/local-backend-state.js +50 -0
- package/dist/backends/task-backend/local-backend-write.d.ts +15 -0
- package/dist/backends/task-backend/local-backend-write.d.ts.map +1 -0
- package/dist/backends/task-backend/local-backend-write.js +254 -0
- package/dist/backends/task-backend/local-backend.d.ts +10 -6
- package/dist/backends/task-backend/local-backend.d.ts.map +1 -1
- package/dist/backends/task-backend/local-backend.js +32 -337
- package/dist/backends/task-backend/redmine/backend-cache-doc.d.ts +40 -0
- package/dist/backends/task-backend/redmine/backend-cache-doc.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/backend-cache-doc.js +178 -0
- package/dist/backends/task-backend/redmine/backend-report.d.ts +10 -0
- package/dist/backends/task-backend/redmine/backend-report.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/backend-report.js +43 -0
- package/dist/backends/task-backend/redmine/backend-sync.d.ts +67 -0
- package/dist/backends/task-backend/redmine/backend-sync.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/backend-sync.js +367 -0
- package/dist/backends/task-backend/redmine/env.d.ts +1 -1
- package/dist/backends/task-backend/redmine/env.d.ts.map +1 -1
- package/dist/backends/task-backend/redmine/env.js +3 -0
- package/dist/backends/task-backend/redmine/inspect.d.ts +11 -0
- package/dist/backends/task-backend/redmine/inspect.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/inspect.js +75 -0
- package/dist/backends/task-backend/redmine/mapping.d.ts +2 -1
- package/dist/backends/task-backend/redmine/mapping.d.ts.map +1 -1
- package/dist/backends/task-backend/redmine/mapping.js +32 -3
- package/dist/backends/task-backend/redmine/parse.d.ts +2 -1
- package/dist/backends/task-backend/redmine/parse.d.ts.map +1 -1
- package/dist/backends/task-backend/redmine/parse.js +5 -3
- package/dist/backends/task-backend/redmine/state.d.ts +19 -0
- package/dist/backends/task-backend/redmine/state.d.ts.map +1 -0
- package/dist/backends/task-backend/redmine/state.js +109 -0
- package/dist/backends/task-backend/redmine-backend.d.ts +14 -17
- package/dist/backends/task-backend/redmine-backend.d.ts.map +1 -1
- package/dist/backends/task-backend/redmine-backend.js +121 -379
- package/dist/backends/task-backend/shared/constants.d.ts +2 -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/doc.d.ts.map +1 -1
- package/dist/backends/task-backend/shared/doc.js +25 -39
- package/dist/backends/task-backend/shared/export.d.ts +2 -9
- package/dist/backends/task-backend/shared/export.d.ts.map +1 -1
- package/dist/backends/task-backend/shared/export.js +73 -8
- package/dist/backends/task-backend/shared/normalize.d.ts +5 -1
- package/dist/backends/task-backend/shared/normalize.d.ts.map +1 -1
- package/dist/backends/task-backend/shared/normalize.js +166 -0
- package/dist/backends/task-backend/shared/record.d.ts +1 -1
- package/dist/backends/task-backend/shared/record.d.ts.map +1 -1
- package/dist/backends/task-backend/shared/record.js +27 -3
- package/dist/backends/task-backend/shared/types.d.ts +76 -36
- package/dist/backends/task-backend/shared/types.d.ts.map +1 -1
- package/dist/backends/task-backend/shared.d.ts +2 -2
- package/dist/backends/task-backend/shared.d.ts.map +1 -1
- package/dist/backends/task-backend/shared.js +1 -1
- package/dist/backends/task-backend.d.ts +1 -1
- package/dist/backends/task-backend.d.ts.map +1 -1
- package/dist/backends/task-backend.js +1 -1
- package/dist/backends/task-index.d.ts +2 -2
- package/dist/backends/task-index.d.ts.map +1 -1
- package/dist/backends/task-index.js +9 -5
- package/dist/cli/bootstrap-guide.d.ts +2 -2
- package/dist/cli/bootstrap-guide.d.ts.map +1 -1
- package/dist/cli/bootstrap-guide.js +10 -10
- package/dist/cli/command-guide.d.ts.map +1 -1
- package/dist/cli/command-guide.js +11 -9
- package/dist/cli/command-invocations.d.ts +4 -0
- package/dist/cli/command-invocations.d.ts.map +1 -0
- package/dist/cli/command-invocations.js +35 -0
- package/dist/cli/command-snippets.d.ts +12 -8
- package/dist/cli/command-snippets.d.ts.map +1 -1
- package/dist/cli/command-snippets.js +14 -8
- package/dist/cli/exit-codes.d.ts.map +1 -1
- package/dist/cli/exit-codes.js +1 -0
- package/dist/cli/group-command.d.ts +18 -0
- package/dist/cli/group-command.d.ts.map +1 -0
- package/dist/cli/group-command.js +45 -0
- package/dist/cli/output.d.ts +29 -0
- package/dist/cli/output.d.ts.map +1 -1
- package/dist/cli/output.js +76 -0
- package/dist/cli/prompts.d.ts.map +1 -1
- package/dist/cli/prompts.js +5 -1
- package/dist/cli/run-cli/command-catalog/core.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog/core.js +38 -29
- package/dist/cli/run-cli/command-catalog/lifecycle.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog/lifecycle.js +9 -6
- package/dist/cli/run-cli/command-catalog/project.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog/project.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog/project.js +11 -7
- package/dist/cli/run-cli/command-catalog/shared.d.ts +12 -3
- package/dist/cli/run-cli/command-catalog/shared.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog/shared.js +6 -3
- package/dist/cli/run-cli/command-catalog/task.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog/task.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog/task.js +46 -11
- package/dist/cli/run-cli/command-catalog.d.ts +11 -1
- package/dist/cli/run-cli/command-catalog.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog.js +29 -0
- package/dist/cli/run-cli/commands/config.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/config.js +52 -6
- package/dist/cli/run-cli/commands/core/agent-profiles.d.ts +34 -0
- package/dist/cli/run-cli/commands/core/agent-profiles.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/core/agent-profiles.js +97 -0
- package/dist/cli/run-cli/commands/core/agents.d.ts +7 -0
- package/dist/cli/run-cli/commands/core/agents.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/core/agents.js +97 -0
- package/dist/cli/run-cli/commands/core/preflight.d.ts +10 -0
- package/dist/cli/run-cli/commands/core/preflight.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/core/preflight.js +286 -0
- package/dist/cli/run-cli/commands/core/quickstart.d.ts +8 -0
- package/dist/cli/run-cli/commands/core/quickstart.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/core/quickstart.js +43 -0
- package/dist/cli/run-cli/commands/core/role.d.ts +9 -0
- package/dist/cli/run-cli/commands/core/role.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/core/role.js +128 -0
- package/dist/cli/run-cli/commands/core.d.ts +4 -24
- package/dist/cli/run-cli/commands/core.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/core.js +4 -630
- package/dist/cli/run-cli/commands/init/write-env.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/write-env.js +12 -0
- package/dist/cli/run-cli/error-guidance.js +10 -0
- package/dist/cli/run-cli/globals.d.ts +5 -2
- package/dist/cli/run-cli/globals.d.ts.map +1 -1
- package/dist/cli/run-cli/globals.js +82 -86
- package/dist/cli/run-cli.d.ts.map +1 -1
- package/dist/cli/run-cli.js +137 -100
- package/dist/cli/run-cli.test-helpers.d.ts +21 -0
- package/dist/cli/run-cli.test-helpers.d.ts.map +1 -1
- package/dist/cli/run-cli.test-helpers.js +90 -4
- package/dist/cli/spec/help.d.ts +10 -2
- package/dist/cli/spec/help.d.ts.map +1 -1
- package/dist/cli/spec/help.js +7 -5
- package/dist/cli/spec/registry.d.ts +27 -1
- package/dist/cli/spec/registry.d.ts.map +1 -1
- package/dist/cli/spec/registry.js +98 -25
- package/dist/commands/backend/sync.command.d.ts +8 -6
- package/dist/commands/backend/sync.command.d.ts.map +1 -1
- package/dist/commands/backend/sync.command.js +75 -14
- package/dist/commands/backend.d.ts +22 -0
- package/dist/commands/backend.d.ts.map +1 -1
- package/dist/commands/backend.js +111 -1
- package/dist/commands/branch/base.command.d.ts +2 -3
- package/dist/commands/branch/base.command.d.ts.map +1 -1
- package/dist/commands/branch/base.command.js +8 -12
- package/dist/commands/branch/base.d.ts.map +1 -1
- package/dist/commands/branch/base.js +11 -7
- package/dist/commands/branch/cleanup-merged.d.ts.map +1 -1
- package/dist/commands/branch/cleanup-merged.js +9 -8
- package/dist/commands/branch/remove.d.ts.map +1 -1
- package/dist/commands/branch/remove.js +4 -3
- package/dist/commands/branch/status.d.ts.map +1 -1
- package/dist/commands/branch/status.js +4 -3
- package/dist/commands/branch/work-start.d.ts.map +1 -1
- package/dist/commands/branch/work-start.js +48 -5
- package/dist/commands/cleanup/merged.command.d.ts +2 -3
- package/dist/commands/cleanup/merged.command.d.ts.map +1 -1
- package/dist/commands/cleanup/merged.command.js +8 -12
- package/dist/commands/commit.spec.d.ts.map +1 -1
- package/dist/commands/commit.spec.js +30 -6
- package/dist/commands/docs/cli.command.js +2 -2
- package/dist/commands/doctor/runtime.js +1 -1
- package/dist/commands/doctor/workflow.d.ts.map +1 -1
- package/dist/commands/doctor/workflow.js +10 -1
- package/dist/commands/doctor/workspace.d.ts +8 -0
- package/dist/commands/doctor/workspace.d.ts.map +1 -1
- package/dist/commands/doctor/workspace.js +127 -3
- package/dist/commands/finish.spec.d.ts.map +1 -1
- package/dist/commands/finish.spec.js +7 -0
- package/dist/commands/guard/commit.command.d.ts.map +1 -1
- package/dist/commands/guard/commit.command.js +30 -6
- package/dist/commands/guard/guard.command.d.ts +3 -3
- package/dist/commands/guard/guard.command.d.ts.map +1 -1
- package/dist/commands/guard/guard.command.js +9 -14
- package/dist/commands/guard/impl/allow.d.ts +4 -0
- package/dist/commands/guard/impl/allow.d.ts.map +1 -1
- package/dist/commands/guard/impl/allow.js +14 -3
- package/dist/commands/guard/impl/commands.d.ts +2 -0
- package/dist/commands/guard/impl/commands.d.ts.map +1 -1
- package/dist/commands/guard/impl/commands.js +66 -9
- 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 -6
- package/dist/commands/hooks/hooks.command.d.ts +3 -3
- package/dist/commands/hooks/hooks.command.d.ts.map +1 -1
- package/dist/commands/hooks/hooks.command.js +9 -11
- package/dist/commands/pr/check.d.ts.map +1 -1
- package/dist/commands/pr/check.js +90 -18
- package/dist/commands/pr/integrate/cmd.d.ts.map +1 -1
- package/dist/commands/pr/integrate/cmd.js +31 -3
- package/dist/commands/pr/integrate/internal/cleanup.d.ts +12 -0
- package/dist/commands/pr/integrate/internal/cleanup.d.ts.map +1 -0
- package/dist/commands/pr/integrate/internal/cleanup.js +46 -0
- package/dist/commands/pr/integrate/internal/finalize.d.ts +4 -0
- package/dist/commands/pr/integrate/internal/finalize.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/finalize.js +34 -40
- package/dist/commands/pr/integrate/internal/merge.d.ts +6 -0
- package/dist/commands/pr/integrate/internal/merge.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/merge.js +92 -0
- package/dist/commands/pr/integrate/internal/prepare.d.ts +1 -0
- package/dist/commands/pr/integrate/internal/prepare.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/prepare.js +1 -0
- package/dist/commands/pr/integrate/verify.d.ts.map +1 -1
- package/dist/commands/pr/integrate/verify.js +4 -3
- package/dist/commands/pr/note.d.ts.map +1 -1
- package/dist/commands/pr/note.js +3 -2
- package/dist/commands/pr/open.d.ts.map +1 -1
- package/dist/commands/pr/open.js +9 -12
- package/dist/commands/pr/pr.command.d.ts +3 -4
- package/dist/commands/pr/pr.command.d.ts.map +1 -1
- package/dist/commands/pr/pr.command.js +6 -11
- package/dist/commands/pr/update.d.ts.map +1 -1
- package/dist/commands/pr/update.js +5 -10
- package/dist/commands/recipes/cache.command.d.ts +3 -4
- package/dist/commands/recipes/cache.command.d.ts.map +1 -1
- package/dist/commands/recipes/cache.command.js +8 -26
- package/dist/commands/recipes/impl/apply.d.ts +1 -1
- package/dist/commands/recipes/impl/apply.d.ts.map +1 -1
- package/dist/commands/recipes/impl/apply.js +1 -1
- package/dist/commands/recipes/impl/commands/explain.js +1 -1
- package/dist/commands/recipes/impl/commands/install.d.ts.map +1 -1
- package/dist/commands/recipes/impl/commands/install.js +1 -2
- package/dist/commands/recipes/impl/installed-recipes.d.ts +1 -1
- package/dist/commands/recipes/impl/installed-recipes.d.ts.map +1 -1
- package/dist/commands/recipes/impl/installed-recipes.js +1 -2
- package/dist/commands/recipes/impl/manifest.d.ts.map +1 -1
- package/dist/commands/recipes/impl/manifest.js +0 -10
- package/dist/commands/recipes/impl/project-installed-recipes.d.ts +1 -1
- package/dist/commands/recipes/impl/project-installed-recipes.d.ts.map +1 -1
- package/dist/commands/recipes/impl/project-installed-recipes.js +1 -2
- package/dist/commands/recipes/impl/resolver.d.ts +1 -1
- package/dist/commands/recipes/impl/resolver.d.ts.map +1 -1
- package/dist/commands/recipes/impl/resolver.js +26 -16
- package/dist/commands/recipes/impl/scenario.d.ts.map +1 -1
- package/dist/commands/recipes/impl/scenario.js +80 -0
- package/dist/commands/recipes/impl/types.d.ts +27 -13
- package/dist/commands/recipes/impl/types.d.ts.map +1 -1
- package/dist/commands/recipes/recipes.command.d.ts +3 -4
- package/dist/commands/recipes/recipes.command.d.ts.map +1 -1
- package/dist/commands/recipes/recipes.command.js +8 -34
- package/dist/commands/recipes.d.ts +4 -4
- package/dist/commands/recipes.d.ts.map +1 -1
- package/dist/commands/recipes.js +3 -3
- package/dist/commands/recipes.test-helpers.d.ts +17 -0
- package/dist/commands/recipes.test-helpers.d.ts.map +1 -1
- package/dist/commands/recipes.test-helpers.js +56 -2
- package/dist/commands/release/apply.command.d.ts.map +1 -1
- package/dist/commands/release/apply.command.js +77 -56
- package/dist/commands/release/plan.command.d.ts.map +1 -1
- package/dist/commands/release/plan.command.js +7 -3
- package/dist/commands/release/release.command.d.ts +3 -3
- package/dist/commands/release/release.command.d.ts.map +1 -1
- package/dist/commands/release/release.command.js +9 -11
- package/dist/commands/release.test-helpers.d.ts +20 -0
- package/dist/commands/release.test-helpers.d.ts.map +1 -0
- package/dist/commands/release.test-helpers.js +37 -0
- package/dist/commands/runtime.command.d.ts +7 -7
- package/dist/commands/runtime.command.d.ts.map +1 -1
- package/dist/commands/runtime.command.js +29 -33
- package/dist/commands/scenario/execute.command.d.ts +8 -0
- package/dist/commands/scenario/execute.command.d.ts.map +1 -0
- package/dist/commands/scenario/execute.command.js +117 -0
- package/dist/commands/scenario/impl/commands.d.ts.map +1 -1
- package/dist/commands/scenario/impl/commands.js +45 -32
- package/dist/commands/scenario/run.command.js +2 -2
- package/dist/commands/scenario/scenario.command.d.ts +3 -4
- package/dist/commands/scenario/scenario.command.d.ts.map +1 -1
- package/dist/commands/scenario/scenario.command.js +8 -26
- package/dist/commands/shared/git-context.d.ts +1 -0
- package/dist/commands/shared/git-context.d.ts.map +1 -1
- package/dist/commands/shared/git-context.js +4 -2
- package/dist/commands/shared/git-ops.d.ts +1 -0
- package/dist/commands/shared/git-ops.d.ts.map +1 -1
- package/dist/commands/shared/git-ops.js +13 -0
- package/dist/commands/shared/operator-pipeline.d.ts +10 -0
- package/dist/commands/shared/operator-pipeline.d.ts.map +1 -0
- package/dist/commands/shared/operator-pipeline.js +16 -0
- package/dist/commands/shared/pr-meta.d.ts +32 -12
- package/dist/commands/shared/pr-meta.d.ts.map +1 -1
- package/dist/commands/shared/pr-meta.js +49 -14
- package/dist/commands/shared/reconcile-check.d.ts.map +1 -1
- package/dist/commands/shared/reconcile-check.js +28 -3
- package/dist/commands/shared/task-backend.d.ts +11 -7
- package/dist/commands/shared/task-backend.d.ts.map +1 -1
- package/dist/commands/shared/task-backend.js +107 -24
- package/dist/commands/shared/task-handoff.d.ts +64 -0
- package/dist/commands/shared/task-handoff.d.ts.map +1 -0
- package/dist/commands/shared/task-handoff.js +151 -0
- package/dist/commands/shared/task-mutation.d.ts +36 -0
- package/dist/commands/shared/task-mutation.d.ts.map +1 -0
- package/dist/commands/shared/task-mutation.js +67 -0
- package/dist/commands/shared/task-store.d.ts +65 -2
- package/dist/commands/shared/task-store.d.ts.map +1 -1
- package/dist/commands/shared/task-store.js +309 -91
- package/dist/commands/task/add.d.ts.map +1 -1
- package/dist/commands/task/add.js +41 -39
- package/dist/commands/task/block.d.ts.map +1 -1
- package/dist/commands/task/block.js +31 -89
- package/dist/commands/task/close-duplicate.d.ts.map +1 -1
- package/dist/commands/task/close-duplicate.js +0 -7
- package/dist/commands/task/close-noop.d.ts.map +1 -1
- package/dist/commands/task/close-noop.js +0 -21
- package/dist/commands/task/close-shared.d.ts +0 -2
- package/dist/commands/task/close-shared.d.ts.map +1 -1
- package/dist/commands/task/close-shared.js +24 -57
- package/dist/commands/task/comment.d.ts.map +1 -1
- package/dist/commands/task/comment.js +48 -42
- package/dist/commands/task/derive.command.d.ts +1 -0
- package/dist/commands/task/derive.command.d.ts.map +1 -1
- package/dist/commands/task/derive.command.js +15 -2
- package/dist/commands/task/derive.d.ts +1 -0
- package/dist/commands/task/derive.d.ts.map +1 -1
- package/dist/commands/task/derive.js +37 -7
- package/dist/commands/task/doc.command.d.ts.map +1 -1
- package/dist/commands/task/doc.command.js +7 -6
- package/dist/commands/task/doc.d.ts.map +1 -1
- package/dist/commands/task/doc.js +68 -61
- package/dist/commands/task/finish-shared.d.ts +60 -0
- package/dist/commands/task/finish-shared.d.ts.map +1 -0
- package/dist/commands/task/finish-shared.js +181 -0
- package/dist/commands/task/finish.d.ts +1 -0
- package/dist/commands/task/finish.d.ts.map +1 -1
- package/dist/commands/task/finish.js +73 -204
- package/dist/commands/task/handoff-record.command.d.ts +17 -0
- package/dist/commands/task/handoff-record.command.d.ts.map +1 -0
- package/dist/commands/task/handoff-record.command.js +140 -0
- package/dist/commands/task/handoff-show.command.d.ts +8 -0
- package/dist/commands/task/handoff-show.command.d.ts.map +1 -0
- package/dist/commands/task/handoff-show.command.js +77 -0
- package/dist/commands/task/handoff.command.d.ts +7 -0
- package/dist/commands/task/handoff.command.d.ts.map +1 -0
- package/dist/commands/task/handoff.command.js +21 -0
- package/dist/commands/task/handoff.shared.d.ts +39 -0
- package/dist/commands/task/handoff.shared.d.ts.map +1 -0
- package/dist/commands/task/handoff.shared.js +134 -0
- package/dist/commands/task/hosted-close.command.d.ts +9 -0
- package/dist/commands/task/hosted-close.command.d.ts.map +1 -0
- package/dist/commands/task/hosted-close.command.js +190 -0
- package/dist/commands/task/hosted-merge-sync.d.ts +40 -0
- package/dist/commands/task/hosted-merge-sync.d.ts.map +1 -0
- package/dist/commands/task/hosted-merge-sync.js +277 -0
- package/dist/commands/task/list.d.ts.map +1 -1
- package/dist/commands/task/list.js +7 -24
- package/dist/commands/task/migrate-doc.d.ts +15 -0
- package/dist/commands/task/migrate-doc.d.ts.map +1 -1
- package/dist/commands/task/migrate-doc.js +126 -35
- package/dist/commands/task/new.d.ts.map +1 -1
- package/dist/commands/task/new.js +26 -4
- package/dist/commands/task/next.d.ts.map +1 -1
- package/dist/commands/task/next.js +10 -28
- package/dist/commands/task/normalize.command.d.ts +1 -0
- package/dist/commands/task/normalize.command.d.ts.map +1 -1
- package/dist/commands/task/normalize.command.js +12 -0
- package/dist/commands/task/normalize.d.ts +1 -0
- package/dist/commands/task/normalize.d.ts.map +1 -1
- package/dist/commands/task/normalize.js +21 -9
- package/dist/commands/task/plan.command.d.ts +3 -4
- package/dist/commands/task/plan.command.d.ts.map +1 -1
- package/dist/commands/task/plan.command.js +6 -12
- package/dist/commands/task/plan.d.ts.map +1 -1
- package/dist/commands/task/plan.js +118 -125
- package/dist/commands/task/reclaim.command.d.ts +11 -0
- package/dist/commands/task/reclaim.command.d.ts.map +1 -0
- package/dist/commands/task/reclaim.command.js +102 -0
- package/dist/commands/task/resume-context.command.d.ts +9 -0
- package/dist/commands/task/resume-context.command.d.ts.map +1 -0
- package/dist/commands/task/resume-context.command.js +60 -0
- package/dist/commands/task/run-cancel.command.d.ts +6 -0
- package/dist/commands/task/run-cancel.command.d.ts.map +1 -0
- package/dist/commands/task/run-cancel.command.js +45 -0
- package/dist/commands/task/run-cancel.spec.d.ts +7 -0
- package/dist/commands/task/run-cancel.spec.d.ts.map +1 -0
- package/dist/commands/task/run-cancel.spec.js +20 -0
- package/dist/commands/task/run-resume.command.d.ts +6 -0
- package/dist/commands/task/run-resume.command.d.ts.map +1 -0
- package/dist/commands/task/run-resume.command.js +55 -0
- package/dist/commands/task/run-resume.spec.d.ts +7 -0
- package/dist/commands/task/run-resume.spec.d.ts.map +1 -0
- package/dist/commands/task/run-resume.spec.js +20 -0
- package/dist/commands/task/run-retry.command.d.ts +6 -0
- package/dist/commands/task/run-retry.command.d.ts.map +1 -0
- package/dist/commands/task/run-retry.command.js +56 -0
- package/dist/commands/task/run-retry.spec.d.ts +7 -0
- package/dist/commands/task/run-retry.spec.d.ts.map +1 -0
- package/dist/commands/task/run-retry.spec.js +20 -0
- package/dist/commands/task/run-show.command.d.ts +6 -0
- package/dist/commands/task/run-show.command.d.ts.map +1 -0
- package/dist/commands/task/run-show.command.js +133 -0
- package/dist/commands/task/run-show.spec.d.ts +8 -0
- package/dist/commands/task/run-show.spec.d.ts.map +1 -0
- package/dist/commands/task/run-show.spec.js +44 -0
- package/dist/commands/task/run-tail.command.d.ts +6 -0
- package/dist/commands/task/run-tail.command.d.ts.map +1 -0
- package/dist/commands/task/run-tail.command.js +26 -0
- package/dist/commands/task/run-tail.spec.d.ts +8 -0
- package/dist/commands/task/run-tail.spec.d.ts.map +1 -0
- package/dist/commands/task/run-tail.spec.js +51 -0
- package/dist/commands/task/run-trace.command.d.ts +6 -0
- package/dist/commands/task/run-trace.command.d.ts.map +1 -0
- package/dist/commands/task/run-trace.command.js +25 -0
- package/dist/commands/task/run-trace.spec.d.ts +7 -0
- package/dist/commands/task/run-trace.spec.d.ts.map +1 -0
- package/dist/commands/task/run-trace.spec.js +31 -0
- package/dist/commands/task/run.command.d.ts +6 -0
- package/dist/commands/task/run.command.d.ts.map +1 -0
- package/dist/commands/task/run.command.js +74 -0
- package/dist/commands/task/run.spec.d.ts +7 -0
- package/dist/commands/task/run.spec.d.ts.map +1 -0
- package/dist/commands/task/run.spec.js +26 -0
- package/dist/commands/task/scaffold.d.ts.map +1 -1
- package/dist/commands/task/scaffold.js +4 -2
- package/dist/commands/task/scrub.d.ts.map +1 -1
- package/dist/commands/task/scrub.js +27 -24
- package/dist/commands/task/search.d.ts.map +1 -1
- package/dist/commands/task/search.js +21 -31
- package/dist/commands/task/set-status.d.ts.map +1 -1
- package/dist/commands/task/set-status.js +38 -111
- package/dist/commands/task/shared/dependencies.d.ts +5 -4
- package/dist/commands/task/shared/dependencies.d.ts.map +1 -1
- package/dist/commands/task/shared/dependencies.js +20 -2
- package/dist/commands/task/shared/docs.d.ts +6 -1
- package/dist/commands/task/shared/docs.d.ts.map +1 -1
- package/dist/commands/task/shared/docs.js +14 -1
- package/dist/commands/task/shared/listing.d.ts +16 -2
- package/dist/commands/task/shared/listing.d.ts.map +1 -1
- package/dist/commands/task/shared/listing.js +56 -0
- package/dist/commands/task/shared/transition-command.d.ts +15 -0
- package/dist/commands/task/shared/transition-command.d.ts.map +1 -0
- package/dist/commands/task/shared/transition-command.js +43 -0
- package/dist/commands/task/shared/transitions.d.ts +56 -0
- package/dist/commands/task/shared/transitions.d.ts.map +1 -1
- package/dist/commands/task/shared/transitions.js +82 -8
- package/dist/commands/task/shared/workflow-transition-service.d.ts +75 -0
- package/dist/commands/task/shared/workflow-transition-service.d.ts.map +1 -0
- package/dist/commands/task/shared/workflow-transition-service.js +226 -0
- package/dist/commands/task/shared.d.ts +6 -4
- package/dist/commands/task/shared.d.ts.map +1 -1
- package/dist/commands/task/shared.js +6 -4
- package/dist/commands/task/show.d.ts.map +1 -1
- package/dist/commands/task/show.js +37 -3
- package/dist/commands/task/start.d.ts.map +1 -1
- package/dist/commands/task/start.js +32 -113
- package/dist/commands/task/task.command.d.ts +3 -4
- package/dist/commands/task/task.command.d.ts.map +1 -1
- package/dist/commands/task/task.command.js +22 -37
- package/dist/commands/task/verify-record.d.ts.map +1 -1
- package/dist/commands/task/verify-record.js +21 -146
- package/dist/commands/task/verify.command.d.ts.map +1 -1
- package/dist/commands/task/verify.command.js +7 -6
- package/dist/commands/task.test-helpers.d.ts +13 -0
- package/dist/commands/task.test-helpers.d.ts.map +1 -0
- package/dist/commands/task.test-helpers.js +65 -0
- package/dist/commands/upgrade/apply.d.ts +2 -0
- package/dist/commands/upgrade/apply.d.ts.map +1 -1
- package/dist/commands/upgrade/apply.js +33 -1
- package/dist/commands/upgrade/materialize.d.ts +28 -0
- package/dist/commands/upgrade/materialize.d.ts.map +1 -0
- package/dist/commands/upgrade/materialize.js +154 -0
- package/dist/commands/upgrade/plan.d.ts +18 -0
- package/dist/commands/upgrade/plan.d.ts.map +1 -0
- package/dist/commands/upgrade/plan.js +219 -0
- package/dist/commands/upgrade/policy.d.ts +24 -0
- package/dist/commands/upgrade/policy.d.ts.map +1 -0
- package/dist/commands/upgrade/policy.js +182 -0
- package/dist/commands/upgrade/report.d.ts.map +1 -1
- package/dist/commands/upgrade/report.js +7 -5
- package/dist/commands/upgrade.command.d.ts.map +1 -1
- package/dist/commands/upgrade.command.js +25 -0
- package/dist/commands/upgrade.d.ts +1 -0
- package/dist/commands/upgrade.d.ts.map +1 -1
- package/dist/commands/upgrade.js +164 -618
- package/dist/commands/workflow.command.d.ts +3 -4
- package/dist/commands/workflow.command.d.ts.map +1 -1
- package/dist/commands/workflow.command.js +8 -25
- package/dist/policy/rules/allowlist.d.ts.map +1 -1
- package/dist/policy/rules/allowlist.js +12 -9
- package/dist/ports/task-backend-port.d.ts +4 -2
- package/dist/ports/task-backend-port.d.ts.map +1 -1
- package/dist/runner/adapters/codex.d.ts +9 -0
- package/dist/runner/adapters/codex.d.ts.map +1 -0
- package/dist/runner/adapters/codex.js +414 -0
- package/dist/runner/adapters/custom.d.ts +12 -0
- package/dist/runner/adapters/custom.d.ts.map +1 -0
- package/dist/runner/adapters/custom.js +512 -0
- package/dist/runner/adapters/index.d.ts +8 -0
- package/dist/runner/adapters/index.d.ts.map +1 -0
- package/dist/runner/adapters/index.js +15 -0
- package/dist/runner/adapters/recipe-run-profile.d.ts +8 -0
- package/dist/runner/adapters/recipe-run-profile.d.ts.map +1 -0
- package/dist/runner/adapters/recipe-run-profile.js +53 -0
- package/dist/runner/adapters/shared.d.ts +45 -0
- package/dist/runner/adapters/shared.d.ts.map +1 -0
- package/dist/runner/adapters/shared.js +58 -0
- package/dist/runner/artifacts.d.ts +31 -0
- package/dist/runner/artifacts.d.ts.map +1 -0
- package/dist/runner/artifacts.js +153 -0
- package/dist/runner/codex-approval-probe.d.ts +23 -0
- package/dist/runner/codex-approval-probe.d.ts.map +1 -0
- package/dist/runner/codex-approval-probe.js +55 -0
- package/dist/runner/codex-smoke.d.ts +11 -0
- package/dist/runner/codex-smoke.d.ts.map +1 -0
- package/dist/runner/codex-smoke.js +45 -0
- package/dist/runner/config.d.ts +6 -0
- package/dist/runner/config.d.ts.map +1 -0
- package/dist/runner/config.js +15 -0
- package/dist/runner/context/base-prompts.d.ts +10 -0
- package/dist/runner/context/base-prompts.d.ts.map +1 -0
- package/dist/runner/context/base-prompts.js +255 -0
- package/dist/runner/context/recipe-context.d.ts +17 -0
- package/dist/runner/context/recipe-context.d.ts.map +1 -0
- package/dist/runner/context/recipe-context.js +48 -0
- package/dist/runner/context/task-context.d.ts +24 -0
- package/dist/runner/context/task-context.d.ts.map +1 -0
- package/dist/runner/context/task-context.js +266 -0
- package/dist/runner/index.d.ts +12 -0
- package/dist/runner/index.d.ts.map +1 -0
- package/dist/runner/index.js +11 -0
- package/dist/runner/policy-decision.d.ts +12 -0
- package/dist/runner/policy-decision.d.ts.map +1 -0
- package/dist/runner/policy-decision.js +89 -0
- package/dist/runner/policy-display.d.ts +4 -0
- package/dist/runner/policy-display.d.ts.map +1 -0
- package/dist/runner/policy-display.js +41 -0
- package/dist/runner/process-supervision.d.ts +48 -0
- package/dist/runner/process-supervision.d.ts.map +1 -0
- package/dist/runner/process-supervision.js +490 -0
- package/dist/runner/result-manifest-policy.d.ts +9 -0
- package/dist/runner/result-manifest-policy.d.ts.map +1 -0
- package/dist/runner/result-manifest-policy.js +96 -0
- package/dist/runner/result-manifest.d.ts +30 -0
- package/dist/runner/result-manifest.d.ts.map +1 -0
- package/dist/runner/result-manifest.js +322 -0
- package/dist/runner/run-id.d.ts +2 -0
- package/dist/runner/run-id.d.ts.map +1 -0
- package/dist/runner/run-id.js +3 -0
- package/dist/runner/run-repository.d.ts +51 -0
- package/dist/runner/run-repository.d.ts.map +1 -0
- package/dist/runner/run-repository.js +222 -0
- package/dist/runner/task-run-paths.d.ts +19 -0
- package/dist/runner/task-run-paths.d.ts.map +1 -0
- package/dist/runner/task-run-paths.js +25 -0
- package/dist/runner/task-state.d.ts +9 -0
- package/dist/runner/task-state.d.ts.map +1 -0
- package/dist/runner/task-state.js +354 -0
- package/dist/runner/test-helpers.d.ts +30 -0
- package/dist/runner/test-helpers.d.ts.map +1 -0
- package/dist/runner/test-helpers.js +97 -0
- package/dist/runner/trace-artifacts.d.ts +14 -0
- package/dist/runner/trace-artifacts.d.ts.map +1 -0
- package/dist/runner/trace-artifacts.js +80 -0
- package/dist/runner/trace.d.ts +10 -0
- package/dist/runner/trace.d.ts.map +1 -0
- package/dist/runner/trace.js +37 -0
- package/dist/runner/types.d.ts +317 -0
- package/dist/runner/types.d.ts.map +1 -0
- package/dist/runner/types.js +3 -0
- package/dist/runner/usecases/scenario-materialize-task.d.ts +29 -0
- package/dist/runner/usecases/scenario-materialize-task.d.ts.map +1 -0
- package/dist/runner/usecases/scenario-materialize-task.js +151 -0
- package/dist/runner/usecases/task-run-inspect.d.ts +41 -0
- package/dist/runner/usecases/task-run-inspect.d.ts.map +1 -0
- package/dist/runner/usecases/task-run-inspect.js +74 -0
- package/dist/runner/usecases/task-run-lifecycle-cancel.d.ts +10 -0
- package/dist/runner/usecases/task-run-lifecycle-cancel.d.ts.map +1 -0
- package/dist/runner/usecases/task-run-lifecycle-cancel.js +172 -0
- package/dist/runner/usecases/task-run-lifecycle-replay.d.ts +18 -0
- package/dist/runner/usecases/task-run-lifecycle-replay.d.ts.map +1 -0
- package/dist/runner/usecases/task-run-lifecycle-replay.js +128 -0
- package/dist/runner/usecases/task-run-lifecycle-shared.d.ts +45 -0
- package/dist/runner/usecases/task-run-lifecycle-shared.d.ts.map +1 -0
- package/dist/runner/usecases/task-run-lifecycle-shared.js +172 -0
- package/dist/runner/usecases/task-run-lifecycle.d.ts +4 -0
- package/dist/runner/usecases/task-run-lifecycle.d.ts.map +1 -0
- package/dist/runner/usecases/task-run-lifecycle.js +2 -0
- package/dist/runner/usecases/task-run.d.ts +32 -0
- package/dist/runner/usecases/task-run.d.ts.map +1 -0
- package/dist/runner/usecases/task-run.js +278 -0
- package/dist/shared/agent-emoji.d.ts.map +1 -1
- package/dist/shared/agent-emoji.js +1 -0
- package/dist/shared/errors.d.ts +1 -1
- package/dist/shared/errors.d.ts.map +1 -1
- package/dist/shared/guards.d.ts.map +1 -1
- package/dist/shared/guards.js +1 -0
- package/dist/shared/protected-paths.d.ts +10 -0
- package/dist/shared/protected-paths.d.ts.map +1 -1
- package/dist/shared/protected-paths.js +33 -0
- package/dist/shared/repo-cli-version.d.ts.map +1 -1
- package/dist/shared/repo-cli-version.js +7 -5
- package/dist/shared/task-doc-conflicts.d.ts +12 -0
- package/dist/shared/task-doc-conflicts.d.ts.map +1 -0
- package/dist/shared/task-doc-conflicts.js +40 -0
- package/dist/shared/task-doc-state.d.ts +10 -0
- package/dist/shared/task-doc-state.d.ts.map +1 -0
- package/dist/shared/task-doc-state.js +15 -0
- package/dist/test-helpers/fs.d.ts +2 -0
- package/dist/test-helpers/fs.d.ts.map +1 -0
- package/dist/test-helpers/fs.js +9 -0
- package/dist/usecases/context/resolve-context.d.ts +2 -0
- package/dist/usecases/context/resolve-context.d.ts.map +1 -1
- package/dist/usecases/context/resolve-context.js +4 -1
- package/dist/usecases/task/task-list-usecase.d.ts.map +1 -1
- package/dist/usecases/task/task-list-usecase.js +2 -8
- package/dist/workflow-runtime/fix.d.ts +9 -1
- package/dist/workflow-runtime/fix.d.ts.map +1 -1
- package/dist/workflow-runtime/fix.js +9 -1
- package/package.json +3 -2
- package/dist/backends/task-backend.test-helpers.d.ts +0 -4
- package/dist/backends/task-backend.test-helpers.d.ts.map +0 -1
- package/dist/backends/task-backend.test-helpers.js +0 -33
- package/dist/cli/run-cli/catalog.d.ts +0 -7
- package/dist/cli/run-cli/catalog.d.ts.map +0 -1
- package/dist/cli/run-cli/catalog.js +0 -22
- package/dist/cli/run-cli.core.pr-flow.test-helpers.d.ts +0 -3
- package/dist/cli/run-cli.core.pr-flow.test-helpers.d.ts.map +0 -1
- package/dist/cli/run-cli.core.pr-flow.test-helpers.js +0 -41
- package/dist/cli/run-cli.core.tasks.test-helpers.d.ts +0 -2
- package/dist/cli/run-cli.core.tasks.test-helpers.d.ts.map +0 -1
- package/dist/cli/run-cli.core.tasks.test-helpers.js +0 -6
- package/dist/commands/block.command.d.ts +0 -4
- package/dist/commands/block.command.d.ts.map +0 -1
- package/dist/commands/block.command.js +0 -2
- package/dist/commands/doctor.command.d.ts +0 -3
- package/dist/commands/doctor.command.d.ts.map +0 -1
- package/dist/commands/doctor.command.js +0 -2
- package/dist/commands/finish.command.d.ts +0 -4
- package/dist/commands/finish.command.d.ts.map +0 -1
- package/dist/commands/finish.command.js +0 -2
- package/dist/commands/recipes/install.command.d.ts +0 -3
- package/dist/commands/recipes/install.command.d.ts.map +0 -1
- package/dist/commands/recipes/install.command.js +0 -2
- package/dist/commands/start.command.d.ts +0 -4
- package/dist/commands/start.command.d.ts.map +0 -1
- package/dist/commands/start.command.js +0 -2
- package/dist/commands/task/list.command.d.ts +0 -4
- package/dist/commands/task/list.command.d.ts.map +0 -1
- package/dist/commands/task/list.command.js +0 -2
- package/dist/commands/task/next.command.d.ts +0 -4
- package/dist/commands/task/next.command.d.ts.map +0 -1
- package/dist/commands/task/next.command.js +0 -2
- package/dist/commands/task/search.command.d.ts +0 -4
- package/dist/commands/task/search.command.d.ts.map +0 -1
- package/dist/commands/task/search.command.js +0 -2
- package/dist/commands/task/show.command.d.ts +0 -4
- package/dist/commands/task/show.command.d.ts.map +0 -1
- package/dist/commands/task/show.command.js +0 -2
- package/dist/commands/verify.command.d.ts +0 -4
- package/dist/commands/verify.command.d.ts.map +0 -1
- package/dist/commands/verify.command.js +0 -2
|
@@ -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-
|
|
5
|
-
"git_head": "
|
|
6
|
-
"src_cli_mtime_ms":
|
|
4
|
+
"generated_at": "2026-04-02T15:27:33.984Z",
|
|
5
|
+
"git_head": "1baffa489e2d4f01c27e06e05f05a0586a51115c",
|
|
6
|
+
"src_cli_mtime_ms": 1775143450605.3452,
|
|
7
7
|
"src_index_mtime_ms": null,
|
|
8
|
-
"dist_cli_mtime_ms":
|
|
8
|
+
"dist_cli_mtime_ms": 1775143653441.115,
|
|
9
9
|
"dist_index_mtime_ms": null,
|
|
10
|
-
"tsbuildinfo_mtime_ms":
|
|
10
|
+
"tsbuildinfo_mtime_ms": 1775143653505.115,
|
|
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": "be5a0af8efb4480927b90d12db6efc08f6b00d76aeb909fde3be5882492783d7",
|
|
19
19
|
"watched_runtime_files": [
|
|
20
20
|
{
|
|
21
21
|
"path": "bin/agentplane.js",
|
|
22
|
-
"sha256": "
|
|
23
|
-
"size_bytes":
|
|
22
|
+
"sha256": "f8ad4a8b5803531eb1928b37376b1a50e5b82570557961340d2dcb8b81b5da3b",
|
|
23
|
+
"size_bytes": 8002
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"path": "bin/dist-guard.js",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"path": "bin/stale-dist-policy.js",
|
|
37
|
-
"sha256": "
|
|
38
|
-
"size_bytes":
|
|
37
|
+
"sha256": "09cbb5664d2134309ab4936b81ae9d164b1f07b50795aba0c209f2990c1a0965",
|
|
38
|
+
"size_bytes": 1461
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "src/adapters/clock/system-clock-adapter.ts",
|
|
@@ -59,38 +59,68 @@
|
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"path": "src/adapters/task-backend/task-backend-adapter.ts",
|
|
62
|
-
"sha256": "
|
|
63
|
-
"size_bytes":
|
|
62
|
+
"sha256": "7298e27bc5652e6a0799e830c8f701f999bcdc8cc331d6fe192b4360a1458ab1",
|
|
63
|
+
"size_bytes": 1631
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"path": "src/agents/agents-template.ts",
|
|
67
67
|
"sha256": "d6dafc62d05da310ec6e73b53ac8aad33f2833e4f436949ab126e35fe21f7bf2",
|
|
68
68
|
"size_bytes": 4722
|
|
69
69
|
},
|
|
70
|
-
{
|
|
71
|
-
"path": "src/backends/task-backend.test-helpers.ts",
|
|
72
|
-
"sha256": "21bbfb73038206a1d73f2e6ed7814c1251642d937ae5175a64181a9aafe3f522",
|
|
73
|
-
"size_bytes": 1054
|
|
74
|
-
},
|
|
75
70
|
{
|
|
76
71
|
"path": "src/backends/task-backend.ts",
|
|
77
|
-
"sha256": "
|
|
78
|
-
"size_bytes":
|
|
72
|
+
"sha256": "97bda721dce5c057e5537ee0435da2c1bb49ef13cd8f4c6a6364c3e56b913c63",
|
|
73
|
+
"size_bytes": 1300
|
|
79
74
|
},
|
|
80
75
|
{
|
|
81
76
|
"path": "src/backends/task-backend/load.ts",
|
|
82
77
|
"sha256": "ef55a8fa714acfc793748655a50c64bb17f95fc74c7c1952d9169fec8255dbca",
|
|
83
78
|
"size_bytes": 3848
|
|
84
79
|
},
|
|
80
|
+
{
|
|
81
|
+
"path": "src/backends/task-backend/local-backend-doc.ts",
|
|
82
|
+
"sha256": "91a60fbf415c296da65f859fbb746ba38c05d8c5ec83c962ff96bafd0977dc05",
|
|
83
|
+
"size_bytes": 5069
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"path": "src/backends/task-backend/local-backend-read.ts",
|
|
87
|
+
"sha256": "8f6b80563f97518a0dfd5090073bd2fe8893f23a26a4306ad2d0d571151ae0b7",
|
|
88
|
+
"size_bytes": 6707
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"path": "src/backends/task-backend/local-backend-state.ts",
|
|
92
|
+
"sha256": "8107bbf9af8a01566dd1994f192f7319c18a745f7efc9256d36c9ffa04833f29",
|
|
93
|
+
"size_bytes": 2222
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"path": "src/backends/task-backend/local-backend-write.ts",
|
|
97
|
+
"sha256": "a2779da07e0242346753a474a82b6c0f5c1ce07b889156b087fe2b254b834626",
|
|
98
|
+
"size_bytes": 11612
|
|
99
|
+
},
|
|
85
100
|
{
|
|
86
101
|
"path": "src/backends/task-backend/local-backend.ts",
|
|
87
|
-
"sha256": "
|
|
88
|
-
"size_bytes":
|
|
102
|
+
"sha256": "64a7d678ac9d6cf0a66e8334d1092bd1dae229a6e5a3c90896ec466cb6decc45",
|
|
103
|
+
"size_bytes": 3639
|
|
89
104
|
},
|
|
90
105
|
{
|
|
91
106
|
"path": "src/backends/task-backend/redmine-backend.ts",
|
|
92
|
-
"sha256": "
|
|
93
|
-
"size_bytes":
|
|
107
|
+
"sha256": "faa56c60e183c6cc3d8fa0217e6d691367ee6b977031e4d66fe786a0632e39df",
|
|
108
|
+
"size_bytes": 20832
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"path": "src/backends/task-backend/redmine/backend-cache-doc.ts",
|
|
112
|
+
"sha256": "0c7e2d4a9df6e2d0471738ee42f662062283a040e0c8103dd28a3f7501fd2acd",
|
|
113
|
+
"size_bytes": 10346
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"path": "src/backends/task-backend/redmine/backend-report.ts",
|
|
117
|
+
"sha256": "933c7fc3289e04c757458e4bc316a28d6dac38847518d28fe89333af1414d25d",
|
|
118
|
+
"size_bytes": 2351
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"path": "src/backends/task-backend/redmine/backend-sync.ts",
|
|
122
|
+
"sha256": "77ae3b94e6bc7cc01ea72cbe32ca877bbc648e8c1ad2ed9574f7c391159e2303",
|
|
123
|
+
"size_bytes": 17907
|
|
94
124
|
},
|
|
95
125
|
{
|
|
96
126
|
"path": "src/backends/task-backend/redmine/client.ts",
|
|
@@ -104,33 +134,43 @@
|
|
|
104
134
|
},
|
|
105
135
|
{
|
|
106
136
|
"path": "src/backends/task-backend/redmine/env.ts",
|
|
107
|
-
"sha256": "
|
|
108
|
-
"size_bytes":
|
|
137
|
+
"sha256": "51f1ba8f756abd7fdefa9facfb68723c6ccb35e4f83c214f3b62c4f92258ae82",
|
|
138
|
+
"size_bytes": 3381
|
|
109
139
|
},
|
|
110
140
|
{
|
|
111
141
|
"path": "src/backends/task-backend/redmine/fields.ts",
|
|
112
142
|
"sha256": "edd3a5fd31f139b7cec5eefccd78ff784dc8a44c62a133165208261094fff4f1",
|
|
113
143
|
"size_bytes": 1483
|
|
114
144
|
},
|
|
145
|
+
{
|
|
146
|
+
"path": "src/backends/task-backend/redmine/inspect.ts",
|
|
147
|
+
"sha256": "d5533556ca1ec8a48296a498292b3abe4deba5e906f440e1e96d5819cdc752f9",
|
|
148
|
+
"size_bytes": 3108
|
|
149
|
+
},
|
|
115
150
|
{
|
|
116
151
|
"path": "src/backends/task-backend/redmine/mapping.ts",
|
|
117
|
-
"sha256": "
|
|
118
|
-
"size_bytes":
|
|
152
|
+
"sha256": "aeb4d7e9c4f6b8d1e8e71d3520ddc62d83f3f41349304aa261c9ab4c1a1b4268",
|
|
153
|
+
"size_bytes": 8932
|
|
119
154
|
},
|
|
120
155
|
{
|
|
121
156
|
"path": "src/backends/task-backend/redmine/parse.ts",
|
|
122
|
-
"sha256": "
|
|
123
|
-
"size_bytes":
|
|
157
|
+
"sha256": "a3f5cc505c9da8231879e78afd752119ee22e7504991276c30002ad5a57e1984",
|
|
158
|
+
"size_bytes": 737
|
|
124
159
|
},
|
|
125
160
|
{
|
|
126
161
|
"path": "src/backends/task-backend/redmine/remote.ts",
|
|
127
162
|
"sha256": "a2367f7e019556608f75ad493a562f447f2e3fb16e7fff7d26ccc8004994c543",
|
|
128
163
|
"size_bytes": 3664
|
|
129
164
|
},
|
|
165
|
+
{
|
|
166
|
+
"path": "src/backends/task-backend/redmine/state.ts",
|
|
167
|
+
"sha256": "b49c2aa363cceb7f882e0f4f15e587dcd43f7916bd57081aeafbb8e6ec5f1aca",
|
|
168
|
+
"size_bytes": 4930
|
|
169
|
+
},
|
|
130
170
|
{
|
|
131
171
|
"path": "src/backends/task-backend/shared.ts",
|
|
132
|
-
"sha256": "
|
|
133
|
-
"size_bytes":
|
|
172
|
+
"sha256": "16244d69f8e7de54f005ad414fdf1fb225b9e80a17903cd03178a8c544b3f9f7",
|
|
173
|
+
"size_bytes": 1375
|
|
134
174
|
},
|
|
135
175
|
{
|
|
136
176
|
"path": "src/backends/task-backend/shared/concurrency.ts",
|
|
@@ -139,13 +179,13 @@
|
|
|
139
179
|
},
|
|
140
180
|
{
|
|
141
181
|
"path": "src/backends/task-backend/shared/constants.ts",
|
|
142
|
-
"sha256": "
|
|
143
|
-
"size_bytes":
|
|
182
|
+
"sha256": "36bc7d6f30c25cf047055706c5f04230281c3173c9a89dea1dddc2446546ba05",
|
|
183
|
+
"size_bytes": 317
|
|
144
184
|
},
|
|
145
185
|
{
|
|
146
186
|
"path": "src/backends/task-backend/shared/doc.ts",
|
|
147
|
-
"sha256": "
|
|
148
|
-
"size_bytes":
|
|
187
|
+
"sha256": "1197303a4de03c3624d7e2c6c288510683a60732b8cfd6d52d89aef3de4ebd65",
|
|
188
|
+
"size_bytes": 3344
|
|
149
189
|
},
|
|
150
190
|
{
|
|
151
191
|
"path": "src/backends/task-backend/shared/errors.ts",
|
|
@@ -159,8 +199,8 @@
|
|
|
159
199
|
},
|
|
160
200
|
{
|
|
161
201
|
"path": "src/backends/task-backend/shared/export.ts",
|
|
162
|
-
"sha256": "
|
|
163
|
-
"size_bytes":
|
|
202
|
+
"sha256": "775103feef6870d4bf7db966e99aa54a74a0f73d79dbdf2aa3d42ff79b87b039",
|
|
203
|
+
"size_bytes": 5430
|
|
164
204
|
},
|
|
165
205
|
{
|
|
166
206
|
"path": "src/backends/task-backend/shared/id.ts",
|
|
@@ -169,13 +209,13 @@
|
|
|
169
209
|
},
|
|
170
210
|
{
|
|
171
211
|
"path": "src/backends/task-backend/shared/normalize.ts",
|
|
172
|
-
"sha256": "
|
|
173
|
-
"size_bytes":
|
|
212
|
+
"sha256": "529744698c4787cbd3b44be60195afc2e07858ade36c254733742583a26d0387",
|
|
213
|
+
"size_bytes": 9153
|
|
174
214
|
},
|
|
175
215
|
{
|
|
176
216
|
"path": "src/backends/task-backend/shared/record.ts",
|
|
177
|
-
"sha256": "
|
|
178
|
-
"size_bytes":
|
|
217
|
+
"sha256": "e705d6244f943643c816fb8c5d4280e4c3d69a24e145f8e0ddff86b1e3b939f8",
|
|
218
|
+
"size_bytes": 4060
|
|
179
219
|
},
|
|
180
220
|
{
|
|
181
221
|
"path": "src/backends/task-backend/shared/strings.ts",
|
|
@@ -184,13 +224,13 @@
|
|
|
184
224
|
},
|
|
185
225
|
{
|
|
186
226
|
"path": "src/backends/task-backend/shared/types.ts",
|
|
187
|
-
"sha256": "
|
|
188
|
-
"size_bytes":
|
|
227
|
+
"sha256": "3ee9fcd7fdf61c61da1cf8e90784b70fe6dd61af55cc33f3b0c7f2c2003c43ae",
|
|
228
|
+
"size_bytes": 5011
|
|
189
229
|
},
|
|
190
230
|
{
|
|
191
231
|
"path": "src/backends/task-index.ts",
|
|
192
|
-
"sha256": "
|
|
193
|
-
"size_bytes":
|
|
232
|
+
"sha256": "07d460779ebcde33c7884fb97ea0a1b3e11c660818435849cd8fc200221e724b",
|
|
233
|
+
"size_bytes": 4893
|
|
194
234
|
},
|
|
195
235
|
{
|
|
196
236
|
"path": "src/cli.ts",
|
|
@@ -204,8 +244,8 @@
|
|
|
204
244
|
},
|
|
205
245
|
{
|
|
206
246
|
"path": "src/cli/bootstrap-guide.ts",
|
|
207
|
-
"sha256": "
|
|
208
|
-
"size_bytes":
|
|
247
|
+
"sha256": "f9be0eacc9c4eba549adde79ba2a63dee071e8e06368930ecd3cfa8113860f8d",
|
|
248
|
+
"size_bytes": 5512
|
|
209
249
|
},
|
|
210
250
|
{
|
|
211
251
|
"path": "src/cli/checksum.ts",
|
|
@@ -219,13 +259,18 @@
|
|
|
219
259
|
},
|
|
220
260
|
{
|
|
221
261
|
"path": "src/cli/command-guide.ts",
|
|
222
|
-
"sha256": "
|
|
223
|
-
"size_bytes":
|
|
262
|
+
"sha256": "a8a0dc7a7d7097a4466f48a7931ca15bef4a114ab532718e4b38f54a7d1d6ef2",
|
|
263
|
+
"size_bytes": 10179
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"path": "src/cli/command-invocations.ts",
|
|
267
|
+
"sha256": "6b9d1e065652847256a9524fabd91a2317ef49212ae1dfb086d9227686968c0b",
|
|
268
|
+
"size_bytes": 1558
|
|
224
269
|
},
|
|
225
270
|
{
|
|
226
271
|
"path": "src/cli/command-snippets.ts",
|
|
227
|
-
"sha256": "
|
|
228
|
-
"size_bytes":
|
|
272
|
+
"sha256": "5a65520388cbc0a6f42ab01bc09a753ad5343509b7bc8914fc38129868d73d53",
|
|
273
|
+
"size_bytes": 1270
|
|
229
274
|
},
|
|
230
275
|
{
|
|
231
276
|
"path": "src/cli/critical/cli-runner.ts",
|
|
@@ -249,14 +294,19 @@
|
|
|
249
294
|
},
|
|
250
295
|
{
|
|
251
296
|
"path": "src/cli/exit-codes.ts",
|
|
252
|
-
"sha256": "
|
|
253
|
-
"size_bytes":
|
|
297
|
+
"sha256": "3983377794bd0cf53baa55fbb111ab74a061e8281ceb69efd48f548194ab10c4",
|
|
298
|
+
"size_bytes": 333
|
|
254
299
|
},
|
|
255
300
|
{
|
|
256
301
|
"path": "src/cli/fs-utils.ts",
|
|
257
302
|
"sha256": "d717546afc77830a49fab9f189b4fac514fd941521dc377c6a0c25169421a79c",
|
|
258
303
|
"size_bytes": 783
|
|
259
304
|
},
|
|
305
|
+
{
|
|
306
|
+
"path": "src/cli/group-command.ts",
|
|
307
|
+
"sha256": "98c3a63f146a69f2f031ae0d6c6746273ad3a0c15cc257de9883efe5530a7427",
|
|
308
|
+
"size_bytes": 2346
|
|
309
|
+
},
|
|
260
310
|
{
|
|
261
311
|
"path": "src/cli/http.ts",
|
|
262
312
|
"sha256": "b953c1e42b1d193d026191b0f94b8dee3666f441b9aafbf800648c9bc93895f3",
|
|
@@ -264,13 +314,13 @@
|
|
|
264
314
|
},
|
|
265
315
|
{
|
|
266
316
|
"path": "src/cli/output.ts",
|
|
267
|
-
"sha256": "
|
|
268
|
-
"size_bytes":
|
|
317
|
+
"sha256": "d547f0273ec85e5b0e3c19b44d60faef709228890ac329608d64f3782effec34",
|
|
318
|
+
"size_bytes": 6485
|
|
269
319
|
},
|
|
270
320
|
{
|
|
271
321
|
"path": "src/cli/prompts.ts",
|
|
272
|
-
"sha256": "
|
|
273
|
-
"size_bytes":
|
|
322
|
+
"sha256": "a43cf67e2e8ce7edb2ce189d5bddc7dbdb84410f33a587129333838cfc30e489",
|
|
323
|
+
"size_bytes": 1421
|
|
274
324
|
},
|
|
275
325
|
{
|
|
276
326
|
"path": "src/cli/reason-codes.ts",
|
|
@@ -282,70 +332,80 @@
|
|
|
282
332
|
"sha256": "ff11b3906d25986b1af314c7895df4bc7660513676c974fa23104605523d182e",
|
|
283
333
|
"size_bytes": 1417
|
|
284
334
|
},
|
|
285
|
-
{
|
|
286
|
-
"path": "src/cli/run-cli.core.pr-flow.test-helpers.ts",
|
|
287
|
-
"sha256": "ca7a43c081af7ba5bec40751ff50bff53b168489dcbbd697117d9ae4f1753fb7",
|
|
288
|
-
"size_bytes": 758
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"path": "src/cli/run-cli.core.tasks.test-helpers.ts",
|
|
292
|
-
"sha256": "98e6e5e8881bee70eccd6f4b8008d98e2bcda9aff3a29b90e2dc72b7b506ad21",
|
|
293
|
-
"size_bytes": 234
|
|
294
|
-
},
|
|
295
335
|
{
|
|
296
336
|
"path": "src/cli/run-cli.test-helpers.ts",
|
|
297
|
-
"sha256": "
|
|
298
|
-
"size_bytes":
|
|
337
|
+
"sha256": "819ca15726d97d3e97d611ce2d5557cb92ff47e57c9c232fa4907e3ccec70cc4",
|
|
338
|
+
"size_bytes": 28525
|
|
299
339
|
},
|
|
300
340
|
{
|
|
301
341
|
"path": "src/cli/run-cli.ts",
|
|
302
|
-
"sha256": "
|
|
303
|
-
"size_bytes":
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"path": "src/cli/run-cli/catalog.ts",
|
|
307
|
-
"sha256": "3acaf91f4b983af2e41f941bf798146760dcc9802d31159b48824f46009e8cd7",
|
|
308
|
-
"size_bytes": 652
|
|
342
|
+
"sha256": "755cf6f51ef86b25247eda7b07105bf4ff0e61c0c58b4718392041625f29220d",
|
|
343
|
+
"size_bytes": 11511
|
|
309
344
|
},
|
|
310
345
|
{
|
|
311
346
|
"path": "src/cli/run-cli/command-catalog.ts",
|
|
312
|
-
"sha256": "
|
|
313
|
-
"size_bytes":
|
|
347
|
+
"sha256": "7e45afb032cd4e78fd76285a7c66c0cc24a17904e5729c4913097c293711addf",
|
|
348
|
+
"size_bytes": 1902
|
|
314
349
|
},
|
|
315
350
|
{
|
|
316
351
|
"path": "src/cli/run-cli/command-catalog/core.ts",
|
|
317
|
-
"sha256": "
|
|
318
|
-
"size_bytes":
|
|
352
|
+
"sha256": "13c2cde00b6e89cfc310bb68f05abf7e632c54bbc071984f9d5495603fbfc298",
|
|
353
|
+
"size_bytes": 7100
|
|
319
354
|
},
|
|
320
355
|
{
|
|
321
356
|
"path": "src/cli/run-cli/command-catalog/lifecycle.ts",
|
|
322
|
-
"sha256": "
|
|
323
|
-
"size_bytes":
|
|
357
|
+
"sha256": "bf7bd0e4b7f29b0c535a152ea4f783700d9d64322568a9bf826eed50665da022",
|
|
358
|
+
"size_bytes": 4235
|
|
324
359
|
},
|
|
325
360
|
{
|
|
326
361
|
"path": "src/cli/run-cli/command-catalog/project.ts",
|
|
327
|
-
"sha256": "
|
|
328
|
-
"size_bytes":
|
|
362
|
+
"sha256": "b835c8635b8772b8495e8ae11bfc5500b0b3e6e67123cddd3456b75896a27bfc",
|
|
363
|
+
"size_bytes": 7234
|
|
329
364
|
},
|
|
330
365
|
{
|
|
331
366
|
"path": "src/cli/run-cli/command-catalog/shared.ts",
|
|
332
|
-
"sha256": "
|
|
333
|
-
"size_bytes":
|
|
367
|
+
"sha256": "c28f307e433de2530adf901470802f3bd32e589d4e8f706adddc2097140a6b12",
|
|
368
|
+
"size_bytes": 1505
|
|
334
369
|
},
|
|
335
370
|
{
|
|
336
371
|
"path": "src/cli/run-cli/command-catalog/task.ts",
|
|
337
|
-
"sha256": "
|
|
338
|
-
"size_bytes":
|
|
372
|
+
"sha256": "4b68a1db355e26e9afdd18ed7046804bb04d2a4926aeb07d2a6ce08b2980feb4",
|
|
373
|
+
"size_bytes": 11818
|
|
339
374
|
},
|
|
340
375
|
{
|
|
341
376
|
"path": "src/cli/run-cli/commands/config.ts",
|
|
342
|
-
"sha256": "
|
|
343
|
-
"size_bytes":
|
|
377
|
+
"sha256": "5addb27516128bea423748d13027d10783f1aae0f7275170a9b539b216d4a8e1",
|
|
378
|
+
"size_bytes": 10551
|
|
344
379
|
},
|
|
345
380
|
{
|
|
346
381
|
"path": "src/cli/run-cli/commands/core.ts",
|
|
347
|
-
"sha256": "
|
|
348
|
-
"size_bytes":
|
|
382
|
+
"sha256": "bcb8e532d2ac7a68c053b539b24dc8b70c26769290ecd7205449fdda145a1476",
|
|
383
|
+
"size_bytes": 258
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"path": "src/cli/run-cli/commands/core/agent-profiles.ts",
|
|
387
|
+
"sha256": "e632cf00bbc1ac48ad19135ce31acea5954838555200efe4a93e5f8f6bea2358",
|
|
388
|
+
"size_bytes": 3984
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"path": "src/cli/run-cli/commands/core/agents.ts",
|
|
392
|
+
"sha256": "91fb98e11f156297f5e7173e1e4cba3308204dd050edfac98627110f2dc6bd32",
|
|
393
|
+
"size_bytes": 4799
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"path": "src/cli/run-cli/commands/core/preflight.ts",
|
|
397
|
+
"sha256": "8485aa8711f9521b3fa06dd14f50d42392c59ebd1749f5ffcd2fa769c66b14a7",
|
|
398
|
+
"size_bytes": 11499
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"path": "src/cli/run-cli/commands/core/quickstart.ts",
|
|
402
|
+
"sha256": "f028ba6d68d3c65ff810a6b08e149d8f82fef95369de2bd77f4579349ac2bb4a",
|
|
403
|
+
"size_bytes": 1624
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"path": "src/cli/run-cli/commands/core/role.ts",
|
|
407
|
+
"sha256": "50bb35d11f9dca3224c7f5cfcef25ab8bba440190fc0a57d2b12dcf8af6098cb",
|
|
408
|
+
"size_bytes": 4355
|
|
349
409
|
},
|
|
350
410
|
{
|
|
351
411
|
"path": "src/cli/run-cli/commands/ide.ts",
|
|
@@ -399,8 +459,8 @@
|
|
|
399
459
|
},
|
|
400
460
|
{
|
|
401
461
|
"path": "src/cli/run-cli/commands/init/write-env.ts",
|
|
402
|
-
"sha256": "
|
|
403
|
-
"size_bytes":
|
|
462
|
+
"sha256": "d6d53b0ee3c53e1c1cf836eb31bc62f388d36de7da8de71718782b602b929bc0",
|
|
463
|
+
"size_bytes": 3642
|
|
404
464
|
},
|
|
405
465
|
{
|
|
406
466
|
"path": "src/cli/run-cli/commands/init/write-gitignore.ts",
|
|
@@ -419,13 +479,13 @@
|
|
|
419
479
|
},
|
|
420
480
|
{
|
|
421
481
|
"path": "src/cli/run-cli/error-guidance.ts",
|
|
422
|
-
"sha256": "
|
|
423
|
-
"size_bytes":
|
|
482
|
+
"sha256": "e50c2d6c77bf06350b8c8518c2935e9af6170983ddbd70e309a86befe65d3d81",
|
|
483
|
+
"size_bytes": 7380
|
|
424
484
|
},
|
|
425
485
|
{
|
|
426
486
|
"path": "src/cli/run-cli/globals.ts",
|
|
427
|
-
"sha256": "
|
|
428
|
-
"size_bytes":
|
|
487
|
+
"sha256": "08276a346c59f589d063f100c9c0f0413459c39534e6efb7cdc42cf69a74d3b3",
|
|
488
|
+
"size_bytes": 7511
|
|
429
489
|
},
|
|
430
490
|
{
|
|
431
491
|
"path": "src/cli/run-cli/registry.run.ts",
|
|
@@ -459,8 +519,8 @@
|
|
|
459
519
|
},
|
|
460
520
|
{
|
|
461
521
|
"path": "src/cli/spec/help.ts",
|
|
462
|
-
"sha256": "
|
|
463
|
-
"size_bytes":
|
|
522
|
+
"sha256": "0581f38470ef679eb1db57a0b8338d362691fa099c34fc660d6eac44ea1c2c47",
|
|
523
|
+
"size_bytes": 2820
|
|
464
524
|
},
|
|
465
525
|
{
|
|
466
526
|
"path": "src/cli/spec/parse-utils.ts",
|
|
@@ -474,8 +534,8 @@
|
|
|
474
534
|
},
|
|
475
535
|
{
|
|
476
536
|
"path": "src/cli/spec/registry.ts",
|
|
477
|
-
"sha256": "
|
|
478
|
-
"size_bytes":
|
|
537
|
+
"sha256": "a9776530c4782e9e0b3cc13a02c7dba4449b89dc98996d207ce4b9075705fc4e",
|
|
538
|
+
"size_bytes": 4116
|
|
479
539
|
},
|
|
480
540
|
{
|
|
481
541
|
"path": "src/cli/spec/spec.ts",
|
|
@@ -494,18 +554,13 @@
|
|
|
494
554
|
},
|
|
495
555
|
{
|
|
496
556
|
"path": "src/commands/backend.ts",
|
|
497
|
-
"sha256": "
|
|
498
|
-
"size_bytes":
|
|
557
|
+
"sha256": "c59a89b947cbc0b49877e2c45515b4e4c144a62d1adfde3f842fefa51c3a78dc",
|
|
558
|
+
"size_bytes": 8560
|
|
499
559
|
},
|
|
500
560
|
{
|
|
501
561
|
"path": "src/commands/backend/sync.command.ts",
|
|
502
|
-
"sha256": "
|
|
503
|
-
"size_bytes":
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"path": "src/commands/block.command.ts",
|
|
507
|
-
"sha256": "81d3982a6fe14e4ada551bb77244833ae4a9a10d1f20f8f81acac198d0b41fb4",
|
|
508
|
-
"size_bytes": 152
|
|
562
|
+
"sha256": "480209257dc48d2d9f019de917620c35bca9b41ffb0ad835976a8685d38ef3de",
|
|
563
|
+
"size_bytes": 5948
|
|
509
564
|
},
|
|
510
565
|
{
|
|
511
566
|
"path": "src/commands/block.run.ts",
|
|
@@ -519,18 +574,18 @@
|
|
|
519
574
|
},
|
|
520
575
|
{
|
|
521
576
|
"path": "src/commands/branch/base.command.ts",
|
|
522
|
-
"sha256": "
|
|
523
|
-
"size_bytes":
|
|
577
|
+
"sha256": "990c36b026266c8dc2546739bcb1bba4bd26c4351c106d4abd0f60d36e67e5fc",
|
|
578
|
+
"size_bytes": 4382
|
|
524
579
|
},
|
|
525
580
|
{
|
|
526
581
|
"path": "src/commands/branch/base.ts",
|
|
527
|
-
"sha256": "
|
|
528
|
-
"size_bytes":
|
|
582
|
+
"sha256": "53236fd25d8b155323570f17bbd25e8817e70a4d8f44c47b6fe72269e3191744",
|
|
583
|
+
"size_bytes": 3966
|
|
529
584
|
},
|
|
530
585
|
{
|
|
531
586
|
"path": "src/commands/branch/cleanup-merged.ts",
|
|
532
|
-
"sha256": "
|
|
533
|
-
"size_bytes":
|
|
587
|
+
"sha256": "0fe143d42784dd09fa52155eba405ef311b79a77cb52c1fc42d7f04471144e1a",
|
|
588
|
+
"size_bytes": 5667
|
|
534
589
|
},
|
|
535
590
|
{
|
|
536
591
|
"path": "src/commands/branch/index.ts",
|
|
@@ -554,8 +609,8 @@
|
|
|
554
609
|
},
|
|
555
610
|
{
|
|
556
611
|
"path": "src/commands/branch/remove.ts",
|
|
557
|
-
"sha256": "
|
|
558
|
-
"size_bytes":
|
|
612
|
+
"sha256": "a5b6fafb5a13ed5595f7284647afe833a92083cae67c84f1f6fd8d0f59fb6fcd",
|
|
613
|
+
"size_bytes": 2916
|
|
559
614
|
},
|
|
560
615
|
{
|
|
561
616
|
"path": "src/commands/branch/status.command.ts",
|
|
@@ -564,8 +619,8 @@
|
|
|
564
619
|
},
|
|
565
620
|
{
|
|
566
621
|
"path": "src/commands/branch/status.ts",
|
|
567
|
-
"sha256": "
|
|
568
|
-
"size_bytes":
|
|
622
|
+
"sha256": "b0eb48f958583094fbf9dd98bd12671c08c9e5531356ed28e8f74b3384c72890",
|
|
623
|
+
"size_bytes": 2695
|
|
569
624
|
},
|
|
570
625
|
{
|
|
571
626
|
"path": "src/commands/branch/work-start.command.ts",
|
|
@@ -574,13 +629,13 @@
|
|
|
574
629
|
},
|
|
575
630
|
{
|
|
576
631
|
"path": "src/commands/branch/work-start.ts",
|
|
577
|
-
"sha256": "
|
|
578
|
-
"size_bytes":
|
|
632
|
+
"sha256": "8e543265072a6b54414d024dcc28195a153e01999c316d14ad22c3f1673e80d8",
|
|
633
|
+
"size_bytes": 10502
|
|
579
634
|
},
|
|
580
635
|
{
|
|
581
636
|
"path": "src/commands/cleanup/merged.command.ts",
|
|
582
|
-
"sha256": "
|
|
583
|
-
"size_bytes":
|
|
637
|
+
"sha256": "27cf4c3b18e7a4eb8bbe4ed666918c59ae6dce1c6fbb573f7b3c65e271e97024",
|
|
638
|
+
"size_bytes": 3053
|
|
584
639
|
},
|
|
585
640
|
{
|
|
586
641
|
"path": "src/commands/commit.command.ts",
|
|
@@ -589,18 +644,13 @@
|
|
|
589
644
|
},
|
|
590
645
|
{
|
|
591
646
|
"path": "src/commands/commit.spec.ts",
|
|
592
|
-
"sha256": "
|
|
593
|
-
"size_bytes":
|
|
647
|
+
"sha256": "87b615dbe1aeb83f24eb874fa5b64fb49bcdd861e63fe296972008b21a1b62e9",
|
|
648
|
+
"size_bytes": 7242
|
|
594
649
|
},
|
|
595
650
|
{
|
|
596
651
|
"path": "src/commands/docs/cli.command.ts",
|
|
597
|
-
"sha256": "
|
|
598
|
-
"size_bytes":
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
"path": "src/commands/doctor.command.ts",
|
|
602
|
-
"sha256": "c65899427cf7574822b076a009dd83dce8467779d442ca2e74c36a8bc7ff4fbb",
|
|
603
|
-
"size_bytes": 111
|
|
652
|
+
"sha256": "52625309006fb87e77c6c822932d0674f7e1f4a9ecaafb9a2f767d27ffbbac41",
|
|
653
|
+
"size_bytes": 1951
|
|
604
654
|
},
|
|
605
655
|
{
|
|
606
656
|
"path": "src/commands/doctor.run.ts",
|
|
@@ -629,23 +679,18 @@
|
|
|
629
679
|
},
|
|
630
680
|
{
|
|
631
681
|
"path": "src/commands/doctor/runtime.ts",
|
|
632
|
-
"sha256": "
|
|
633
|
-
"size_bytes":
|
|
682
|
+
"sha256": "65f99f0b445d19d9b4554fdc71b3012a5acb57d08911b884320689d884f9ff57",
|
|
683
|
+
"size_bytes": 2771
|
|
634
684
|
},
|
|
635
685
|
{
|
|
636
686
|
"path": "src/commands/doctor/workflow.ts",
|
|
637
|
-
"sha256": "
|
|
638
|
-
"size_bytes":
|
|
687
|
+
"sha256": "78607d70847aa416d6be125c454f97fa87fa9cccd4e8f163b14d3136e77192d1",
|
|
688
|
+
"size_bytes": 3039
|
|
639
689
|
},
|
|
640
690
|
{
|
|
641
691
|
"path": "src/commands/doctor/workspace.ts",
|
|
642
|
-
"sha256": "
|
|
643
|
-
"size_bytes":
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"path": "src/commands/finish.command.ts",
|
|
647
|
-
"sha256": "39809d66f61d95d61257593bc9300ee62f2c461a51d04e17b085b672086994b2",
|
|
648
|
-
"size_bytes": 158
|
|
692
|
+
"sha256": "490ae378826a4e5cb1eda223e2ef5d350b2a4b328760434cc50bae914347233a",
|
|
693
|
+
"size_bytes": 15148
|
|
649
694
|
},
|
|
650
695
|
{
|
|
651
696
|
"path": "src/commands/finish.run.ts",
|
|
@@ -654,8 +699,8 @@
|
|
|
654
699
|
},
|
|
655
700
|
{
|
|
656
701
|
"path": "src/commands/finish.spec.ts",
|
|
657
|
-
"sha256": "
|
|
658
|
-
"size_bytes":
|
|
702
|
+
"sha256": "74046160b178dd213884e84f6a4f1589b61c42fdb31c0a2a2825fd18f183254f",
|
|
703
|
+
"size_bytes": 12292
|
|
659
704
|
},
|
|
660
705
|
{
|
|
661
706
|
"path": "src/commands/guard/clean.command.ts",
|
|
@@ -664,18 +709,18 @@
|
|
|
664
709
|
},
|
|
665
710
|
{
|
|
666
711
|
"path": "src/commands/guard/commit.command.ts",
|
|
667
|
-
"sha256": "
|
|
668
|
-
"size_bytes":
|
|
712
|
+
"sha256": "4c62b611525aa148a5a08f9696567b78da07a5df4d8018659dded133beaf96bb",
|
|
713
|
+
"size_bytes": 6462
|
|
669
714
|
},
|
|
670
715
|
{
|
|
671
716
|
"path": "src/commands/guard/guard.command.ts",
|
|
672
|
-
"sha256": "
|
|
673
|
-
"size_bytes":
|
|
717
|
+
"sha256": "79a35ab9a760238620a8473ac3e26cdc42da366cbacc2146afd5ae4cfacd03f3",
|
|
718
|
+
"size_bytes": 808
|
|
674
719
|
},
|
|
675
720
|
{
|
|
676
721
|
"path": "src/commands/guard/impl/allow.ts",
|
|
677
|
-
"sha256": "
|
|
678
|
-
"size_bytes":
|
|
722
|
+
"sha256": "b811aae4f7200aeb2da808d0469dfd00317853dda23e691b26d6f34b1b2b88f3",
|
|
723
|
+
"size_bytes": 5411
|
|
679
724
|
},
|
|
680
725
|
{
|
|
681
726
|
"path": "src/commands/guard/impl/close-message.ts",
|
|
@@ -684,8 +729,8 @@
|
|
|
684
729
|
},
|
|
685
730
|
{
|
|
686
731
|
"path": "src/commands/guard/impl/commands.ts",
|
|
687
|
-
"sha256": "
|
|
688
|
-
"size_bytes":
|
|
732
|
+
"sha256": "8ccf922cc163785e762af2f8f22338792059f804df1aba1576a76b141b5e0f71",
|
|
733
|
+
"size_bytes": 19000
|
|
689
734
|
},
|
|
690
735
|
{
|
|
691
736
|
"path": "src/commands/guard/impl/comment-commit.ts",
|
|
@@ -699,8 +744,8 @@
|
|
|
699
744
|
},
|
|
700
745
|
{
|
|
701
746
|
"path": "src/commands/guard/impl/policy.ts",
|
|
702
|
-
"sha256": "
|
|
703
|
-
"size_bytes":
|
|
747
|
+
"sha256": "2384c4aec4f73bacd12afe6ed6d865b0d49ee3b23220ee08aed4bc43e9c8fbd5",
|
|
748
|
+
"size_bytes": 2234
|
|
704
749
|
},
|
|
705
750
|
{
|
|
706
751
|
"path": "src/commands/guard/index.ts",
|
|
@@ -714,8 +759,8 @@
|
|
|
714
759
|
},
|
|
715
760
|
{
|
|
716
761
|
"path": "src/commands/hooks/hooks.command.ts",
|
|
717
|
-
"sha256": "
|
|
718
|
-
"size_bytes":
|
|
762
|
+
"sha256": "037fb8eca8b87998f05bf69ab6cef600d08d73b4695e69a60c4b955e6fb5d07c",
|
|
763
|
+
"size_bytes": 790
|
|
719
764
|
},
|
|
720
765
|
{
|
|
721
766
|
"path": "src/commands/hooks/index.ts",
|
|
@@ -744,8 +789,8 @@
|
|
|
744
789
|
},
|
|
745
790
|
{
|
|
746
791
|
"path": "src/commands/pr/check.ts",
|
|
747
|
-
"sha256": "
|
|
748
|
-
"size_bytes":
|
|
792
|
+
"sha256": "5847d887b708b1b9f7bf82dcdbc9526a8a83ab7729d7572c24229990291bac1c",
|
|
793
|
+
"size_bytes": 5737
|
|
749
794
|
},
|
|
750
795
|
{
|
|
751
796
|
"path": "src/commands/pr/index.ts",
|
|
@@ -764,23 +809,28 @@
|
|
|
764
809
|
},
|
|
765
810
|
{
|
|
766
811
|
"path": "src/commands/pr/integrate/cmd.ts",
|
|
767
|
-
"sha256": "
|
|
768
|
-
"size_bytes":
|
|
812
|
+
"sha256": "1f2e8b0d80c27ea01eedcaaf36a0fe801e53a33d54e2c01165dca2cbe5086999",
|
|
813
|
+
"size_bytes": 6297
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"path": "src/commands/pr/integrate/internal/cleanup.ts",
|
|
817
|
+
"sha256": "9728e86d3949e19a0d7dfd7150c551c12511399c86ec13cf0c0313da27fc10de",
|
|
818
|
+
"size_bytes": 1867
|
|
769
819
|
},
|
|
770
820
|
{
|
|
771
821
|
"path": "src/commands/pr/integrate/internal/finalize.ts",
|
|
772
|
-
"sha256": "
|
|
773
|
-
"size_bytes":
|
|
822
|
+
"sha256": "7577d54539d24d769ef09e4b135613ee00adac642f3471f4c58e349e443bd642",
|
|
823
|
+
"size_bytes": 3881
|
|
774
824
|
},
|
|
775
825
|
{
|
|
776
826
|
"path": "src/commands/pr/integrate/internal/merge.ts",
|
|
777
|
-
"sha256": "
|
|
778
|
-
"size_bytes":
|
|
827
|
+
"sha256": "f2bdcb2cf57fcb39f20044db20fa62553b37620763e684cbb67ac5d78614339a",
|
|
828
|
+
"size_bytes": 10093
|
|
779
829
|
},
|
|
780
830
|
{
|
|
781
831
|
"path": "src/commands/pr/integrate/internal/prepare.ts",
|
|
782
|
-
"sha256": "
|
|
783
|
-
"size_bytes":
|
|
832
|
+
"sha256": "fbe17885bb3df0c88a87226b90f81bee107aae8dc80256e25c1f1af6acc5e80e",
|
|
833
|
+
"size_bytes": 6193
|
|
784
834
|
},
|
|
785
835
|
{
|
|
786
836
|
"path": "src/commands/pr/integrate/internal/worktree.ts",
|
|
@@ -789,8 +839,8 @@
|
|
|
789
839
|
},
|
|
790
840
|
{
|
|
791
841
|
"path": "src/commands/pr/integrate/verify.ts",
|
|
792
|
-
"sha256": "
|
|
793
|
-
"size_bytes":
|
|
842
|
+
"sha256": "c5bb38b7a2e06e50dc75c0ed79f3f2e9c4c0acccffb23768ac4b59c92a742e7c",
|
|
843
|
+
"size_bytes": 2799
|
|
794
844
|
},
|
|
795
845
|
{
|
|
796
846
|
"path": "src/commands/pr/internal/pr-paths.ts",
|
|
@@ -804,23 +854,23 @@
|
|
|
804
854
|
},
|
|
805
855
|
{
|
|
806
856
|
"path": "src/commands/pr/note.ts",
|
|
807
|
-
"sha256": "
|
|
808
|
-
"size_bytes":
|
|
857
|
+
"sha256": "aaf0153519c6c97f76649d41f0338e9c7628dd96775bb4f0706945999e17d964",
|
|
858
|
+
"size_bytes": 2457
|
|
809
859
|
},
|
|
810
860
|
{
|
|
811
861
|
"path": "src/commands/pr/open.ts",
|
|
812
|
-
"sha256": "
|
|
813
|
-
"size_bytes":
|
|
862
|
+
"sha256": "4b08d812f5354a595c7633d356d49861cc1ac8f22ffd4d357dc53e0daf347928",
|
|
863
|
+
"size_bytes": 3377
|
|
814
864
|
},
|
|
815
865
|
{
|
|
816
866
|
"path": "src/commands/pr/pr.command.ts",
|
|
817
|
-
"sha256": "
|
|
818
|
-
"size_bytes":
|
|
867
|
+
"sha256": "de1f5b715ec3ed6e4f6278b5dc604c05e07be65693711f79698f8288c9d6f8e2",
|
|
868
|
+
"size_bytes": 6391
|
|
819
869
|
},
|
|
820
870
|
{
|
|
821
871
|
"path": "src/commands/pr/update.ts",
|
|
822
|
-
"sha256": "
|
|
823
|
-
"size_bytes":
|
|
872
|
+
"sha256": "f76f5dd96e23cdf6d24f9a6c7fd7739ec926d99bccabf97b8bc0ba06a69caf13",
|
|
873
|
+
"size_bytes": 4117
|
|
824
874
|
},
|
|
825
875
|
{
|
|
826
876
|
"path": "src/commands/ready.command.ts",
|
|
@@ -829,13 +879,13 @@
|
|
|
829
879
|
},
|
|
830
880
|
{
|
|
831
881
|
"path": "src/commands/recipes.test-helpers.ts",
|
|
832
|
-
"sha256": "
|
|
833
|
-
"size_bytes":
|
|
882
|
+
"sha256": "5a767c9adf95157eca4409a52e3128958ae45d5f5b1a92fc3e3ba8b5791f3474",
|
|
883
|
+
"size_bytes": 15428
|
|
834
884
|
},
|
|
835
885
|
{
|
|
836
886
|
"path": "src/commands/recipes.ts",
|
|
837
|
-
"sha256": "
|
|
838
|
-
"size_bytes":
|
|
887
|
+
"sha256": "56933cf86fcf9f7254390c3b09ee77970a90a1b66323a4b925e71c2a12f82cc0",
|
|
888
|
+
"size_bytes": 1659
|
|
839
889
|
},
|
|
840
890
|
{
|
|
841
891
|
"path": "src/commands/recipes/cache-prune.command.ts",
|
|
@@ -844,8 +894,8 @@
|
|
|
844
894
|
},
|
|
845
895
|
{
|
|
846
896
|
"path": "src/commands/recipes/cache.command.ts",
|
|
847
|
-
"sha256": "
|
|
848
|
-
"size_bytes":
|
|
897
|
+
"sha256": "9c8e29a89078ae059cb021bf8412fba37aab68583494e8df10a6eed906d26af4",
|
|
898
|
+
"size_bytes": 1034
|
|
849
899
|
},
|
|
850
900
|
{
|
|
851
901
|
"path": "src/commands/recipes/explain.command.ts",
|
|
@@ -854,8 +904,8 @@
|
|
|
854
904
|
},
|
|
855
905
|
{
|
|
856
906
|
"path": "src/commands/recipes/impl/apply.ts",
|
|
857
|
-
"sha256": "
|
|
858
|
-
"size_bytes":
|
|
907
|
+
"sha256": "d95f5968111fef7e76e9444fd7293cb01b067dd8b59dda6572816195fbe786ff",
|
|
908
|
+
"size_bytes": 6032
|
|
859
909
|
},
|
|
860
910
|
{
|
|
861
911
|
"path": "src/commands/recipes/impl/archive.ts",
|
|
@@ -874,8 +924,8 @@
|
|
|
874
924
|
},
|
|
875
925
|
{
|
|
876
926
|
"path": "src/commands/recipes/impl/commands/explain.ts",
|
|
877
|
-
"sha256": "
|
|
878
|
-
"size_bytes":
|
|
927
|
+
"sha256": "062479c167cf3b26d94a6190e0b3cfeebf767d07ba46c32fc8879caca27c04cc",
|
|
928
|
+
"size_bytes": 6341
|
|
879
929
|
},
|
|
880
930
|
{
|
|
881
931
|
"path": "src/commands/recipes/impl/commands/info.ts",
|
|
@@ -884,8 +934,8 @@
|
|
|
884
934
|
},
|
|
885
935
|
{
|
|
886
936
|
"path": "src/commands/recipes/impl/commands/install.ts",
|
|
887
|
-
"sha256": "
|
|
888
|
-
"size_bytes":
|
|
937
|
+
"sha256": "cc7bcacc1de00b0570b328828d312d3b75852f5537ec8954c552fa4400c70f45",
|
|
938
|
+
"size_bytes": 10638
|
|
889
939
|
},
|
|
890
940
|
{
|
|
891
941
|
"path": "src/commands/recipes/impl/commands/list-remote.ts",
|
|
@@ -919,13 +969,13 @@
|
|
|
919
969
|
},
|
|
920
970
|
{
|
|
921
971
|
"path": "src/commands/recipes/impl/installed-recipes.ts",
|
|
922
|
-
"sha256": "
|
|
923
|
-
"size_bytes":
|
|
972
|
+
"sha256": "8b5b3d8632609ee240d44e3d655f627ff9cfd3f659acb5f632b4c16f9ff93c64",
|
|
973
|
+
"size_bytes": 2970
|
|
924
974
|
},
|
|
925
975
|
{
|
|
926
976
|
"path": "src/commands/recipes/impl/manifest.ts",
|
|
927
|
-
"sha256": "
|
|
928
|
-
"size_bytes":
|
|
977
|
+
"sha256": "a447b3254a936df8e0405edaf37c99ec219906a87baf0b50892b2ec039d3aaf0",
|
|
978
|
+
"size_bytes": 12530
|
|
929
979
|
},
|
|
930
980
|
{
|
|
931
981
|
"path": "src/commands/recipes/impl/normalize.ts",
|
|
@@ -939,8 +989,8 @@
|
|
|
939
989
|
},
|
|
940
990
|
{
|
|
941
991
|
"path": "src/commands/recipes/impl/project-installed-recipes.ts",
|
|
942
|
-
"sha256": "
|
|
943
|
-
"size_bytes":
|
|
992
|
+
"sha256": "a0e9e519dbaecbfbb46adeb36baf0993ae915f51a227cb639a0f3b621d0917c0",
|
|
993
|
+
"size_bytes": 4665
|
|
944
994
|
},
|
|
945
995
|
{
|
|
946
996
|
"path": "src/commands/recipes/impl/project.ts",
|
|
@@ -949,29 +999,24 @@
|
|
|
949
999
|
},
|
|
950
1000
|
{
|
|
951
1001
|
"path": "src/commands/recipes/impl/resolver.ts",
|
|
952
|
-
"sha256": "
|
|
953
|
-
"size_bytes":
|
|
1002
|
+
"sha256": "816ec01b9a93552edf3438c8d92857f8fcaa0f50b8991246a921319a3a1992c7",
|
|
1003
|
+
"size_bytes": 11714
|
|
954
1004
|
},
|
|
955
1005
|
{
|
|
956
1006
|
"path": "src/commands/recipes/impl/scenario.ts",
|
|
957
|
-
"sha256": "
|
|
958
|
-
"size_bytes":
|
|
1007
|
+
"sha256": "b53157b0e233af22062f7bdc3d9e9e0b143515a9b32555e42b0a9e1c2e349af5",
|
|
1008
|
+
"size_bytes": 12012
|
|
959
1009
|
},
|
|
960
1010
|
{
|
|
961
1011
|
"path": "src/commands/recipes/impl/types.ts",
|
|
962
|
-
"sha256": "
|
|
963
|
-
"size_bytes":
|
|
1012
|
+
"sha256": "8f0b0881697a86601afa91b45b794a8853b29ced16a43f0cab014d8183dd3fc8",
|
|
1013
|
+
"size_bytes": 5913
|
|
964
1014
|
},
|
|
965
1015
|
{
|
|
966
1016
|
"path": "src/commands/recipes/info.command.ts",
|
|
967
1017
|
"sha256": "c9e0f0ca7b9c27a151db0779c8dbf77f29e6c323e5ff720cd78b0bf76b62a576",
|
|
968
1018
|
"size_bytes": 703
|
|
969
1019
|
},
|
|
970
|
-
{
|
|
971
|
-
"path": "src/commands/recipes/install.command.ts",
|
|
972
|
-
"sha256": "f40e9e0a42fd32cc9588f4acafb4e45869523c622912cbb9f1f40bfd7dc2a08d",
|
|
973
|
-
"size_bytes": 137
|
|
974
|
-
},
|
|
975
1020
|
{
|
|
976
1021
|
"path": "src/commands/recipes/install.run.ts",
|
|
977
1022
|
"sha256": "300a5323542079147e77135083af2683240f9813415114dc453fc79d26d1d93a",
|
|
@@ -994,18 +1039,23 @@
|
|
|
994
1039
|
},
|
|
995
1040
|
{
|
|
996
1041
|
"path": "src/commands/recipes/recipes.command.ts",
|
|
997
|
-
"sha256": "
|
|
998
|
-
"size_bytes":
|
|
1042
|
+
"sha256": "2a544b6828a63cafb0ac4460c2120f464cdcc43f8e89afd6df2b5b53cdebd7c3",
|
|
1043
|
+
"size_bytes": 983
|
|
999
1044
|
},
|
|
1000
1045
|
{
|
|
1001
1046
|
"path": "src/commands/recipes/remove.command.ts",
|
|
1002
1047
|
"sha256": "2d32b0c4bcd3dd13c843d27327c895595946e3a4f7ff52edac93505133ccef86",
|
|
1003
1048
|
"size_bytes": 718
|
|
1004
1049
|
},
|
|
1050
|
+
{
|
|
1051
|
+
"path": "src/commands/release.test-helpers.ts",
|
|
1052
|
+
"sha256": "59e5c87e94a4dd451be798193160371af935afc7c601c842b71548674e12a34f",
|
|
1053
|
+
"size_bytes": 1997
|
|
1054
|
+
},
|
|
1005
1055
|
{
|
|
1006
1056
|
"path": "src/commands/release/apply.command.ts",
|
|
1007
|
-
"sha256": "
|
|
1008
|
-
"size_bytes":
|
|
1057
|
+
"sha256": "c762ac54cdbbff9294990d198b037929fa28ecec592315c4e6b0b742abfce69d",
|
|
1058
|
+
"size_bytes": 14480
|
|
1009
1059
|
},
|
|
1010
1060
|
{
|
|
1011
1061
|
"path": "src/commands/release/apply.mutation.ts",
|
|
@@ -1029,28 +1079,33 @@
|
|
|
1029
1079
|
},
|
|
1030
1080
|
{
|
|
1031
1081
|
"path": "src/commands/release/plan.command.ts",
|
|
1032
|
-
"sha256": "
|
|
1033
|
-
"size_bytes":
|
|
1082
|
+
"sha256": "2c149546aab2824970eadc9cc6f7a629c7934f1c3cb7aa572fb39794c2627dca",
|
|
1083
|
+
"size_bytes": 10477
|
|
1034
1084
|
},
|
|
1035
1085
|
{
|
|
1036
1086
|
"path": "src/commands/release/release.command.ts",
|
|
1037
|
-
"sha256": "
|
|
1038
|
-
"size_bytes":
|
|
1087
|
+
"sha256": "244b57019382c62d12ebbd26be538eab37b0d422ab48b9a92b7882f943e919c2",
|
|
1088
|
+
"size_bytes": 820
|
|
1039
1089
|
},
|
|
1040
1090
|
{
|
|
1041
1091
|
"path": "src/commands/runtime.command.ts",
|
|
1042
|
-
"sha256": "
|
|
1043
|
-
"size_bytes":
|
|
1092
|
+
"sha256": "aa676d307a27d15b5a2b80ba5aed8436efd79dad218978af81898d1598b336d0",
|
|
1093
|
+
"size_bytes": 8517
|
|
1044
1094
|
},
|
|
1045
1095
|
{
|
|
1046
1096
|
"path": "src/commands/scenario.ts",
|
|
1047
1097
|
"sha256": "2433f38217f6143e9d3580244be0f7069214d7ac3d93554adc0a881e4e8c3017",
|
|
1048
1098
|
"size_bytes": 121
|
|
1049
1099
|
},
|
|
1100
|
+
{
|
|
1101
|
+
"path": "src/commands/scenario/execute.command.ts",
|
|
1102
|
+
"sha256": "f3769b3d1fb5f80ba6389c1e2869bbb2f649b388768d65c97c88e45c497c92a9",
|
|
1103
|
+
"size_bytes": 4991
|
|
1104
|
+
},
|
|
1050
1105
|
{
|
|
1051
1106
|
"path": "src/commands/scenario/impl/commands.ts",
|
|
1052
|
-
"sha256": "
|
|
1053
|
-
"size_bytes":
|
|
1107
|
+
"sha256": "29de95ccd4409d90dbf5d21b457711f0e93ec1eabff531442b335d33480b50dd",
|
|
1108
|
+
"size_bytes": 12975
|
|
1054
1109
|
},
|
|
1055
1110
|
{
|
|
1056
1111
|
"path": "src/commands/scenario/impl/report.ts",
|
|
@@ -1069,13 +1124,13 @@
|
|
|
1069
1124
|
},
|
|
1070
1125
|
{
|
|
1071
1126
|
"path": "src/commands/scenario/run.command.ts",
|
|
1072
|
-
"sha256": "
|
|
1073
|
-
"size_bytes":
|
|
1127
|
+
"sha256": "40f8ade45b5726eaab72f545504b0eb5c04f69ecf5962a8f76f6cc55d2f51a94",
|
|
1128
|
+
"size_bytes": 1310
|
|
1074
1129
|
},
|
|
1075
1130
|
{
|
|
1076
1131
|
"path": "src/commands/scenario/scenario.command.ts",
|
|
1077
|
-
"sha256": "
|
|
1078
|
-
"size_bytes":
|
|
1132
|
+
"sha256": "6dfb8dfe2b848697119596a4a2ebcb2cb63145af9067312b19bdf5917ec1849c",
|
|
1133
|
+
"size_bytes": 1015
|
|
1079
1134
|
},
|
|
1080
1135
|
{
|
|
1081
1136
|
"path": "src/commands/shared/approval-requirements.ts",
|
|
@@ -1084,8 +1139,8 @@
|
|
|
1084
1139
|
},
|
|
1085
1140
|
{
|
|
1086
1141
|
"path": "src/commands/shared/git-context.ts",
|
|
1087
|
-
"sha256": "
|
|
1088
|
-
"size_bytes":
|
|
1142
|
+
"sha256": "e149858683fe09ecbcc95279ad5533efe279c651a303ae0585c4bfeb9fe83e77",
|
|
1143
|
+
"size_bytes": 5585
|
|
1089
1144
|
},
|
|
1090
1145
|
{
|
|
1091
1146
|
"path": "src/commands/shared/git-diff.ts",
|
|
@@ -1094,8 +1149,8 @@
|
|
|
1094
1149
|
},
|
|
1095
1150
|
{
|
|
1096
1151
|
"path": "src/commands/shared/git-ops.ts",
|
|
1097
|
-
"sha256": "
|
|
1098
|
-
"size_bytes":
|
|
1152
|
+
"sha256": "89c10d899395fff03b1f49ca13ca06da4e582453d6d9b955c82d901757872f5d",
|
|
1153
|
+
"size_bytes": 6920
|
|
1099
1154
|
},
|
|
1100
1155
|
{
|
|
1101
1156
|
"path": "src/commands/shared/git-worktree.ts",
|
|
@@ -1112,6 +1167,11 @@
|
|
|
1112
1167
|
"sha256": "c004418becdd4178181c5784a258cff8adf8a66852cb8ce34aada1fb1be0345d",
|
|
1113
1168
|
"size_bytes": 462
|
|
1114
1169
|
},
|
|
1170
|
+
{
|
|
1171
|
+
"path": "src/commands/shared/operator-pipeline.ts",
|
|
1172
|
+
"sha256": "6b0613134f8b85ecb954fe9ee28cc260f6967a434068589de82df7e280493b2d",
|
|
1173
|
+
"size_bytes": 972
|
|
1174
|
+
},
|
|
1115
1175
|
{
|
|
1116
1176
|
"path": "src/commands/shared/path.ts",
|
|
1117
1177
|
"sha256": "d5f004ea52a9d4e40be7ae67cbf4d61a95756ca854cee0f06b9852eeb0f3fe38",
|
|
@@ -1124,28 +1184,33 @@
|
|
|
1124
1184
|
},
|
|
1125
1185
|
{
|
|
1126
1186
|
"path": "src/commands/shared/pr-meta.ts",
|
|
1127
|
-
"sha256": "
|
|
1128
|
-
"size_bytes":
|
|
1187
|
+
"sha256": "41ed31796f8992931203e96881347710479ee4b3f3f051c32a8a913eb30c660c",
|
|
1188
|
+
"size_bytes": 4948
|
|
1129
1189
|
},
|
|
1130
1190
|
{
|
|
1131
1191
|
"path": "src/commands/shared/reconcile-check.ts",
|
|
1132
|
-
"sha256": "
|
|
1133
|
-
"size_bytes":
|
|
1192
|
+
"sha256": "772b84cc201d759bf66539e0cde5dab6a1de397d525efab0de66cd3180cf1f3a",
|
|
1193
|
+
"size_bytes": 6380
|
|
1134
1194
|
},
|
|
1135
1195
|
{
|
|
1136
1196
|
"path": "src/commands/shared/task-backend.ts",
|
|
1137
|
-
"sha256": "
|
|
1138
|
-
"size_bytes":
|
|
1197
|
+
"sha256": "57c81071b8d92a663bc1ac861136e13de8cf2243c2f1cf44167e56ee164adc71",
|
|
1198
|
+
"size_bytes": 8868
|
|
1139
1199
|
},
|
|
1140
1200
|
{
|
|
1141
|
-
"path": "src/commands/shared/task-
|
|
1142
|
-
"sha256": "
|
|
1143
|
-
"size_bytes":
|
|
1201
|
+
"path": "src/commands/shared/task-handoff.ts",
|
|
1202
|
+
"sha256": "c0205fc677b406ae11198e7e6657941b7079960c36382de8273a2044145eb200",
|
|
1203
|
+
"size_bytes": 6625
|
|
1144
1204
|
},
|
|
1145
1205
|
{
|
|
1146
|
-
"path": "src/commands/
|
|
1147
|
-
"sha256": "
|
|
1148
|
-
"size_bytes":
|
|
1206
|
+
"path": "src/commands/shared/task-mutation.ts",
|
|
1207
|
+
"sha256": "55355cb9ba28b70688fa3b906da4be0ccec8bb6e420b1612723efb3dce6cdde2",
|
|
1208
|
+
"size_bytes": 3974
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"path": "src/commands/shared/task-store.ts",
|
|
1212
|
+
"sha256": "2e858422c83fdeae4fd9a209432c900c5bb15c8157032cd86d8437540d6de453",
|
|
1213
|
+
"size_bytes": 22016
|
|
1149
1214
|
},
|
|
1150
1215
|
{
|
|
1151
1216
|
"path": "src/commands/start.run.ts",
|
|
@@ -1162,6 +1227,11 @@
|
|
|
1162
1227
|
"sha256": "d4b5f5bb2d74c25b96ce067c3938fe78a3c969bc223a054d6c4f03a8b0c98548",
|
|
1163
1228
|
"size_bytes": 2269
|
|
1164
1229
|
},
|
|
1230
|
+
{
|
|
1231
|
+
"path": "src/commands/task.test-helpers.ts",
|
|
1232
|
+
"sha256": "4576b18687b1a03f7a8bb3455135fc8a7b679dc6d85bc94ace2db3e90266c41c",
|
|
1233
|
+
"size_bytes": 2423
|
|
1234
|
+
},
|
|
1165
1235
|
{
|
|
1166
1236
|
"path": "src/commands/task/add.command.ts",
|
|
1167
1237
|
"sha256": "a00ff6bc06df4affdf0acbfa68d9394095fd50212d7fa7dacd3795d13f905a5a",
|
|
@@ -1169,13 +1239,13 @@
|
|
|
1169
1239
|
},
|
|
1170
1240
|
{
|
|
1171
1241
|
"path": "src/commands/task/add.ts",
|
|
1172
|
-
"sha256": "
|
|
1173
|
-
"size_bytes":
|
|
1242
|
+
"sha256": "b945776bd7866a8a06201b74e3d5d45c8b419d030a8d3da707e98961fc635e7f",
|
|
1243
|
+
"size_bytes": 2784
|
|
1174
1244
|
},
|
|
1175
1245
|
{
|
|
1176
1246
|
"path": "src/commands/task/block.ts",
|
|
1177
|
-
"sha256": "
|
|
1178
|
-
"size_bytes":
|
|
1247
|
+
"sha256": "a556f3dd57d352fabe4ede6f825a715ef1fb04e9a7eeae5c3718674641cba274",
|
|
1248
|
+
"size_bytes": 3539
|
|
1179
1249
|
},
|
|
1180
1250
|
{
|
|
1181
1251
|
"path": "src/commands/task/close-duplicate.command.ts",
|
|
@@ -1184,8 +1254,8 @@
|
|
|
1184
1254
|
},
|
|
1185
1255
|
{
|
|
1186
1256
|
"path": "src/commands/task/close-duplicate.ts",
|
|
1187
|
-
"sha256": "
|
|
1188
|
-
"size_bytes":
|
|
1257
|
+
"sha256": "fe94fc80eb8f50e48f68bd85ea0c31fe98d438cb33b21c33dc00c902fdabbc14",
|
|
1258
|
+
"size_bytes": 2317
|
|
1189
1259
|
},
|
|
1190
1260
|
{
|
|
1191
1261
|
"path": "src/commands/task/close-noop.command.ts",
|
|
@@ -1194,13 +1264,13 @@
|
|
|
1194
1264
|
},
|
|
1195
1265
|
{
|
|
1196
1266
|
"path": "src/commands/task/close-noop.ts",
|
|
1197
|
-
"sha256": "
|
|
1198
|
-
"size_bytes":
|
|
1267
|
+
"sha256": "4c74a62c716635235560e58147b6e1b7e66b1cb6af8b3ac7796dcb0d5eba2416",
|
|
1268
|
+
"size_bytes": 1621
|
|
1199
1269
|
},
|
|
1200
1270
|
{
|
|
1201
1271
|
"path": "src/commands/task/close-shared.ts",
|
|
1202
|
-
"sha256": "
|
|
1203
|
-
"size_bytes":
|
|
1272
|
+
"sha256": "e1c8c3357133fb3760d0104df441db49c79b2654f67733434305ba7421095eb3",
|
|
1273
|
+
"size_bytes": 1778
|
|
1204
1274
|
},
|
|
1205
1275
|
{
|
|
1206
1276
|
"path": "src/commands/task/comment.command.ts",
|
|
@@ -1209,18 +1279,18 @@
|
|
|
1209
1279
|
},
|
|
1210
1280
|
{
|
|
1211
1281
|
"path": "src/commands/task/comment.ts",
|
|
1212
|
-
"sha256": "
|
|
1213
|
-
"size_bytes":
|
|
1282
|
+
"sha256": "1f41c3a0fd73f68e9582e202796e086013f0b3281344095b5d47b0dd8a50cced",
|
|
1283
|
+
"size_bytes": 2531
|
|
1214
1284
|
},
|
|
1215
1285
|
{
|
|
1216
1286
|
"path": "src/commands/task/derive.command.ts",
|
|
1217
|
-
"sha256": "
|
|
1218
|
-
"size_bytes":
|
|
1287
|
+
"sha256": "fe9b5850ad73f9836397b20aba34b1b30c0cff5b86dd3ca8a9dcd0b67063796f",
|
|
1288
|
+
"size_bytes": 3603
|
|
1219
1289
|
},
|
|
1220
1290
|
{
|
|
1221
1291
|
"path": "src/commands/task/derive.ts",
|
|
1222
|
-
"sha256": "
|
|
1223
|
-
"size_bytes":
|
|
1292
|
+
"sha256": "8262706729413603021d52ea5116838a086004aff666d57fd2898f439ff26600",
|
|
1293
|
+
"size_bytes": 4998
|
|
1224
1294
|
},
|
|
1225
1295
|
{
|
|
1226
1296
|
"path": "src/commands/task/doc-set.command.ts",
|
|
@@ -1239,13 +1309,13 @@
|
|
|
1239
1309
|
},
|
|
1240
1310
|
{
|
|
1241
1311
|
"path": "src/commands/task/doc.command.ts",
|
|
1242
|
-
"sha256": "
|
|
1243
|
-
"size_bytes":
|
|
1312
|
+
"sha256": "150198b4dd0712fc71b57378699033333f8df5d3b3ef945d295c29ad4374b913",
|
|
1313
|
+
"size_bytes": 1146
|
|
1244
1314
|
},
|
|
1245
1315
|
{
|
|
1246
1316
|
"path": "src/commands/task/doc.ts",
|
|
1247
|
-
"sha256": "
|
|
1248
|
-
"size_bytes":
|
|
1317
|
+
"sha256": "582d883e2c9df912dab5a1622fbb0f212b856a270dabfccae6455ca92e1543d0",
|
|
1318
|
+
"size_bytes": 10529
|
|
1249
1319
|
},
|
|
1250
1320
|
{
|
|
1251
1321
|
"path": "src/commands/task/export.command.ts",
|
|
@@ -1257,10 +1327,45 @@
|
|
|
1257
1327
|
"sha256": "1083c3a4b33b5b20a4e3cb3659fb036e5875f8cd0778cf1ef841e7efa79c7c3e",
|
|
1258
1328
|
"size_bytes": 1229
|
|
1259
1329
|
},
|
|
1330
|
+
{
|
|
1331
|
+
"path": "src/commands/task/finish-shared.ts",
|
|
1332
|
+
"sha256": "482de74c88025062595da22463588a35ded0b425e78b4e7537a82315680121b8",
|
|
1333
|
+
"size_bytes": 7735
|
|
1334
|
+
},
|
|
1260
1335
|
{
|
|
1261
1336
|
"path": "src/commands/task/finish.ts",
|
|
1262
|
-
"sha256": "
|
|
1263
|
-
"size_bytes":
|
|
1337
|
+
"sha256": "cee99437392aef973745a8f328bbe8838fd569af78531f8b5bf55b4d692391aa",
|
|
1338
|
+
"size_bytes": 12527
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"path": "src/commands/task/handoff-record.command.ts",
|
|
1342
|
+
"sha256": "5df4774748abbf1bcc45e2df8b4093322a1c9e9886ac8850aa36d38ea625ce49",
|
|
1343
|
+
"size_bytes": 5148
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"path": "src/commands/task/handoff-show.command.ts",
|
|
1347
|
+
"sha256": "b7710b1fd583a95daa68555cedaacd698c7c8d92b779347ffef3f7a1a528144f",
|
|
1348
|
+
"size_bytes": 3153
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"path": "src/commands/task/handoff.command.ts",
|
|
1352
|
+
"sha256": "a5713aa6e86f00f4ff38839e08374ee3122934106d25d617d04127cead5ea1f6",
|
|
1353
|
+
"size_bytes": 1046
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"path": "src/commands/task/handoff.shared.ts",
|
|
1357
|
+
"sha256": "0d480232ae093b511577207ace4c83c692f28c8f40b65efb7b9a68b5c30e2891",
|
|
1358
|
+
"size_bytes": 5640
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"path": "src/commands/task/hosted-close.command.ts",
|
|
1362
|
+
"sha256": "51180c7ace8a9e7f28f28fc6a11b91ed37ffc41b569374028c161ecc2189458f",
|
|
1363
|
+
"size_bytes": 7888
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"path": "src/commands/task/hosted-merge-sync.ts",
|
|
1367
|
+
"sha256": "ce30ce65bdf56b8be72d87f62edaa5d7376de162565fcc418b6a3ad401bfa1ba",
|
|
1368
|
+
"size_bytes": 11509
|
|
1264
1369
|
},
|
|
1265
1370
|
{
|
|
1266
1371
|
"path": "src/commands/task/index.ts",
|
|
@@ -1277,11 +1382,6 @@
|
|
|
1277
1382
|
"sha256": "3e4c11305379b1e053b3fd8c5c0d02e0b215fc49ac9fcc33ee477f2bf6f24a33",
|
|
1278
1383
|
"size_bytes": 745
|
|
1279
1384
|
},
|
|
1280
|
-
{
|
|
1281
|
-
"path": "src/commands/task/list.command.ts",
|
|
1282
|
-
"sha256": "66fb0f49a7c30d1cf3dde3b83bd03d0d92055de21394ed6965c009a8fcf9ccea",
|
|
1283
|
-
"size_bytes": 158
|
|
1284
|
-
},
|
|
1285
1385
|
{
|
|
1286
1386
|
"path": "src/commands/task/list.run.ts",
|
|
1287
1387
|
"sha256": "65630764e50abd4357f6d9359c21a00fd5ef6af31ea9aad3938a007f69a83b97",
|
|
@@ -1294,8 +1394,8 @@
|
|
|
1294
1394
|
},
|
|
1295
1395
|
{
|
|
1296
1396
|
"path": "src/commands/task/list.ts",
|
|
1297
|
-
"sha256": "
|
|
1298
|
-
"size_bytes":
|
|
1397
|
+
"sha256": "0a8c50eb986001486b025e0f9da20a332c11d29d47cc17e1bfda852c0e24f116",
|
|
1398
|
+
"size_bytes": 1779
|
|
1299
1399
|
},
|
|
1300
1400
|
{
|
|
1301
1401
|
"path": "src/commands/task/migrate-doc.command.ts",
|
|
@@ -1304,8 +1404,8 @@
|
|
|
1304
1404
|
},
|
|
1305
1405
|
{
|
|
1306
1406
|
"path": "src/commands/task/migrate-doc.ts",
|
|
1307
|
-
"sha256": "
|
|
1308
|
-
"size_bytes":
|
|
1407
|
+
"sha256": "6ceed2be7b2c41b141b04ede8f69d26fc983315b353a813e44ec07fb5480bc5c",
|
|
1408
|
+
"size_bytes": 15098
|
|
1309
1409
|
},
|
|
1310
1410
|
{
|
|
1311
1411
|
"path": "src/commands/task/migrate.command.ts",
|
|
@@ -1329,13 +1429,8 @@
|
|
|
1329
1429
|
},
|
|
1330
1430
|
{
|
|
1331
1431
|
"path": "src/commands/task/new.ts",
|
|
1332
|
-
"sha256": "
|
|
1333
|
-
"size_bytes":
|
|
1334
|
-
},
|
|
1335
|
-
{
|
|
1336
|
-
"path": "src/commands/task/next.command.ts",
|
|
1337
|
-
"sha256": "2f8c6db1c8efb6f9db900860c2c2ba2fc734861ff20d9ac9d0203746825d0c9c",
|
|
1338
|
-
"size_bytes": 158
|
|
1432
|
+
"sha256": "cb7f0e7165210c1627940534459ca826a946045595709a1747f96aecf71ebef2",
|
|
1433
|
+
"size_bytes": 5875
|
|
1339
1434
|
},
|
|
1340
1435
|
{
|
|
1341
1436
|
"path": "src/commands/task/next.run.ts",
|
|
@@ -1349,18 +1444,18 @@
|
|
|
1349
1444
|
},
|
|
1350
1445
|
{
|
|
1351
1446
|
"path": "src/commands/task/next.ts",
|
|
1352
|
-
"sha256": "
|
|
1353
|
-
"size_bytes":
|
|
1447
|
+
"sha256": "55fd4a360ce65a332c27e5cb176d26290b13852b3db23fadaa45f58e61d81536",
|
|
1448
|
+
"size_bytes": 1267
|
|
1354
1449
|
},
|
|
1355
1450
|
{
|
|
1356
1451
|
"path": "src/commands/task/normalize.command.ts",
|
|
1357
|
-
"sha256": "
|
|
1358
|
-
"size_bytes":
|
|
1452
|
+
"sha256": "2338351b150b972c6a755b19482f7f3104a3d58676e30b852e765faa7f0c98ba",
|
|
1453
|
+
"size_bytes": 2290
|
|
1359
1454
|
},
|
|
1360
1455
|
{
|
|
1361
1456
|
"path": "src/commands/task/normalize.ts",
|
|
1362
|
-
"sha256": "
|
|
1363
|
-
"size_bytes":
|
|
1457
|
+
"sha256": "727b66459e684cb768e27f26a714899b0bc00aece8fc5dae0658f46f25cab42f",
|
|
1458
|
+
"size_bytes": 2252
|
|
1364
1459
|
},
|
|
1365
1460
|
{
|
|
1366
1461
|
"path": "src/commands/task/plan-approve.command.ts",
|
|
@@ -1379,13 +1474,13 @@
|
|
|
1379
1474
|
},
|
|
1380
1475
|
{
|
|
1381
1476
|
"path": "src/commands/task/plan.command.ts",
|
|
1382
|
-
"sha256": "
|
|
1383
|
-
"size_bytes":
|
|
1477
|
+
"sha256": "7921f652b630b88c168e740649e22ccd97f1ce321ed90584298398153e497caf",
|
|
1478
|
+
"size_bytes": 1366
|
|
1384
1479
|
},
|
|
1385
1480
|
{
|
|
1386
1481
|
"path": "src/commands/task/plan.ts",
|
|
1387
|
-
"sha256": "
|
|
1388
|
-
"size_bytes":
|
|
1482
|
+
"sha256": "7d5c6556e1602ea27110bfc2690a9249feeff9cc05331dd0e8e3db843512b542",
|
|
1483
|
+
"size_bytes": 13038
|
|
1389
1484
|
},
|
|
1390
1485
|
{
|
|
1391
1486
|
"path": "src/commands/task/ready.ts",
|
|
@@ -1397,6 +1492,86 @@
|
|
|
1397
1492
|
"sha256": "1891a4b62d6fa8d9ab75b993908a951d37b895f60941b10ad1a45f3bdbfd2d5a",
|
|
1398
1493
|
"size_bytes": 1146
|
|
1399
1494
|
},
|
|
1495
|
+
{
|
|
1496
|
+
"path": "src/commands/task/reclaim.command.ts",
|
|
1497
|
+
"sha256": "f518ba9e40d98b2746fd27b1138b5a58d868e1f0e052e88782a820241421d7e4",
|
|
1498
|
+
"size_bytes": 3754
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"path": "src/commands/task/resume-context.command.ts",
|
|
1502
|
+
"sha256": "969849110a919813933a742c4fa5b63ef4027a0905da68972b82f084503ad311",
|
|
1503
|
+
"size_bytes": 2704
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"path": "src/commands/task/run-cancel.command.ts",
|
|
1507
|
+
"sha256": "16f496bd586f86d213d8e4dc83e67ed81883b362c5033a01dadaeeff81229516",
|
|
1508
|
+
"size_bytes": 1959
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"path": "src/commands/task/run-cancel.spec.ts",
|
|
1512
|
+
"sha256": "ed720870cdb2ac534876b4935bf48e4d8ee4ed2e1f44376dad5c1a623c2571c3",
|
|
1513
|
+
"size_bytes": 1025
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"path": "src/commands/task/run-resume.command.ts",
|
|
1517
|
+
"sha256": "f20f876475cc9d23d2157143f5f4c0245675f5bf9a9698ee70241bff90cc18ef",
|
|
1518
|
+
"size_bytes": 2448
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"path": "src/commands/task/run-resume.spec.ts",
|
|
1522
|
+
"sha256": "bd22eedcf358a173e2681c2e83e04997e13012f07716e4a33ff68c623eafbb71",
|
|
1523
|
+
"size_bytes": 924
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"path": "src/commands/task/run-retry.command.ts",
|
|
1527
|
+
"sha256": "d272cc0b13335b29425fdba40fdc64b81647fe4ebd25103861903477614386e7",
|
|
1528
|
+
"size_bytes": 2511
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"path": "src/commands/task/run-retry.spec.ts",
|
|
1532
|
+
"sha256": "22072e9011c6da25e832bfd7ccad787e0ce07e94a41f6f8c3ccafbcaf0340a44",
|
|
1533
|
+
"size_bytes": 976
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"path": "src/commands/task/run-show.command.ts",
|
|
1537
|
+
"sha256": "012b03e4d79816f47fe24c3c2f14bf74413a5a4964469f90fb42acb8655c5d8e",
|
|
1538
|
+
"size_bytes": 6468
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"path": "src/commands/task/run-show.spec.ts",
|
|
1542
|
+
"sha256": "8aab8282feac837a75e6aba132147e2fb478527a16762d3a22e91e67d85aeab6",
|
|
1543
|
+
"size_bytes": 1779
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"path": "src/commands/task/run-tail.command.ts",
|
|
1547
|
+
"sha256": "599ca041554d1a6d3ce4ac23b8c214a1b988b23d37d7bb573f2cf2d536b1718b",
|
|
1548
|
+
"size_bytes": 1060
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"path": "src/commands/task/run-tail.spec.ts",
|
|
1552
|
+
"sha256": "c7cec8b5b77c8ba9194af7a9d24727d42cb530763faf8c51d3ac9a9fc03c8c8d",
|
|
1553
|
+
"size_bytes": 2056
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"path": "src/commands/task/run-trace.command.ts",
|
|
1557
|
+
"sha256": "d3291abfba27279db15bc2d5b53bce283b565467cfd8a941ebfaf83f4f93614a",
|
|
1558
|
+
"size_bytes": 1052
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"path": "src/commands/task/run-trace.spec.ts",
|
|
1562
|
+
"sha256": "0b79affd0ed6ed2538e1957add562523bbab72c002e007c6fcbf27edd97fe82f",
|
|
1563
|
+
"size_bytes": 1375
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"path": "src/commands/task/run.command.ts",
|
|
1567
|
+
"sha256": "c0c4d76eec38391c1f1aaed17fd91b57e556c756aa8c73aaeb95317e0455b12d",
|
|
1568
|
+
"size_bytes": 4463
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"path": "src/commands/task/run.spec.ts",
|
|
1572
|
+
"sha256": "b8e39bc643f6d21574ee3f2391f0e9f7cfc1835103a7c10904963c28de70612b",
|
|
1573
|
+
"size_bytes": 1175
|
|
1574
|
+
},
|
|
1400
1575
|
{
|
|
1401
1576
|
"path": "src/commands/task/scaffold.command.ts",
|
|
1402
1577
|
"sha256": "80a29edbf7707dcac94686dfdce99a8e4d5f9ff8e8c1c67700b869b6543afe8d",
|
|
@@ -1404,8 +1579,8 @@
|
|
|
1404
1579
|
},
|
|
1405
1580
|
{
|
|
1406
1581
|
"path": "src/commands/task/scaffold.ts",
|
|
1407
|
-
"sha256": "
|
|
1408
|
-
"size_bytes":
|
|
1582
|
+
"sha256": "a62d5a69d8edb625b13e3624b7d6eb7adf27ad8ae26f022bc50fb02c9405f904",
|
|
1583
|
+
"size_bytes": 3918
|
|
1409
1584
|
},
|
|
1410
1585
|
{
|
|
1411
1586
|
"path": "src/commands/task/scrub.command.ts",
|
|
@@ -1414,13 +1589,8 @@
|
|
|
1414
1589
|
},
|
|
1415
1590
|
{
|
|
1416
1591
|
"path": "src/commands/task/scrub.ts",
|
|
1417
|
-
"sha256": "
|
|
1418
|
-
"size_bytes":
|
|
1419
|
-
},
|
|
1420
|
-
{
|
|
1421
|
-
"path": "src/commands/task/search.command.ts",
|
|
1422
|
-
"sha256": "84aa735861fd9b97a15086b76cfb1d3240615f86ede8f3327e3ddbf10d325f03",
|
|
1423
|
-
"size_bytes": 170
|
|
1592
|
+
"sha256": "8651a22154ae2560f9b7063e11d5d1a643f8671d4b2c0c832156a37e8050e1b3",
|
|
1593
|
+
"size_bytes": 2691
|
|
1424
1594
|
},
|
|
1425
1595
|
{
|
|
1426
1596
|
"path": "src/commands/task/search.run.ts",
|
|
@@ -1434,8 +1604,8 @@
|
|
|
1434
1604
|
},
|
|
1435
1605
|
{
|
|
1436
1606
|
"path": "src/commands/task/search.ts",
|
|
1437
|
-
"sha256": "
|
|
1438
|
-
"size_bytes":
|
|
1607
|
+
"sha256": "dca3d3004de99beb814339c877176af50a159818ba7e9df872e3543275cdc180",
|
|
1608
|
+
"size_bytes": 2360
|
|
1439
1609
|
},
|
|
1440
1610
|
{
|
|
1441
1611
|
"path": "src/commands/task/set-status.command.ts",
|
|
@@ -1444,43 +1614,48 @@
|
|
|
1444
1614
|
},
|
|
1445
1615
|
{
|
|
1446
1616
|
"path": "src/commands/task/set-status.ts",
|
|
1447
|
-
"sha256": "
|
|
1448
|
-
"size_bytes":
|
|
1617
|
+
"sha256": "b398a3515ed573c3d4cea62cc350cb6040e35c2f399faa5c2d4ca62e475b6d33",
|
|
1618
|
+
"size_bytes": 4757
|
|
1449
1619
|
},
|
|
1450
1620
|
{
|
|
1451
1621
|
"path": "src/commands/task/shared.ts",
|
|
1452
|
-
"sha256": "
|
|
1453
|
-
"size_bytes":
|
|
1622
|
+
"sha256": "e6b05fa196c68c15d66ef988304ab90ca48d0ad0f6b126b1d581cf9d83ef44a6",
|
|
1623
|
+
"size_bytes": 2407
|
|
1454
1624
|
},
|
|
1455
1625
|
{
|
|
1456
1626
|
"path": "src/commands/task/shared/dependencies.ts",
|
|
1457
|
-
"sha256": "
|
|
1458
|
-
"size_bytes":
|
|
1627
|
+
"sha256": "df9e14def8b3718495860e3adeceee1e9591d83828a43714b15c5bdc2c3d549a",
|
|
1628
|
+
"size_bytes": 5787
|
|
1459
1629
|
},
|
|
1460
1630
|
{
|
|
1461
1631
|
"path": "src/commands/task/shared/docs.ts",
|
|
1462
|
-
"sha256": "
|
|
1463
|
-
"size_bytes":
|
|
1632
|
+
"sha256": "06a849ddec1b67e8da4f146a1095506d9926c581382285ab092f0c5c840ac118",
|
|
1633
|
+
"size_bytes": 5883
|
|
1464
1634
|
},
|
|
1465
1635
|
{
|
|
1466
1636
|
"path": "src/commands/task/shared/listing.ts",
|
|
1467
|
-
"sha256": "
|
|
1468
|
-
"size_bytes":
|
|
1637
|
+
"sha256": "61ed723f24362e632a860ba20bc66c57a8b84630aa28b200d9f04e50a8f6f1ae",
|
|
1638
|
+
"size_bytes": 7288
|
|
1469
1639
|
},
|
|
1470
1640
|
{
|
|
1471
1641
|
"path": "src/commands/task/shared/tags.ts",
|
|
1472
1642
|
"sha256": "d260115e79c197324a4c011cd675568db07bb8e624aeaa3b08d8809045f73785",
|
|
1473
1643
|
"size_bytes": 8619
|
|
1474
1644
|
},
|
|
1645
|
+
{
|
|
1646
|
+
"path": "src/commands/task/shared/transition-command.ts",
|
|
1647
|
+
"sha256": "813110787c7639b67248d4a070f2adf376c7a47920c994e7fbe9cb2afa5751a7",
|
|
1648
|
+
"size_bytes": 2244
|
|
1649
|
+
},
|
|
1475
1650
|
{
|
|
1476
1651
|
"path": "src/commands/task/shared/transitions.ts",
|
|
1477
|
-
"sha256": "
|
|
1478
|
-
"size_bytes":
|
|
1652
|
+
"sha256": "97fc7b40d4bd484b09f57de1220ae829982f6534c7362758a9c9e3b13fcbbf40",
|
|
1653
|
+
"size_bytes": 10627
|
|
1479
1654
|
},
|
|
1480
1655
|
{
|
|
1481
|
-
"path": "src/commands/task/
|
|
1482
|
-
"sha256": "
|
|
1483
|
-
"size_bytes":
|
|
1656
|
+
"path": "src/commands/task/shared/workflow-transition-service.ts",
|
|
1657
|
+
"sha256": "21c5918f2cbdcaa56bec2765a00647ebfe4de456cde8471a42146bb7bd380251",
|
|
1658
|
+
"size_bytes": 10892
|
|
1484
1659
|
},
|
|
1485
1660
|
{
|
|
1486
1661
|
"path": "src/commands/task/show.run.ts",
|
|
@@ -1494,8 +1669,8 @@
|
|
|
1494
1669
|
},
|
|
1495
1670
|
{
|
|
1496
1671
|
"path": "src/commands/task/show.ts",
|
|
1497
|
-
"sha256": "
|
|
1498
|
-
"size_bytes":
|
|
1672
|
+
"sha256": "b59d9d30407df4e438f819756fe9ca662229b147fc7d126e57d21e2017900013",
|
|
1673
|
+
"size_bytes": 2641
|
|
1499
1674
|
},
|
|
1500
1675
|
{
|
|
1501
1676
|
"path": "src/commands/task/start-ready.command.ts",
|
|
@@ -1509,13 +1684,13 @@
|
|
|
1509
1684
|
},
|
|
1510
1685
|
{
|
|
1511
1686
|
"path": "src/commands/task/start.ts",
|
|
1512
|
-
"sha256": "
|
|
1513
|
-
"size_bytes":
|
|
1687
|
+
"sha256": "8f3720ca9baf0d1f931c6b624b9dd9eb1eb18c5e6fde1f5db907ba7e2324900f",
|
|
1688
|
+
"size_bytes": 5638
|
|
1514
1689
|
},
|
|
1515
1690
|
{
|
|
1516
1691
|
"path": "src/commands/task/task.command.ts",
|
|
1517
|
-
"sha256": "
|
|
1518
|
-
"size_bytes":
|
|
1692
|
+
"sha256": "8351b7e44a28940c36ba1c7892d92b3e5e3ede3d5e4d5438aef882abdab25fd0",
|
|
1693
|
+
"size_bytes": 2470
|
|
1519
1694
|
},
|
|
1520
1695
|
{
|
|
1521
1696
|
"path": "src/commands/task/update.command.ts",
|
|
@@ -1539,8 +1714,8 @@
|
|
|
1539
1714
|
},
|
|
1540
1715
|
{
|
|
1541
1716
|
"path": "src/commands/task/verify-record.ts",
|
|
1542
|
-
"sha256": "
|
|
1543
|
-
"size_bytes":
|
|
1717
|
+
"sha256": "4598f6d2071d3dd69a84bb51f8035479738fcfb2168a40713532fc5527c26329",
|
|
1718
|
+
"size_bytes": 5502
|
|
1544
1719
|
},
|
|
1545
1720
|
{
|
|
1546
1721
|
"path": "src/commands/task/verify-rework.command.ts",
|
|
@@ -1554,28 +1729,43 @@
|
|
|
1554
1729
|
},
|
|
1555
1730
|
{
|
|
1556
1731
|
"path": "src/commands/task/verify.command.ts",
|
|
1557
|
-
"sha256": "
|
|
1558
|
-
"size_bytes":
|
|
1732
|
+
"sha256": "c0f28b3d91affddcc2106a7b4ad9e80a781426f9105d04c4cbd4804f86a1798a",
|
|
1733
|
+
"size_bytes": 1105
|
|
1559
1734
|
},
|
|
1560
1735
|
{
|
|
1561
1736
|
"path": "src/commands/upgrade.command.ts",
|
|
1562
|
-
"sha256": "
|
|
1563
|
-
"size_bytes":
|
|
1737
|
+
"sha256": "ea391847a92e69bf0cfa6022162285ecd933fda5de83425df7db02eefc615aab",
|
|
1738
|
+
"size_bytes": 6642
|
|
1564
1739
|
},
|
|
1565
1740
|
{
|
|
1566
1741
|
"path": "src/commands/upgrade.ts",
|
|
1567
|
-
"sha256": "
|
|
1568
|
-
"size_bytes":
|
|
1742
|
+
"sha256": "c7a932a73d58bf92a22351a9611f6a7d2d85f085f145f270982596aa1e9b0d66",
|
|
1743
|
+
"size_bytes": 11145
|
|
1569
1744
|
},
|
|
1570
1745
|
{
|
|
1571
1746
|
"path": "src/commands/upgrade/apply.ts",
|
|
1572
|
-
"sha256": "
|
|
1573
|
-
"size_bytes":
|
|
1747
|
+
"sha256": "1016786991b700e193b7792f9f6bf15a8447267bb26c1084c9c03f856df5c06b",
|
|
1748
|
+
"size_bytes": 9892
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"path": "src/commands/upgrade/materialize.ts",
|
|
1752
|
+
"sha256": "b0faf12c6530111ffd6ce64c4023fbed77397dfce2e372c9c0d9643655f8808c",
|
|
1753
|
+
"size_bytes": 8272
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"path": "src/commands/upgrade/plan.ts",
|
|
1757
|
+
"sha256": "a1aeeebed41c4f2273a2a9c0c49053a1797882ccd21de0ddb125d075f463fdcf",
|
|
1758
|
+
"size_bytes": 7844
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"path": "src/commands/upgrade/policy.ts",
|
|
1762
|
+
"sha256": "b9aa314bdc2c8437a91e58ca437e2295ebe56edf82cfb50964f6151108a018f5",
|
|
1763
|
+
"size_bytes": 7087
|
|
1574
1764
|
},
|
|
1575
1765
|
{
|
|
1576
1766
|
"path": "src/commands/upgrade/report.ts",
|
|
1577
|
-
"sha256": "
|
|
1578
|
-
"size_bytes":
|
|
1767
|
+
"sha256": "b3c98bcafdfc90fd912029feab3bc232f049b8aeb148cfdd28d4f2c98a2713c5",
|
|
1768
|
+
"size_bytes": 4402
|
|
1579
1769
|
},
|
|
1580
1770
|
{
|
|
1581
1771
|
"path": "src/commands/upgrade/source.ts",
|
|
@@ -1587,11 +1777,6 @@
|
|
|
1587
1777
|
"sha256": "1e8bb43e8d3853c63cfb959e4a386cd7b45b24889f22f3305ffa7cb08350a819",
|
|
1588
1778
|
"size_bytes": 950
|
|
1589
1779
|
},
|
|
1590
|
-
{
|
|
1591
|
-
"path": "src/commands/verify.command.ts",
|
|
1592
|
-
"sha256": "22d0aee116ffc4d4906fae9810ec55c06a52a2c9d7709347e69aa0c02242100f",
|
|
1593
|
-
"size_bytes": 158
|
|
1594
|
-
},
|
|
1595
1780
|
{
|
|
1596
1781
|
"path": "src/commands/verify.run.ts",
|
|
1597
1782
|
"sha256": "caf998a2e4464693ad57fd6e524cbc5ba3f8a5c605a98022ac0d5515ca4c05f8",
|
|
@@ -1619,8 +1804,8 @@
|
|
|
1619
1804
|
},
|
|
1620
1805
|
{
|
|
1621
1806
|
"path": "src/commands/workflow.command.ts",
|
|
1622
|
-
"sha256": "
|
|
1623
|
-
"size_bytes":
|
|
1807
|
+
"sha256": "e21571607edd59bd486485f623570d908c6ad6027e11fc215834bee9b8d7b212",
|
|
1808
|
+
"size_bytes": 987
|
|
1624
1809
|
},
|
|
1625
1810
|
{
|
|
1626
1811
|
"path": "src/commands/workflow.ts",
|
|
@@ -1699,8 +1884,8 @@
|
|
|
1699
1884
|
},
|
|
1700
1885
|
{
|
|
1701
1886
|
"path": "src/policy/rules/allowlist.ts",
|
|
1702
|
-
"sha256": "
|
|
1703
|
-
"size_bytes":
|
|
1887
|
+
"sha256": "55a57008de6055af2e470b5c8008cb5f67dded167fc6de1d02d86f04454a60df",
|
|
1888
|
+
"size_bytes": 2096
|
|
1704
1889
|
},
|
|
1705
1890
|
{
|
|
1706
1891
|
"path": "src/policy/rules/branch-pr-base.ts",
|
|
@@ -1744,18 +1929,183 @@
|
|
|
1744
1929
|
},
|
|
1745
1930
|
{
|
|
1746
1931
|
"path": "src/ports/task-backend-port.ts",
|
|
1747
|
-
"sha256": "
|
|
1748
|
-
"size_bytes":
|
|
1932
|
+
"sha256": "3869fbd4166d41ff20d2c934e154deacb1c8c4e68d55d96f10176c73e42cfe75",
|
|
1933
|
+
"size_bytes": 583
|
|
1749
1934
|
},
|
|
1750
1935
|
{
|
|
1751
1936
|
"path": "src/recipes/bundled-recipes.ts",
|
|
1752
1937
|
"sha256": "d5028de2b19e56382cb4628536ad641d31f8a6eb3e44014133d395596e4bb4ed",
|
|
1753
1938
|
"size_bytes": 925
|
|
1754
1939
|
},
|
|
1940
|
+
{
|
|
1941
|
+
"path": "src/runner/adapters/codex.ts",
|
|
1942
|
+
"sha256": "0bfadd9b02ec5a7f0cbadd67d1113b4f682f5fac313548d5d5da80897b1f5889",
|
|
1943
|
+
"size_bytes": 18746
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"path": "src/runner/adapters/custom.ts",
|
|
1947
|
+
"sha256": "cc3a483956c7f185c3560a2ac28c2a0ed5e4c59ba29df05d371e45de1faa2139",
|
|
1948
|
+
"size_bytes": 23652
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"path": "src/runner/adapters/index.ts",
|
|
1952
|
+
"sha256": "72a469914f124d3a11e4da87ac7f157f5e2536de2400351fd4bad350713734b6",
|
|
1953
|
+
"size_bytes": 746
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
"path": "src/runner/adapters/recipe-run-profile.ts",
|
|
1957
|
+
"sha256": "789359a40f02af302af1136d08548dea78a4b350c3f992639275f642eedcdfaa",
|
|
1958
|
+
"size_bytes": 2395
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"path": "src/runner/adapters/shared.ts",
|
|
1962
|
+
"sha256": "8b0edf11b0cb5061dc746db5d9d9e0ed50779b5f2724a6fc85a68248eff4a396",
|
|
1963
|
+
"size_bytes": 3253
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"path": "src/runner/artifacts.ts",
|
|
1967
|
+
"sha256": "2cea2ef035b17581fec0cc27437d206130a44967793c2e35fc1e3369ebcdeca8",
|
|
1968
|
+
"size_bytes": 7528
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"path": "src/runner/codex-approval-probe.ts",
|
|
1972
|
+
"sha256": "7fbbdb97de04f470a4d69eeabea9b3de8a93dbd8554e2912fbe28dc3aa59b94a",
|
|
1973
|
+
"size_bytes": 2598
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"path": "src/runner/codex-smoke.ts",
|
|
1977
|
+
"sha256": "4ce798b51e96129f834fc70f4a887ce8379bb53ad4411bbf29233a7690fb548d",
|
|
1978
|
+
"size_bytes": 1932
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"path": "src/runner/config.ts",
|
|
1982
|
+
"sha256": "c35259c3bcced29d05352914c2fddd2b80e8689f95596a2f95e22cace9d61dff",
|
|
1983
|
+
"size_bytes": 836
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"path": "src/runner/context/base-prompts.ts",
|
|
1987
|
+
"sha256": "1626544eb4892d1af134b5f9846e48b69da23b4b2a6133761b1a8bd29d8d6ecb",
|
|
1988
|
+
"size_bytes": 11389
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"path": "src/runner/context/recipe-context.ts",
|
|
1992
|
+
"sha256": "1b76402402721a1c10dabdf79e4be55322a3a121d0d73b1a08aff3bab456ef49",
|
|
1993
|
+
"size_bytes": 2824
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"path": "src/runner/context/task-context.ts",
|
|
1997
|
+
"sha256": "44bca2f9fdb0e38ede8f2575dcea294f74b643b75d383f1b4692b4632a296e5e",
|
|
1998
|
+
"size_bytes": 10865
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"path": "src/runner/index.ts",
|
|
2002
|
+
"sha256": "198fdc6a8af0238d2fc752d790f23d2cc2d51a910fe5bc9a7557faf1e60f54bb",
|
|
2003
|
+
"size_bytes": 1804
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"path": "src/runner/policy-decision.ts",
|
|
2007
|
+
"sha256": "88e20add8e5fdd63e84046b985ea3d82c0e2e085f1aaf9360a89e3ac7a5d35ca",
|
|
2008
|
+
"size_bytes": 3310
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"path": "src/runner/policy-display.ts",
|
|
2012
|
+
"sha256": "926015605da4e1356898d3a7e1835e78d7d2160242c385b7b290a9b11eacdf1f",
|
|
2013
|
+
"size_bytes": 1712
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"path": "src/runner/process-supervision.ts",
|
|
2017
|
+
"sha256": "c4a83eedc170298f1dcf4751cefe8e5a372b2360444668315c7661569b6c15a1",
|
|
2018
|
+
"size_bytes": 18423
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
"path": "src/runner/result-manifest-policy.ts",
|
|
2022
|
+
"sha256": "271c37472eca4ac973304c008a33d93008dc12eeb45903d84257b934fb3b7c34",
|
|
2023
|
+
"size_bytes": 3810
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"path": "src/runner/result-manifest.ts",
|
|
2027
|
+
"sha256": "17ed9c90a8d0c788372eeafc598c4c174963260a0d69155e31a5f2cd7d65056e",
|
|
2028
|
+
"size_bytes": 14251
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"path": "src/runner/run-id.ts",
|
|
2032
|
+
"sha256": "748a9d5762e8a35faf1493fa2a39e9f4f116b95cf2281d576d9bf0bac1786d0e",
|
|
2033
|
+
"size_bytes": 142
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"path": "src/runner/run-repository.ts",
|
|
2037
|
+
"sha256": "87ce4a29f65ee5eb02c5a88f4ea54264c07923e7403fa39d9dcd17467b0059b4",
|
|
2038
|
+
"size_bytes": 8091
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"path": "src/runner/task-run-paths.ts",
|
|
2042
|
+
"sha256": "ba4b653ddddefe9f0a321b5daf9335ecfa619951de994d01cf5485a84bf44ac7",
|
|
2043
|
+
"size_bytes": 1384
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"path": "src/runner/task-state.ts",
|
|
2047
|
+
"sha256": "c4871cf95fb907704fcfc8e3f48eb76c362591a4f6289fb83b66ce2bf45d00d8",
|
|
2048
|
+
"size_bytes": 15341
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"path": "src/runner/test-helpers.ts",
|
|
2052
|
+
"sha256": "f52013a1f647b1a343a09ee6b39795c0d5b6392917eeefdabe0a20f6b0edf861",
|
|
2053
|
+
"size_bytes": 4732
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"path": "src/runner/trace-artifacts.ts",
|
|
2057
|
+
"sha256": "d0a6f6ae2b25df049fb0838ab52a1d77219bd3b5475e23c6ac6925cb4dc851e3",
|
|
2058
|
+
"size_bytes": 2896
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"path": "src/runner/trace.ts",
|
|
2062
|
+
"sha256": "4dbb1bae071b8f18272719a886f106f85d1fc320afba73d41164a4cbcb821b06",
|
|
2063
|
+
"size_bytes": 1365
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
"path": "src/runner/types.ts",
|
|
2067
|
+
"sha256": "ea9dac18ae61613a9b0ff6cf73f642b9e94b3862df81ddc9578b2fd6354be909",
|
|
2068
|
+
"size_bytes": 9421
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"path": "src/runner/usecases/scenario-materialize-task.ts",
|
|
2072
|
+
"sha256": "41f443af7350e66e2df1709d78feed3b5115c53d4990b6b3a6a31959b596d093",
|
|
2073
|
+
"size_bytes": 7051
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"path": "src/runner/usecases/task-run-inspect.ts",
|
|
2077
|
+
"sha256": "af8c7d32b0b9e196911aa198a5fdce0bfc1a879e41272365a14e2bf93aa0f16d",
|
|
2078
|
+
"size_bytes": 3299
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"path": "src/runner/usecases/task-run-lifecycle-cancel.ts",
|
|
2082
|
+
"sha256": "642fa373b058f4e568570e47a8fd7a54965653ddc8739a78fe15cba28db6ca36",
|
|
2083
|
+
"size_bytes": 6022
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"path": "src/runner/usecases/task-run-lifecycle-replay.ts",
|
|
2087
|
+
"sha256": "465fcab6da03e96c539dbe0884f3249b5fe9636a49173d1826b5e6a4e0d49272",
|
|
2088
|
+
"size_bytes": 5067
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"path": "src/runner/usecases/task-run-lifecycle-shared.ts",
|
|
2092
|
+
"sha256": "6ba00a125cce8c5f7c429c7c912a308cdc77c380df1410d214d8270e728ae939",
|
|
2093
|
+
"size_bytes": 7996
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
"path": "src/runner/usecases/task-run-lifecycle.ts",
|
|
2097
|
+
"sha256": "101027db05c133ff6c112dad761102e7980333a28beb253612e82868ef8851cb",
|
|
2098
|
+
"size_bytes": 330
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"path": "src/runner/usecases/task-run.ts",
|
|
2102
|
+
"sha256": "04c68b4c4018a65795af8d87c159e8432cd8ebdcaa542a39098cb2a8166a4163",
|
|
2103
|
+
"size_bytes": 11973
|
|
2104
|
+
},
|
|
1755
2105
|
{
|
|
1756
2106
|
"path": "src/shared/agent-emoji.ts",
|
|
1757
|
-
"sha256": "
|
|
1758
|
-
"size_bytes":
|
|
2107
|
+
"sha256": "f7796b1e0b7a51d48595374d656c67dde85ce6954a1240c52e8f4259cc6f0221",
|
|
2108
|
+
"size_bytes": 1936
|
|
1759
2109
|
},
|
|
1760
2110
|
{
|
|
1761
2111
|
"path": "src/shared/allow-prefix-policy.ts",
|
|
@@ -1784,8 +2134,8 @@
|
|
|
1784
2134
|
},
|
|
1785
2135
|
{
|
|
1786
2136
|
"path": "src/shared/errors.ts",
|
|
1787
|
-
"sha256": "
|
|
1788
|
-
"size_bytes":
|
|
2137
|
+
"sha256": "1d80d9467f2d16ce55529436dedf8b6d34e32b495d86fb9effb4d7e9cf6123a2",
|
|
2138
|
+
"size_bytes": 1326
|
|
1789
2139
|
},
|
|
1790
2140
|
{
|
|
1791
2141
|
"path": "src/shared/git-log.ts",
|
|
@@ -1799,8 +2149,8 @@
|
|
|
1799
2149
|
},
|
|
1800
2150
|
{
|
|
1801
2151
|
"path": "src/shared/guards.ts",
|
|
1802
|
-
"sha256": "
|
|
1803
|
-
"size_bytes":
|
|
2152
|
+
"sha256": "1ff5f14cca90fa8520e0cb0deff2384f304ac407b2352e703be850d8210a8821",
|
|
2153
|
+
"size_bytes": 213
|
|
1804
2154
|
},
|
|
1805
2155
|
{
|
|
1806
2156
|
"path": "src/shared/policy-gateway.ts",
|
|
@@ -1809,13 +2159,13 @@
|
|
|
1809
2159
|
},
|
|
1810
2160
|
{
|
|
1811
2161
|
"path": "src/shared/protected-paths.ts",
|
|
1812
|
-
"sha256": "
|
|
1813
|
-
"size_bytes":
|
|
2162
|
+
"sha256": "6b2f27bf7910ba28865099a14382e7b0aaeb146151296061395d39eed5385200",
|
|
2163
|
+
"size_bytes": 4006
|
|
1814
2164
|
},
|
|
1815
2165
|
{
|
|
1816
2166
|
"path": "src/shared/repo-cli-version.ts",
|
|
1817
|
-
"sha256": "
|
|
1818
|
-
"size_bytes":
|
|
2167
|
+
"sha256": "8cc901a52a5b59955831e262bb5f2a616ee0021d323c33cdab2f8ba7d2f6dad4",
|
|
2168
|
+
"size_bytes": 3602
|
|
1819
2169
|
},
|
|
1820
2170
|
{
|
|
1821
2171
|
"path": "src/shared/runtime-artifacts.ts",
|
|
@@ -1832,6 +2182,16 @@
|
|
|
1832
2182
|
"sha256": "b266926e09aac485e48f559f81acce7cce89913426e322bc37ebf7d930a08961",
|
|
1833
2183
|
"size_bytes": 315
|
|
1834
2184
|
},
|
|
2185
|
+
{
|
|
2186
|
+
"path": "src/shared/task-doc-conflicts.ts",
|
|
2187
|
+
"sha256": "42b4f7c06932b30c0a278570b29b788c6910fe6984cf8135bc0f7f585100858c",
|
|
2188
|
+
"size_bytes": 1694
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"path": "src/shared/task-doc-state.ts",
|
|
2192
|
+
"sha256": "8ef9e439d2e9711d46894562fe8995bdc91293efb08151c43bf3c4e9f156b7dd",
|
|
2193
|
+
"size_bytes": 674
|
|
2194
|
+
},
|
|
1835
2195
|
{
|
|
1836
2196
|
"path": "src/shared/version-compare.ts",
|
|
1837
2197
|
"sha256": "b5641bcab785b677b9bfe9d86bb2a553c226ee7c93529b31bd425850a040ff15",
|
|
@@ -1847,15 +2207,20 @@
|
|
|
1847
2207
|
"sha256": "9e4191b19d885c1384f3d8644c13162836864c0391233ab06f54d845eff44ecd",
|
|
1848
2208
|
"size_bytes": 916
|
|
1849
2209
|
},
|
|
2210
|
+
{
|
|
2211
|
+
"path": "src/test-helpers/fs.ts",
|
|
2212
|
+
"sha256": "38fe84c724f86af169a78895ce3e733a2af53f3fff13b2a5f2ad74bab13ca765",
|
|
2213
|
+
"size_bytes": 505
|
|
2214
|
+
},
|
|
1850
2215
|
{
|
|
1851
2216
|
"path": "src/usecases/context/resolve-context.ts",
|
|
1852
|
-
"sha256": "
|
|
1853
|
-
"size_bytes":
|
|
2217
|
+
"sha256": "e9a398a9148a46e0efcb3845f0a9698a9893c4d217e47bf107f976b35f8cd99a",
|
|
2218
|
+
"size_bytes": 1218
|
|
1854
2219
|
},
|
|
1855
2220
|
{
|
|
1856
2221
|
"path": "src/usecases/task/task-list-usecase.ts",
|
|
1857
|
-
"sha256": "
|
|
1858
|
-
"size_bytes":
|
|
2222
|
+
"sha256": "ed3c94a8072fb61e20e5bf6556c6aaea850b77e4574ef0e24cd9bdedacc117f9",
|
|
2223
|
+
"size_bytes": 652
|
|
1859
2224
|
},
|
|
1860
2225
|
{
|
|
1861
2226
|
"path": "src/usecases/task/task-new-usecase.ts",
|
|
@@ -1879,8 +2244,8 @@
|
|
|
1879
2244
|
},
|
|
1880
2245
|
{
|
|
1881
2246
|
"path": "src/workflow-runtime/fix.ts",
|
|
1882
|
-
"sha256": "
|
|
1883
|
-
"size_bytes":
|
|
2247
|
+
"sha256": "153fcc844b8578d56a0efdc24242f78d6e2b1dc0005a8bc446a073425ed36ae7",
|
|
2248
|
+
"size_bytes": 4909
|
|
1884
2249
|
},
|
|
1885
2250
|
{
|
|
1886
2251
|
"path": "src/workflow-runtime/index.ts",
|