agentplane 0.3.17 → 0.3.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/policy/incidents.md +1 -0
- package/dist/.build-manifest.json +683 -593
- package/dist/adapters/git/git-context-adapter.d.ts +1 -1
- package/dist/adapters/git/git-context-adapter.d.ts.map +1 -1
- package/dist/agents/agents-template.d.ts.map +1 -1
- package/dist/agents/agents-template.js +23 -9
- package/dist/backends/task-backend/load.d.ts +2 -1
- package/dist/backends/task-backend/load.d.ts.map +1 -1
- package/dist/backends/task-backend/load.js +2 -1
- package/dist/backends/task-backend/local-backend-doc.d.ts.map +1 -1
- package/dist/backends/task-backend/local-backend-doc.js +2 -1
- package/dist/backends/task-backend/local-backend-read.d.ts.map +1 -1
- package/dist/backends/task-backend/local-backend-read.js +2 -1
- package/dist/backends/task-backend/local-backend-state.d.ts +1 -1
- package/dist/backends/task-backend/local-backend-state.d.ts.map +1 -1
- package/dist/backends/task-backend/local-backend-write.d.ts.map +1 -1
- package/dist/backends/task-backend/local-backend-write.js +2 -1
- package/dist/backends/task-backend/redmine/backend-cache-doc.js +1 -1
- package/dist/backends/task-backend/redmine/backend-report.js +1 -1
- package/dist/backends/task-backend/redmine/backend-sync/migration.js +1 -1
- package/dist/backends/task-backend/redmine/backend-sync/status.d.ts.map +1 -1
- package/dist/backends/task-backend/redmine/backend-sync/status.js +2 -1
- package/dist/backends/task-backend/redmine/backend-sync/write.js +1 -1
- package/dist/backends/task-backend/redmine/mapping.d.ts +1 -1
- package/dist/backends/task-backend/redmine/mapping.d.ts.map +1 -1
- package/dist/backends/task-backend/redmine/mapping.js +2 -2
- package/dist/backends/task-backend/redmine/parse.d.ts +1 -1
- package/dist/backends/task-backend/redmine/parse.d.ts.map +1 -1
- package/dist/backends/task-backend/redmine/state.js +1 -1
- package/dist/backends/task-backend/shared/constants.d.ts +1 -1
- package/dist/backends/task-backend/shared/constants.d.ts.map +1 -1
- package/dist/backends/task-backend/shared/constants.js +1 -1
- package/dist/backends/task-backend/shared/doc.js +1 -1
- package/dist/backends/task-backend/shared/export.d.ts +1 -1
- package/dist/backends/task-backend/shared/export.d.ts.map +1 -1
- package/dist/backends/task-backend/shared/export.js +3 -14
- package/dist/backends/task-backend/shared/id.js +1 -1
- 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 +2 -3
- package/dist/backends/task-backend/shared/types.d.ts +2 -2
- package/dist/backends/task-backend/shared/types.d.ts.map +1 -1
- package/dist/cli/archive.d.ts.map +1 -1
- package/dist/cli/archive.js +1 -1
- package/dist/cli/group-command.d.ts +1 -0
- package/dist/cli/group-command.d.ts.map +1 -1
- package/dist/cli/group-command.js +7 -3
- package/dist/cli/output.d.ts +1 -1
- package/dist/cli/output.d.ts.map +1 -1
- package/dist/cli/output.js +1 -1
- package/dist/cli/prompts.d.ts.map +1 -1
- package/dist/cli/prompts.js +8 -6
- package/dist/cli/run-cli/command-catalog/core.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog/core.js +8 -8
- package/dist/cli/run-cli/command-catalog/{shared.d.ts → kernel.d.ts} +3 -2
- package/dist/cli/run-cli/command-catalog/kernel.d.ts.map +1 -0
- package/dist/cli/run-cli/command-catalog/lifecycle.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog/lifecycle.js +3 -3
- package/dist/cli/run-cli/command-catalog/project.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog/project.js +4 -4
- package/dist/cli/run-cli/command-catalog/task.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog/task.js +3 -3
- package/dist/cli/run-cli/command-catalog.d.ts +2 -2
- package/dist/cli/run-cli/command-catalog.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog.js +2 -0
- package/dist/cli/run-cli/command-loaders/core.d.ts +55 -0
- package/dist/cli/run-cli/command-loaders/core.d.ts.map +1 -0
- package/dist/cli/run-cli/command-loaders/core.js +27 -0
- package/dist/cli/run-cli/command-loaders/lifecycle.d.ts +19 -0
- package/dist/cli/run-cli/command-loaders/lifecycle.d.ts.map +1 -0
- package/dist/cli/run-cli/command-loaders/lifecycle.js +18 -0
- package/dist/cli/run-cli/command-loaders/project.d.ts +37 -0
- package/dist/cli/run-cli/command-loaders/project.d.ts.map +1 -0
- package/dist/cli/run-cli/command-loaders/project.js +36 -0
- package/dist/cli/run-cli/command-loaders/task.d.ts +65 -0
- package/dist/cli/run-cli/command-loaders/task.d.ts.map +1 -0
- package/dist/cli/run-cli/command-loaders/task.js +50 -0
- package/dist/cli/run-cli/commands/codex.d.ts +1 -1
- package/dist/cli/run-cli/commands/codex.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/config.d.ts +1 -1
- package/dist/cli/run-cli/commands/config.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/config.js +1 -1
- package/dist/cli/run-cli/commands/core/agent-profiles.js +1 -1
- package/dist/cli/run-cli/commands/core/agents.d.ts +1 -1
- package/dist/cli/run-cli/commands/core/agents.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/core/preflight.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/core/preflight.js +3 -2
- package/dist/cli/run-cli/commands/ide.d.ts +1 -1
- package/dist/cli/run-cli/commands/ide.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/model.d.ts +2 -1
- package/dist/cli/run-cli/commands/init/model.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/orchestrate-v2.d.ts +9 -0
- package/dist/cli/run-cli/commands/init/orchestrate-v2.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/orchestrate-v2.js +266 -0
- package/dist/cli/run-cli/commands/init/orchestrate.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/orchestrate.js +19 -23
- package/dist/cli/run-cli/commands/init/prompts-v2.d.ts +10 -0
- package/dist/cli/run-cli/commands/init/prompts-v2.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/prompts-v2.js +26 -0
- package/dist/cli/run-cli/commands/init/recipes.d.ts +2 -1
- package/dist/cli/run-cli/commands/init/recipes.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/recipes.js +3 -1
- package/dist/cli/run-cli/commands/init/spec.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/spec.js +14 -0
- package/dist/cli/run-cli/commands/init/steps/advanced-settings.d.ts +9 -0
- package/dist/cli/run-cli/commands/init/steps/advanced-settings.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/advanced-settings.js +48 -0
- package/dist/cli/run-cli/commands/init/steps/apply.d.ts +30 -0
- package/dist/cli/run-cli/commands/init/steps/apply.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/apply.js +96 -0
- package/dist/cli/run-cli/commands/init/steps/backend.d.ts +8 -0
- package/dist/cli/run-cli/commands/init/steps/backend.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/backend.js +17 -0
- package/dist/cli/run-cli/commands/init/steps/conflict-resolver.d.ts +10 -0
- package/dist/cli/run-cli/commands/init/steps/conflict-resolver.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/conflict-resolver.js +41 -0
- package/dist/cli/run-cli/commands/init/steps/contracts.d.ts +57 -0
- package/dist/cli/run-cli/commands/init/steps/contracts.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/contracts.js +1 -0
- package/dist/cli/run-cli/commands/init/steps/ide.d.ts +8 -0
- package/dist/cli/run-cli/commands/init/steps/ide.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/ide.js +18 -0
- package/dist/cli/run-cli/commands/init/steps/index.d.ts +10 -0
- package/dist/cli/run-cli/commands/init/steps/index.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/index.js +9 -0
- package/dist/cli/run-cli/commands/init/steps/policy-gateway.d.ts +8 -0
- package/dist/cli/run-cli/commands/init/steps/policy-gateway.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/policy-gateway.js +17 -0
- package/dist/cli/run-cli/commands/init/steps/prompt-utils.d.ts +21 -0
- package/dist/cli/run-cli/commands/init/steps/prompt-utils.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/prompt-utils.js +36 -0
- package/dist/cli/run-cli/commands/init/steps/recipe-selection.d.ts +15 -0
- package/dist/cli/run-cli/commands/init/steps/recipe-selection.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/recipe-selection.js +35 -0
- package/dist/cli/run-cli/commands/init/steps/setup-profile.d.ts +8 -0
- package/dist/cli/run-cli/commands/init/steps/setup-profile.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/setup-profile.js +32 -0
- package/dist/cli/run-cli/commands/init/steps/workflow.d.ts +9 -0
- package/dist/cli/run-cli/commands/init/steps/workflow.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/steps/workflow.js +48 -0
- package/dist/cli/run-cli/commands/init/ui-v2.d.ts +18 -0
- package/dist/cli/run-cli/commands/init/ui-v2.d.ts.map +1 -0
- package/dist/cli/run-cli/commands/init/ui-v2.js +50 -0
- package/dist/cli/run-cli/commands/init/write-agents.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/write-agents.js +1 -1
- package/dist/cli/run-cli/commands/init/write-config.d.ts +2 -1
- package/dist/cli/run-cli/commands/init/write-config.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/write-config.js +1 -1
- package/dist/cli/run-cli/registry.run.d.ts +1 -1
- package/dist/cli/run-cli/registry.run.d.ts.map +1 -1
- package/dist/cli/run-cli.d.ts.map +1 -1
- package/dist/cli/run-cli.js +2 -1
- package/dist/cli.js +684 -4
- package/dist/commands/branch/base.js +3 -1
- package/dist/commands/branch/cleanup-merged.d.ts.map +1 -1
- package/dist/commands/branch/cleanup-merged.js +4 -5
- package/dist/commands/branch/remove.d.ts.map +1 -1
- package/dist/commands/branch/remove.js +4 -2
- package/dist/commands/branch/status.d.ts.map +1 -1
- package/dist/commands/branch/status.js +3 -3
- package/dist/commands/branch/work-start.d.ts.map +1 -1
- package/dist/commands/branch/work-start.direct.d.ts.map +1 -1
- package/dist/commands/branch/work-start.direct.js +2 -1
- package/dist/commands/branch/work-start.git.d.ts +1 -1
- package/dist/commands/branch/work-start.git.d.ts.map +1 -1
- package/dist/commands/branch/work-start.git.js +2 -2
- package/dist/commands/branch/work-start.js +2 -1
- package/dist/commands/branch/work-start.materialize.d.ts.map +1 -1
- package/dist/commands/branch/work-start.materialize.js +2 -0
- package/dist/commands/codex/plugin-install.d.ts.map +1 -1
- package/dist/commands/codex/plugin-install.js +2 -1
- package/dist/commands/commit.command.js +1 -1
- package/dist/commands/doctor/archive.d.ts.map +1 -1
- package/dist/commands/doctor/archive.js +4 -3
- package/dist/commands/doctor/runtime.d.ts +1 -1
- package/dist/commands/doctor/runtime.d.ts.map +1 -1
- package/dist/commands/doctor/workflow.js +1 -1
- package/dist/commands/doctor/workspace.d.ts.map +1 -1
- package/dist/commands/doctor/workspace.js +7 -9
- package/dist/commands/doctor.run.d.ts.map +1 -1
- package/dist/commands/doctor.run.js +2 -1
- package/dist/commands/finish.run.js +1 -1
- package/dist/commands/guard/commit.command.d.ts +3 -16
- package/dist/commands/guard/commit.command.d.ts.map +1 -1
- package/dist/commands/guard/commit.command.js +1 -132
- package/dist/commands/guard/commit.spec.d.ts +17 -0
- package/dist/commands/guard/commit.spec.d.ts.map +1 -0
- package/dist/commands/guard/commit.spec.js +132 -0
- package/dist/commands/guard/impl/allow.js +2 -2
- package/dist/commands/guard/impl/close-dirt.d.ts.map +1 -1
- package/dist/commands/guard/impl/close-dirt.js +2 -3
- package/dist/commands/guard/impl/close-message.d.ts.map +1 -1
- package/dist/commands/guard/impl/close-message.js +5 -3
- package/dist/commands/guard/impl/comment-commit.d.ts +1 -1
- package/dist/commands/guard/impl/comment-commit.d.ts.map +1 -1
- package/dist/commands/guard/impl/comment-commit.js +1 -1
- package/dist/commands/guard/impl/commit.d.ts.map +1 -1
- package/dist/commands/guard/impl/commit.js +3 -2
- package/dist/commands/guard/impl/env.js +1 -1
- package/dist/commands/guard/impl/policy.js +1 -1
- package/dist/commands/guard/index.d.ts +3 -2
- package/dist/commands/guard/index.d.ts.map +1 -1
- package/dist/commands/guard/index.js +3 -2
- package/dist/commands/hooks/index.d.ts +1 -1
- package/dist/commands/hooks/index.d.ts.map +1 -1
- package/dist/commands/hooks/install.js +1 -1
- package/dist/commands/hooks/run.commit-msg.d.ts.map +1 -1
- package/dist/commands/hooks/run.commit-msg.js +3 -2
- package/dist/commands/hooks/run.post-merge.js +1 -1
- package/dist/commands/hooks/run.pre-commit.d.ts.map +1 -1
- package/dist/commands/hooks/run.pre-commit.js +3 -2
- package/dist/commands/hooks/run.pre-push.d.ts.map +1 -1
- package/dist/commands/hooks/run.pre-push.js +4 -3
- package/dist/commands/incidents/shared.d.ts +1 -2
- package/dist/commands/incidents/shared.d.ts.map +1 -1
- package/dist/commands/incidents/shared.js +2 -2
- package/dist/commands/integrate.command.d.ts +2 -11
- package/dist/commands/integrate.command.d.ts.map +1 -1
- package/dist/commands/integrate.command.js +1 -45
- package/dist/commands/integrate.spec.d.ts +12 -0
- package/dist/commands/integrate.spec.d.ts.map +1 -0
- package/dist/commands/integrate.spec.js +44 -0
- package/dist/commands/pr/check.js +1 -1
- package/dist/commands/pr/integrate/artifacts.js +1 -1
- package/dist/commands/pr/integrate/cmd.d.ts.map +1 -1
- package/dist/commands/pr/integrate/cmd.js +2 -1
- package/dist/commands/pr/integrate/internal/cleanup.d.ts +1 -1
- package/dist/commands/pr/integrate/internal/cleanup.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/cleanup.js +1 -1
- package/dist/commands/pr/integrate/internal/finalize.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/finalize.js +3 -2
- package/dist/commands/pr/integrate/internal/merge.js +3 -2
- package/dist/commands/pr/integrate/internal/post-integrate-bootstrap.d.ts +2 -1
- package/dist/commands/pr/integrate/internal/post-integrate-bootstrap.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/post-integrate-bootstrap.js +1 -1
- package/dist/commands/pr/integrate/internal/pre-integrate-bootstrap.d.ts +2 -1
- package/dist/commands/pr/integrate/internal/pre-integrate-bootstrap.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/pre-integrate-bootstrap.js +1 -1
- package/dist/commands/pr/integrate/internal/prepare.d.ts +2 -1
- package/dist/commands/pr/integrate/internal/prepare.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/prepare.js +1 -3
- package/dist/commands/pr/integrate/internal/worktree.d.ts +2 -1
- package/dist/commands/pr/integrate/internal/worktree.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/worktree.js +2 -2
- package/dist/commands/pr/internal/auto-commit.js +3 -3
- package/dist/commands/pr/internal/gh-api.js +2 -2
- package/dist/commands/pr/internal/pr-paths.d.ts +1 -1
- package/dist/commands/pr/internal/pr-paths.d.ts.map +1 -1
- package/dist/commands/pr/internal/pr-paths.js +3 -2
- package/dist/commands/pr/internal/review-template.js +1 -1
- package/dist/commands/pr/internal/sync-branch.d.ts.map +1 -1
- package/dist/commands/pr/internal/sync-branch.js +3 -4
- package/dist/commands/pr/internal/sync-github.js +1 -1
- package/dist/commands/pr/internal/sync-support.js +1 -1
- package/dist/commands/pr/internal/sync.d.ts.map +1 -1
- package/dist/commands/pr/internal/sync.js +2 -2
- package/dist/commands/pr/note.d.ts.map +1 -1
- package/dist/commands/pr/note.js +1 -1
- package/dist/commands/pr/open.d.ts.map +1 -1
- package/dist/commands/pr/open.js +2 -1
- package/dist/commands/pr/pr.command.d.ts +3 -37
- package/dist/commands/pr/pr.command.d.ts.map +1 -1
- package/dist/commands/pr/pr.command.js +9 -211
- package/dist/commands/pr/pr.spec.d.ts +38 -0
- package/dist/commands/pr/pr.spec.d.ts.map +1 -0
- package/dist/commands/pr/pr.spec.js +210 -0
- package/dist/commands/recipes/active.command.js +1 -1
- package/dist/commands/recipes/add.command.js +1 -1
- package/dist/commands/recipes/cache-prune.command.d.ts +1 -1
- package/dist/commands/recipes/cache-prune.command.d.ts.map +1 -1
- package/dist/commands/recipes/cache-prune.command.js +1 -1
- package/dist/commands/recipes/detach.command.js +1 -1
- package/dist/commands/recipes/disable.command.js +1 -1
- package/dist/commands/recipes/enable.command.js +1 -1
- package/dist/commands/recipes/explain-active.command.js +1 -1
- package/dist/commands/recipes/explain.command.js +1 -1
- package/dist/commands/recipes/impl/commands/active.js +1 -1
- package/dist/commands/recipes/impl/commands/add.d.ts.map +1 -1
- package/dist/commands/recipes/impl/commands/add.js +2 -1
- package/dist/commands/recipes/impl/commands/cache-prune.js +1 -1
- package/dist/commands/recipes/impl/commands/detach.d.ts.map +1 -1
- package/dist/commands/recipes/impl/commands/detach.js +2 -1
- package/dist/commands/recipes/impl/commands/disable.js +1 -1
- package/dist/commands/recipes/impl/commands/enable.js +1 -1
- package/dist/commands/recipes/impl/commands/explain-active.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 +2 -1
- package/dist/commands/recipes/impl/commands/list-remote.js +1 -1
- package/dist/commands/recipes/impl/commands/remove.d.ts.map +1 -1
- package/dist/commands/recipes/impl/commands/remove.js +2 -1
- package/dist/commands/recipes/impl/commands/update.d.ts.map +1 -1
- package/dist/commands/recipes/impl/commands/update.js +2 -1
- package/dist/commands/recipes/impl/overlay-project.d.ts.map +1 -1
- package/dist/commands/recipes/impl/overlay-project.js +2 -1
- package/dist/commands/recipes/impl/project.js +1 -1
- 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/info.command.js +1 -1
- package/dist/commands/recipes/install.run.js +1 -1
- package/dist/commands/recipes/install.spec.d.ts +1 -1
- package/dist/commands/recipes/install.spec.d.ts.map +1 -1
- package/dist/commands/recipes/list-remote.command.d.ts +1 -1
- package/dist/commands/recipes/list-remote.command.d.ts.map +1 -1
- package/dist/commands/recipes/list-remote.command.js +1 -1
- package/dist/commands/recipes/list.command.d.ts +1 -1
- package/dist/commands/recipes/list.command.d.ts.map +1 -1
- package/dist/commands/recipes/list.command.js +1 -1
- package/dist/commands/recipes/remove.command.js +1 -1
- package/dist/commands/recipes/update.command.js +1 -1
- package/dist/commands/release/apply.command.d.ts +2 -3
- package/dist/commands/release/apply.command.d.ts.map +1 -1
- package/dist/commands/release/apply.command.js +4 -137
- package/dist/commands/release/apply.mutation.js +4 -3
- package/dist/commands/release/apply.pipeline/finalize.d.ts.map +1 -1
- package/dist/commands/release/apply.pipeline/finalize.js +2 -1
- package/dist/commands/release/apply.pipeline/mutation.d.ts +1 -1
- package/dist/commands/release/apply.pipeline/mutation.d.ts.map +1 -1
- package/dist/commands/release/apply.pipeline/mutation.js +3 -4
- package/dist/commands/release/apply.pipeline/preflight.js +1 -1
- package/dist/commands/release/apply.pipeline/state.d.ts.map +1 -1
- package/dist/commands/release/apply.pipeline/state.js +2 -1
- package/dist/commands/release/apply.pipeline.d.ts +5 -1
- package/dist/commands/release/apply.pipeline.d.ts.map +1 -1
- package/dist/commands/release/apply.pipeline.js +4 -0
- package/dist/commands/release/apply.preflight.d.ts.map +1 -1
- package/dist/commands/release/apply.preflight.js +2 -1
- package/dist/commands/release/apply.reporting.d.ts.map +1 -1
- package/dist/commands/release/apply.reporting.js +2 -1
- package/dist/commands/release/apply.spec.d.ts +5 -0
- package/dist/commands/release/apply.spec.d.ts.map +1 -0
- package/dist/commands/release/apply.spec.js +136 -0
- package/dist/commands/release/apply.types.d.ts +1 -1
- package/dist/commands/release/apply.types.d.ts.map +1 -1
- package/dist/commands/release/plan.command.d.ts +3 -10
- package/dist/commands/release/plan.command.d.ts.map +1 -1
- package/dist/commands/release/plan.command.js +4 -78
- package/dist/commands/release/plan.spec.d.ts +10 -0
- package/dist/commands/release/plan.spec.d.ts.map +1 -0
- package/dist/commands/release/plan.spec.js +76 -0
- package/dist/commands/runtime.command.d.ts +3 -6
- package/dist/commands/runtime.command.d.ts.map +1 -1
- package/dist/commands/runtime.command.js +5 -32
- package/dist/commands/runtime.spec.d.ts +8 -0
- package/dist/commands/runtime.spec.d.ts.map +1 -0
- package/dist/commands/runtime.spec.js +31 -0
- package/dist/commands/scenario/impl/commands.d.ts +1 -1
- package/dist/commands/scenario/impl/commands.d.ts.map +1 -1
- package/dist/commands/scenario/impl/commands.js +2 -1
- package/dist/commands/shared/approval-requirements.d.ts +1 -1
- package/dist/commands/shared/approval-requirements.d.ts.map +1 -1
- package/dist/commands/shared/comment-format.d.ts +1 -1
- package/dist/commands/shared/comment-format.d.ts.map +1 -1
- package/dist/commands/shared/git-ops.d.ts +1 -1
- package/dist/commands/shared/git-ops.d.ts.map +1 -1
- package/dist/commands/shared/git-ops.js +3 -2
- package/dist/commands/shared/merged-branch-cleanup.js +2 -2
- package/dist/commands/shared/network-approval.d.ts +1 -1
- package/dist/commands/shared/network-approval.d.ts.map +1 -1
- package/dist/commands/shared/post-commit-pr-artifacts.d.ts.map +1 -1
- package/dist/commands/shared/post-commit-pr-artifacts.js +2 -1
- package/dist/commands/shared/pr-meta.d.ts +1 -1
- package/dist/commands/shared/pr-meta.d.ts.map +1 -1
- package/dist/commands/shared/pr-meta.js +2 -2
- package/dist/commands/shared/task-backend.d.ts +3 -2
- package/dist/commands/shared/task-backend.d.ts.map +1 -1
- package/dist/commands/shared/task-backend.js +3 -4
- package/dist/commands/shared/task-handoff.d.ts +1 -1
- package/dist/commands/shared/task-handoff.d.ts.map +1 -1
- package/dist/commands/shared/task-handoff.js +3 -2
- package/dist/commands/shared/task-local-freshness.js +1 -1
- package/dist/commands/shared/task-store/intents.js +1 -1
- package/dist/commands/shared/task-store/readme.d.ts.map +1 -1
- package/dist/commands/shared/task-store/readme.js +1 -1
- package/dist/commands/shared/task-store/types.d.ts +1 -1
- package/dist/commands/shared/task-store/types.d.ts.map +1 -1
- package/dist/commands/task/add.command.d.ts +2 -1
- package/dist/commands/task/add.command.d.ts.map +1 -1
- package/dist/commands/task/add.command.js +2 -1
- package/dist/commands/task/close-duplicate.d.ts.map +1 -1
- package/dist/commands/task/close-duplicate.js +2 -2
- package/dist/commands/task/close-shared.d.ts.map +1 -1
- package/dist/commands/task/close-shared.js +2 -1
- package/dist/commands/task/close-tail-state.d.ts.map +1 -1
- package/dist/commands/task/close-tail-state.js +3 -2
- package/dist/commands/task/derive.js +1 -1
- package/dist/commands/task/doc-template.js +1 -1
- package/dist/commands/task/doc.d.ts.map +1 -1
- package/dist/commands/task/doc.js +4 -2
- package/dist/commands/task/findings.d.ts +1 -1
- package/dist/commands/task/findings.d.ts.map +1 -1
- package/dist/commands/task/findings.js +1 -1
- package/dist/commands/task/finish-close.js +2 -2
- package/dist/commands/task/finish-shared.d.ts.map +1 -1
- package/dist/commands/task/finish-shared.js +6 -8
- package/dist/commands/task/handoff.shared.d.ts.map +1 -1
- package/dist/commands/task/handoff.shared.js +4 -5
- package/dist/commands/task/hosted-close-pr.command.d.ts +4 -0
- package/dist/commands/task/hosted-close-pr.command.d.ts.map +1 -1
- package/dist/commands/task/hosted-close-pr.command.js +4 -0
- package/dist/commands/task/hosted-close-pr.precheck.d.ts.map +1 -1
- package/dist/commands/task/hosted-close-pr.precheck.js +4 -4
- package/dist/commands/task/hosted-close.command.d.ts +3 -6
- package/dist/commands/task/hosted-close.command.d.ts.map +1 -1
- package/dist/commands/task/hosted-close.command.js +4 -41
- package/dist/commands/task/hosted-close.spec.d.ts +7 -0
- package/dist/commands/task/hosted-close.spec.d.ts.map +1 -0
- package/dist/commands/task/hosted-close.spec.js +39 -0
- package/dist/commands/task/hosted-merge-sync/builders.d.ts +1 -1
- package/dist/commands/task/hosted-merge-sync/builders.d.ts.map +1 -1
- package/dist/commands/task/hosted-merge-sync/builders.js +6 -6
- package/dist/commands/task/hosted-merge-sync/github.js +2 -2
- package/dist/commands/task/hosted-merge-sync/local-branch.d.ts.map +1 -1
- package/dist/commands/task/hosted-merge-sync/local-branch.js +5 -5
- package/dist/commands/task/hosted-merge-sync/model.d.ts +1 -1
- package/dist/commands/task/hosted-merge-sync/model.d.ts.map +1 -1
- package/dist/commands/task/hosted-merge-sync/pr-meta.d.ts +1 -1
- package/dist/commands/task/hosted-merge-sync/pr-meta.d.ts.map +1 -1
- package/dist/commands/task/index.d.ts +1 -1
- package/dist/commands/task/index.d.ts.map +1 -1
- package/dist/commands/task/index.js +1 -1
- package/dist/commands/task/lint.js +1 -1
- package/dist/commands/task/list.d.ts.map +1 -1
- package/dist/commands/task/list.js +2 -1
- package/dist/commands/task/migrate-doc.d.ts +2 -1
- package/dist/commands/task/migrate-doc.d.ts.map +1 -1
- package/dist/commands/task/migrate-doc.js +6 -2
- package/dist/commands/task/new.d.ts.map +1 -1
- package/dist/commands/task/new.js +6 -21
- package/dist/commands/task/normalize.d.ts.map +1 -1
- package/dist/commands/task/normalize.js +2 -1
- package/dist/commands/task/plan.d.ts.map +1 -1
- package/dist/commands/task/plan.js +1 -1
- package/dist/commands/task/ready.d.ts.map +1 -1
- package/dist/commands/task/ready.js +2 -1
- package/dist/commands/task/scaffold.d.ts.map +1 -1
- package/dist/commands/task/scaffold.js +1 -1
- package/dist/commands/task/shared/dependencies.d.ts.map +1 -1
- package/dist/commands/task/shared/dependencies.js +4 -3
- package/dist/commands/task/shared/docs.d.ts +1 -1
- package/dist/commands/task/shared/docs.d.ts.map +1 -1
- package/dist/commands/task/shared/docs.js +1 -1
- package/dist/commands/task/shared/listing.d.ts.map +1 -1
- package/dist/commands/task/shared/listing.js +3 -2
- package/dist/commands/task/shared/tags.d.ts +1 -1
- package/dist/commands/task/shared/tags.d.ts.map +1 -1
- package/dist/commands/task/shared/tags.js +4 -4
- package/dist/commands/task/shared/transition-rules.d.ts +28 -0
- package/dist/commands/task/shared/transition-rules.d.ts.map +1 -0
- package/dist/commands/task/shared/transition-rules.js +96 -0
- package/dist/commands/task/shared/transitions.d.ts +2 -27
- package/dist/commands/task/shared/transitions.d.ts.map +1 -1
- package/dist/commands/task/shared/transitions.js +5 -98
- package/dist/commands/task/shared/workflow-transition-service.d.ts +1 -1
- package/dist/commands/task/shared/workflow-transition-service.d.ts.map +1 -1
- package/dist/commands/task/shared/workflow-transition-service.js +6 -6
- package/dist/commands/task/shared.d.ts +2 -1
- package/dist/commands/task/shared.d.ts.map +1 -1
- package/dist/commands/task/shared.js +2 -1
- package/dist/commands/task/show.d.ts.map +1 -1
- package/dist/commands/task/show.js +1 -1
- package/dist/commands/upgrade/apply.js +3 -2
- package/dist/commands/upgrade/materialize.d.ts.map +1 -1
- package/dist/commands/upgrade/materialize.js +1 -1
- package/dist/commands/upgrade.command.d.ts +3 -4
- package/dist/commands/upgrade.command.d.ts.map +1 -1
- package/dist/commands/upgrade.command.js +1 -179
- package/dist/commands/upgrade.d.ts.map +1 -1
- package/dist/commands/upgrade.js +4 -2
- package/dist/commands/upgrade.spec.d.ts +5 -0
- package/dist/commands/upgrade.spec.d.ts.map +1 -0
- package/dist/commands/upgrade.spec.js +179 -0
- package/dist/commands/workflow-build.command.d.ts.map +1 -1
- package/dist/commands/workflow-build.command.js +2 -1
- package/dist/commands/workflow-playbook.command.d.ts +3 -6
- package/dist/commands/workflow-playbook.command.d.ts.map +1 -1
- package/dist/commands/workflow-playbook.command.js +6 -24
- package/dist/commands/workflow-playbook.spec.d.ts +6 -0
- package/dist/commands/workflow-playbook.spec.d.ts.map +1 -0
- package/dist/commands/workflow-playbook.spec.js +21 -0
- package/dist/commands/workflow-restore.command.js +1 -1
- package/dist/commands/workflow.d.ts +4 -5
- package/dist/commands/workflow.d.ts.map +1 -1
- package/dist/commands/workflow.js +4 -5
- package/dist/harness/hooks-lifecycle.js +1 -1
- package/dist/meta/release.d.ts.map +1 -1
- package/dist/meta/release.js +3 -5
- package/dist/meta/version.d.ts.map +1 -1
- package/dist/meta/version.js +2 -2
- package/dist/policy/engine.d.ts +1 -1
- package/dist/policy/engine.d.ts.map +1 -1
- package/dist/policy/model.d.ts +1 -1
- package/dist/policy/model.d.ts.map +1 -1
- package/dist/policy/rules/commit-subject.js +1 -1
- package/dist/runner/adapters/base.d.ts +1 -1
- package/dist/runner/adapters/base.d.ts.map +1 -1
- package/dist/runner/adapters/codex.d.ts.map +1 -1
- package/dist/runner/adapters/codex.js +35 -113
- package/dist/runner/adapters/custom-preparation.d.ts +1 -1
- package/dist/runner/adapters/custom-preparation.d.ts.map +1 -1
- package/dist/runner/adapters/custom.d.ts +1 -1
- package/dist/runner/adapters/custom.d.ts.map +1 -1
- package/dist/runner/adapters/custom.js +34 -115
- package/dist/runner/adapters/execute-supervised.d.ts +41 -0
- package/dist/runner/adapters/execute-supervised.d.ts.map +1 -0
- package/dist/runner/adapters/execute-supervised.js +108 -0
- package/dist/runner/adapters/index.d.ts +1 -1
- package/dist/runner/adapters/index.d.ts.map +1 -1
- package/dist/runner/adapters/shared.d.ts +1 -1
- package/dist/runner/adapters/shared.d.ts.map +1 -1
- package/dist/runner/artifacts.d.ts.map +1 -1
- package/dist/runner/artifacts.js +1 -1
- package/dist/runner/config.d.ts +1 -1
- package/dist/runner/config.d.ts.map +1 -1
- package/dist/runner/context/base-prompt-sources.d.ts.map +1 -1
- package/dist/runner/context/base-prompt-sources.js +26 -4
- package/dist/runner/context/prompt-block-shared.d.ts +1 -1
- package/dist/runner/context/prompt-block-shared.d.ts.map +1 -1
- package/dist/runner/context/prompt-block-shared.js +8 -2
- package/dist/runner/context/recipe-context.d.ts +1 -1
- package/dist/runner/context/recipe-context.d.ts.map +1 -1
- package/dist/runner/context/task-context.d.ts.map +1 -1
- package/dist/runner/context/task-context.js +1 -1
- package/dist/runner/process-supervision/buffered-file-writer.d.ts +10 -0
- package/dist/runner/process-supervision/buffered-file-writer.d.ts.map +1 -0
- package/dist/runner/process-supervision/buffered-file-writer.js +70 -0
- package/dist/runner/process-supervision/run.d.ts.map +1 -1
- package/dist/runner/process-supervision/run.js +22 -9
- package/dist/runner/process-supervision/signals.js +1 -1
- package/dist/runner/result-manifest.d.ts.map +1 -1
- package/dist/runner/result-manifest.js +1 -1
- package/dist/runner/task-state.js +1 -1
- package/dist/runner/trace-artifacts.d.ts.map +1 -1
- package/dist/runner/trace-artifacts.js +1 -1
- package/dist/runner/types.d.ts +2 -2
- package/dist/runner/types.d.ts.map +1 -1
- package/dist/runner/usecases/scenario-materialize-task.d.ts.map +1 -1
- package/dist/runner/usecases/scenario-materialize-task.js +1 -1
- package/dist/runner/usecases/task-run-lifecycle-cancel.d.ts.map +1 -1
- package/dist/runner/usecases/task-run-lifecycle-cancel.js +2 -1
- package/dist/runner/usecases/task-run-lifecycle-shared.d.ts.map +1 -1
- package/dist/runner/usecases/task-run-lifecycle-shared.js +3 -7
- package/dist/runner/usecases/task-run.d.ts.map +1 -1
- package/dist/runner/usecases/task-run.js +2 -3
- package/dist/runtime/approvals/model.d.ts +1 -1
- package/dist/runtime/approvals/model.d.ts.map +1 -1
- package/dist/runtime/approvals/runtime.d.ts +1 -1
- package/dist/runtime/approvals/runtime.d.ts.map +1 -1
- package/dist/runtime/execution-context.d.ts +2 -1
- package/dist/runtime/execution-context.d.ts.map +1 -1
- package/dist/runtime/execution-profile/model.d.ts +1 -1
- package/dist/runtime/execution-profile/model.d.ts.map +1 -1
- package/dist/runtime/execution-profile/resolve.d.ts +1 -1
- package/dist/runtime/execution-profile/resolve.d.ts.map +1 -1
- package/dist/runtime/execution-profile/resolve.js +1 -1
- package/dist/runtime/harness/resolve.d.ts +2 -1
- package/dist/runtime/harness/resolve.d.ts.map +1 -1
- package/dist/runtime/harness/resolve.js +1 -1
- package/dist/runtime/harness/types.d.ts +2 -1
- package/dist/runtime/harness/types.d.ts.map +1 -1
- package/dist/runtime/incidents/paths.d.ts +3 -0
- package/dist/runtime/incidents/paths.d.ts.map +1 -0
- package/dist/runtime/incidents/paths.js +2 -0
- package/dist/runtime/shared/repo-cli-version.d.ts +1 -1
- package/dist/runtime/shared/repo-cli-version.d.ts.map +1 -1
- package/dist/runtime/task-intake/types.d.ts +2 -1
- package/dist/runtime/task-intake/types.d.ts.map +1 -1
- package/dist/shared/package-paths.d.ts +8 -0
- package/dist/shared/package-paths.d.ts.map +1 -0
- package/dist/shared/package-paths.js +80 -0
- package/dist/shared/trace-events.d.ts +1 -1
- package/dist/shared/trace-events.d.ts.map +1 -1
- package/dist/shared/trace-events.js +1 -1
- package/dist/shared/write-if-changed.js +2 -1
- package/dist/task-doc/conflicts.js +1 -1
- package/dist/task-doc/state.d.ts +2 -2
- package/dist/task-doc/state.d.ts.map +1 -1
- package/dist/task-doc/state.js +1 -1
- package/dist/workflow-runtime/file-ops.js +1 -1
- package/dist/workflow-runtime/markdown.js +1 -1
- package/dist/workflow-runtime/validate.d.ts +1 -1
- package/dist/workflow-runtime/validate.d.ts.map +1 -1
- package/package.json +6 -4
- package/dist/cli/cli-error.d.ts +0 -9
- package/dist/cli/cli-error.d.ts.map +0 -1
- package/dist/cli/cli-error.js +0 -13
- package/dist/cli/run-cli/command-catalog/shared.d.ts.map +0 -1
- package/dist/cli/run-cli/command-loaders.d.ts +0 -170
- package/dist/cli/run-cli/command-loaders.d.ts.map +0 -1
- package/dist/cli/run-cli/command-loaders.js +0 -128
- package/dist/cli/run-cli/commands/init/ui.d.ts +0 -3
- package/dist/cli/run-cli/commands/init/ui.d.ts.map +0 -1
- package/dist/cli/run-cli/commands/init/ui.js +0 -58
- package/dist/cli/run-cli/commands/init.d.ts +0 -2
- package/dist/cli/run-cli/commands/init.d.ts.map +0 -1
- package/dist/cli/run-cli/commands/init.js +0 -1
- package/dist/commands/guard/impl/commands.d.ts +0 -5
- package/dist/commands/guard/impl/commands.d.ts.map +0 -1
- package/dist/commands/guard/impl/commands.js +0 -4
- package/dist/commands/pr/index.d.ts +0 -8
- package/dist/commands/pr/index.d.ts.map +0 -1
- package/dist/commands/pr/index.js +0 -7
- package/dist/commands/pr/integrate.d.ts +0 -2
- package/dist/commands/pr/integrate.d.ts.map +0 -1
- package/dist/commands/pr/integrate.js +0 -1
- package/dist/commands/scenario/execute.command.d.ts +0 -8
- package/dist/commands/scenario/execute.command.d.ts.map +0 -1
- package/dist/commands/scenario/execute.command.js +0 -117
- package/dist/commands/scenario/impl/report.d.ts +0 -38
- package/dist/commands/scenario/impl/report.d.ts.map +0 -1
- package/dist/commands/scenario/impl/report.js +0 -97
- package/dist/commands/scenario/scenario.command.d.ts +0 -5
- package/dist/commands/scenario/scenario.command.d.ts.map +0 -1
- package/dist/commands/scenario/scenario.command.js +0 -19
- package/dist/commands/shared/git-context.d.ts +0 -2
- package/dist/commands/shared/git-context.d.ts.map +0 -1
- package/dist/commands/shared/git-context.js +0 -1
- package/dist/commands/shared/git-diff.d.ts +0 -2
- package/dist/commands/shared/git-diff.d.ts.map +0 -1
- package/dist/commands/shared/git-diff.js +0 -1
- package/dist/commands/shared/git-worktree.d.ts +0 -2
- package/dist/commands/shared/git-worktree.d.ts.map +0 -1
- package/dist/commands/shared/git-worktree.js +0 -1
- package/dist/commands/shared/git.d.ts +0 -2
- package/dist/commands/shared/git.d.ts.map +0 -1
- package/dist/commands/shared/git.js +0 -1
- package/dist/commands/task/finish.d.ts +0 -2
- package/dist/commands/task/finish.d.ts.map +0 -1
- package/dist/commands/task/finish.js +0 -1
- package/dist/harness/index.d.ts +0 -9
- package/dist/harness/index.d.ts.map +0 -1
- package/dist/harness/index.js +0 -8
- package/dist/runner/index.d.ts +0 -12
- package/dist/runner/index.d.ts.map +0 -1
- package/dist/runner/index.js +0 -11
- package/dist/runner/process-supervision.d.ts +0 -6
- package/dist/runner/process-supervision.d.ts.map +0 -1
- package/dist/runner/process-supervision.js +0 -3
- /package/dist/cli/run-cli/command-catalog/{shared.js → kernel.js} +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": 1,
|
|
3
3
|
"package_dir": "/home/runner/work/agentplane/agentplane/packages/agentplane",
|
|
4
|
-
"generated_at": "2026-04-
|
|
5
|
-
"git_head": "
|
|
6
|
-
"src_cli_mtime_ms":
|
|
4
|
+
"generated_at": "2026-04-22T16:16:08.722Z",
|
|
5
|
+
"git_head": "45ba9c57f93995c662813d5b1136d87374c8eb98",
|
|
6
|
+
"src_cli_mtime_ms": 1776874452664.8845,
|
|
7
7
|
"src_index_mtime_ms": null,
|
|
8
|
-
"dist_cli_mtime_ms":
|
|
8
|
+
"dist_cli_mtime_ms": 1776874568507.01,
|
|
9
9
|
"dist_index_mtime_ms": null,
|
|
10
|
-
"tsbuildinfo_mtime_ms":
|
|
10
|
+
"tsbuildinfo_mtime_ms": 1776874566396.9976,
|
|
11
11
|
"watched_runtime_paths": [
|
|
12
12
|
"src",
|
|
13
13
|
"bin/agentplane.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
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": "acf8a008a96a56768f69872506b7c5cd43e2ef2baddf5e05634678ed999df448",
|
|
19
19
|
"watched_runtime_files": [
|
|
20
20
|
{
|
|
21
21
|
"path": "bin/agentplane.js",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"path": "src/adapters/git/git-context-adapter.ts",
|
|
52
|
-
"sha256": "
|
|
53
|
-
"size_bytes":
|
|
52
|
+
"sha256": "e7b0998b503e2e70a734807f837a4405a9a599404e5d9fcf0388f58398cb395e",
|
|
53
|
+
"size_bytes": 926
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"path": "src/adapters/index.ts",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"path": "src/agents/agents-template.ts",
|
|
67
|
-
"sha256": "
|
|
68
|
-
"size_bytes":
|
|
67
|
+
"sha256": "5a92e4ed8846b5e4c90f3f313429f561c895b50dc4b8026d544166d3e47001e6",
|
|
68
|
+
"size_bytes": 5292
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"path": "src/backends/task-backend.ts",
|
|
@@ -74,28 +74,28 @@
|
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"path": "src/backends/task-backend/load.ts",
|
|
77
|
-
"sha256": "
|
|
78
|
-
"size_bytes":
|
|
77
|
+
"sha256": "d5a3f9ced0ddcb94075f7853eb50ef58abd8e77b9fa211ac92db2d2db15b1aa5",
|
|
78
|
+
"size_bytes": 4856
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"path": "src/backends/task-backend/local-backend-doc.ts",
|
|
82
|
-
"sha256": "
|
|
83
|
-
"size_bytes":
|
|
82
|
+
"sha256": "1ed2699a3f51003944dde4fa5135bfbf8d049d83e1d10181a4f6c3d0440a0619",
|
|
83
|
+
"size_bytes": 5109
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"path": "src/backends/task-backend/local-backend-read.ts",
|
|
87
|
-
"sha256": "
|
|
88
|
-
"size_bytes":
|
|
87
|
+
"sha256": "93ecccce64e5f5d879dbe80145d29bebe1ea33928e7a7ca412cb075af78453b6",
|
|
88
|
+
"size_bytes": 6796
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
"path": "src/backends/task-backend/local-backend-state.ts",
|
|
92
|
-
"sha256": "
|
|
93
|
-
"size_bytes":
|
|
92
|
+
"sha256": "2f1ebf8a69624139d1a5b8250466f0b15795d8337935feaa24f535ec55cf8947",
|
|
93
|
+
"size_bytes": 2228
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"path": "src/backends/task-backend/local-backend-write.ts",
|
|
97
|
-
"sha256": "
|
|
98
|
-
"size_bytes":
|
|
97
|
+
"sha256": "e88dc99fa2345c5d97ed585dfb17c33ebab12da2ba546ff41ca4cd8e87c95eda",
|
|
98
|
+
"size_bytes": 11706
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"path": "src/backends/task-backend/local-backend.ts",
|
|
@@ -109,13 +109,13 @@
|
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"path": "src/backends/task-backend/redmine/backend-cache-doc.ts",
|
|
112
|
-
"sha256": "
|
|
113
|
-
"size_bytes":
|
|
112
|
+
"sha256": "abf02d367c30148e513289a4cb2ae9cb62de156abd6c84a25a544bb83b8bdef0",
|
|
113
|
+
"size_bytes": 10352
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"path": "src/backends/task-backend/redmine/backend-report.ts",
|
|
117
|
-
"sha256": "
|
|
118
|
-
"size_bytes":
|
|
117
|
+
"sha256": "720cc8981b38f5c0a33b27d27af76aec5244b1dfa2848baf3703d95f89e5f3b4",
|
|
118
|
+
"size_bytes": 2357
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"path": "src/backends/task-backend/redmine/backend-runtime.ts",
|
|
@@ -139,13 +139,13 @@
|
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"path": "src/backends/task-backend/redmine/backend-sync/migration.ts",
|
|
142
|
-
"sha256": "
|
|
143
|
-
"size_bytes":
|
|
142
|
+
"sha256": "4517aad7d4d0e2473014f044275f34fd590d83f56ed1a29a8cd8a9eba12757e3",
|
|
143
|
+
"size_bytes": 3478
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"path": "src/backends/task-backend/redmine/backend-sync/status.ts",
|
|
147
|
-
"sha256": "
|
|
148
|
-
"size_bytes":
|
|
147
|
+
"sha256": "012dcdf96acdcf60eb64cd22e1e3a7a503e27cde6303db5b6d8baa8b816a3cee",
|
|
148
|
+
"size_bytes": 3367
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"path": "src/backends/task-backend/redmine/backend-sync/sync.ts",
|
|
@@ -154,8 +154,8 @@
|
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
"path": "src/backends/task-backend/redmine/backend-sync/write.ts",
|
|
157
|
-
"sha256": "
|
|
158
|
-
"size_bytes":
|
|
157
|
+
"sha256": "ef29867a330dbee7d39968d4ffb6f9c5bcfbfd4703fa7f2cf842f8f852c6685e",
|
|
158
|
+
"size_bytes": 4763
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"path": "src/backends/task-backend/redmine/client.ts",
|
|
@@ -184,13 +184,13 @@
|
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
186
|
"path": "src/backends/task-backend/redmine/mapping.ts",
|
|
187
|
-
"sha256": "
|
|
188
|
-
"size_bytes":
|
|
187
|
+
"sha256": "fef935c4398f5185647bfbdd9a3a4d4a9887a8aa8e2d4f462ccc41c36c10a533",
|
|
188
|
+
"size_bytes": 9028
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"path": "src/backends/task-backend/redmine/parse.ts",
|
|
192
|
-
"sha256": "
|
|
193
|
-
"size_bytes":
|
|
192
|
+
"sha256": "e54998991b2d4361f8941f725a1c7c767e499a7506d1d2d5dfa48e555800a48b",
|
|
193
|
+
"size_bytes": 743
|
|
194
194
|
},
|
|
195
195
|
{
|
|
196
196
|
"path": "src/backends/task-backend/redmine/remote.ts",
|
|
@@ -219,8 +219,8 @@
|
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"path": "src/backends/task-backend/redmine/state.ts",
|
|
222
|
-
"sha256": "
|
|
223
|
-
"size_bytes":
|
|
222
|
+
"sha256": "7330377c2657cd29c819ec3da6a1d2e865d685aacd6ddb4395013053e6b806e1",
|
|
223
|
+
"size_bytes": 4936
|
|
224
224
|
},
|
|
225
225
|
{
|
|
226
226
|
"path": "src/backends/task-backend/shared.ts",
|
|
@@ -234,13 +234,13 @@
|
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"path": "src/backends/task-backend/shared/constants.ts",
|
|
237
|
-
"sha256": "
|
|
238
|
-
"size_bytes":
|
|
237
|
+
"sha256": "0ac99840bbf2ec50bebfc14f114dea2eb70a4c45007e6b82aeb2e528a4c588fc",
|
|
238
|
+
"size_bytes": 364
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"path": "src/backends/task-backend/shared/doc.ts",
|
|
242
|
-
"sha256": "
|
|
243
|
-
"size_bytes":
|
|
242
|
+
"sha256": "85323906ad38fadc1789a92195b37609eb97e8ca543752e4b129ce82f053c6d4",
|
|
243
|
+
"size_bytes": 3350
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
246
|
"path": "src/backends/task-backend/shared/errors.ts",
|
|
@@ -254,13 +254,13 @@
|
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
256
|
"path": "src/backends/task-backend/shared/export.ts",
|
|
257
|
-
"sha256": "
|
|
258
|
-
"size_bytes":
|
|
257
|
+
"sha256": "34e09255864a20b43d51d86e5ef17ae0163d2100a517b742a22521703b0e4b19",
|
|
258
|
+
"size_bytes": 5118
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
"path": "src/backends/task-backend/shared/id.ts",
|
|
262
|
-
"sha256": "
|
|
263
|
-
"size_bytes":
|
|
262
|
+
"sha256": "644796e1df0006ccebe7ad868ce4a30a2df83ce0977e5736f5f8da17fb32ef97",
|
|
263
|
+
"size_bytes": 890
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
266
|
"path": "src/backends/task-backend/shared/normalize.ts",
|
|
@@ -269,8 +269,8 @@
|
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
"path": "src/backends/task-backend/shared/record.ts",
|
|
272
|
-
"sha256": "
|
|
273
|
-
"size_bytes":
|
|
272
|
+
"sha256": "cb880aed8f837a6825a5c8788e09d4d112ff39d40f193692752699ac84a32ee1",
|
|
273
|
+
"size_bytes": 4082
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
276
|
"path": "src/backends/task-backend/shared/strings.ts",
|
|
@@ -279,8 +279,8 @@
|
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"path": "src/backends/task-backend/shared/types.ts",
|
|
282
|
-
"sha256": "
|
|
283
|
-
"size_bytes":
|
|
282
|
+
"sha256": "3d6ec1bdfc0cdc3887fef2bdb4d4fc464dcb93973415030fd68675a213ac5714",
|
|
283
|
+
"size_bytes": 5017
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
286
|
"path": "src/backends/task-index.ts",
|
|
@@ -294,8 +294,8 @@
|
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"path": "src/cli/archive.ts",
|
|
297
|
-
"sha256": "
|
|
298
|
-
"size_bytes":
|
|
297
|
+
"sha256": "01b57e3a1c1ad6afe1c5b519c6da4fe8429cdab13f2687ee535cecf2f59d5c6f",
|
|
298
|
+
"size_bytes": 6314
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
"path": "src/cli/bootstrap-guide.ts",
|
|
@@ -307,11 +307,6 @@
|
|
|
307
307
|
"sha256": "9beb5476f0519f8c04bb70a4ad8ad37fd5ec92bb8b80582b372d053437d8364a",
|
|
308
308
|
"size_bytes": 410
|
|
309
309
|
},
|
|
310
|
-
{
|
|
311
|
-
"path": "src/cli/cli-error.ts",
|
|
312
|
-
"sha256": "c3cda6a4fde892f9ba12c0647bbda92763a2804c1aa28ce5eae63c5acde918f9",
|
|
313
|
-
"size_bytes": 573
|
|
314
|
-
},
|
|
315
310
|
{
|
|
316
311
|
"path": "src/cli/command-guide.ts",
|
|
317
312
|
"sha256": "e255edf911de9114ae8cfdcdae8f667fb69f1116351f8dd2d411c52b295aa9af",
|
|
@@ -359,8 +354,8 @@
|
|
|
359
354
|
},
|
|
360
355
|
{
|
|
361
356
|
"path": "src/cli/group-command.ts",
|
|
362
|
-
"sha256": "
|
|
363
|
-
"size_bytes":
|
|
357
|
+
"sha256": "55a108867e3448174a7a2d06b0dd40acb5a0dda5c868bd0422d24fa9096ee0ad",
|
|
358
|
+
"size_bytes": 2482
|
|
364
359
|
},
|
|
365
360
|
{
|
|
366
361
|
"path": "src/cli/http.ts",
|
|
@@ -369,78 +364,118 @@
|
|
|
369
364
|
},
|
|
370
365
|
{
|
|
371
366
|
"path": "src/cli/output.ts",
|
|
372
|
-
"sha256": "
|
|
373
|
-
"size_bytes":
|
|
367
|
+
"sha256": "d316ddc576e49e3fcd93556e7d53134f74dc0128525a8bed2948790f26934f56",
|
|
368
|
+
"size_bytes": 8383
|
|
374
369
|
},
|
|
375
370
|
{
|
|
376
371
|
"path": "src/cli/prompts.ts",
|
|
377
|
-
"sha256": "
|
|
378
|
-
"size_bytes":
|
|
372
|
+
"sha256": "f1c0d10eead5f4d6227bf93348e42a8e24f6585ffa0907989d8be90fd1097205",
|
|
373
|
+
"size_bytes": 2914
|
|
379
374
|
},
|
|
380
375
|
{
|
|
381
376
|
"path": "src/cli/reason-codes.ts",
|
|
382
377
|
"sha256": "cb223727ce412893857977631165b663a9a1905e7959ddb41cfe81df5e4c3dfa",
|
|
383
378
|
"size_bytes": 4922
|
|
384
379
|
},
|
|
380
|
+
{
|
|
381
|
+
"path": "src/cli/run-cli.core.lifecycle.helpers.ts",
|
|
382
|
+
"sha256": "b62f7f76708218aa3e5e0c1682380f2114e1fa6313ab59359e4d999f260d6e71",
|
|
383
|
+
"size_bytes": 1649
|
|
384
|
+
},
|
|
385
385
|
{
|
|
386
386
|
"path": "src/cli/run-cli.core.pr-flow.pr-support.ts",
|
|
387
|
-
"sha256": "
|
|
388
|
-
"size_bytes":
|
|
387
|
+
"sha256": "05dce800e9a02b42283c1bd8458b3ea7440794f512f54e9ffc0a1901c51c0254",
|
|
388
|
+
"size_bytes": 3459
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"path": "src/cli/run-cli.core.tasks.query-support.constants.ts",
|
|
392
|
+
"sha256": "ba28da49cd17bfd5a4768291bf3febe71229a0b0b39a6dc8154eedfbe3fcdeb9",
|
|
393
|
+
"size_bytes": 313
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"path": "src/cli/run-cli.core.tasks.query-support.expected-run.ts",
|
|
397
|
+
"sha256": "4c0ea5071c941ca238dde29fa1dc89ad04a1ee5b2bc936bd92e1d02cfedb2c01",
|
|
398
|
+
"size_bytes": 7473
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"path": "src/cli/run-cli.core.tasks.query-support.fixtures.ts",
|
|
402
|
+
"sha256": "da1ff5cc49c43ca77dedf5e6758621afd0c3eadc7e1976ffdabeb5dedc4ad736",
|
|
403
|
+
"size_bytes": 2067
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"path": "src/cli/run-cli.core.tasks.query-support.shared.ts",
|
|
407
|
+
"sha256": "430dd2a969dd3d97b74c2a716f0938af3f81b9a9fd2a92f9528bffdec365b63e",
|
|
408
|
+
"size_bytes": 1989
|
|
389
409
|
},
|
|
390
410
|
{
|
|
391
411
|
"path": "src/cli/run-cli.core.tasks.query-support.ts",
|
|
392
|
-
"sha256": "
|
|
393
|
-
"size_bytes":
|
|
412
|
+
"sha256": "3b050f9166c104d3861fe2263391407ab805562843bed27698f75b4ff7beeb02",
|
|
413
|
+
"size_bytes": 259
|
|
394
414
|
},
|
|
395
415
|
{
|
|
396
416
|
"path": "src/cli/run-cli.ts",
|
|
397
|
-
"sha256": "
|
|
398
|
-
"size_bytes":
|
|
417
|
+
"sha256": "52ad9012d25f5d208d33642f2a588cb988025b674bc8b495f7842041d89cd350",
|
|
418
|
+
"size_bytes": 11516
|
|
399
419
|
},
|
|
400
420
|
{
|
|
401
421
|
"path": "src/cli/run-cli/command-catalog.ts",
|
|
402
|
-
"sha256": "
|
|
403
|
-
"size_bytes":
|
|
422
|
+
"sha256": "09783f0fcd4f2236a631ffb4e3527bd02e177256b1fb60d2e5e76ce40ea5efa9",
|
|
423
|
+
"size_bytes": 2070
|
|
404
424
|
},
|
|
405
425
|
{
|
|
406
426
|
"path": "src/cli/run-cli/command-catalog/core.ts",
|
|
407
|
-
"sha256": "
|
|
408
|
-
"size_bytes":
|
|
427
|
+
"sha256": "13df54b6f9c1a5b0f3b06663a8303aa6c8bf5ed1da3647788beb251f6664ed8e",
|
|
428
|
+
"size_bytes": 5606
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"path": "src/cli/run-cli/command-catalog/kernel.ts",
|
|
432
|
+
"sha256": "db0aad4fcec17a5de6b1335e1c3d11708475b6e7e1e362e28bfa0c149fff3c2f",
|
|
433
|
+
"size_bytes": 3386
|
|
409
434
|
},
|
|
410
435
|
{
|
|
411
436
|
"path": "src/cli/run-cli/command-catalog/lifecycle.ts",
|
|
412
|
-
"sha256": "
|
|
413
|
-
"size_bytes":
|
|
437
|
+
"sha256": "b74a6c018255c378b78c807c8479043fabf29f1e67b437986101b41b6a5e307f",
|
|
438
|
+
"size_bytes": 3090
|
|
414
439
|
},
|
|
415
440
|
{
|
|
416
441
|
"path": "src/cli/run-cli/command-catalog/project.ts",
|
|
417
|
-
"sha256": "
|
|
418
|
-
"size_bytes":
|
|
442
|
+
"sha256": "0e395ce214bfc2b0a33963f5cd356b3e18385df0ef3ef650a9b5c68148fdc293",
|
|
443
|
+
"size_bytes": 6024
|
|
419
444
|
},
|
|
420
445
|
{
|
|
421
|
-
"path": "src/cli/run-cli/command-catalog/
|
|
422
|
-
"sha256": "
|
|
423
|
-
"size_bytes":
|
|
446
|
+
"path": "src/cli/run-cli/command-catalog/task.ts",
|
|
447
|
+
"sha256": "025b75558747acd6d5e0e0e2e620dfa12371d524aea5b6893407eb405b003669",
|
|
448
|
+
"size_bytes": 9413
|
|
424
449
|
},
|
|
425
450
|
{
|
|
426
|
-
"path": "src/cli/run-cli/command-
|
|
427
|
-
"sha256": "
|
|
428
|
-
"size_bytes":
|
|
451
|
+
"path": "src/cli/run-cli/command-loaders/core.ts",
|
|
452
|
+
"sha256": "406f52a8f110849ce29a85a4ff561d42c3d0e701c7f1f2a9e71f8d2fd87120ab",
|
|
453
|
+
"size_bytes": 3363
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"path": "src/cli/run-cli/command-loaders/lifecycle.ts",
|
|
457
|
+
"sha256": "01bec49e9da45ff3bd3784031808f0bad1e3e1edf81c3e95677ee0ac63cc59a1",
|
|
458
|
+
"size_bytes": 2427
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"path": "src/cli/run-cli/command-loaders/project.ts",
|
|
462
|
+
"sha256": "cdbad4e7a243642fb91a737dfa390c03ab443a37ca79db24ada60a057b275a1e",
|
|
463
|
+
"size_bytes": 4967
|
|
429
464
|
},
|
|
430
465
|
{
|
|
431
|
-
"path": "src/cli/run-cli/command-loaders.ts",
|
|
432
|
-
"sha256": "
|
|
433
|
-
"size_bytes":
|
|
466
|
+
"path": "src/cli/run-cli/command-loaders/task.ts",
|
|
467
|
+
"sha256": "0c6a459cdf645688c2cd01f63068327cb9c2bc6f1da94381fe8578c8f891304a",
|
|
468
|
+
"size_bytes": 7582
|
|
434
469
|
},
|
|
435
470
|
{
|
|
436
471
|
"path": "src/cli/run-cli/commands/codex.ts",
|
|
437
|
-
"sha256": "
|
|
438
|
-
"size_bytes":
|
|
472
|
+
"sha256": "29a670e0fa55f43780fe2a91ba4614eff13676c5740def570a6882bab86e3bd8",
|
|
473
|
+
"size_bytes": 4828
|
|
439
474
|
},
|
|
440
475
|
{
|
|
441
476
|
"path": "src/cli/run-cli/commands/config.ts",
|
|
442
|
-
"sha256": "
|
|
443
|
-
"size_bytes":
|
|
477
|
+
"sha256": "c70dbb20647a8e718e939d919dccedf0ddab4484f47dc9dd81e2ca97552eb2a5",
|
|
478
|
+
"size_bytes": 11003
|
|
444
479
|
},
|
|
445
480
|
{
|
|
446
481
|
"path": "src/cli/run-cli/commands/core.ts",
|
|
@@ -449,18 +484,18 @@
|
|
|
449
484
|
},
|
|
450
485
|
{
|
|
451
486
|
"path": "src/cli/run-cli/commands/core/agent-profiles.ts",
|
|
452
|
-
"sha256": "
|
|
453
|
-
"size_bytes":
|
|
487
|
+
"sha256": "21c57eaf9609e740790024d3b40f7a121044f06d9042ffef9238d797b19f3f28",
|
|
488
|
+
"size_bytes": 3992
|
|
454
489
|
},
|
|
455
490
|
{
|
|
456
491
|
"path": "src/cli/run-cli/commands/core/agents.ts",
|
|
457
|
-
"sha256": "
|
|
458
|
-
"size_bytes":
|
|
492
|
+
"sha256": "1c782f48499dff9e88809ef412e341b03b2d316ec9015b3dcfbf9c0c1a23cd4d",
|
|
493
|
+
"size_bytes": 4806
|
|
459
494
|
},
|
|
460
495
|
{
|
|
461
496
|
"path": "src/cli/run-cli/commands/core/preflight.ts",
|
|
462
|
-
"sha256": "
|
|
463
|
-
"size_bytes":
|
|
497
|
+
"sha256": "23993ba46d876d00d9aae0e4da266ab760aefbdf62fca270bcfef1d421ee4958",
|
|
498
|
+
"size_bytes": 13414
|
|
464
499
|
},
|
|
465
500
|
{
|
|
466
501
|
"path": "src/cli/run-cli/commands/core/quickstart.ts",
|
|
@@ -474,13 +509,8 @@
|
|
|
474
509
|
},
|
|
475
510
|
{
|
|
476
511
|
"path": "src/cli/run-cli/commands/ide.ts",
|
|
477
|
-
"sha256": "
|
|
478
|
-
"size_bytes":
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"path": "src/cli/run-cli/commands/init.ts",
|
|
482
|
-
"sha256": "732e1c7ef3a64a278dd2cf8db0603e2f3cbfcfde44b6e7046cd1c3ef31b90952",
|
|
483
|
-
"size_bytes": 52
|
|
512
|
+
"sha256": "762d8e2d2672ebfb85af92aae60511f499343eb18320dd1107f673ae5d04d260",
|
|
513
|
+
"size_bytes": 5625
|
|
484
514
|
},
|
|
485
515
|
{
|
|
486
516
|
"path": "src/cli/run-cli/commands/init/base-branch.ts",
|
|
@@ -499,18 +529,23 @@
|
|
|
499
529
|
},
|
|
500
530
|
{
|
|
501
531
|
"path": "src/cli/run-cli/commands/init/ide-sync.ts",
|
|
502
|
-
"sha256": "
|
|
503
|
-
"size_bytes":
|
|
532
|
+
"sha256": "7d6b77b1910b5b4966b4dd8a53a69ce6842a48d7fa6a83396f856d79bb2f94a9",
|
|
533
|
+
"size_bytes": 1460
|
|
504
534
|
},
|
|
505
535
|
{
|
|
506
536
|
"path": "src/cli/run-cli/commands/init/model.ts",
|
|
507
|
-
"sha256": "
|
|
508
|
-
"size_bytes":
|
|
537
|
+
"sha256": "3cbd3a73b0346efb2fc570aee7b630f172070e42bad6d66e876902c69c0c9f57",
|
|
538
|
+
"size_bytes": 1453
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"path": "src/cli/run-cli/commands/init/orchestrate-v2.ts",
|
|
542
|
+
"sha256": "1cb3d188202e08dc95ede78a7e52f6f45ea500cf9b5da41cfa6fef5d8b4c830c",
|
|
543
|
+
"size_bytes": 11972
|
|
509
544
|
},
|
|
510
545
|
{
|
|
511
546
|
"path": "src/cli/run-cli/commands/init/orchestrate.ts",
|
|
512
|
-
"sha256": "
|
|
513
|
-
"size_bytes":
|
|
547
|
+
"sha256": "fed854de5986b3a86f349e1c25a734fa363b67bfcf5f15aff5c411b706b680e5",
|
|
548
|
+
"size_bytes": 15024
|
|
514
549
|
},
|
|
515
550
|
{
|
|
516
551
|
"path": "src/cli/run-cli/commands/init/parsers.ts",
|
|
@@ -522,30 +557,95 @@
|
|
|
522
557
|
"sha256": "6489b662f0d6c4dcda97704fe00ffcc689b38144ab904e7de02c86cfd228c335",
|
|
523
558
|
"size_bytes": 2533
|
|
524
559
|
},
|
|
560
|
+
{
|
|
561
|
+
"path": "src/cli/run-cli/commands/init/prompts-v2.ts",
|
|
562
|
+
"sha256": "e2aa3ca25d601366d8789645588140088e01b2e0e5b0efa8dc55b78c130bdd10",
|
|
563
|
+
"size_bytes": 1096
|
|
564
|
+
},
|
|
525
565
|
{
|
|
526
566
|
"path": "src/cli/run-cli/commands/init/recipes.ts",
|
|
527
|
-
"sha256": "
|
|
528
|
-
"size_bytes":
|
|
567
|
+
"sha256": "2164d394458cc6892b0f75720a7e8fa0ca64a48dab9a3caf5c32a00cbb2d418f",
|
|
568
|
+
"size_bytes": 1892
|
|
529
569
|
},
|
|
530
570
|
{
|
|
531
571
|
"path": "src/cli/run-cli/commands/init/spec.ts",
|
|
532
|
-
"sha256": "
|
|
533
|
-
"size_bytes":
|
|
572
|
+
"sha256": "2dce964bf058d2e40e9a30d93bebed87ef7c0ddd0b905bf5390bca00ae507ae2",
|
|
573
|
+
"size_bytes": 9330
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"path": "src/cli/run-cli/commands/init/steps/advanced-settings.ts",
|
|
577
|
+
"sha256": "f36c651c9718ecda2dffa67d920e7cac8e9287d7da5c6c9cc2b31f63a5f77fe6",
|
|
578
|
+
"size_bytes": 2954
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"path": "src/cli/run-cli/commands/init/steps/apply.ts",
|
|
582
|
+
"sha256": "a39accc36e3777e6e3276586796e7a0bcce36f36cc16fa8a56d0cb6b513f7303",
|
|
583
|
+
"size_bytes": 3983
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"path": "src/cli/run-cli/commands/init/steps/backend.ts",
|
|
587
|
+
"sha256": "676c78aeae4e720a18d77d7bead46bb885ae771cf2bab6a5d5f40242c4b7989f",
|
|
588
|
+
"size_bytes": 1032
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"path": "src/cli/run-cli/commands/init/steps/conflict-resolver.ts",
|
|
592
|
+
"sha256": "be60c260063d6cc997e05b408e5309a68f0535e409aad094116028eaafeb904d",
|
|
593
|
+
"size_bytes": 1655
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"path": "src/cli/run-cli/commands/init/steps/contracts.ts",
|
|
597
|
+
"sha256": "9d6ea3eb600d81a646ae189cb4a5edd2861022b5262d87b425540cd42c1fa079",
|
|
598
|
+
"size_bytes": 1809
|
|
534
599
|
},
|
|
535
600
|
{
|
|
536
|
-
"path": "src/cli/run-cli/commands/init/
|
|
537
|
-
"sha256": "
|
|
538
|
-
"size_bytes":
|
|
601
|
+
"path": "src/cli/run-cli/commands/init/steps/ide.ts",
|
|
602
|
+
"sha256": "10bbc0c97c6e5b5751121705f779bdce311f0f4cd320eecf373a0725e11200fe",
|
|
603
|
+
"size_bytes": 1030
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"path": "src/cli/run-cli/commands/init/steps/index.ts",
|
|
607
|
+
"sha256": "786c96ffa92b1b95d45031b641014a186331004e776f5d6f89a249be1b281a48",
|
|
608
|
+
"size_bytes": 527
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"path": "src/cli/run-cli/commands/init/steps/policy-gateway.ts",
|
|
612
|
+
"sha256": "43c7e77483c336a9f629faab1d49d9f398c3ccb875e3cb50e6dc45ab419066d3",
|
|
613
|
+
"size_bytes": 1138
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"path": "src/cli/run-cli/commands/init/steps/prompt-utils.ts",
|
|
617
|
+
"sha256": "f651b470e4706003b9d8c945b7fa22b24b1e5f8edb6a6312a7a5e6d3db5ef669",
|
|
618
|
+
"size_bytes": 1729
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"path": "src/cli/run-cli/commands/init/steps/recipe-selection.ts",
|
|
622
|
+
"sha256": "71ce62c7f2abe95eb81b45a4adcbec2abc4d0ae48ba3c31355962c7ce6305e42",
|
|
623
|
+
"size_bytes": 2031
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"path": "src/cli/run-cli/commands/init/steps/setup-profile.ts",
|
|
627
|
+
"sha256": "ccd70220971d018e0db7090828cfb99666f9910fdab85baf189d646b22158658",
|
|
628
|
+
"size_bytes": 1275
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"path": "src/cli/run-cli/commands/init/steps/workflow.ts",
|
|
632
|
+
"sha256": "b84966643afff845d9ee73fbaef6f01c15dcb89331aeff3dadb91f97f7169b45",
|
|
633
|
+
"size_bytes": 2903
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"path": "src/cli/run-cli/commands/init/ui-v2.ts",
|
|
637
|
+
"sha256": "b4d100c2a328fd3c18fca314dbc5f2c5e9c525fca75c44bffa4a63886b11c349",
|
|
638
|
+
"size_bytes": 2405
|
|
539
639
|
},
|
|
540
640
|
{
|
|
541
641
|
"path": "src/cli/run-cli/commands/init/write-agents.ts",
|
|
542
|
-
"sha256": "
|
|
543
|
-
"size_bytes":
|
|
642
|
+
"sha256": "e3467c7c7e842e4de05e66a2345dd76ed522822c2067330e91d8ea3cb608f203",
|
|
643
|
+
"size_bytes": 4006
|
|
544
644
|
},
|
|
545
645
|
{
|
|
546
646
|
"path": "src/cli/run-cli/commands/init/write-config.ts",
|
|
547
|
-
"sha256": "
|
|
548
|
-
"size_bytes":
|
|
647
|
+
"sha256": "4b75ef5d5f8d468ea7275650e0e0d0bdc2d7ae841d049efc29414e38565ec930",
|
|
648
|
+
"size_bytes": 3349
|
|
549
649
|
},
|
|
550
650
|
{
|
|
551
651
|
"path": "src/cli/run-cli/commands/init/write-env.ts",
|
|
@@ -574,8 +674,8 @@
|
|
|
574
674
|
},
|
|
575
675
|
{
|
|
576
676
|
"path": "src/cli/run-cli/registry.run.ts",
|
|
577
|
-
"sha256": "
|
|
578
|
-
"size_bytes":
|
|
677
|
+
"sha256": "b3ac443a79af2ac8fc72336a672a4fa597b0365b079ac733495e82c142389fc2",
|
|
678
|
+
"size_bytes": 1162
|
|
579
679
|
},
|
|
580
680
|
{
|
|
581
681
|
"path": "src/cli/run-cli/update-warning.ts",
|
|
@@ -664,13 +764,13 @@
|
|
|
664
764
|
},
|
|
665
765
|
{
|
|
666
766
|
"path": "src/commands/branch/base.ts",
|
|
667
|
-
"sha256": "
|
|
668
|
-
"size_bytes":
|
|
767
|
+
"sha256": "0f38ee1f51b8f119abe54967128f077fee044732b3f02f65704ed4c85c1b174f",
|
|
768
|
+
"size_bytes": 4057
|
|
669
769
|
},
|
|
670
770
|
{
|
|
671
771
|
"path": "src/commands/branch/cleanup-merged.ts",
|
|
672
|
-
"sha256": "
|
|
673
|
-
"size_bytes":
|
|
772
|
+
"sha256": "8ea683dfa7c4f7499772bec9e987e2aa2c68bdde7413852d6b7f4c0bc606d454",
|
|
773
|
+
"size_bytes": 10300
|
|
674
774
|
},
|
|
675
775
|
{
|
|
676
776
|
"path": "src/commands/branch/index.ts",
|
|
@@ -694,8 +794,8 @@
|
|
|
694
794
|
},
|
|
695
795
|
{
|
|
696
796
|
"path": "src/commands/branch/remove.ts",
|
|
697
|
-
"sha256": "
|
|
698
|
-
"size_bytes":
|
|
797
|
+
"sha256": "9a3eb4c2b2c1f979af7a77ad46111d1e68bcc5c6d574bcbf70b11ca3057de429",
|
|
798
|
+
"size_bytes": 3022
|
|
699
799
|
},
|
|
700
800
|
{
|
|
701
801
|
"path": "src/commands/branch/status.command.ts",
|
|
@@ -704,8 +804,8 @@
|
|
|
704
804
|
},
|
|
705
805
|
{
|
|
706
806
|
"path": "src/commands/branch/status.ts",
|
|
707
|
-
"sha256": "
|
|
708
|
-
"size_bytes":
|
|
807
|
+
"sha256": "a4ec218197030d6b590aa3b1fc639b1f5774f29e953e17ffe98aa57aff6e9a37",
|
|
808
|
+
"size_bytes": 2715
|
|
709
809
|
},
|
|
710
810
|
{
|
|
711
811
|
"path": "src/commands/branch/work-start.command.ts",
|
|
@@ -714,13 +814,13 @@
|
|
|
714
814
|
},
|
|
715
815
|
{
|
|
716
816
|
"path": "src/commands/branch/work-start.direct.ts",
|
|
717
|
-
"sha256": "
|
|
718
|
-
"size_bytes":
|
|
817
|
+
"sha256": "a6889584981c7dd7d0febd1c727c5c12d4d43e62a5efaa383c9ac32c0cfbb9f6",
|
|
818
|
+
"size_bytes": 3109
|
|
719
819
|
},
|
|
720
820
|
{
|
|
721
821
|
"path": "src/commands/branch/work-start.git.ts",
|
|
722
|
-
"sha256": "
|
|
723
|
-
"size_bytes":
|
|
822
|
+
"sha256": "ecca0d77624f35a187cd11561cdde00a568f65c7fcaded5ec3756bea295502a2",
|
|
823
|
+
"size_bytes": 899
|
|
724
824
|
},
|
|
725
825
|
{
|
|
726
826
|
"path": "src/commands/branch/work-start.hook-shim.ts",
|
|
@@ -729,13 +829,13 @@
|
|
|
729
829
|
},
|
|
730
830
|
{
|
|
731
831
|
"path": "src/commands/branch/work-start.materialize.ts",
|
|
732
|
-
"sha256": "
|
|
733
|
-
"size_bytes":
|
|
832
|
+
"sha256": "23ba4b28db550ad0864cde3f465ec80e0a0b3c3446ae533ed1d1bd7a4a468ef4",
|
|
833
|
+
"size_bytes": 4862
|
|
734
834
|
},
|
|
735
835
|
{
|
|
736
836
|
"path": "src/commands/branch/work-start.ts",
|
|
737
|
-
"sha256": "
|
|
738
|
-
"size_bytes":
|
|
837
|
+
"sha256": "0fdb101656cd9221ffa555cee8c447d57a9a3476340fba386713c591ba62758f",
|
|
838
|
+
"size_bytes": 6805
|
|
739
839
|
},
|
|
740
840
|
{
|
|
741
841
|
"path": "src/commands/cleanup/merged.command.ts",
|
|
@@ -744,13 +844,13 @@
|
|
|
744
844
|
},
|
|
745
845
|
{
|
|
746
846
|
"path": "src/commands/codex/plugin-install.ts",
|
|
747
|
-
"sha256": "
|
|
748
|
-
"size_bytes":
|
|
847
|
+
"sha256": "e3697bd07100d47cc0d8b00cba5921f56800ee63f1ca35e9b013cdb3174111ee",
|
|
848
|
+
"size_bytes": 8366
|
|
749
849
|
},
|
|
750
850
|
{
|
|
751
851
|
"path": "src/commands/commit.command.ts",
|
|
752
|
-
"sha256": "
|
|
753
|
-
"size_bytes":
|
|
852
|
+
"sha256": "26c4a05c546aa80baa1e417a7afe6e1199ff08083cf71dc989a41e279f11f35b",
|
|
853
|
+
"size_bytes": 1037
|
|
754
854
|
},
|
|
755
855
|
{
|
|
756
856
|
"path": "src/commands/commit.spec.ts",
|
|
@@ -764,8 +864,8 @@
|
|
|
764
864
|
},
|
|
765
865
|
{
|
|
766
866
|
"path": "src/commands/doctor.run.ts",
|
|
767
|
-
"sha256": "
|
|
768
|
-
"size_bytes":
|
|
867
|
+
"sha256": "d14fd3269f075ddc7045e6e99f712e3358a69ce20cac63449d705d4dc2bea389",
|
|
868
|
+
"size_bytes": 3384
|
|
769
869
|
},
|
|
770
870
|
{
|
|
771
871
|
"path": "src/commands/doctor.spec.ts",
|
|
@@ -774,8 +874,8 @@
|
|
|
774
874
|
},
|
|
775
875
|
{
|
|
776
876
|
"path": "src/commands/doctor/archive.ts",
|
|
777
|
-
"sha256": "
|
|
778
|
-
"size_bytes":
|
|
877
|
+
"sha256": "a5c522e113c37324638fbf5d54c75235406bedfd5182240766b99e0cfda80ba2",
|
|
878
|
+
"size_bytes": 9172
|
|
779
879
|
},
|
|
780
880
|
{
|
|
781
881
|
"path": "src/commands/doctor/branch-pr.ts",
|
|
@@ -794,23 +894,23 @@
|
|
|
794
894
|
},
|
|
795
895
|
{
|
|
796
896
|
"path": "src/commands/doctor/runtime.ts",
|
|
797
|
-
"sha256": "
|
|
798
|
-
"size_bytes":
|
|
897
|
+
"sha256": "aabfd7651b52fb4949b70422e59ab565178c32a0721ae0687f5a2d8aa3e46e34",
|
|
898
|
+
"size_bytes": 2799
|
|
799
899
|
},
|
|
800
900
|
{
|
|
801
901
|
"path": "src/commands/doctor/workflow.ts",
|
|
802
|
-
"sha256": "
|
|
803
|
-
"size_bytes":
|
|
902
|
+
"sha256": "2288c635b95c2d890960ed37d7b334cb6b2498848dfb99fffdcc0c8ad6c1db78",
|
|
903
|
+
"size_bytes": 2235
|
|
804
904
|
},
|
|
805
905
|
{
|
|
806
906
|
"path": "src/commands/doctor/workspace.ts",
|
|
807
|
-
"sha256": "
|
|
808
|
-
"size_bytes":
|
|
907
|
+
"sha256": "8d92b2eab7ba2485787995f1807adc1c618e832436b812a86cb82bce09bc9ef2",
|
|
908
|
+
"size_bytes": 14977
|
|
809
909
|
},
|
|
810
910
|
{
|
|
811
911
|
"path": "src/commands/finish.run.ts",
|
|
812
|
-
"sha256": "
|
|
813
|
-
"size_bytes":
|
|
912
|
+
"sha256": "1588ea6d33f008250141a393b499ddd0c596e759e30e44bc5d82e6652bfd803e",
|
|
913
|
+
"size_bytes": 2052
|
|
814
914
|
},
|
|
815
915
|
{
|
|
816
916
|
"path": "src/commands/finish.spec.ts",
|
|
@@ -824,8 +924,13 @@
|
|
|
824
924
|
},
|
|
825
925
|
{
|
|
826
926
|
"path": "src/commands/guard/commit.command.ts",
|
|
827
|
-
"sha256": "
|
|
828
|
-
"size_bytes":
|
|
927
|
+
"sha256": "76f743b4d9681b6b7b29e2ed1721c132b536c96f24c81ecfbce2b1060afe61f4",
|
|
928
|
+
"size_bytes": 1193
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"path": "src/commands/guard/commit.spec.ts",
|
|
932
|
+
"sha256": "16da52e370908441cc355a901d72f9962363e326808d1fbc98ae9911da87ca23",
|
|
933
|
+
"size_bytes": 5424
|
|
829
934
|
},
|
|
830
935
|
{
|
|
831
936
|
"path": "src/commands/guard/guard.command.ts",
|
|
@@ -834,8 +939,8 @@
|
|
|
834
939
|
},
|
|
835
940
|
{
|
|
836
941
|
"path": "src/commands/guard/impl/allow.ts",
|
|
837
|
-
"sha256": "
|
|
838
|
-
"size_bytes":
|
|
942
|
+
"sha256": "dd167f8e144b1c79799d781b1e294f9bf24f3d3bdc46122634bd1f2379b5becd",
|
|
943
|
+
"size_bytes": 5415
|
|
839
944
|
},
|
|
840
945
|
{
|
|
841
946
|
"path": "src/commands/guard/impl/clean.ts",
|
|
@@ -844,23 +949,18 @@
|
|
|
844
949
|
},
|
|
845
950
|
{
|
|
846
951
|
"path": "src/commands/guard/impl/close-dirt.ts",
|
|
847
|
-
"sha256": "
|
|
848
|
-
"size_bytes":
|
|
952
|
+
"sha256": "f3ef41cdc0a6aae551edb0fe920f92e940e7db1b8a7e18ee8abe907aac0bec08",
|
|
953
|
+
"size_bytes": 2203
|
|
849
954
|
},
|
|
850
955
|
{
|
|
851
956
|
"path": "src/commands/guard/impl/close-message.ts",
|
|
852
|
-
"sha256": "
|
|
853
|
-
"size_bytes":
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"path": "src/commands/guard/impl/commands.ts",
|
|
857
|
-
"sha256": "1b7a32b4af2c9504f8ad235b4e1617a6b25bde9127fa18e51adb1e52c7a9af5e",
|
|
858
|
-
"size_bytes": 190
|
|
957
|
+
"sha256": "c19cdb1fb74ef69bb17d5aa17031aea0d0d11c5bddea55d90abd4b7db3fe7d0b",
|
|
958
|
+
"size_bytes": 7502
|
|
859
959
|
},
|
|
860
960
|
{
|
|
861
961
|
"path": "src/commands/guard/impl/comment-commit.ts",
|
|
862
|
-
"sha256": "
|
|
863
|
-
"size_bytes":
|
|
962
|
+
"sha256": "9822246508a0767f410a27d832ba725827a0e278ecf4cd9512f5c0195860ddad",
|
|
963
|
+
"size_bytes": 5422
|
|
864
964
|
},
|
|
865
965
|
{
|
|
866
966
|
"path": "src/commands/guard/impl/commit-diagnostics.ts",
|
|
@@ -869,13 +969,13 @@
|
|
|
869
969
|
},
|
|
870
970
|
{
|
|
871
971
|
"path": "src/commands/guard/impl/commit.ts",
|
|
872
|
-
"sha256": "
|
|
873
|
-
"size_bytes":
|
|
972
|
+
"sha256": "2578c9ab061d260b0c6518c458a18b85444489d2cd7cf0d362858d9266215c9b",
|
|
973
|
+
"size_bytes": 15217
|
|
874
974
|
},
|
|
875
975
|
{
|
|
876
976
|
"path": "src/commands/guard/impl/env.ts",
|
|
877
|
-
"sha256": "
|
|
878
|
-
"size_bytes":
|
|
977
|
+
"sha256": "d5d914d74b908e2cc3095cd510a18a005f252e70cb077d84304551990ab832db",
|
|
978
|
+
"size_bytes": 2506
|
|
879
979
|
},
|
|
880
980
|
{
|
|
881
981
|
"path": "src/commands/guard/impl/guard-commit.ts",
|
|
@@ -884,8 +984,8 @@
|
|
|
884
984
|
},
|
|
885
985
|
{
|
|
886
986
|
"path": "src/commands/guard/impl/policy.ts",
|
|
887
|
-
"sha256": "
|
|
888
|
-
"size_bytes":
|
|
987
|
+
"sha256": "125f7ae282c1c4d2d7fb6522cdeee225c88e6f611c9b350379d80c22b1f34d80",
|
|
988
|
+
"size_bytes": 2625
|
|
889
989
|
},
|
|
890
990
|
{
|
|
891
991
|
"path": "src/commands/guard/impl/suggest.ts",
|
|
@@ -894,7 +994,7 @@
|
|
|
894
994
|
},
|
|
895
995
|
{
|
|
896
996
|
"path": "src/commands/guard/index.ts",
|
|
897
|
-
"sha256": "
|
|
997
|
+
"sha256": "e0b6fee8a3758d764127b6edba0f6f62d75e56a4ec868091584f28a724a2520e",
|
|
898
998
|
"size_bytes": 312
|
|
899
999
|
},
|
|
900
1000
|
{
|
|
@@ -909,8 +1009,8 @@
|
|
|
909
1009
|
},
|
|
910
1010
|
{
|
|
911
1011
|
"path": "src/commands/hooks/index.ts",
|
|
912
|
-
"sha256": "
|
|
913
|
-
"size_bytes":
|
|
1012
|
+
"sha256": "eb7a3c58f1d9ffad3ee21757d08ad15e56dccc0ba952909dfa86385cde4b2e94",
|
|
1013
|
+
"size_bytes": 215
|
|
914
1014
|
},
|
|
915
1015
|
{
|
|
916
1016
|
"path": "src/commands/hooks/install.command.ts",
|
|
@@ -919,8 +1019,8 @@
|
|
|
919
1019
|
},
|
|
920
1020
|
{
|
|
921
1021
|
"path": "src/commands/hooks/install.ts",
|
|
922
|
-
"sha256": "
|
|
923
|
-
"size_bytes":
|
|
1022
|
+
"sha256": "c4930d3732fef17d8518038ea60f0bf11d901e85fd1a9ddcadbd82ce4f02847f",
|
|
1023
|
+
"size_bytes": 5087
|
|
924
1024
|
},
|
|
925
1025
|
{
|
|
926
1026
|
"path": "src/commands/hooks/run.command.ts",
|
|
@@ -929,23 +1029,23 @@
|
|
|
929
1029
|
},
|
|
930
1030
|
{
|
|
931
1031
|
"path": "src/commands/hooks/run.commit-msg.ts",
|
|
932
|
-
"sha256": "
|
|
933
|
-
"size_bytes":
|
|
1032
|
+
"sha256": "96c54c26e22f4dc918343c01696e34c8916c61dd6627bd075cced89a9b6f9ef8",
|
|
1033
|
+
"size_bytes": 2465
|
|
934
1034
|
},
|
|
935
1035
|
{
|
|
936
1036
|
"path": "src/commands/hooks/run.post-merge.ts",
|
|
937
|
-
"sha256": "
|
|
938
|
-
"size_bytes":
|
|
1037
|
+
"sha256": "7af23d3c181932f19bdfb6dfe883008ad43ed7316e4f17b87e72d03a917f34bc",
|
|
1038
|
+
"size_bytes": 1448
|
|
939
1039
|
},
|
|
940
1040
|
{
|
|
941
1041
|
"path": "src/commands/hooks/run.pre-commit.ts",
|
|
942
|
-
"sha256": "
|
|
943
|
-
"size_bytes":
|
|
1042
|
+
"sha256": "14a47ee1a1f5b3819fef05d60f627a949c6621b71b365d4b41bfd183cc2d738b",
|
|
1043
|
+
"size_bytes": 1897
|
|
944
1044
|
},
|
|
945
1045
|
{
|
|
946
1046
|
"path": "src/commands/hooks/run.pre-push.ts",
|
|
947
|
-
"sha256": "
|
|
948
|
-
"size_bytes":
|
|
1047
|
+
"sha256": "d36b49c91eaeef229c9a2f1ffbff6f41cd3c09632660fed4fd984354fa79dc28",
|
|
1048
|
+
"size_bytes": 3247
|
|
949
1049
|
},
|
|
950
1050
|
{
|
|
951
1051
|
"path": "src/commands/hooks/run.ts",
|
|
@@ -979,18 +1079,23 @@
|
|
|
979
1079
|
},
|
|
980
1080
|
{
|
|
981
1081
|
"path": "src/commands/incidents/shared.ts",
|
|
982
|
-
"sha256": "
|
|
983
|
-
"size_bytes":
|
|
1082
|
+
"sha256": "b2605ce14930a70f3c3c082325c1ac3fc089330a3853a4a360ea235f2fae8c89",
|
|
1083
|
+
"size_bytes": 14733
|
|
984
1084
|
},
|
|
985
1085
|
{
|
|
986
1086
|
"path": "src/commands/integrate.command.ts",
|
|
987
|
-
"sha256": "
|
|
988
|
-
"size_bytes":
|
|
1087
|
+
"sha256": "200b389b1543d35fd758e711a3acecc4909d1cdb10ce0071085e472edb8cacef",
|
|
1088
|
+
"size_bytes": 752
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"path": "src/commands/integrate.spec.ts",
|
|
1092
|
+
"sha256": "a911241808538e1dd8272e67c280fc3c45a59f347d2eccff6f4bd0c0de066901",
|
|
1093
|
+
"size_bytes": 2360
|
|
989
1094
|
},
|
|
990
1095
|
{
|
|
991
1096
|
"path": "src/commands/pr/check.ts",
|
|
992
|
-
"sha256": "
|
|
993
|
-
"size_bytes":
|
|
1097
|
+
"sha256": "73f652d05593372d37979d4cd775c27f3a17d076dfa6b4990c6039c9a5da5083",
|
|
1098
|
+
"size_bytes": 13859
|
|
994
1099
|
},
|
|
995
1100
|
{
|
|
996
1101
|
"path": "src/commands/pr/close-superseded.ts",
|
|
@@ -1002,25 +1107,15 @@
|
|
|
1002
1107
|
"sha256": "6d5fc636cd0a8c93f942a96689c1b9b3e41f56e689ec86c4d7ccefe20060802d",
|
|
1003
1108
|
"size_bytes": 4727
|
|
1004
1109
|
},
|
|
1005
|
-
{
|
|
1006
|
-
"path": "src/commands/pr/index.ts",
|
|
1007
|
-
"sha256": "3e0dcc4f76eb632ac55c07d67c8610cbc8afdd1b997d190341415d5e8c09c1cd",
|
|
1008
|
-
"size_bytes": 312
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"path": "src/commands/pr/integrate.ts",
|
|
1012
|
-
"sha256": "f2ac65dbfb4652efa32713bbaee113c7d3861235ce636a74858ff264bd2a35c0",
|
|
1013
|
-
"size_bytes": 51
|
|
1014
|
-
},
|
|
1015
1110
|
{
|
|
1016
1111
|
"path": "src/commands/pr/integrate/artifacts.ts",
|
|
1017
|
-
"sha256": "
|
|
1018
|
-
"size_bytes":
|
|
1112
|
+
"sha256": "767745643bf26b47cf19325e9d6ff245f4940af803c3c869df698e15b1ba25dc",
|
|
1113
|
+
"size_bytes": 4825
|
|
1019
1114
|
},
|
|
1020
1115
|
{
|
|
1021
1116
|
"path": "src/commands/pr/integrate/cmd.ts",
|
|
1022
|
-
"sha256": "
|
|
1023
|
-
"size_bytes":
|
|
1117
|
+
"sha256": "2f3d7629b0eba96867645d0163431259a17f56a31b9a82cb801861b5dd2bb619",
|
|
1118
|
+
"size_bytes": 12368
|
|
1024
1119
|
},
|
|
1025
1120
|
{
|
|
1026
1121
|
"path": "src/commands/pr/integrate/internal/bootstrap-guidance.ts",
|
|
@@ -1029,13 +1124,13 @@
|
|
|
1029
1124
|
},
|
|
1030
1125
|
{
|
|
1031
1126
|
"path": "src/commands/pr/integrate/internal/cleanup.ts",
|
|
1032
|
-
"sha256": "
|
|
1033
|
-
"size_bytes":
|
|
1127
|
+
"sha256": "5b6b1f517a10b0123aa0c61a48e8c2085e53fbc82464657c15cb0ca2dbd0eac8",
|
|
1128
|
+
"size_bytes": 112
|
|
1034
1129
|
},
|
|
1035
1130
|
{
|
|
1036
1131
|
"path": "src/commands/pr/integrate/internal/finalize.ts",
|
|
1037
|
-
"sha256": "
|
|
1038
|
-
"size_bytes":
|
|
1132
|
+
"sha256": "4f29db7dd6c2a9c7cfd66490ebf010490fb4f4b1d69e70d1bfe3102bcf3e18a8",
|
|
1133
|
+
"size_bytes": 5192
|
|
1039
1134
|
},
|
|
1040
1135
|
{
|
|
1041
1136
|
"path": "src/commands/pr/integrate/internal/github-protection.ts",
|
|
@@ -1044,28 +1139,28 @@
|
|
|
1044
1139
|
},
|
|
1045
1140
|
{
|
|
1046
1141
|
"path": "src/commands/pr/integrate/internal/merge.ts",
|
|
1047
|
-
"sha256": "
|
|
1048
|
-
"size_bytes":
|
|
1142
|
+
"sha256": "077439b0e550fa2dd5a32e5a2b6220e650d182c84ba84dc508abcd754dabd78e",
|
|
1143
|
+
"size_bytes": 11789
|
|
1049
1144
|
},
|
|
1050
1145
|
{
|
|
1051
1146
|
"path": "src/commands/pr/integrate/internal/post-integrate-bootstrap.ts",
|
|
1052
|
-
"sha256": "
|
|
1053
|
-
"size_bytes":
|
|
1147
|
+
"sha256": "19260db80e3e11cad469764c7aae4ead284b10da5fd4d70e2cc02432929ba2bd",
|
|
1148
|
+
"size_bytes": 981
|
|
1054
1149
|
},
|
|
1055
1150
|
{
|
|
1056
1151
|
"path": "src/commands/pr/integrate/internal/pre-integrate-bootstrap.ts",
|
|
1057
|
-
"sha256": "
|
|
1058
|
-
"size_bytes":
|
|
1152
|
+
"sha256": "e1e986177ab99f4b307f2ca1fc218240d583d10a41050e459b02c2006290431e",
|
|
1153
|
+
"size_bytes": 1443
|
|
1059
1154
|
},
|
|
1060
1155
|
{
|
|
1061
1156
|
"path": "src/commands/pr/integrate/internal/prepare.ts",
|
|
1062
|
-
"sha256": "
|
|
1063
|
-
"size_bytes":
|
|
1157
|
+
"sha256": "cf0f75f84142089f4a83164eadb0fcd7eec563170bd55dfb8cbbe8f7b74de734",
|
|
1158
|
+
"size_bytes": 11381
|
|
1064
1159
|
},
|
|
1065
1160
|
{
|
|
1066
1161
|
"path": "src/commands/pr/integrate/internal/worktree.ts",
|
|
1067
|
-
"sha256": "
|
|
1068
|
-
"size_bytes":
|
|
1162
|
+
"sha256": "9229eb78680bc88e67e037261bc6ade7d8a0ac2ac2b8d3f5e02036aa64649edf",
|
|
1163
|
+
"size_bytes": 2295
|
|
1069
1164
|
},
|
|
1070
1165
|
{
|
|
1071
1166
|
"path": "src/commands/pr/integrate/verify.ts",
|
|
@@ -1074,8 +1169,8 @@
|
|
|
1074
1169
|
},
|
|
1075
1170
|
{
|
|
1076
1171
|
"path": "src/commands/pr/internal/auto-commit.ts",
|
|
1077
|
-
"sha256": "
|
|
1078
|
-
"size_bytes":
|
|
1172
|
+
"sha256": "b7266d0bccb0a3ce9b1cfc25830f862210537709be6962f09935c394de608444",
|
|
1173
|
+
"size_bytes": 2869
|
|
1079
1174
|
},
|
|
1080
1175
|
{
|
|
1081
1176
|
"path": "src/commands/pr/internal/freshness.ts",
|
|
@@ -1084,8 +1179,8 @@
|
|
|
1084
1179
|
},
|
|
1085
1180
|
{
|
|
1086
1181
|
"path": "src/commands/pr/internal/gh-api.ts",
|
|
1087
|
-
"sha256": "
|
|
1088
|
-
"size_bytes":
|
|
1182
|
+
"sha256": "d9af14b27566f2260699f51d22ea30cfdac23b974204b68811c68b7af098b149",
|
|
1183
|
+
"size_bytes": 3227
|
|
1089
1184
|
},
|
|
1090
1185
|
{
|
|
1091
1186
|
"path": "src/commands/pr/internal/note-store.ts",
|
|
@@ -1094,23 +1189,23 @@
|
|
|
1094
1189
|
},
|
|
1095
1190
|
{
|
|
1096
1191
|
"path": "src/commands/pr/internal/pr-paths.ts",
|
|
1097
|
-
"sha256": "
|
|
1098
|
-
"size_bytes":
|
|
1192
|
+
"sha256": "47a4c9b41a9503ee3b3b89cbfc99a3d2cb4df8aa18701241d0f95b8a4564c639",
|
|
1193
|
+
"size_bytes": 2838
|
|
1099
1194
|
},
|
|
1100
1195
|
{
|
|
1101
1196
|
"path": "src/commands/pr/internal/review-template.ts",
|
|
1102
|
-
"sha256": "
|
|
1103
|
-
"size_bytes":
|
|
1197
|
+
"sha256": "1e87fea81ebe9b0911b4b4784df83122e6f2e87512ee178a5a530f31de4cbb50",
|
|
1198
|
+
"size_bytes": 9025
|
|
1104
1199
|
},
|
|
1105
1200
|
{
|
|
1106
1201
|
"path": "src/commands/pr/internal/sync-branch.ts",
|
|
1107
|
-
"sha256": "
|
|
1108
|
-
"size_bytes":
|
|
1202
|
+
"sha256": "406beab0b327b73b0ca0453d271d0cf749f56a24a170500c19dd5041cad0e831",
|
|
1203
|
+
"size_bytes": 4330
|
|
1109
1204
|
},
|
|
1110
1205
|
{
|
|
1111
1206
|
"path": "src/commands/pr/internal/sync-github.ts",
|
|
1112
|
-
"sha256": "
|
|
1113
|
-
"size_bytes":
|
|
1207
|
+
"sha256": "e5146bcd57a1134781975e30bdb64c25fd7f14282b032d452e68f63a142c1ac9",
|
|
1208
|
+
"size_bytes": 7056
|
|
1114
1209
|
},
|
|
1115
1210
|
{
|
|
1116
1211
|
"path": "src/commands/pr/internal/sync-model.ts",
|
|
@@ -1124,8 +1219,8 @@
|
|
|
1124
1219
|
},
|
|
1125
1220
|
{
|
|
1126
1221
|
"path": "src/commands/pr/internal/sync-support.ts",
|
|
1127
|
-
"sha256": "
|
|
1128
|
-
"size_bytes":
|
|
1222
|
+
"sha256": "e5507a8f85e51bd45584161364f83b82c3975d009a74d6ec947209758deae197",
|
|
1223
|
+
"size_bytes": 1049
|
|
1129
1224
|
},
|
|
1130
1225
|
{
|
|
1131
1226
|
"path": "src/commands/pr/internal/sync-update-step.ts",
|
|
@@ -1134,23 +1229,28 @@
|
|
|
1134
1229
|
},
|
|
1135
1230
|
{
|
|
1136
1231
|
"path": "src/commands/pr/internal/sync.ts",
|
|
1137
|
-
"sha256": "
|
|
1138
|
-
"size_bytes":
|
|
1232
|
+
"sha256": "74d6be596408df559b388de997afe89f91098462da83da91d3d974e579c24bd3",
|
|
1233
|
+
"size_bytes": 10268
|
|
1139
1234
|
},
|
|
1140
1235
|
{
|
|
1141
1236
|
"path": "src/commands/pr/note.ts",
|
|
1142
|
-
"sha256": "
|
|
1143
|
-
"size_bytes":
|
|
1237
|
+
"sha256": "9ee7ed5f433b1ebf33dabb8b6c24ccadf54f31d9d39f8213c5306ab283893cb3",
|
|
1238
|
+
"size_bytes": 3709
|
|
1144
1239
|
},
|
|
1145
1240
|
{
|
|
1146
1241
|
"path": "src/commands/pr/open.ts",
|
|
1147
|
-
"sha256": "
|
|
1148
|
-
"size_bytes":
|
|
1242
|
+
"sha256": "18a166e003a9f766ec87f18902204c3bb0fe67aa947d4f4ed646d34af1b4e1bc",
|
|
1243
|
+
"size_bytes": 7166
|
|
1149
1244
|
},
|
|
1150
1245
|
{
|
|
1151
1246
|
"path": "src/commands/pr/pr.command.ts",
|
|
1152
|
-
"sha256": "
|
|
1153
|
-
"size_bytes":
|
|
1247
|
+
"sha256": "ceaa3543174edf92552509847afd51e2eb2c5eb3059135049b1cf14a84615cd8",
|
|
1248
|
+
"size_bytes": 3534
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"path": "src/commands/pr/pr.spec.ts",
|
|
1252
|
+
"sha256": "716d35f77aad646b85882e6e9501f98139f699b9e5e3cd929d2841702f6b177f",
|
|
1253
|
+
"size_bytes": 8366
|
|
1154
1254
|
},
|
|
1155
1255
|
{
|
|
1156
1256
|
"path": "src/commands/pr/update.ts",
|
|
@@ -1169,18 +1269,18 @@
|
|
|
1169
1269
|
},
|
|
1170
1270
|
{
|
|
1171
1271
|
"path": "src/commands/recipes/active.command.ts",
|
|
1172
|
-
"sha256": "
|
|
1173
|
-
"size_bytes":
|
|
1272
|
+
"sha256": "e8686b7565d177e985d16d4977bf8a02b2a3527b064470ef571b4ec919d9b5d3",
|
|
1273
|
+
"size_bytes": 810
|
|
1174
1274
|
},
|
|
1175
1275
|
{
|
|
1176
1276
|
"path": "src/commands/recipes/add.command.ts",
|
|
1177
|
-
"sha256": "
|
|
1178
|
-
"size_bytes":
|
|
1277
|
+
"sha256": "6d4772fcf1c7f2c35f3847481277d05dee7aaaec10e2a10ba92f6fb219c9bde7",
|
|
1278
|
+
"size_bytes": 1351
|
|
1179
1279
|
},
|
|
1180
1280
|
{
|
|
1181
1281
|
"path": "src/commands/recipes/cache-prune.command.ts",
|
|
1182
|
-
"sha256": "
|
|
1183
|
-
"size_bytes":
|
|
1282
|
+
"sha256": "4bc943b20d3c0fb39f09dbfc79da7250aa730516a066804ddff04dcb2eded317",
|
|
1283
|
+
"size_bytes": 1334
|
|
1184
1284
|
},
|
|
1185
1285
|
{
|
|
1186
1286
|
"path": "src/commands/recipes/cache.command.ts",
|
|
@@ -1189,28 +1289,28 @@
|
|
|
1189
1289
|
},
|
|
1190
1290
|
{
|
|
1191
1291
|
"path": "src/commands/recipes/detach.command.ts",
|
|
1192
|
-
"sha256": "
|
|
1193
|
-
"size_bytes":
|
|
1292
|
+
"sha256": "59bd11232f5c6d27aef454910a7c3e1265b150bd7caf26e5e779d0df54a384f7",
|
|
1293
|
+
"size_bytes": 872
|
|
1194
1294
|
},
|
|
1195
1295
|
{
|
|
1196
1296
|
"path": "src/commands/recipes/disable.command.ts",
|
|
1197
|
-
"sha256": "
|
|
1198
|
-
"size_bytes":
|
|
1297
|
+
"sha256": "e18c288141c79b8e687319fde02426e00388208a07abc6ea34a38476c7237d28",
|
|
1298
|
+
"size_bytes": 793
|
|
1199
1299
|
},
|
|
1200
1300
|
{
|
|
1201
1301
|
"path": "src/commands/recipes/enable.command.ts",
|
|
1202
|
-
"sha256": "
|
|
1203
|
-
"size_bytes":
|
|
1302
|
+
"sha256": "704217bd1eca323ee5f6283451abf2c1ad0893f10a4a8d5148a79ab1767ee0a5",
|
|
1303
|
+
"size_bytes": 793
|
|
1204
1304
|
},
|
|
1205
1305
|
{
|
|
1206
1306
|
"path": "src/commands/recipes/explain-active.command.ts",
|
|
1207
|
-
"sha256": "
|
|
1208
|
-
"size_bytes":
|
|
1307
|
+
"sha256": "f7c6a2e311900034dc2b0f8b360ff86beb1be12edf2f449e1e3651da0923dedb",
|
|
1308
|
+
"size_bytes": 735
|
|
1209
1309
|
},
|
|
1210
1310
|
{
|
|
1211
1311
|
"path": "src/commands/recipes/explain.command.ts",
|
|
1212
|
-
"sha256": "
|
|
1213
|
-
"size_bytes":
|
|
1312
|
+
"sha256": "57cd1d0b325ca9473039f9bbe3a962d8a5a339fb86bd550a1d240b29acfca408",
|
|
1313
|
+
"size_bytes": 781
|
|
1214
1314
|
},
|
|
1215
1315
|
{
|
|
1216
1316
|
"path": "src/commands/recipes/impl/apply.ts",
|
|
@@ -1229,43 +1329,43 @@
|
|
|
1229
1329
|
},
|
|
1230
1330
|
{
|
|
1231
1331
|
"path": "src/commands/recipes/impl/commands/active.ts",
|
|
1232
|
-
"sha256": "
|
|
1233
|
-
"size_bytes":
|
|
1332
|
+
"sha256": "1186f00911cefcc282c7964aef8232a1186b9bc6d44e877c26c59e326a33f49e",
|
|
1333
|
+
"size_bytes": 1711
|
|
1234
1334
|
},
|
|
1235
1335
|
{
|
|
1236
1336
|
"path": "src/commands/recipes/impl/commands/add.ts",
|
|
1237
|
-
"sha256": "
|
|
1238
|
-
"size_bytes":
|
|
1337
|
+
"sha256": "d6590495932cfe557edfe4ff2b2e127085fa714a5e962e837a3105e9d614f9e7",
|
|
1338
|
+
"size_bytes": 5312
|
|
1239
1339
|
},
|
|
1240
1340
|
{
|
|
1241
1341
|
"path": "src/commands/recipes/impl/commands/cache-prune.ts",
|
|
1242
|
-
"sha256": "
|
|
1243
|
-
"size_bytes":
|
|
1342
|
+
"sha256": "34aa58d198c28f0d3d6cf8e8062d581e35f8c60be966db30d68e7a6518701e02",
|
|
1343
|
+
"size_bytes": 4755
|
|
1244
1344
|
},
|
|
1245
1345
|
{
|
|
1246
1346
|
"path": "src/commands/recipes/impl/commands/detach.ts",
|
|
1247
|
-
"sha256": "
|
|
1248
|
-
"size_bytes":
|
|
1347
|
+
"sha256": "6eb9556ea47cc308a2cdfadf1c765d050aabea0e72ebf2901bb96a164b9e877c",
|
|
1348
|
+
"size_bytes": 4754
|
|
1249
1349
|
},
|
|
1250
1350
|
{
|
|
1251
1351
|
"path": "src/commands/recipes/impl/commands/disable.ts",
|
|
1252
|
-
"sha256": "
|
|
1253
|
-
"size_bytes":
|
|
1352
|
+
"sha256": "4750a2072c3553d3baa1c5d819ecb9d0de978226395c90234eee6f7391d265c1",
|
|
1353
|
+
"size_bytes": 1113
|
|
1254
1354
|
},
|
|
1255
1355
|
{
|
|
1256
1356
|
"path": "src/commands/recipes/impl/commands/enable.ts",
|
|
1257
|
-
"sha256": "
|
|
1258
|
-
"size_bytes":
|
|
1357
|
+
"sha256": "5efcee006237352839a5c4c0fb9c167a7e80b18d8ae43dba73d84afbb2d63c6c",
|
|
1358
|
+
"size_bytes": 1787
|
|
1259
1359
|
},
|
|
1260
1360
|
{
|
|
1261
1361
|
"path": "src/commands/recipes/impl/commands/explain-active.ts",
|
|
1262
|
-
"sha256": "
|
|
1263
|
-
"size_bytes":
|
|
1362
|
+
"sha256": "64590d59df09a321b443e3dd8ed8718fded9b4ceda66d2b42aa801c30388fc91",
|
|
1363
|
+
"size_bytes": 814
|
|
1264
1364
|
},
|
|
1265
1365
|
{
|
|
1266
1366
|
"path": "src/commands/recipes/impl/commands/explain.ts",
|
|
1267
|
-
"sha256": "
|
|
1268
|
-
"size_bytes":
|
|
1367
|
+
"sha256": "8d290ab6d9931f42d345ea03cef9a9147abb57a30da14381596657213e53ee2e",
|
|
1368
|
+
"size_bytes": 8437
|
|
1269
1369
|
},
|
|
1270
1370
|
{
|
|
1271
1371
|
"path": "src/commands/recipes/impl/commands/info.ts",
|
|
@@ -1274,13 +1374,13 @@
|
|
|
1274
1374
|
},
|
|
1275
1375
|
{
|
|
1276
1376
|
"path": "src/commands/recipes/impl/commands/install.ts",
|
|
1277
|
-
"sha256": "
|
|
1278
|
-
"size_bytes":
|
|
1377
|
+
"sha256": "099ea412d166026235ee1d9b1872ad263cb6355d681d5a0548d622dd1c667284",
|
|
1378
|
+
"size_bytes": 9965
|
|
1279
1379
|
},
|
|
1280
1380
|
{
|
|
1281
1381
|
"path": "src/commands/recipes/impl/commands/list-remote.ts",
|
|
1282
|
-
"sha256": "
|
|
1283
|
-
"size_bytes":
|
|
1382
|
+
"sha256": "dd2dad56c3555106ca043d174dd82df1e3aca1723562bfea11f5dc53e2a22a5f",
|
|
1383
|
+
"size_bytes": 2181
|
|
1284
1384
|
},
|
|
1285
1385
|
{
|
|
1286
1386
|
"path": "src/commands/recipes/impl/commands/list.ts",
|
|
@@ -1289,13 +1389,13 @@
|
|
|
1289
1389
|
},
|
|
1290
1390
|
{
|
|
1291
1391
|
"path": "src/commands/recipes/impl/commands/remove.ts",
|
|
1292
|
-
"sha256": "
|
|
1293
|
-
"size_bytes":
|
|
1392
|
+
"sha256": "c3660f2dab8e43da06b2accbf1c6dac8ae66890aa69755137cb83a2ca3b20ceb",
|
|
1393
|
+
"size_bytes": 2395
|
|
1294
1394
|
},
|
|
1295
1395
|
{
|
|
1296
1396
|
"path": "src/commands/recipes/impl/commands/update.ts",
|
|
1297
|
-
"sha256": "
|
|
1298
|
-
"size_bytes":
|
|
1397
|
+
"sha256": "af0cfc1601fe829e999a71adf76ee4254077a49880102b7131d70050960755d5",
|
|
1398
|
+
"size_bytes": 5275
|
|
1299
1399
|
},
|
|
1300
1400
|
{
|
|
1301
1401
|
"path": "src/commands/recipes/impl/constants.ts",
|
|
@@ -1324,8 +1424,8 @@
|
|
|
1324
1424
|
},
|
|
1325
1425
|
{
|
|
1326
1426
|
"path": "src/commands/recipes/impl/overlay-project.ts",
|
|
1327
|
-
"sha256": "
|
|
1328
|
-
"size_bytes":
|
|
1427
|
+
"sha256": "ef14053ae36170e5226815f2bea2b1b0d337070e5d8208cd8b0ad6ddabd98fe9",
|
|
1428
|
+
"size_bytes": 14019
|
|
1329
1429
|
},
|
|
1330
1430
|
{
|
|
1331
1431
|
"path": "src/commands/recipes/impl/paths.ts",
|
|
@@ -1349,13 +1449,13 @@
|
|
|
1349
1449
|
},
|
|
1350
1450
|
{
|
|
1351
1451
|
"path": "src/commands/recipes/impl/project.ts",
|
|
1352
|
-
"sha256": "
|
|
1353
|
-
"size_bytes":
|
|
1452
|
+
"sha256": "1851c5e53fd85041654c6e41244e5c284e609400a8a6c842bf90bdd0f9d81d64",
|
|
1453
|
+
"size_bytes": 794
|
|
1354
1454
|
},
|
|
1355
1455
|
{
|
|
1356
1456
|
"path": "src/commands/recipes/impl/resolver.ts",
|
|
1357
|
-
"sha256": "
|
|
1358
|
-
"size_bytes":
|
|
1457
|
+
"sha256": "308f0a3f7e592646c5d0cd190609c88603021a3c1e788544c0dba56da20d3d39",
|
|
1458
|
+
"size_bytes": 11851
|
|
1359
1459
|
},
|
|
1360
1460
|
{
|
|
1361
1461
|
"path": "src/commands/recipes/impl/types.ts",
|
|
@@ -1369,28 +1469,28 @@
|
|
|
1369
1469
|
},
|
|
1370
1470
|
{
|
|
1371
1471
|
"path": "src/commands/recipes/info.command.ts",
|
|
1372
|
-
"sha256": "
|
|
1373
|
-
"size_bytes":
|
|
1472
|
+
"sha256": "c12cd6553724c041a7a5efac9ae4bd16d01df609664f3ccc3a464a60e8fdb5db",
|
|
1473
|
+
"size_bytes": 717
|
|
1374
1474
|
},
|
|
1375
1475
|
{
|
|
1376
1476
|
"path": "src/commands/recipes/install.run.ts",
|
|
1377
|
-
"sha256": "
|
|
1378
|
-
"size_bytes":
|
|
1477
|
+
"sha256": "6069e0e6de746cde84010bc8a3725fa0fee5d638b02bf9c4b56ea90168224a8e",
|
|
1478
|
+
"size_bytes": 877
|
|
1379
1479
|
},
|
|
1380
1480
|
{
|
|
1381
1481
|
"path": "src/commands/recipes/install.spec.ts",
|
|
1382
|
-
"sha256": "
|
|
1383
|
-
"size_bytes":
|
|
1482
|
+
"sha256": "baa075406862452e12ceda1e9dbf91513a559ff48d076ba262150c8d05a536e3",
|
|
1483
|
+
"size_bytes": 4801
|
|
1384
1484
|
},
|
|
1385
1485
|
{
|
|
1386
1486
|
"path": "src/commands/recipes/list-remote.command.ts",
|
|
1387
|
-
"sha256": "
|
|
1388
|
-
"size_bytes":
|
|
1487
|
+
"sha256": "2dc1c965239f05b1403346e7e56c46a06b60cb030699538974193a0553d5e08d",
|
|
1488
|
+
"size_bytes": 1698
|
|
1389
1489
|
},
|
|
1390
1490
|
{
|
|
1391
1491
|
"path": "src/commands/recipes/list.command.ts",
|
|
1392
|
-
"sha256": "
|
|
1393
|
-
"size_bytes":
|
|
1492
|
+
"sha256": "e7ff2bec20303d21875751520efffcf3c8d29f15c9256603da64e6c1a1625309",
|
|
1493
|
+
"size_bytes": 1552
|
|
1394
1494
|
},
|
|
1395
1495
|
{
|
|
1396
1496
|
"path": "src/commands/recipes/recipes.command.ts",
|
|
@@ -1399,43 +1499,43 @@
|
|
|
1399
1499
|
},
|
|
1400
1500
|
{
|
|
1401
1501
|
"path": "src/commands/recipes/remove.command.ts",
|
|
1402
|
-
"sha256": "
|
|
1403
|
-
"size_bytes":
|
|
1502
|
+
"sha256": "0350f001350f05c044452e2436a027a4a961c23c3980afd5819e5715a0d63eb5",
|
|
1503
|
+
"size_bytes": 762
|
|
1404
1504
|
},
|
|
1405
1505
|
{
|
|
1406
1506
|
"path": "src/commands/recipes/update.command.ts",
|
|
1407
|
-
"sha256": "
|
|
1408
|
-
"size_bytes":
|
|
1507
|
+
"sha256": "29a9e4bd02096132bd8976d4fe2b1442f49f6ce71ffd366178ae8ffbf1451d96",
|
|
1508
|
+
"size_bytes": 1240
|
|
1409
1509
|
},
|
|
1410
1510
|
{
|
|
1411
1511
|
"path": "src/commands/release/apply.command.ts",
|
|
1412
|
-
"sha256": "
|
|
1413
|
-
"size_bytes":
|
|
1512
|
+
"sha256": "7e1c0bcfd7bf2d637098a5f7231d4cccaa8776b03e78111cf0cb1071e2ae2992",
|
|
1513
|
+
"size_bytes": 8725
|
|
1414
1514
|
},
|
|
1415
1515
|
{
|
|
1416
1516
|
"path": "src/commands/release/apply.mutation.ts",
|
|
1417
|
-
"sha256": "
|
|
1418
|
-
"size_bytes":
|
|
1517
|
+
"sha256": "38ceddeb75c1be1626518959b59b9effdf75762cafa2fe2805c4c276e0ef1354",
|
|
1518
|
+
"size_bytes": 6057
|
|
1419
1519
|
},
|
|
1420
1520
|
{
|
|
1421
1521
|
"path": "src/commands/release/apply.pipeline.ts",
|
|
1422
|
-
"sha256": "
|
|
1423
|
-
"size_bytes":
|
|
1522
|
+
"sha256": "226d299063a40f453bf5bc96f8a9cc14c6c16af4c862eaaa4ad6bf35e7cebe78",
|
|
1523
|
+
"size_bytes": 2001
|
|
1424
1524
|
},
|
|
1425
1525
|
{
|
|
1426
1526
|
"path": "src/commands/release/apply.pipeline/finalize.ts",
|
|
1427
|
-
"sha256": "
|
|
1428
|
-
"size_bytes":
|
|
1527
|
+
"sha256": "2d50b0eabff568a2c0e3736572d24298ab9c25a50014a5550d7d242af39ad3d6",
|
|
1528
|
+
"size_bytes": 3742
|
|
1429
1529
|
},
|
|
1430
1530
|
{
|
|
1431
1531
|
"path": "src/commands/release/apply.pipeline/mutation.ts",
|
|
1432
|
-
"sha256": "
|
|
1433
|
-
"size_bytes":
|
|
1532
|
+
"sha256": "7d1cff958ef41c909663cf3ee24d62161b8d2d27a24d14eb708fda589f141058",
|
|
1533
|
+
"size_bytes": 4048
|
|
1434
1534
|
},
|
|
1435
1535
|
{
|
|
1436
1536
|
"path": "src/commands/release/apply.pipeline/preflight.ts",
|
|
1437
|
-
"sha256": "
|
|
1438
|
-
"size_bytes":
|
|
1537
|
+
"sha256": "72ce0b150dd458f491b214674879504f48e7553fc031db493a88240bcf1e76d7",
|
|
1538
|
+
"size_bytes": 4019
|
|
1439
1539
|
},
|
|
1440
1540
|
{
|
|
1441
1541
|
"path": "src/commands/release/apply.pipeline/shared.ts",
|
|
@@ -1444,28 +1544,38 @@
|
|
|
1444
1544
|
},
|
|
1445
1545
|
{
|
|
1446
1546
|
"path": "src/commands/release/apply.pipeline/state.ts",
|
|
1447
|
-
"sha256": "
|
|
1448
|
-
"size_bytes":
|
|
1547
|
+
"sha256": "8b249eaefd45928c67c1acd7a82bcadb96c649a5ea9c3ce2fc6e0919fe5a07ef",
|
|
1548
|
+
"size_bytes": 6798
|
|
1449
1549
|
},
|
|
1450
1550
|
{
|
|
1451
1551
|
"path": "src/commands/release/apply.preflight.ts",
|
|
1452
|
-
"sha256": "
|
|
1453
|
-
"size_bytes":
|
|
1552
|
+
"sha256": "dbbdce86ff8bffea7905f0de688a5510f8581da2ccfcff75777e614cfe9e3281",
|
|
1553
|
+
"size_bytes": 17117
|
|
1454
1554
|
},
|
|
1455
1555
|
{
|
|
1456
1556
|
"path": "src/commands/release/apply.reporting.ts",
|
|
1457
|
-
"sha256": "
|
|
1458
|
-
"size_bytes":
|
|
1557
|
+
"sha256": "66c34ee28f99137e14355fcf06532408c9bf9c13306f871477ef943ed9cddc3f",
|
|
1558
|
+
"size_bytes": 1459
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"path": "src/commands/release/apply.spec.ts",
|
|
1562
|
+
"sha256": "62ba1b237442b76e52237ec2582e8a6d86f69f60b7a49fe97ce3d588e70d911a",
|
|
1563
|
+
"size_bytes": 5127
|
|
1459
1564
|
},
|
|
1460
1565
|
{
|
|
1461
1566
|
"path": "src/commands/release/apply.types.ts",
|
|
1462
|
-
"sha256": "
|
|
1463
|
-
"size_bytes":
|
|
1567
|
+
"sha256": "4a58d1059005190071ba67cc95f471239066748e0625fbbc5a0dcd6dca785f11",
|
|
1568
|
+
"size_bytes": 1907
|
|
1464
1569
|
},
|
|
1465
1570
|
{
|
|
1466
1571
|
"path": "src/commands/release/plan.command.ts",
|
|
1467
|
-
"sha256": "
|
|
1468
|
-
"size_bytes":
|
|
1572
|
+
"sha256": "44c0f938368ccc88a401feae6c6feb9a125cb6dfc5acf038584eb0b205a44bda",
|
|
1573
|
+
"size_bytes": 9915
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"path": "src/commands/release/plan.spec.ts",
|
|
1577
|
+
"sha256": "4b470a0e07bdd44a87365204d11aa65d828d5ef56a3a764904d1b7d589dfbcb6",
|
|
1578
|
+
"size_bytes": 2775
|
|
1469
1579
|
},
|
|
1470
1580
|
{
|
|
1471
1581
|
"path": "src/commands/release/release.command.ts",
|
|
@@ -1474,28 +1584,23 @@
|
|
|
1474
1584
|
},
|
|
1475
1585
|
{
|
|
1476
1586
|
"path": "src/commands/runtime.command.ts",
|
|
1477
|
-
"sha256": "
|
|
1478
|
-
"size_bytes":
|
|
1587
|
+
"sha256": "9ef22e846fd04807025989e44ce9a021b693b8660f704c0dcc6e56e62dad26a5",
|
|
1588
|
+
"size_bytes": 7516
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"path": "src/commands/runtime.spec.ts",
|
|
1592
|
+
"sha256": "d21cfc759dc9d9f4f319a08b172f18282982e68f0429090e53da9076eeeec3c3",
|
|
1593
|
+
"size_bytes": 1324
|
|
1479
1594
|
},
|
|
1480
1595
|
{
|
|
1481
1596
|
"path": "src/commands/scenario.ts",
|
|
1482
1597
|
"sha256": "2433f38217f6143e9d3580244be0f7069214d7ac3d93554adc0a881e4e8c3017",
|
|
1483
1598
|
"size_bytes": 121
|
|
1484
1599
|
},
|
|
1485
|
-
{
|
|
1486
|
-
"path": "src/commands/scenario/execute.command.ts",
|
|
1487
|
-
"sha256": "f89df359b2f26c3e01a4c28845411951afca3a9b0c4c35ed4b22a8858dc21a74",
|
|
1488
|
-
"size_bytes": 5017
|
|
1489
|
-
},
|
|
1490
1600
|
{
|
|
1491
1601
|
"path": "src/commands/scenario/impl/commands.ts",
|
|
1492
|
-
"sha256": "
|
|
1493
|
-
"size_bytes":
|
|
1494
|
-
},
|
|
1495
|
-
{
|
|
1496
|
-
"path": "src/commands/scenario/impl/report.ts",
|
|
1497
|
-
"sha256": "df530f2988d354cd734e4b94746cb425d3eb80416033041d8594bd4a44f77eb6",
|
|
1498
|
-
"size_bytes": 3919
|
|
1602
|
+
"sha256": "163426df1446aab06dc7feda1a89e8acd8af52ed642848efa2492ed79a333d70",
|
|
1603
|
+
"size_bytes": 13818
|
|
1499
1604
|
},
|
|
1500
1605
|
{
|
|
1501
1606
|
"path": "src/commands/scenario/info.command.ts",
|
|
@@ -1512,11 +1617,6 @@
|
|
|
1512
1617
|
"sha256": "4cb5907f8c67b4923b670411f39615d48a8db307fea3ae3a6d0abb054a9b624e",
|
|
1513
1618
|
"size_bytes": 1344
|
|
1514
1619
|
},
|
|
1515
|
-
{
|
|
1516
|
-
"path": "src/commands/scenario/scenario.command.ts",
|
|
1517
|
-
"sha256": "373b87cda2a75fbdc4b067d04ecba5581d09717416a3f2776c9b09acd4a10d17",
|
|
1518
|
-
"size_bytes": 1068
|
|
1519
|
-
},
|
|
1520
1620
|
{
|
|
1521
1621
|
"path": "src/commands/shared/allow-prefix-policy.ts",
|
|
1522
1622
|
"sha256": "53e7a98266a5af3e25e2324517efcff6c38e92073dae3c699f2f7b198b2f470f",
|
|
@@ -1524,13 +1624,13 @@
|
|
|
1524
1624
|
},
|
|
1525
1625
|
{
|
|
1526
1626
|
"path": "src/commands/shared/approval-requirements.ts",
|
|
1527
|
-
"sha256": "
|
|
1528
|
-
"size_bytes":
|
|
1627
|
+
"sha256": "982a3c786221332b1f215db2e852670c38da49b198cfe0725bb72cc7a95f02fb",
|
|
1628
|
+
"size_bytes": 780
|
|
1529
1629
|
},
|
|
1530
1630
|
{
|
|
1531
1631
|
"path": "src/commands/shared/comment-format.ts",
|
|
1532
|
-
"sha256": "
|
|
1533
|
-
"size_bytes":
|
|
1632
|
+
"sha256": "66c78eb22212eb7204a6366cf525dddf5729671df8b995f298ee891fcaa17f16",
|
|
1633
|
+
"size_bytes": 2901
|
|
1534
1634
|
},
|
|
1535
1635
|
{
|
|
1536
1636
|
"path": "src/commands/shared/diagnostics.ts",
|
|
@@ -1542,40 +1642,20 @@
|
|
|
1542
1642
|
"sha256": "9b93dcfae995bd3787c160ebddeb25cb3b6baeb8949f4b2df6bbeb4ab06fecdc",
|
|
1543
1643
|
"size_bytes": 2550
|
|
1544
1644
|
},
|
|
1545
|
-
{
|
|
1546
|
-
"path": "src/commands/shared/git-context.ts",
|
|
1547
|
-
"sha256": "75e47b9d000cb687929fcb399502a473a275e2e2c22dc84cc46424f2f8349a8e",
|
|
1548
|
-
"size_bytes": 50
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"path": "src/commands/shared/git-diff.ts",
|
|
1552
|
-
"sha256": "876b94e73d950e10fcded805d7c0190271fe52e39482592de880d178bd283ad4",
|
|
1553
|
-
"size_bytes": 116
|
|
1554
|
-
},
|
|
1555
1645
|
{
|
|
1556
1646
|
"path": "src/commands/shared/git-ops.ts",
|
|
1557
|
-
"sha256": "
|
|
1558
|
-
"size_bytes":
|
|
1559
|
-
},
|
|
1560
|
-
{
|
|
1561
|
-
"path": "src/commands/shared/git-worktree.ts",
|
|
1562
|
-
"sha256": "677a656ee2b116c2832646f7d1fdc58de8e676b8176b606eb3a3004e5bf154e1",
|
|
1563
|
-
"size_bytes": 188
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
"path": "src/commands/shared/git.ts",
|
|
1567
|
-
"sha256": "3009138f744f750edccc8602f4f0c0c2b405ef4c32004e88d8e721238a443e65",
|
|
1568
|
-
"size_bytes": 61
|
|
1647
|
+
"sha256": "d844689b0171a7699c4bbc14bd7266badae8aa8f4460f6a385e3d9ae698e7119",
|
|
1648
|
+
"size_bytes": 3844
|
|
1569
1649
|
},
|
|
1570
1650
|
{
|
|
1571
1651
|
"path": "src/commands/shared/merged-branch-cleanup.ts",
|
|
1572
|
-
"sha256": "
|
|
1573
|
-
"size_bytes":
|
|
1652
|
+
"sha256": "3d729379ded6d8eeadbdf1ce638fa73b15d43c7723b21e3d03cf2b9256106c1a",
|
|
1653
|
+
"size_bytes": 1843
|
|
1574
1654
|
},
|
|
1575
1655
|
{
|
|
1576
1656
|
"path": "src/commands/shared/network-approval.ts",
|
|
1577
|
-
"sha256": "
|
|
1578
|
-
"size_bytes":
|
|
1657
|
+
"sha256": "90e6c8353aef4a8b1459191f8744d5f65b71d5ec66480ac7b5a39e2f71642c85",
|
|
1658
|
+
"size_bytes": 575
|
|
1579
1659
|
},
|
|
1580
1660
|
{
|
|
1581
1661
|
"path": "src/commands/shared/operator-pipeline.ts",
|
|
@@ -1594,13 +1674,13 @@
|
|
|
1594
1674
|
},
|
|
1595
1675
|
{
|
|
1596
1676
|
"path": "src/commands/shared/post-commit-pr-artifacts.ts",
|
|
1597
|
-
"sha256": "
|
|
1598
|
-
"size_bytes":
|
|
1677
|
+
"sha256": "49ee17d2fb51a9ff8bd2a6b1445609afbcb005e15c73d1ae8465f8f82cf7850e",
|
|
1678
|
+
"size_bytes": 2286
|
|
1599
1679
|
},
|
|
1600
1680
|
{
|
|
1601
1681
|
"path": "src/commands/shared/pr-meta.ts",
|
|
1602
|
-
"sha256": "
|
|
1603
|
-
"size_bytes":
|
|
1682
|
+
"sha256": "0a425d7250bb313615279b6e0f64ed8728c5dd6856cfad5f981eac244c529372",
|
|
1683
|
+
"size_bytes": 12108
|
|
1604
1684
|
},
|
|
1605
1685
|
{
|
|
1606
1686
|
"path": "src/commands/shared/reconcile-check.ts",
|
|
@@ -1609,18 +1689,18 @@
|
|
|
1609
1689
|
},
|
|
1610
1690
|
{
|
|
1611
1691
|
"path": "src/commands/shared/task-backend.ts",
|
|
1612
|
-
"sha256": "
|
|
1613
|
-
"size_bytes":
|
|
1692
|
+
"sha256": "8a2dd73463518992746f4dca765cceb5538f950249afafbe84db8c1840a194da",
|
|
1693
|
+
"size_bytes": 13267
|
|
1614
1694
|
},
|
|
1615
1695
|
{
|
|
1616
1696
|
"path": "src/commands/shared/task-handoff.ts",
|
|
1617
|
-
"sha256": "
|
|
1618
|
-
"size_bytes":
|
|
1697
|
+
"sha256": "7dd9a5a57c8ce946d45825d6a95de27597c623112df06c06f9a6afe7bdbcda0b",
|
|
1698
|
+
"size_bytes": 7440
|
|
1619
1699
|
},
|
|
1620
1700
|
{
|
|
1621
1701
|
"path": "src/commands/shared/task-local-freshness.ts",
|
|
1622
|
-
"sha256": "
|
|
1623
|
-
"size_bytes":
|
|
1702
|
+
"sha256": "fff2060eb1d7e1820315faf69036092ad6876d7830e3936137faf9acf2e563cd",
|
|
1703
|
+
"size_bytes": 1313
|
|
1624
1704
|
},
|
|
1625
1705
|
{
|
|
1626
1706
|
"path": "src/commands/shared/task-mutation.ts",
|
|
@@ -1634,13 +1714,13 @@
|
|
|
1634
1714
|
},
|
|
1635
1715
|
{
|
|
1636
1716
|
"path": "src/commands/shared/task-store/intents.ts",
|
|
1637
|
-
"sha256": "
|
|
1638
|
-
"size_bytes":
|
|
1717
|
+
"sha256": "2521333a30d760089fbde63e29fe9b59d226c60425c2b0983efb98e3b076a3df",
|
|
1718
|
+
"size_bytes": 10586
|
|
1639
1719
|
},
|
|
1640
1720
|
{
|
|
1641
1721
|
"path": "src/commands/shared/task-store/readme.ts",
|
|
1642
|
-
"sha256": "
|
|
1643
|
-
"size_bytes":
|
|
1722
|
+
"sha256": "9c2bb2a649d56c21366e3cb28003b293b625385058ceea7c3f39931f8d035c3e",
|
|
1723
|
+
"size_bytes": 5525
|
|
1644
1724
|
},
|
|
1645
1725
|
{
|
|
1646
1726
|
"path": "src/commands/shared/task-store/store.ts",
|
|
@@ -1649,8 +1729,8 @@
|
|
|
1649
1729
|
},
|
|
1650
1730
|
{
|
|
1651
1731
|
"path": "src/commands/shared/task-store/types.ts",
|
|
1652
|
-
"sha256": "
|
|
1653
|
-
"size_bytes":
|
|
1732
|
+
"sha256": "c8412a2ce641abc4b1602a1d6443922bef95075cb32fdaf5b6356ad7aa84ffbc",
|
|
1733
|
+
"size_bytes": 3038
|
|
1654
1734
|
},
|
|
1655
1735
|
{
|
|
1656
1736
|
"path": "src/commands/start.run.ts",
|
|
@@ -1669,8 +1749,8 @@
|
|
|
1669
1749
|
},
|
|
1670
1750
|
{
|
|
1671
1751
|
"path": "src/commands/task/add.command.ts",
|
|
1672
|
-
"sha256": "
|
|
1673
|
-
"size_bytes":
|
|
1752
|
+
"sha256": "538d6fd2e0ebf24fa9b90c095fa375cf7fb6b406a2b7c16a3c83975579e7a74c",
|
|
1753
|
+
"size_bytes": 5737
|
|
1674
1754
|
},
|
|
1675
1755
|
{
|
|
1676
1756
|
"path": "src/commands/task/add.ts",
|
|
@@ -1689,8 +1769,8 @@
|
|
|
1689
1769
|
},
|
|
1690
1770
|
{
|
|
1691
1771
|
"path": "src/commands/task/close-duplicate.ts",
|
|
1692
|
-
"sha256": "
|
|
1693
|
-
"size_bytes":
|
|
1772
|
+
"sha256": "abaa71d63a1ba3fcb548a56c5e0c11ffd3e6de666bdfc13544677b29a8fbd01e",
|
|
1773
|
+
"size_bytes": 4205
|
|
1694
1774
|
},
|
|
1695
1775
|
{
|
|
1696
1776
|
"path": "src/commands/task/close-noop.command.ts",
|
|
@@ -1704,13 +1784,13 @@
|
|
|
1704
1784
|
},
|
|
1705
1785
|
{
|
|
1706
1786
|
"path": "src/commands/task/close-shared.ts",
|
|
1707
|
-
"sha256": "
|
|
1708
|
-
"size_bytes":
|
|
1787
|
+
"sha256": "354e1e1f8de554c86b38f7b7e505b860261218b684374c25df754116bbd8f66a",
|
|
1788
|
+
"size_bytes": 1866
|
|
1709
1789
|
},
|
|
1710
1790
|
{
|
|
1711
1791
|
"path": "src/commands/task/close-tail-state.ts",
|
|
1712
|
-
"sha256": "
|
|
1713
|
-
"size_bytes":
|
|
1792
|
+
"sha256": "81c5ec0710f647395813b2e2b98eac4ff994b9488f44bb3e2259e98881d18542",
|
|
1793
|
+
"size_bytes": 956
|
|
1714
1794
|
},
|
|
1715
1795
|
{
|
|
1716
1796
|
"path": "src/commands/task/comment.command.ts",
|
|
@@ -1729,8 +1809,8 @@
|
|
|
1729
1809
|
},
|
|
1730
1810
|
{
|
|
1731
1811
|
"path": "src/commands/task/derive.ts",
|
|
1732
|
-
"sha256": "
|
|
1733
|
-
"size_bytes":
|
|
1812
|
+
"sha256": "7b92d54cec85044884b8e1aa4c4d50147d2c1dc2c1431581f3974fd632b40ac0",
|
|
1813
|
+
"size_bytes": 5020
|
|
1734
1814
|
},
|
|
1735
1815
|
{
|
|
1736
1816
|
"path": "src/commands/task/doc-set.command.ts",
|
|
@@ -1744,8 +1824,8 @@
|
|
|
1744
1824
|
},
|
|
1745
1825
|
{
|
|
1746
1826
|
"path": "src/commands/task/doc-template.ts",
|
|
1747
|
-
"sha256": "
|
|
1748
|
-
"size_bytes":
|
|
1827
|
+
"sha256": "ec43fc826a979bdd5a885de61b00c26c606e3a7c6969d5d1a61beb9ec5d8a6cb",
|
|
1828
|
+
"size_bytes": 4620
|
|
1749
1829
|
},
|
|
1750
1830
|
{
|
|
1751
1831
|
"path": "src/commands/task/doc.command.ts",
|
|
@@ -1754,8 +1834,8 @@
|
|
|
1754
1834
|
},
|
|
1755
1835
|
{
|
|
1756
1836
|
"path": "src/commands/task/doc.ts",
|
|
1757
|
-
"sha256": "
|
|
1758
|
-
"size_bytes":
|
|
1837
|
+
"sha256": "a76e0f9471d859dd68f3b4a7ffb05365b5b50384d3d1fb521622c08e1d47a73a",
|
|
1838
|
+
"size_bytes": 10613
|
|
1759
1839
|
},
|
|
1760
1840
|
{
|
|
1761
1841
|
"path": "src/commands/task/export.command.ts",
|
|
@@ -1779,13 +1859,13 @@
|
|
|
1779
1859
|
},
|
|
1780
1860
|
{
|
|
1781
1861
|
"path": "src/commands/task/findings.ts",
|
|
1782
|
-
"sha256": "
|
|
1783
|
-
"size_bytes":
|
|
1862
|
+
"sha256": "40c50cc67bea7d95c0d18d7d42c5b4adb3ff3b4c29b8a9df172d6e468b20aef2",
|
|
1863
|
+
"size_bytes": 9112
|
|
1784
1864
|
},
|
|
1785
1865
|
{
|
|
1786
1866
|
"path": "src/commands/task/finish-close.ts",
|
|
1787
|
-
"sha256": "
|
|
1788
|
-
"size_bytes":
|
|
1867
|
+
"sha256": "e02edb046aa01062c9f1d71b7297e4d49b3fd74c53ce765e0a8d70a5fc3415e0",
|
|
1868
|
+
"size_bytes": 4657
|
|
1789
1869
|
},
|
|
1790
1870
|
{
|
|
1791
1871
|
"path": "src/commands/task/finish-command.ts",
|
|
@@ -1809,19 +1889,14 @@
|
|
|
1809
1889
|
},
|
|
1810
1890
|
{
|
|
1811
1891
|
"path": "src/commands/task/finish-shared.ts",
|
|
1812
|
-
"sha256": "
|
|
1813
|
-
"size_bytes":
|
|
1892
|
+
"sha256": "9639bb7cc9c9706eb6a56abd3c4b5cd0695a148d2838134e29bb7ebd07738434",
|
|
1893
|
+
"size_bytes": 10174
|
|
1814
1894
|
},
|
|
1815
1895
|
{
|
|
1816
1896
|
"path": "src/commands/task/finish-types.ts",
|
|
1817
1897
|
"sha256": "1619121c127e8a0004c119b42454a63535442adcb760564eca85c0cff976d087",
|
|
1818
1898
|
"size_bytes": 1782
|
|
1819
1899
|
},
|
|
1820
|
-
{
|
|
1821
|
-
"path": "src/commands/task/finish.ts",
|
|
1822
|
-
"sha256": "4939512258b7d469d1b136e5fd88d14eab9c3fc580050ec3f371af46e6905a43",
|
|
1823
|
-
"size_bytes": 49
|
|
1824
|
-
},
|
|
1825
1900
|
{
|
|
1826
1901
|
"path": "src/commands/task/handoff-record.command.ts",
|
|
1827
1902
|
"sha256": "5df4774748abbf1bcc45e2df8b4093322a1c9e9886ac8850aa36d38ea625ce49",
|
|
@@ -1839,13 +1914,13 @@
|
|
|
1839
1914
|
},
|
|
1840
1915
|
{
|
|
1841
1916
|
"path": "src/commands/task/handoff.shared.ts",
|
|
1842
|
-
"sha256": "
|
|
1843
|
-
"size_bytes":
|
|
1917
|
+
"sha256": "c20e69068bc01ef56dee383795812ffdfdd0a47aa6ee46d0ffd0f985ff0120da",
|
|
1918
|
+
"size_bytes": 5689
|
|
1844
1919
|
},
|
|
1845
1920
|
{
|
|
1846
1921
|
"path": "src/commands/task/hosted-close-pr.command.ts",
|
|
1847
|
-
"sha256": "
|
|
1848
|
-
"size_bytes":
|
|
1922
|
+
"sha256": "a605a35f551a62dfd916c625ad416d9a6daa43797d92490ec880eb8f62b1d92a",
|
|
1923
|
+
"size_bytes": 4520
|
|
1849
1924
|
},
|
|
1850
1925
|
{
|
|
1851
1926
|
"path": "src/commands/task/hosted-close-pr.execute.ts",
|
|
@@ -1859,8 +1934,8 @@
|
|
|
1859
1934
|
},
|
|
1860
1935
|
{
|
|
1861
1936
|
"path": "src/commands/task/hosted-close-pr.precheck.ts",
|
|
1862
|
-
"sha256": "
|
|
1863
|
-
"size_bytes":
|
|
1937
|
+
"sha256": "2331be4da906b839645250baf143dcf0d04cac38650cb77d8962037dcae2c52b",
|
|
1938
|
+
"size_bytes": 11594
|
|
1864
1939
|
},
|
|
1865
1940
|
{
|
|
1866
1941
|
"path": "src/commands/task/hosted-close-pr.report.ts",
|
|
@@ -1874,8 +1949,13 @@
|
|
|
1874
1949
|
},
|
|
1875
1950
|
{
|
|
1876
1951
|
"path": "src/commands/task/hosted-close.command.ts",
|
|
1877
|
-
"sha256": "
|
|
1878
|
-
"size_bytes":
|
|
1952
|
+
"sha256": "99dc24d754aaad250872bc86ad52473b02bf300fc52107c0773ab4fec3ef1071",
|
|
1953
|
+
"size_bytes": 15284
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
"path": "src/commands/task/hosted-close.spec.ts",
|
|
1957
|
+
"sha256": "31cb7b73ba982364e3699fa706c5ae148a2692e6042262fc8406533b53bba9d8",
|
|
1958
|
+
"size_bytes": 1344
|
|
1879
1959
|
},
|
|
1880
1960
|
{
|
|
1881
1961
|
"path": "src/commands/task/hosted-merge-sync.ts",
|
|
@@ -1884,33 +1964,33 @@
|
|
|
1884
1964
|
},
|
|
1885
1965
|
{
|
|
1886
1966
|
"path": "src/commands/task/hosted-merge-sync/builders.ts",
|
|
1887
|
-
"sha256": "
|
|
1888
|
-
"size_bytes":
|
|
1967
|
+
"sha256": "c82088715e83ba1a7c0780f7d172dffe8800210e799d8274683b4648a0168bda",
|
|
1968
|
+
"size_bytes": 6030
|
|
1889
1969
|
},
|
|
1890
1970
|
{
|
|
1891
1971
|
"path": "src/commands/task/hosted-merge-sync/github.ts",
|
|
1892
|
-
"sha256": "
|
|
1893
|
-
"size_bytes":
|
|
1972
|
+
"sha256": "265b8bb03230e1b20532e94c62a64a862ef687e1be51699abaa2f75639c500fb",
|
|
1973
|
+
"size_bytes": 4835
|
|
1894
1974
|
},
|
|
1895
1975
|
{
|
|
1896
1976
|
"path": "src/commands/task/hosted-merge-sync/local-branch.ts",
|
|
1897
|
-
"sha256": "
|
|
1898
|
-
"size_bytes":
|
|
1977
|
+
"sha256": "46c80f9ab85541d60077ff6906adc6278b7948be3ff636715c13c55af137adba",
|
|
1978
|
+
"size_bytes": 5514
|
|
1899
1979
|
},
|
|
1900
1980
|
{
|
|
1901
1981
|
"path": "src/commands/task/hosted-merge-sync/model.ts",
|
|
1902
|
-
"sha256": "
|
|
1903
|
-
"size_bytes":
|
|
1982
|
+
"sha256": "84cb4db2ccbebb12a9c18898e51311a9e44b006c570d281381c1d300b325ddb1",
|
|
1983
|
+
"size_bytes": 1099
|
|
1904
1984
|
},
|
|
1905
1985
|
{
|
|
1906
1986
|
"path": "src/commands/task/hosted-merge-sync/pr-meta.ts",
|
|
1907
|
-
"sha256": "
|
|
1908
|
-
"size_bytes":
|
|
1987
|
+
"sha256": "e7fc3a4266ab41ddb86c667e1cf548fac22ab9289167a8ce19c7c534a2f1d9e0",
|
|
1988
|
+
"size_bytes": 1199
|
|
1909
1989
|
},
|
|
1910
1990
|
{
|
|
1911
1991
|
"path": "src/commands/task/index.ts",
|
|
1912
|
-
"sha256": "
|
|
1913
|
-
"size_bytes":
|
|
1992
|
+
"sha256": "2c238546bde5346c21d3bea12b50105225d3bc6d747c27e912255ff9e58e74ad",
|
|
1993
|
+
"size_bytes": 1553
|
|
1914
1994
|
},
|
|
1915
1995
|
{
|
|
1916
1996
|
"path": "src/commands/task/lint.command.ts",
|
|
@@ -1919,8 +1999,8 @@
|
|
|
1919
1999
|
},
|
|
1920
2000
|
{
|
|
1921
2001
|
"path": "src/commands/task/lint.ts",
|
|
1922
|
-
"sha256": "
|
|
1923
|
-
"size_bytes":
|
|
2002
|
+
"sha256": "7458ce138d05d3bd22ba1a86fba312d67108cd470e08dac23fa9a86dd8e9ad58",
|
|
2003
|
+
"size_bytes": 751
|
|
1924
2004
|
},
|
|
1925
2005
|
{
|
|
1926
2006
|
"path": "src/commands/task/list.run.ts",
|
|
@@ -1934,8 +2014,8 @@
|
|
|
1934
2014
|
},
|
|
1935
2015
|
{
|
|
1936
2016
|
"path": "src/commands/task/list.ts",
|
|
1937
|
-
"sha256": "
|
|
1938
|
-
"size_bytes":
|
|
2017
|
+
"sha256": "fef13e69781831b92e046f8d1f73a3054ae4fcc0bc2e3c261a7316056942cff0",
|
|
2018
|
+
"size_bytes": 1834
|
|
1939
2019
|
},
|
|
1940
2020
|
{
|
|
1941
2021
|
"path": "src/commands/task/migrate-doc.command.ts",
|
|
@@ -1944,8 +2024,8 @@
|
|
|
1944
2024
|
},
|
|
1945
2025
|
{
|
|
1946
2026
|
"path": "src/commands/task/migrate-doc.ts",
|
|
1947
|
-
"sha256": "
|
|
1948
|
-
"size_bytes":
|
|
2027
|
+
"sha256": "61f8c394e7e92cb955130d13eb7b2b4275782fe46faf406103824261854692f3",
|
|
2028
|
+
"size_bytes": 15325
|
|
1949
2029
|
},
|
|
1950
2030
|
{
|
|
1951
2031
|
"path": "src/commands/task/migrate.command.ts",
|
|
@@ -1969,8 +2049,8 @@
|
|
|
1969
2049
|
},
|
|
1970
2050
|
{
|
|
1971
2051
|
"path": "src/commands/task/new.ts",
|
|
1972
|
-
"sha256": "
|
|
1973
|
-
"size_bytes":
|
|
2052
|
+
"sha256": "68922fd8aaad91a319a56b7b89562c5adef82cc9d8e7f6100621e1b0b3fe3985",
|
|
2053
|
+
"size_bytes": 9454
|
|
1974
2054
|
},
|
|
1975
2055
|
{
|
|
1976
2056
|
"path": "src/commands/task/next.run.ts",
|
|
@@ -1994,8 +2074,8 @@
|
|
|
1994
2074
|
},
|
|
1995
2075
|
{
|
|
1996
2076
|
"path": "src/commands/task/normalize.ts",
|
|
1997
|
-
"sha256": "
|
|
1998
|
-
"size_bytes":
|
|
2077
|
+
"sha256": "f48758c62fe3e53be77c1a5b41e4e7b44324266d16214091d9d5a26b5b06eee7",
|
|
2078
|
+
"size_bytes": 5649
|
|
1999
2079
|
},
|
|
2000
2080
|
{
|
|
2001
2081
|
"path": "src/commands/task/plan-approve.command.ts",
|
|
@@ -2019,13 +2099,13 @@
|
|
|
2019
2099
|
},
|
|
2020
2100
|
{
|
|
2021
2101
|
"path": "src/commands/task/plan.ts",
|
|
2022
|
-
"sha256": "
|
|
2023
|
-
"size_bytes":
|
|
2102
|
+
"sha256": "cf13fb3ce87e131ec1c4186d5ee2b7003c7472b252270673c60515ba9c37a1c0",
|
|
2103
|
+
"size_bytes": 12883
|
|
2024
2104
|
},
|
|
2025
2105
|
{
|
|
2026
2106
|
"path": "src/commands/task/ready.ts",
|
|
2027
|
-
"sha256": "
|
|
2028
|
-
"size_bytes":
|
|
2107
|
+
"sha256": "4c3b942700a928a8195e1c56fb420e221ace3d400f6c0872a472c32822acb8c1",
|
|
2108
|
+
"size_bytes": 2519
|
|
2029
2109
|
},
|
|
2030
2110
|
{
|
|
2031
2111
|
"path": "src/commands/task/rebuild-index.command.ts",
|
|
@@ -2119,8 +2199,8 @@
|
|
|
2119
2199
|
},
|
|
2120
2200
|
{
|
|
2121
2201
|
"path": "src/commands/task/scaffold.ts",
|
|
2122
|
-
"sha256": "
|
|
2123
|
-
"size_bytes":
|
|
2202
|
+
"sha256": "103b0b06b07d6182b30d5b8fa74ef136e5cdbe14fc406cbfe2bad34316c1687a",
|
|
2203
|
+
"size_bytes": 3923
|
|
2124
2204
|
},
|
|
2125
2205
|
{
|
|
2126
2206
|
"path": "src/commands/task/scrub.command.ts",
|
|
@@ -2159,13 +2239,13 @@
|
|
|
2159
2239
|
},
|
|
2160
2240
|
{
|
|
2161
2241
|
"path": "src/commands/task/shared.ts",
|
|
2162
|
-
"sha256": "
|
|
2163
|
-
"size_bytes":
|
|
2242
|
+
"sha256": "e01e899b2ad8e00bd356dd8863c3da3c60be6a769a88c3c696d9e068c033fad4",
|
|
2243
|
+
"size_bytes": 2382
|
|
2164
2244
|
},
|
|
2165
2245
|
{
|
|
2166
2246
|
"path": "src/commands/task/shared/dependencies.ts",
|
|
2167
|
-
"sha256": "
|
|
2168
|
-
"size_bytes":
|
|
2247
|
+
"sha256": "953e3968dc79c3ae48c171dfc22e9a447148559708cd9dc593e9f8471441f4c6",
|
|
2248
|
+
"size_bytes": 5820
|
|
2169
2249
|
},
|
|
2170
2250
|
{
|
|
2171
2251
|
"path": "src/commands/task/shared/direct-work-lock.ts",
|
|
@@ -2174,8 +2254,8 @@
|
|
|
2174
2254
|
},
|
|
2175
2255
|
{
|
|
2176
2256
|
"path": "src/commands/task/shared/docs.ts",
|
|
2177
|
-
"sha256": "
|
|
2178
|
-
"size_bytes":
|
|
2257
|
+
"sha256": "1a32b467a3dea9ddd57886b95b799e1209f77cf69232b4fd3c201d50465ff6ff",
|
|
2258
|
+
"size_bytes": 6558
|
|
2179
2259
|
},
|
|
2180
2260
|
{
|
|
2181
2261
|
"path": "src/commands/task/shared/git-log.ts",
|
|
@@ -2184,28 +2264,33 @@
|
|
|
2184
2264
|
},
|
|
2185
2265
|
{
|
|
2186
2266
|
"path": "src/commands/task/shared/listing.ts",
|
|
2187
|
-
"sha256": "
|
|
2188
|
-
"size_bytes":
|
|
2267
|
+
"sha256": "82d58bbe94c0c6b38e75f2b7b89eb09133de6c2405de65dcfe57e6289e84342e",
|
|
2268
|
+
"size_bytes": 7401
|
|
2189
2269
|
},
|
|
2190
2270
|
{
|
|
2191
2271
|
"path": "src/commands/task/shared/tags.ts",
|
|
2192
|
-
"sha256": "
|
|
2193
|
-
"size_bytes":
|
|
2272
|
+
"sha256": "cab311788613d4dc3f635ad841b58c9c61ff67971dee4139497d7a63819cf6d5",
|
|
2273
|
+
"size_bytes": 8579
|
|
2194
2274
|
},
|
|
2195
2275
|
{
|
|
2196
2276
|
"path": "src/commands/task/shared/transition-command.ts",
|
|
2197
2277
|
"sha256": "bc8ce54983d6ff8793a50ef4ac73486c7f194cbeed2d34c075be92946dc7eae0",
|
|
2198
2278
|
"size_bytes": 2411
|
|
2199
2279
|
},
|
|
2280
|
+
{
|
|
2281
|
+
"path": "src/commands/task/shared/transition-rules.ts",
|
|
2282
|
+
"sha256": "7ab0b9ee6c75fc8cc78e27d88e9fcfe80db2da9a5ee511d81a59110109069957",
|
|
2283
|
+
"size_bytes": 3797
|
|
2284
|
+
},
|
|
2200
2285
|
{
|
|
2201
2286
|
"path": "src/commands/task/shared/transitions.ts",
|
|
2202
|
-
"sha256": "
|
|
2203
|
-
"size_bytes":
|
|
2287
|
+
"sha256": "75a5e5220a2c71b6673cb6be7cc94c248b2710ddeeba1ff7b15d1373f9eeffd0",
|
|
2288
|
+
"size_bytes": 7530
|
|
2204
2289
|
},
|
|
2205
2290
|
{
|
|
2206
2291
|
"path": "src/commands/task/shared/workflow-transition-service.ts",
|
|
2207
|
-
"sha256": "
|
|
2208
|
-
"size_bytes":
|
|
2292
|
+
"sha256": "167a227c4a932385ba04b7c8c1f6ea5f3b6e4738439bb7537996412bdcb72b29",
|
|
2293
|
+
"size_bytes": 10944
|
|
2209
2294
|
},
|
|
2210
2295
|
{
|
|
2211
2296
|
"path": "src/commands/task/show.run.ts",
|
|
@@ -2219,8 +2304,8 @@
|
|
|
2219
2304
|
},
|
|
2220
2305
|
{
|
|
2221
2306
|
"path": "src/commands/task/show.ts",
|
|
2222
|
-
"sha256": "
|
|
2223
|
-
"size_bytes":
|
|
2307
|
+
"sha256": "a7fad7e0eb020b8d3ca3c4a95e6842059c292121fc911fd407b87326b9ca515d",
|
|
2308
|
+
"size_bytes": 2721
|
|
2224
2309
|
},
|
|
2225
2310
|
{
|
|
2226
2311
|
"path": "src/commands/task/start-ready.command.ts",
|
|
@@ -2284,23 +2369,28 @@
|
|
|
2284
2369
|
},
|
|
2285
2370
|
{
|
|
2286
2371
|
"path": "src/commands/upgrade.command.ts",
|
|
2287
|
-
"sha256": "
|
|
2288
|
-
"size_bytes":
|
|
2372
|
+
"sha256": "e9c2d97003702713b6d823db0e6aebf25511f75f9c1e59332ec8c737530f03d2",
|
|
2373
|
+
"size_bytes": 365
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"path": "src/commands/upgrade.spec.ts",
|
|
2377
|
+
"sha256": "f404c77bc6a00b9ef47972fcda0f36399f650ef54e8cc646d44cfd6dba10c36b",
|
|
2378
|
+
"size_bytes": 6457
|
|
2289
2379
|
},
|
|
2290
2380
|
{
|
|
2291
2381
|
"path": "src/commands/upgrade.ts",
|
|
2292
|
-
"sha256": "
|
|
2293
|
-
"size_bytes":
|
|
2382
|
+
"sha256": "a04b203b4cc7c3fca8d082f9df01ca0e3b795d2b40ce5fc59f93865f76e9ead0",
|
|
2383
|
+
"size_bytes": 11316
|
|
2294
2384
|
},
|
|
2295
2385
|
{
|
|
2296
2386
|
"path": "src/commands/upgrade/apply.ts",
|
|
2297
|
-
"sha256": "
|
|
2298
|
-
"size_bytes":
|
|
2387
|
+
"sha256": "920df74e8a3ea7baddcdc0ff1d0455746951f3cc2d5cc880614956ff144a3d56",
|
|
2388
|
+
"size_bytes": 9948
|
|
2299
2389
|
},
|
|
2300
2390
|
{
|
|
2301
2391
|
"path": "src/commands/upgrade/materialize.ts",
|
|
2302
|
-
"sha256": "
|
|
2303
|
-
"size_bytes":
|
|
2392
|
+
"sha256": "33bc88f5f919e8b70f92602285939aee77b83daa0bab4e0e558e016ebf0dc5c4",
|
|
2393
|
+
"size_bytes": 7792
|
|
2304
2394
|
},
|
|
2305
2395
|
{
|
|
2306
2396
|
"path": "src/commands/upgrade/plan.ts",
|
|
@@ -2339,18 +2429,23 @@
|
|
|
2339
2429
|
},
|
|
2340
2430
|
{
|
|
2341
2431
|
"path": "src/commands/workflow-build.command.ts",
|
|
2342
|
-
"sha256": "
|
|
2343
|
-
"size_bytes":
|
|
2432
|
+
"sha256": "1453c0b93c46206c08a36d40c5de53fddeb176c5c2be633dd170f6d5117d46a0",
|
|
2433
|
+
"size_bytes": 4286
|
|
2344
2434
|
},
|
|
2345
2435
|
{
|
|
2346
2436
|
"path": "src/commands/workflow-playbook.command.ts",
|
|
2347
|
-
"sha256": "
|
|
2348
|
-
"size_bytes":
|
|
2437
|
+
"sha256": "2d3e70b97b764b023a9f9ff878d6a6da2874816aaa987fb66ba1dc51733a12e9",
|
|
2438
|
+
"size_bytes": 6617
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"path": "src/commands/workflow-playbook.spec.ts",
|
|
2442
|
+
"sha256": "808c884ff3ac5dbfb34b3ba2d169dd9ebe78b5227262d9d40401143019565253",
|
|
2443
|
+
"size_bytes": 1043
|
|
2349
2444
|
},
|
|
2350
2445
|
{
|
|
2351
2446
|
"path": "src/commands/workflow-restore.command.ts",
|
|
2352
|
-
"sha256": "
|
|
2353
|
-
"size_bytes":
|
|
2447
|
+
"sha256": "d2811a81a848f7034e52d4360fa3b0c4cab911e0942d87ac7e79b49508be5b5a",
|
|
2448
|
+
"size_bytes": 1626
|
|
2354
2449
|
},
|
|
2355
2450
|
{
|
|
2356
2451
|
"path": "src/commands/workflow.command.ts",
|
|
@@ -2359,8 +2454,8 @@
|
|
|
2359
2454
|
},
|
|
2360
2455
|
{
|
|
2361
2456
|
"path": "src/commands/workflow.ts",
|
|
2362
|
-
"sha256": "
|
|
2363
|
-
"size_bytes":
|
|
2457
|
+
"sha256": "03559766838d920708d30f6dec6643f6ef3939043f5f52fb8c6a726461fb4658",
|
|
2458
|
+
"size_bytes": 735
|
|
2364
2459
|
},
|
|
2365
2460
|
{
|
|
2366
2461
|
"path": "src/harness/dynamic-tool-contract.ts",
|
|
@@ -2369,13 +2464,8 @@
|
|
|
2369
2464
|
},
|
|
2370
2465
|
{
|
|
2371
2466
|
"path": "src/harness/hooks-lifecycle.ts",
|
|
2372
|
-
"sha256": "
|
|
2373
|
-
"size_bytes":
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"path": "src/harness/index.ts",
|
|
2377
|
-
"sha256": "41c333bf5842f91b25cf947b5a80ef341924ad7cf20c60fccbb6ebd4510c61e4",
|
|
2378
|
-
"size_bytes": 295
|
|
2467
|
+
"sha256": "e391f4fa0836474d024827974c6bde4a60879e2ebf876e31ee48e680d4bd66dc",
|
|
2468
|
+
"size_bytes": 2424
|
|
2379
2469
|
},
|
|
2380
2470
|
{
|
|
2381
2471
|
"path": "src/harness/reconcile.ts",
|
|
@@ -2409,18 +2499,18 @@
|
|
|
2409
2499
|
},
|
|
2410
2500
|
{
|
|
2411
2501
|
"path": "src/meta/release.ts",
|
|
2412
|
-
"sha256": "
|
|
2413
|
-
"size_bytes":
|
|
2502
|
+
"sha256": "e1d543cb7d02b9e99aa2e8bd7baa7766b4363a57f20f119a9299851d2996d9a7",
|
|
2503
|
+
"size_bytes": 1621
|
|
2414
2504
|
},
|
|
2415
2505
|
{
|
|
2416
2506
|
"path": "src/meta/version.ts",
|
|
2417
|
-
"sha256": "
|
|
2418
|
-
"size_bytes":
|
|
2507
|
+
"sha256": "92a0c4cf71b3b692d621131244c571ed426fb9b478e65bffd120a05d789b9b67",
|
|
2508
|
+
"size_bytes": 587
|
|
2419
2509
|
},
|
|
2420
2510
|
{
|
|
2421
2511
|
"path": "src/policy/engine.ts",
|
|
2422
|
-
"sha256": "
|
|
2423
|
-
"size_bytes":
|
|
2512
|
+
"sha256": "69eb8dce5eafdf7d12b9514f6fcb22a5330800cf778d13a01147a13792810a35",
|
|
2513
|
+
"size_bytes": 1848
|
|
2424
2514
|
},
|
|
2425
2515
|
{
|
|
2426
2516
|
"path": "src/policy/evaluate.ts",
|
|
@@ -2429,8 +2519,8 @@
|
|
|
2429
2519
|
},
|
|
2430
2520
|
{
|
|
2431
2521
|
"path": "src/policy/model.ts",
|
|
2432
|
-
"sha256": "
|
|
2433
|
-
"size_bytes":
|
|
2522
|
+
"sha256": "fd2c6fbfa8f4c4f65b804d6923af586458f7c19455c58ee560f61c227ac01f8c",
|
|
2523
|
+
"size_bytes": 1017
|
|
2434
2524
|
},
|
|
2435
2525
|
{
|
|
2436
2526
|
"path": "src/policy/result.ts",
|
|
@@ -2454,8 +2544,8 @@
|
|
|
2454
2544
|
},
|
|
2455
2545
|
{
|
|
2456
2546
|
"path": "src/policy/rules/commit-subject.ts",
|
|
2457
|
-
"sha256": "
|
|
2458
|
-
"size_bytes":
|
|
2547
|
+
"sha256": "9c57d2e19a4e873f1b224ecce9b39a1b1f806b6cda74d4559783700c9ca5c4e3",
|
|
2548
|
+
"size_bytes": 753
|
|
2459
2549
|
},
|
|
2460
2550
|
{
|
|
2461
2551
|
"path": "src/policy/rules/protected-paths.ts",
|
|
@@ -2489,8 +2579,8 @@
|
|
|
2489
2579
|
},
|
|
2490
2580
|
{
|
|
2491
2581
|
"path": "src/runner/adapters/base.ts",
|
|
2492
|
-
"sha256": "
|
|
2493
|
-
"size_bytes":
|
|
2582
|
+
"sha256": "f66863321765499096b166595f4f12e2de00bafc6444f9f0d1bace161f6f2bf5",
|
|
2583
|
+
"size_bytes": 5302
|
|
2494
2584
|
},
|
|
2495
2585
|
{
|
|
2496
2586
|
"path": "src/runner/adapters/codex-preparation.ts",
|
|
@@ -2499,23 +2589,28 @@
|
|
|
2499
2589
|
},
|
|
2500
2590
|
{
|
|
2501
2591
|
"path": "src/runner/adapters/codex.ts",
|
|
2502
|
-
"sha256": "
|
|
2503
|
-
"size_bytes":
|
|
2592
|
+
"sha256": "8263035fb4da33a51832f9eea6e75f3d68ee2d265b28e8786cbc865083854fd5",
|
|
2593
|
+
"size_bytes": 7832
|
|
2504
2594
|
},
|
|
2505
2595
|
{
|
|
2506
2596
|
"path": "src/runner/adapters/custom-preparation.ts",
|
|
2507
|
-
"sha256": "
|
|
2508
|
-
"size_bytes":
|
|
2597
|
+
"sha256": "88cb30c980b8088d201ce972117cde7f4792d52c6c1710c0164d8460f352f8bf",
|
|
2598
|
+
"size_bytes": 8411
|
|
2509
2599
|
},
|
|
2510
2600
|
{
|
|
2511
2601
|
"path": "src/runner/adapters/custom.ts",
|
|
2512
|
-
"sha256": "
|
|
2513
|
-
"size_bytes":
|
|
2602
|
+
"sha256": "e18e3a3a975c102e9649c386218db64d200f500c8db1ca4208287ed7b0787b50",
|
|
2603
|
+
"size_bytes": 7979
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
"path": "src/runner/adapters/execute-supervised.ts",
|
|
2607
|
+
"sha256": "e9e58fa47b922588fb4e3190a7b43bf1076a4529b4e922ebab63045b8bb18ca2",
|
|
2608
|
+
"size_bytes": 5817
|
|
2514
2609
|
},
|
|
2515
2610
|
{
|
|
2516
2611
|
"path": "src/runner/adapters/index.ts",
|
|
2517
|
-
"sha256": "
|
|
2518
|
-
"size_bytes":
|
|
2612
|
+
"sha256": "175208e0cb9c987d224a0886a25bea06e75f76874d459b6b348f3d802ac4346a",
|
|
2613
|
+
"size_bytes": 753
|
|
2519
2614
|
},
|
|
2520
2615
|
{
|
|
2521
2616
|
"path": "src/runner/adapters/recipe-run-profile.ts",
|
|
@@ -2529,13 +2624,13 @@
|
|
|
2529
2624
|
},
|
|
2530
2625
|
{
|
|
2531
2626
|
"path": "src/runner/adapters/shared.ts",
|
|
2532
|
-
"sha256": "
|
|
2533
|
-
"size_bytes":
|
|
2627
|
+
"sha256": "b3d7f900ad444212c2af54357b546178d34bd9d0112fc248159a1b81679a082d",
|
|
2628
|
+
"size_bytes": 3260
|
|
2534
2629
|
},
|
|
2535
2630
|
{
|
|
2536
2631
|
"path": "src/runner/artifacts.ts",
|
|
2537
|
-
"sha256": "
|
|
2538
|
-
"size_bytes":
|
|
2632
|
+
"sha256": "9403336d796324ea6dd44936472311f0e94f20f951a36604a3395d080f5efdbf",
|
|
2633
|
+
"size_bytes": 7697
|
|
2539
2634
|
},
|
|
2540
2635
|
{
|
|
2541
2636
|
"path": "src/runner/codex-approval-probe.ts",
|
|
@@ -2549,13 +2644,13 @@
|
|
|
2549
2644
|
},
|
|
2550
2645
|
{
|
|
2551
2646
|
"path": "src/runner/config.ts",
|
|
2552
|
-
"sha256": "
|
|
2553
|
-
"size_bytes":
|
|
2647
|
+
"sha256": "77a0873564c3f6b365425155a4eca4ac8bf7d57de46f79c834eb34024ed026a8",
|
|
2648
|
+
"size_bytes": 843
|
|
2554
2649
|
},
|
|
2555
2650
|
{
|
|
2556
2651
|
"path": "src/runner/context/base-prompt-sources.ts",
|
|
2557
|
-
"sha256": "
|
|
2558
|
-
"size_bytes":
|
|
2652
|
+
"sha256": "4e29fc1f7599f524e289d7972076cf634fe0cda452c00a563bac9e32eb8d88d2",
|
|
2653
|
+
"size_bytes": 7734
|
|
2559
2654
|
},
|
|
2560
2655
|
{
|
|
2561
2656
|
"path": "src/runner/context/base-prompts.ts",
|
|
@@ -2574,13 +2669,13 @@
|
|
|
2574
2669
|
},
|
|
2575
2670
|
{
|
|
2576
2671
|
"path": "src/runner/context/prompt-block-shared.ts",
|
|
2577
|
-
"sha256": "
|
|
2578
|
-
"size_bytes":
|
|
2672
|
+
"sha256": "e1b2dbdf7758ed2414f0fc5433b44370eb34ade324093afaac681e90d64f3eec",
|
|
2673
|
+
"size_bytes": 4439
|
|
2579
2674
|
},
|
|
2580
2675
|
{
|
|
2581
2676
|
"path": "src/runner/context/recipe-context.ts",
|
|
2582
|
-
"sha256": "
|
|
2583
|
-
"size_bytes":
|
|
2677
|
+
"sha256": "206f4e239350dab8bba4c1f9b28a3289a74d1f8fd5be0a19caa4cee903f364eb",
|
|
2678
|
+
"size_bytes": 4484
|
|
2584
2679
|
},
|
|
2585
2680
|
{
|
|
2586
2681
|
"path": "src/runner/context/recipe-prompt-blocks.ts",
|
|
@@ -2589,13 +2684,8 @@
|
|
|
2589
2684
|
},
|
|
2590
2685
|
{
|
|
2591
2686
|
"path": "src/runner/context/task-context.ts",
|
|
2592
|
-
"sha256": "
|
|
2593
|
-
"size_bytes":
|
|
2594
|
-
},
|
|
2595
|
-
{
|
|
2596
|
-
"path": "src/runner/index.ts",
|
|
2597
|
-
"sha256": "198fdc6a8af0238d2fc752d790f23d2cc2d51a910fe5bc9a7557faf1e60f54bb",
|
|
2598
|
-
"size_bytes": 1804
|
|
2687
|
+
"sha256": "3ad872b902dff667ccdc4448013a90245e4c589f1f6b4a12f9e48a18d1ebb9e1",
|
|
2688
|
+
"size_bytes": 10870
|
|
2599
2689
|
},
|
|
2600
2690
|
{
|
|
2601
2691
|
"path": "src/runner/policy-decision.ts",
|
|
@@ -2608,19 +2698,19 @@
|
|
|
2608
2698
|
"size_bytes": 1712
|
|
2609
2699
|
},
|
|
2610
2700
|
{
|
|
2611
|
-
"path": "src/runner/process-supervision.ts",
|
|
2612
|
-
"sha256": "
|
|
2613
|
-
"size_bytes":
|
|
2701
|
+
"path": "src/runner/process-supervision/buffered-file-writer.ts",
|
|
2702
|
+
"sha256": "407b4672625da695bb1ad2fc4c4b10ac4be83fd5bec5c6f0fa0062d347760225",
|
|
2703
|
+
"size_bytes": 1887
|
|
2614
2704
|
},
|
|
2615
2705
|
{
|
|
2616
2706
|
"path": "src/runner/process-supervision/run.ts",
|
|
2617
|
-
"sha256": "
|
|
2618
|
-
"size_bytes":
|
|
2707
|
+
"sha256": "619cde83322062a8aabe75b4138174e6b56dbf6f76a4a5d011cecaa766b56e85",
|
|
2708
|
+
"size_bytes": 14087
|
|
2619
2709
|
},
|
|
2620
2710
|
{
|
|
2621
2711
|
"path": "src/runner/process-supervision/signals.ts",
|
|
2622
|
-
"sha256": "
|
|
2623
|
-
"size_bytes":
|
|
2712
|
+
"sha256": "2ac81e27a4189318dc1d5a25d97444406a067c55a4e380c979a7f669606d56f8",
|
|
2713
|
+
"size_bytes": 2705
|
|
2624
2714
|
},
|
|
2625
2715
|
{
|
|
2626
2716
|
"path": "src/runner/process-supervision/state.ts",
|
|
@@ -2639,8 +2729,8 @@
|
|
|
2639
2729
|
},
|
|
2640
2730
|
{
|
|
2641
2731
|
"path": "src/runner/result-manifest.ts",
|
|
2642
|
-
"sha256": "
|
|
2643
|
-
"size_bytes":
|
|
2732
|
+
"sha256": "707583b71a190daf2a7895abae3006cd2e5302def9542142753bbcf31220340f",
|
|
2733
|
+
"size_bytes": 14253
|
|
2644
2734
|
},
|
|
2645
2735
|
{
|
|
2646
2736
|
"path": "src/runner/run-id.ts",
|
|
@@ -2659,13 +2749,13 @@
|
|
|
2659
2749
|
},
|
|
2660
2750
|
{
|
|
2661
2751
|
"path": "src/runner/task-state.ts",
|
|
2662
|
-
"sha256": "
|
|
2663
|
-
"size_bytes":
|
|
2752
|
+
"sha256": "537610c3464268645d1aa9ea3400f246bec7e6b1c86762d1613b4fc26133af92",
|
|
2753
|
+
"size_bytes": 15347
|
|
2664
2754
|
},
|
|
2665
2755
|
{
|
|
2666
2756
|
"path": "src/runner/trace-artifacts.ts",
|
|
2667
|
-
"sha256": "
|
|
2668
|
-
"size_bytes":
|
|
2757
|
+
"sha256": "75e10a230c460bec88d60d7e039deba5d93d73bf697007118209c42d952d2e42",
|
|
2758
|
+
"size_bytes": 2898
|
|
2669
2759
|
},
|
|
2670
2760
|
{
|
|
2671
2761
|
"path": "src/runner/trace.ts",
|
|
@@ -2674,13 +2764,13 @@
|
|
|
2674
2764
|
},
|
|
2675
2765
|
{
|
|
2676
2766
|
"path": "src/runner/types.ts",
|
|
2677
|
-
"sha256": "
|
|
2678
|
-
"size_bytes":
|
|
2767
|
+
"sha256": "089c94ea6ae975346b0ce7631ec0dc8708c8c7430f2f3c18d5e9120225fbceef",
|
|
2768
|
+
"size_bytes": 10433
|
|
2679
2769
|
},
|
|
2680
2770
|
{
|
|
2681
2771
|
"path": "src/runner/usecases/scenario-materialize-task.ts",
|
|
2682
|
-
"sha256": "
|
|
2683
|
-
"size_bytes":
|
|
2772
|
+
"sha256": "6768a92f5c30365cb48282a97b6e8266d8952207660080a51f0953525ea51954",
|
|
2773
|
+
"size_bytes": 9910
|
|
2684
2774
|
},
|
|
2685
2775
|
{
|
|
2686
2776
|
"path": "src/runner/usecases/task-run-inspect.ts",
|
|
@@ -2689,8 +2779,8 @@
|
|
|
2689
2779
|
},
|
|
2690
2780
|
{
|
|
2691
2781
|
"path": "src/runner/usecases/task-run-lifecycle-cancel.ts",
|
|
2692
|
-
"sha256": "
|
|
2693
|
-
"size_bytes":
|
|
2782
|
+
"sha256": "0d2dfdcc42c8876b944c2a60baedfdbe1320630567a3c61f6e30e723d0641931",
|
|
2783
|
+
"size_bytes": 6073
|
|
2694
2784
|
},
|
|
2695
2785
|
{
|
|
2696
2786
|
"path": "src/runner/usecases/task-run-lifecycle-replay.ts",
|
|
@@ -2699,8 +2789,8 @@
|
|
|
2699
2789
|
},
|
|
2700
2790
|
{
|
|
2701
2791
|
"path": "src/runner/usecases/task-run-lifecycle-shared.ts",
|
|
2702
|
-
"sha256": "
|
|
2703
|
-
"size_bytes":
|
|
2792
|
+
"sha256": "8c5a71310692c61d411f1a7acaf2fcd2f68d77ec70c38a2836cb86a33040e167",
|
|
2793
|
+
"size_bytes": 8195
|
|
2704
2794
|
},
|
|
2705
2795
|
{
|
|
2706
2796
|
"path": "src/runner/usecases/task-run-lifecycle.ts",
|
|
@@ -2709,8 +2799,8 @@
|
|
|
2709
2799
|
},
|
|
2710
2800
|
{
|
|
2711
2801
|
"path": "src/runner/usecases/task-run.ts",
|
|
2712
|
-
"sha256": "
|
|
2713
|
-
"size_bytes":
|
|
2802
|
+
"sha256": "4c880e5f87f6d4901e91c78f497e4e549a37dde6e81c29e87d60afca18a62132",
|
|
2803
|
+
"size_bytes": 14387
|
|
2714
2804
|
},
|
|
2715
2805
|
{
|
|
2716
2806
|
"path": "src/runtime/approvals/index.ts",
|
|
@@ -2719,13 +2809,13 @@
|
|
|
2719
2809
|
},
|
|
2720
2810
|
{
|
|
2721
2811
|
"path": "src/runtime/approvals/model.ts",
|
|
2722
|
-
"sha256": "
|
|
2723
|
-
"size_bytes":
|
|
2812
|
+
"sha256": "457cbc4a56d85ba792a2a39468c2e3e477592ba2c815dc32ad2321f045b4ff81",
|
|
2813
|
+
"size_bytes": 951
|
|
2724
2814
|
},
|
|
2725
2815
|
{
|
|
2726
2816
|
"path": "src/runtime/approvals/runtime.ts",
|
|
2727
|
-
"sha256": "
|
|
2728
|
-
"size_bytes":
|
|
2817
|
+
"sha256": "a8269dc6c8ca6cbe47fe0df5b69147b6a5a9c10c43047f218162c0cf571f395d",
|
|
2818
|
+
"size_bytes": 5233
|
|
2729
2819
|
},
|
|
2730
2820
|
{
|
|
2731
2821
|
"path": "src/runtime/behavior/index.ts",
|
|
@@ -2774,8 +2864,8 @@
|
|
|
2774
2864
|
},
|
|
2775
2865
|
{
|
|
2776
2866
|
"path": "src/runtime/execution-context.ts",
|
|
2777
|
-
"sha256": "
|
|
2778
|
-
"size_bytes":
|
|
2867
|
+
"sha256": "db0a1c113462b482ddd2f99c626099f6ebb3d1ecd2d837839a93c96f38f1d83c",
|
|
2868
|
+
"size_bytes": 6752
|
|
2779
2869
|
},
|
|
2780
2870
|
{
|
|
2781
2871
|
"path": "src/runtime/execution-profile/index.ts",
|
|
@@ -2784,13 +2874,13 @@
|
|
|
2784
2874
|
},
|
|
2785
2875
|
{
|
|
2786
2876
|
"path": "src/runtime/execution-profile/model.ts",
|
|
2787
|
-
"sha256": "
|
|
2788
|
-
"size_bytes":
|
|
2877
|
+
"sha256": "09b12536088f280151dea1dd757275972ab379e15b42b8e4b15d89f927ca35af",
|
|
2878
|
+
"size_bytes": 908
|
|
2789
2879
|
},
|
|
2790
2880
|
{
|
|
2791
2881
|
"path": "src/runtime/execution-profile/resolve.ts",
|
|
2792
|
-
"sha256": "
|
|
2793
|
-
"size_bytes":
|
|
2882
|
+
"sha256": "57f7175650d7255cb5aa2765900c637ea869d0036bff42172259b5f38d314232",
|
|
2883
|
+
"size_bytes": 3058
|
|
2794
2884
|
},
|
|
2795
2885
|
{
|
|
2796
2886
|
"path": "src/runtime/explain/index.ts",
|
|
@@ -2819,13 +2909,13 @@
|
|
|
2819
2909
|
},
|
|
2820
2910
|
{
|
|
2821
2911
|
"path": "src/runtime/harness/resolve.ts",
|
|
2822
|
-
"sha256": "
|
|
2823
|
-
"size_bytes":
|
|
2912
|
+
"sha256": "e54bf779961a90c0b644f3ea367192478ed006c38e82d8a360eec184fb803feb",
|
|
2913
|
+
"size_bytes": 7892
|
|
2824
2914
|
},
|
|
2825
2915
|
{
|
|
2826
2916
|
"path": "src/runtime/harness/types.ts",
|
|
2827
|
-
"sha256": "
|
|
2828
|
-
"size_bytes":
|
|
2917
|
+
"sha256": "da2051dbe9c9cc71526f7b37d79c3486919e5aa8c9d5988474b29bd993f7375b",
|
|
2918
|
+
"size_bytes": 2778
|
|
2829
2919
|
},
|
|
2830
2920
|
{
|
|
2831
2921
|
"path": "src/runtime/incidents/advice-strategy.ts",
|
|
@@ -2837,6 +2927,11 @@
|
|
|
2837
2927
|
"sha256": "10bae87d02c646f7d97d3a84b7fb3a5d001c78429e2d0974f8305d96a1c35273",
|
|
2838
2928
|
"size_bytes": 634
|
|
2839
2929
|
},
|
|
2930
|
+
{
|
|
2931
|
+
"path": "src/runtime/incidents/paths.ts",
|
|
2932
|
+
"sha256": "804a36e180e47f956ee37fec3f37cd089750e34b02ef8a2d1e241e27eddfdf3e",
|
|
2933
|
+
"size_bytes": 165
|
|
2934
|
+
},
|
|
2840
2935
|
{
|
|
2841
2936
|
"path": "src/runtime/incidents/plan-strategy.ts",
|
|
2842
2937
|
"sha256": "ee7ad959153bb4da89551f7081169b3efc1578c9b3bade3ae661273d63848d02",
|
|
@@ -2879,8 +2974,8 @@
|
|
|
2879
2974
|
},
|
|
2880
2975
|
{
|
|
2881
2976
|
"path": "src/runtime/shared/repo-cli-version.ts",
|
|
2882
|
-
"sha256": "
|
|
2883
|
-
"size_bytes":
|
|
2977
|
+
"sha256": "3bfd2717dd85f16a4a03b23da211419bc026d9ccd4ea656257b957555b3930e3",
|
|
2978
|
+
"size_bytes": 3612
|
|
2884
2979
|
},
|
|
2885
2980
|
{
|
|
2886
2981
|
"path": "src/runtime/shared/runtime-artifacts.ts",
|
|
@@ -2909,8 +3004,8 @@
|
|
|
2909
3004
|
},
|
|
2910
3005
|
{
|
|
2911
3006
|
"path": "src/runtime/task-intake/types.ts",
|
|
2912
|
-
"sha256": "
|
|
2913
|
-
"size_bytes":
|
|
3007
|
+
"sha256": "510541ba511f3975be94737526060ceb26ed7729b18f5871b86aad2a39e891df",
|
|
3008
|
+
"size_bytes": 3475
|
|
2914
3009
|
},
|
|
2915
3010
|
{
|
|
2916
3011
|
"path": "src/shared/env.ts",
|
|
@@ -2932,6 +3027,11 @@
|
|
|
2932
3027
|
"sha256": "1ff5f14cca90fa8520e0cb0deff2384f304ac407b2352e703be850d8210a8821",
|
|
2933
3028
|
"size_bytes": 213
|
|
2934
3029
|
},
|
|
3030
|
+
{
|
|
3031
|
+
"path": "src/shared/package-paths.ts",
|
|
3032
|
+
"sha256": "86317af25547b77be9cf8fc339e9fd453cf62b41ea24540ef9af759aa7e0c710",
|
|
3033
|
+
"size_bytes": 2921
|
|
3034
|
+
},
|
|
2935
3035
|
{
|
|
2936
3036
|
"path": "src/shared/policy-gateway.ts",
|
|
2937
3037
|
"sha256": "71b22fbba15060e48cc889e338c4fc9d430695299c9fd89ae63bf11e42950397",
|
|
@@ -2949,8 +3049,8 @@
|
|
|
2949
3049
|
},
|
|
2950
3050
|
{
|
|
2951
3051
|
"path": "src/shared/trace-events.ts",
|
|
2952
|
-
"sha256": "
|
|
2953
|
-
"size_bytes":
|
|
3052
|
+
"sha256": "7f505871f072e34e706e56b4ec68ceeade47568c2ca29150acd7d0f5eeba4e3a",
|
|
3053
|
+
"size_bytes": 913
|
|
2954
3054
|
},
|
|
2955
3055
|
{
|
|
2956
3056
|
"path": "src/shared/workflow-artifacts.ts",
|
|
@@ -2959,34 +3059,24 @@
|
|
|
2959
3059
|
},
|
|
2960
3060
|
{
|
|
2961
3061
|
"path": "src/shared/write-if-changed.ts",
|
|
2962
|
-
"sha256": "
|
|
2963
|
-
"size_bytes":
|
|
3062
|
+
"sha256": "c2ecf10c34e1555912272ce386e6587929a726013e36287b383c0a465cda9fe9",
|
|
3063
|
+
"size_bytes": 962
|
|
2964
3064
|
},
|
|
2965
3065
|
{
|
|
2966
3066
|
"path": "src/task-doc/conflicts.ts",
|
|
2967
|
-
"sha256": "
|
|
2968
|
-
"size_bytes":
|
|
3067
|
+
"sha256": "7523d4d623eb74d641d7552fb53d372195b61fe7c7ac8d6601c5baf75269a02a",
|
|
3068
|
+
"size_bytes": 1708
|
|
2969
3069
|
},
|
|
2970
3070
|
{
|
|
2971
3071
|
"path": "src/task-doc/state.ts",
|
|
2972
|
-
"sha256": "
|
|
2973
|
-
"size_bytes":
|
|
3072
|
+
"sha256": "bbfa5bdfdb6e5fcf32c907ac45f4c19eedc870170e33790e640b6d3e3a2e2940",
|
|
3073
|
+
"size_bytes": 712
|
|
2974
3074
|
},
|
|
2975
3075
|
{
|
|
2976
3076
|
"path": "src/test-helpers/fs.ts",
|
|
2977
3077
|
"sha256": "38fe84c724f86af169a78895ce3e733a2af53f3fff13b2a5f2ad74bab13ca765",
|
|
2978
3078
|
"size_bytes": 505
|
|
2979
3079
|
},
|
|
2980
|
-
{
|
|
2981
|
-
"path": "src/testing/index.ts",
|
|
2982
|
-
"sha256": "a3d9751abe6451a52d3cb4bb9dd8259274bfaf7b312f0152fec64c40a6780516",
|
|
2983
|
-
"size_bytes": 168
|
|
2984
|
-
},
|
|
2985
|
-
{
|
|
2986
|
-
"path": "src/testing/runtime-env.ts",
|
|
2987
|
-
"sha256": "bd56dd45adc51803a09345d15e503e200d9f8e7622e934a7f5e571ab5a5ed288",
|
|
2988
|
-
"size_bytes": 96
|
|
2989
|
-
},
|
|
2990
3080
|
{
|
|
2991
3081
|
"path": "src/workflow-runtime/build.ts",
|
|
2992
3082
|
"sha256": "8c945ff1f399d60c31cad7ba04ebe45fe3364bb4e5f6a7d8c3a1a3af23852d43",
|
|
@@ -2999,8 +3089,8 @@
|
|
|
2999
3089
|
},
|
|
3000
3090
|
{
|
|
3001
3091
|
"path": "src/workflow-runtime/file-ops.ts",
|
|
3002
|
-
"sha256": "
|
|
3003
|
-
"size_bytes":
|
|
3092
|
+
"sha256": "d02d1e8810ae067c257b340a6dfb061016ba8c82ec441fd5f0170483755c552f",
|
|
3093
|
+
"size_bytes": 7994
|
|
3004
3094
|
},
|
|
3005
3095
|
{
|
|
3006
3096
|
"path": "src/workflow-runtime/fix.ts",
|
|
@@ -3014,8 +3104,8 @@
|
|
|
3014
3104
|
},
|
|
3015
3105
|
{
|
|
3016
3106
|
"path": "src/workflow-runtime/markdown.ts",
|
|
3017
|
-
"sha256": "
|
|
3018
|
-
"size_bytes":
|
|
3107
|
+
"sha256": "c66cc75e1b7102a027a5797224fbd786cb6e195fc721eac565deb165116d3254",
|
|
3108
|
+
"size_bytes": 5033
|
|
3019
3109
|
},
|
|
3020
3110
|
{
|
|
3021
3111
|
"path": "src/workflow-runtime/observability.ts",
|
|
@@ -3039,8 +3129,8 @@
|
|
|
3039
3129
|
},
|
|
3040
3130
|
{
|
|
3041
3131
|
"path": "src/workflow-runtime/validate.ts",
|
|
3042
|
-
"sha256": "
|
|
3043
|
-
"size_bytes":
|
|
3132
|
+
"sha256": "91bc9d7cfc096df6bc557fad27ae3672c41cf523a5fd70b009b9a13555272a55",
|
|
3133
|
+
"size_bytes": 12041
|
|
3044
3134
|
}
|
|
3045
3135
|
]
|
|
3046
3136
|
}
|