agentplane 0.3.10 → 0.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/AGENTS.md +2 -2
- package/assets/agents/CODER.json +4 -0
- package/assets/agents/CREATOR.json +1 -0
- package/assets/agents/DOCS.json +2 -1
- package/assets/agents/INTEGRATOR.json +2 -1
- package/assets/agents/ORCHESTRATOR.json +2 -0
- package/assets/agents/PLANNER.json +3 -1
- package/assets/agents/REVIEWER.json +1 -0
- package/assets/agents/TESTER.json +2 -2
- package/assets/agents/UPDATER.json +1 -0
- package/assets/agents/UPGRADER.json +1 -1
- package/assets/policy/governance.md +3 -4
- package/assets/policy/incidents.md +20 -88
- package/assets/policy/workflow.branch_pr.md +1 -1
- package/assets/policy/workflow.direct.md +2 -2
- package/bin/agentplane.js +114 -4
- package/bin/runtime-watch.js +1 -0
- package/bin/stale-dist-policy.d.ts +1 -1
- package/bin/stale-dist-policy.js +19 -1
- package/dist/.build-manifest.json +251 -166
- package/dist/cli/bootstrap-guide.d.ts.map +1 -1
- package/dist/cli/bootstrap-guide.js +3 -2
- package/dist/cli/command-guide.d.ts.map +1 -1
- package/dist/cli/command-guide.js +2 -1
- package/dist/cli/command-invocations.d.ts.map +1 -1
- package/dist/cli/command-invocations.js +4 -1
- package/dist/cli/run-cli/command-catalog/core.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog/core.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog/core.js +6 -1
- package/dist/cli/run-cli/command-catalog/project.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog/project.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog/project.js +3 -1
- package/dist/cli/run-cli/command-catalog/task.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog/task.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog/task.js +10 -0
- package/dist/cli/run-cli/command-catalog.d.ts +1 -1
- package/dist/cli/run-cli/command-catalog.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 +44 -1
- package/dist/cli/run-cli.test-helpers.d.ts +1 -0
- package/dist/cli/run-cli.test-helpers.d.ts.map +1 -1
- package/dist/cli/run-cli.test-helpers.js +26 -0
- package/dist/commands/branch/cleanup-merged.d.ts +3 -0
- package/dist/commands/branch/cleanup-merged.d.ts.map +1 -1
- package/dist/commands/branch/cleanup-merged.js +149 -36
- package/dist/commands/branch/work-start.d.ts.map +1 -1
- package/dist/commands/branch/work-start.js +137 -1
- package/dist/commands/cleanup/merged.command.d.ts +2 -0
- package/dist/commands/cleanup/merged.command.d.ts.map +1 -1
- package/dist/commands/cleanup/merged.command.js +24 -0
- package/dist/commands/doctor/branch-pr.d.ts +4 -0
- package/dist/commands/doctor/branch-pr.d.ts.map +1 -0
- package/dist/commands/doctor/branch-pr.js +96 -0
- package/dist/commands/doctor/fixes.d.ts +5 -0
- package/dist/commands/doctor/fixes.d.ts.map +1 -1
- package/dist/commands/doctor/fixes.js +70 -0
- package/dist/commands/doctor.run.d.ts.map +1 -1
- package/dist/commands/doctor.run.js +6 -1
- package/dist/commands/finish.run.d.ts.map +1 -1
- package/dist/commands/finish.run.js +11 -0
- package/dist/commands/finish.spec.d.ts +11 -0
- package/dist/commands/finish.spec.d.ts.map +1 -1
- package/dist/commands/finish.spec.js +51 -0
- package/dist/commands/guard/impl/close-message.d.ts.map +1 -1
- package/dist/commands/guard/impl/close-message.js +23 -6
- package/dist/commands/guard/impl/commands.d.ts +1 -0
- package/dist/commands/guard/impl/commands.d.ts.map +1 -1
- package/dist/commands/guard/impl/commands.js +94 -2
- package/dist/commands/guard/impl/env.d.ts +1 -0
- package/dist/commands/guard/impl/env.d.ts.map +1 -1
- package/dist/commands/guard/impl/env.js +1 -0
- package/dist/commands/hooks/index.d.ts +1 -1
- package/dist/commands/hooks/index.d.ts.map +1 -1
- package/dist/commands/hooks/index.js +139 -6
- package/dist/commands/incidents/collect.command.d.ts.map +1 -1
- package/dist/commands/incidents/collect.command.js +12 -7
- package/dist/commands/incidents/incidents.command.js +1 -1
- package/dist/commands/incidents/shared.d.ts +34 -0
- package/dist/commands/incidents/shared.d.ts.map +1 -1
- package/dist/commands/incidents/shared.js +166 -12
- package/dist/commands/pr/check.d.ts.map +1 -1
- package/dist/commands/pr/check.js +241 -135
- package/dist/commands/pr/close-superseded.d.ts +9 -0
- package/dist/commands/pr/close-superseded.d.ts.map +1 -0
- package/dist/commands/pr/close-superseded.js +129 -0
- package/dist/commands/pr/close.d.ts +11 -0
- package/dist/commands/pr/close.d.ts.map +1 -0
- package/dist/commands/pr/close.js +116 -0
- package/dist/commands/pr/index.d.ts +2 -0
- package/dist/commands/pr/index.d.ts.map +1 -1
- package/dist/commands/pr/index.js +2 -0
- package/dist/commands/pr/integrate/artifacts.d.ts +7 -0
- package/dist/commands/pr/integrate/artifacts.d.ts.map +1 -1
- package/dist/commands/pr/integrate/artifacts.js +66 -1
- package/dist/commands/pr/integrate/cmd.d.ts.map +1 -1
- package/dist/commands/pr/integrate/cmd.js +43 -2
- package/dist/commands/pr/integrate/internal/bootstrap-guidance.d.ts +8 -0
- package/dist/commands/pr/integrate/internal/bootstrap-guidance.d.ts.map +1 -0
- package/dist/commands/pr/integrate/internal/bootstrap-guidance.js +59 -0
- package/dist/commands/pr/integrate/internal/cleanup.d.ts +1 -11
- package/dist/commands/pr/integrate/internal/cleanup.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/cleanup.js +1 -46
- package/dist/commands/pr/integrate/internal/finalize.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/finalize.js +43 -12
- package/dist/commands/pr/integrate/internal/github-protection.d.ts +5 -0
- package/dist/commands/pr/integrate/internal/github-protection.d.ts.map +1 -0
- package/dist/commands/pr/integrate/internal/github-protection.js +13 -0
- package/dist/commands/pr/integrate/internal/merge.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/merge.js +36 -13
- package/dist/commands/pr/integrate/internal/post-integrate-bootstrap.d.ts +13 -0
- package/dist/commands/pr/integrate/internal/post-integrate-bootstrap.d.ts.map +1 -0
- package/dist/commands/pr/integrate/internal/post-integrate-bootstrap.js +25 -0
- package/dist/commands/pr/integrate/internal/pre-integrate-bootstrap.d.ts +15 -0
- package/dist/commands/pr/integrate/internal/pre-integrate-bootstrap.d.ts.map +1 -0
- package/dist/commands/pr/integrate/internal/pre-integrate-bootstrap.js +35 -0
- package/dist/commands/pr/integrate/internal/prepare.d.ts +4 -2
- package/dist/commands/pr/integrate/internal/prepare.d.ts.map +1 -1
- package/dist/commands/pr/integrate/internal/prepare.js +109 -38
- package/dist/commands/pr/internal/auto-commit.d.ts +7 -0
- package/dist/commands/pr/internal/auto-commit.d.ts.map +1 -0
- package/dist/commands/pr/internal/auto-commit.js +64 -0
- package/dist/commands/pr/internal/freshness.d.ts +21 -0
- package/dist/commands/pr/internal/freshness.d.ts.map +1 -0
- package/dist/commands/pr/internal/freshness.js +52 -0
- package/dist/commands/pr/internal/gh-api.d.ts +6 -0
- package/dist/commands/pr/internal/gh-api.d.ts.map +1 -0
- package/dist/commands/pr/internal/gh-api.js +80 -0
- package/dist/commands/pr/internal/pr-paths.d.ts +10 -0
- package/dist/commands/pr/internal/pr-paths.d.ts.map +1 -1
- package/dist/commands/pr/internal/pr-paths.js +10 -0
- package/dist/commands/pr/internal/review-template.d.ts.map +1 -1
- package/dist/commands/pr/internal/review-template.js +37 -4
- package/dist/commands/pr/internal/sync.d.ts +9 -0
- package/dist/commands/pr/internal/sync.d.ts.map +1 -1
- package/dist/commands/pr/internal/sync.js +531 -124
- package/dist/commands/pr/open.d.ts +1 -0
- package/dist/commands/pr/open.d.ts.map +1 -1
- package/dist/commands/pr/open.js +24 -2
- package/dist/commands/pr/pr.command.d.ts +15 -0
- package/dist/commands/pr/pr.command.d.ts.map +1 -1
- package/dist/commands/pr/pr.command.js +118 -2
- package/dist/commands/pr/update.d.ts.map +1 -1
- package/dist/commands/pr/update.js +71 -2
- package/dist/commands/release/apply.command.d.ts +3 -1
- package/dist/commands/release/apply.command.d.ts.map +1 -1
- package/dist/commands/release/apply.command.js +356 -34
- package/dist/commands/release/apply.mutation.d.ts.map +1 -1
- package/dist/commands/release/apply.mutation.js +1 -0
- package/dist/commands/release/apply.preflight.d.ts.map +1 -1
- package/dist/commands/release/apply.preflight.js +1 -1
- package/dist/commands/release/apply.reporting.d.ts +1 -0
- package/dist/commands/release/apply.reporting.d.ts.map +1 -1
- package/dist/commands/release/apply.reporting.js +12 -8
- package/dist/commands/release/apply.types.d.ts +13 -0
- package/dist/commands/release/apply.types.d.ts.map +1 -1
- package/dist/commands/release/plan.command.d.ts.map +1 -1
- package/dist/commands/release/plan.command.js +48 -0
- package/dist/commands/shared/gh-transport.d.ts +16 -0
- package/dist/commands/shared/gh-transport.d.ts.map +1 -0
- package/dist/commands/shared/gh-transport.js +71 -0
- package/dist/commands/shared/git-diff.d.ts +3 -1
- package/dist/commands/shared/git-diff.d.ts.map +1 -1
- package/dist/commands/shared/git-diff.js +10 -2
- package/dist/commands/shared/git-ops.d.ts +1 -0
- package/dist/commands/shared/git-ops.d.ts.map +1 -1
- package/dist/commands/shared/git-ops.js +15 -0
- package/dist/commands/shared/git-worktree.d.ts +2 -0
- package/dist/commands/shared/git-worktree.d.ts.map +1 -1
- package/dist/commands/shared/git-worktree.js +22 -2
- package/dist/commands/shared/merged-branch-cleanup.d.ts +12 -0
- package/dist/commands/shared/merged-branch-cleanup.d.ts.map +1 -0
- package/dist/commands/shared/merged-branch-cleanup.js +46 -0
- package/dist/commands/shared/post-commit-pr-artifacts.d.ts +9 -0
- package/dist/commands/shared/post-commit-pr-artifacts.d.ts.map +1 -0
- package/dist/commands/shared/post-commit-pr-artifacts.js +57 -0
- package/dist/commands/shared/pr-meta.d.ts +20 -0
- package/dist/commands/shared/pr-meta.d.ts.map +1 -1
- package/dist/commands/shared/pr-meta.js +125 -0
- package/dist/commands/shared/task-backend.d.ts +7 -0
- package/dist/commands/shared/task-backend.d.ts.map +1 -1
- package/dist/commands/shared/task-backend.js +71 -27
- package/dist/commands/shared/task-local-freshness.d.ts +2 -0
- package/dist/commands/shared/task-local-freshness.d.ts.map +1 -1
- package/dist/commands/shared/task-local-freshness.js +7 -1
- package/dist/commands/task/close-duplicate.d.ts.map +1 -1
- package/dist/commands/task/close-duplicate.js +34 -1
- package/dist/commands/task/derive.js +1 -1
- package/dist/commands/task/doc-template.d.ts.map +1 -1
- package/dist/commands/task/doc-template.js +7 -11
- package/dist/commands/task/findings-add.command.d.ts +20 -0
- package/dist/commands/task/findings-add.command.d.ts.map +1 -0
- package/dist/commands/task/findings-add.command.js +165 -0
- package/dist/commands/task/findings.command.d.ts +7 -0
- package/dist/commands/task/findings.command.d.ts.map +1 -0
- package/dist/commands/task/findings.command.js +20 -0
- package/dist/commands/task/findings.d.ts +63 -0
- package/dist/commands/task/findings.d.ts.map +1 -0
- package/dist/commands/task/findings.js +188 -0
- package/dist/commands/task/finish-shared.d.ts +2 -0
- package/dist/commands/task/finish-shared.d.ts.map +1 -1
- package/dist/commands/task/finish-shared.js +56 -1
- package/dist/commands/task/finish.d.ts +10 -0
- package/dist/commands/task/finish.d.ts.map +1 -1
- package/dist/commands/task/finish.js +125 -6
- package/dist/commands/task/hosted-close-pr.command.d.ts +11 -0
- package/dist/commands/task/hosted-close-pr.command.d.ts.map +1 -0
- package/dist/commands/task/hosted-close-pr.command.js +449 -0
- package/dist/commands/task/hosted-close.command.d.ts.map +1 -1
- package/dist/commands/task/hosted-close.command.js +234 -19
- package/dist/commands/task/hosted-merge-sync.d.ts +41 -0
- package/dist/commands/task/hosted-merge-sync.d.ts.map +1 -1
- package/dist/commands/task/hosted-merge-sync.js +291 -17
- package/dist/commands/task/index.d.ts +1 -0
- package/dist/commands/task/index.d.ts.map +1 -1
- package/dist/commands/task/index.js +1 -0
- package/dist/commands/task/new.d.ts +1 -0
- package/dist/commands/task/new.d.ts.map +1 -1
- package/dist/commands/task/new.js +71 -1
- package/dist/commands/task/new.spec.d.ts.map +1 -1
- package/dist/commands/task/new.spec.js +7 -0
- package/dist/commands/task/normalize.command.d.ts +2 -0
- package/dist/commands/task/normalize.command.d.ts.map +1 -1
- package/dist/commands/task/normalize.command.js +45 -0
- package/dist/commands/task/normalize.d.ts +2 -0
- package/dist/commands/task/normalize.d.ts.map +1 -1
- package/dist/commands/task/normalize.js +85 -8
- package/dist/commands/task/plan.d.ts.map +1 -1
- package/dist/commands/task/plan.js +7 -10
- package/dist/commands/task/shared/docs.d.ts +6 -0
- package/dist/commands/task/shared/docs.d.ts.map +1 -1
- package/dist/commands/task/shared/docs.js +14 -0
- package/dist/commands/task/shared/transitions.d.ts.map +1 -1
- package/dist/commands/task/shared/transitions.js +11 -1
- package/dist/commands/task/shared.d.ts +1 -1
- package/dist/commands/task/shared.d.ts.map +1 -1
- package/dist/commands/task/shared.js +1 -1
- package/dist/commands/task/start.d.ts.map +1 -1
- package/dist/commands/task/start.js +7 -10
- package/dist/commands/task/task.command.d.ts.map +1 -1
- package/dist/commands/task/task.command.js +4 -0
- package/dist/commands/task/verify-command-shared.d.ts +19 -0
- package/dist/commands/task/verify-command-shared.d.ts.map +1 -1
- package/dist/commands/task/verify-command-shared.js +152 -1
- package/dist/commands/task/verify-ok.command.d.ts.map +1 -1
- package/dist/commands/task/verify-ok.command.js +15 -2
- package/dist/commands/task/verify-record.d.ts +36 -0
- package/dist/commands/task/verify-record.d.ts.map +1 -1
- package/dist/commands/task/verify-record.js +166 -11
- package/dist/commands/task/verify-rework.command.d.ts.map +1 -1
- package/dist/commands/task/verify-rework.command.js +15 -2
- package/dist/commands/task/verify-show.command.d.ts +1 -1
- package/dist/commands/task/verify-show.command.d.ts.map +1 -1
- package/dist/commands/task/verify-show.command.js +28 -1
- package/dist/commands/verify.run.d.ts.map +1 -1
- package/dist/commands/verify.run.js +12 -0
- package/dist/commands/verify.spec.d.ts +2 -6
- package/dist/commands/verify.spec.d.ts.map +1 -1
- package/dist/commands/verify.spec.js +30 -3
- package/dist/runtime/incidents/index.d.ts +1 -1
- package/dist/runtime/incidents/index.d.ts.map +1 -1
- package/dist/runtime/incidents/resolve.d.ts.map +1 -1
- package/dist/runtime/incidents/resolve.js +319 -73
- package/dist/runtime/incidents/types.d.ts +14 -2
- package/dist/runtime/incidents/types.d.ts.map +1 -1
- package/dist/shared/env.d.ts +1 -0
- package/dist/shared/env.d.ts.map +1 -1
- package/dist/shared/env.js +22 -1
- package/dist/shared/protected-paths.d.ts +1 -1
- package/dist/shared/protected-paths.d.ts.map +1 -1
- package/dist/shared/protected-paths.js +4 -0
- package/package.json +2 -2
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": 1,
|
|
3
3
|
"package_dir": "/home/runner/work/agentplane/agentplane/packages/agentplane",
|
|
4
|
-
"generated_at": "2026-04-
|
|
5
|
-
"git_head": "
|
|
6
|
-
"src_cli_mtime_ms":
|
|
4
|
+
"generated_at": "2026-04-15T18:59:22.213Z",
|
|
5
|
+
"git_head": "6ddbb9afff915d350dbeb84d4524ada57166f459",
|
|
6
|
+
"src_cli_mtime_ms": 1776279501492.4805,
|
|
7
7
|
"src_index_mtime_ms": null,
|
|
8
|
-
"dist_cli_mtime_ms":
|
|
8
|
+
"dist_cli_mtime_ms": 1776279561594.0981,
|
|
9
9
|
"dist_index_mtime_ms": null,
|
|
10
|
-
"tsbuildinfo_mtime_ms":
|
|
10
|
+
"tsbuildinfo_mtime_ms": 1776279561657.0977,
|
|
11
11
|
"watched_runtime_paths": [
|
|
12
12
|
"src",
|
|
13
13
|
"bin/agentplane.js",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"bin/runtime-context.js",
|
|
16
16
|
"bin/stale-dist-policy.js"
|
|
17
17
|
],
|
|
18
|
-
"watched_runtime_snapshot_hash": "
|
|
18
|
+
"watched_runtime_snapshot_hash": "8824502f3723ef637a70bbef865bcbad2dee18d15448369b846ebb52a3669d4d",
|
|
19
19
|
"watched_runtime_files": [
|
|
20
20
|
{
|
|
21
21
|
"path": "bin/agentplane.js",
|
|
22
|
-
"sha256": "
|
|
23
|
-
"size_bytes":
|
|
22
|
+
"sha256": "78d16de8ea03c471f6fece3e11be86320430afb1431849ef81c50454632cb517",
|
|
23
|
+
"size_bytes": 12121
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"path": "bin/dist-guard.js",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"path": "bin/stale-dist-policy.js",
|
|
37
|
-
"sha256": "
|
|
38
|
-
"size_bytes":
|
|
37
|
+
"sha256": "0091a665862fead0ddf5057f3062a9fa9cff6260556e2431e0f380bd329f2c03",
|
|
38
|
+
"size_bytes": 2186
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "src/adapters/clock/system-clock-adapter.ts",
|
|
@@ -244,8 +244,8 @@
|
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
246
|
"path": "src/cli/bootstrap-guide.ts",
|
|
247
|
-
"sha256": "
|
|
248
|
-
"size_bytes":
|
|
247
|
+
"sha256": "3b07c9784c96ded54ec32792b1aab45fc88385b7aac196bf7350608acc4db64d",
|
|
248
|
+
"size_bytes": 6891
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"path": "src/cli/checksum.ts",
|
|
@@ -259,13 +259,13 @@
|
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
"path": "src/cli/command-guide.ts",
|
|
262
|
-
"sha256": "
|
|
263
|
-
"size_bytes":
|
|
262
|
+
"sha256": "e255edf911de9114ae8cfdcdae8f667fb69f1116351f8dd2d411c52b295aa9af",
|
|
263
|
+
"size_bytes": 10457
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
266
|
"path": "src/cli/command-invocations.ts",
|
|
267
|
-
"sha256": "
|
|
268
|
-
"size_bytes":
|
|
267
|
+
"sha256": "51e76a769ffd6dd60441c8f5d532aeff816afc1a664ede43753892c32187027d",
|
|
268
|
+
"size_bytes": 1774
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
"path": "src/cli/command-snippets.ts",
|
|
@@ -334,8 +334,8 @@
|
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
"path": "src/cli/run-cli.test-helpers.ts",
|
|
337
|
-
"sha256": "
|
|
338
|
-
"size_bytes":
|
|
337
|
+
"sha256": "5ee912e471ff0501e6a0e61edff1417bb6699c074c5cc4dc577a41b83c704c75",
|
|
338
|
+
"size_bytes": 30342
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
341
|
"path": "src/cli/run-cli.ts",
|
|
@@ -349,8 +349,8 @@
|
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
351
|
"path": "src/cli/run-cli/command-catalog/core.ts",
|
|
352
|
-
"sha256": "
|
|
353
|
-
"size_bytes":
|
|
352
|
+
"sha256": "a4bf9f338f05f5edb4902dae5d5c80824ae38df2542cd7ded6ee675e1379c28d",
|
|
353
|
+
"size_bytes": 8204
|
|
354
354
|
},
|
|
355
355
|
{
|
|
356
356
|
"path": "src/cli/run-cli/command-catalog/lifecycle.ts",
|
|
@@ -359,8 +359,8 @@
|
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"path": "src/cli/run-cli/command-catalog/project.ts",
|
|
362
|
-
"sha256": "
|
|
363
|
-
"size_bytes":
|
|
362
|
+
"sha256": "6b04b61d0b07b76857539e6c04965a559a033de47cb8996c1467b69989b60257",
|
|
363
|
+
"size_bytes": 7578
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
366
|
"path": "src/cli/run-cli/command-catalog/shared.ts",
|
|
@@ -369,8 +369,8 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"path": "src/cli/run-cli/command-catalog/task.ts",
|
|
372
|
-
"sha256": "
|
|
373
|
-
"size_bytes":
|
|
372
|
+
"sha256": "7251cf9ca4f89eb37403068c6e639ef33fde7db91db486b5c7131bfce987fa90",
|
|
373
|
+
"size_bytes": 12667
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
376
|
"path": "src/cli/run-cli/commands/config.ts",
|
|
@@ -394,8 +394,8 @@
|
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
396
|
"path": "src/cli/run-cli/commands/core/preflight.ts",
|
|
397
|
-
"sha256": "
|
|
398
|
-
"size_bytes":
|
|
397
|
+
"sha256": "d01086b9b63322d79e7821532ceba6e84a8eefdf224b1aabdcd9e6b1bb774ded",
|
|
398
|
+
"size_bytes": 13380
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
401
|
"path": "src/cli/run-cli/commands/core/quickstart.ts",
|
|
@@ -584,8 +584,8 @@
|
|
|
584
584
|
},
|
|
585
585
|
{
|
|
586
586
|
"path": "src/commands/branch/cleanup-merged.ts",
|
|
587
|
-
"sha256": "
|
|
588
|
-
"size_bytes":
|
|
587
|
+
"sha256": "91a340c381defb56180c0224064abb9f17330a3162e09b396b7bbf64116866dd",
|
|
588
|
+
"size_bytes": 10393
|
|
589
589
|
},
|
|
590
590
|
{
|
|
591
591
|
"path": "src/commands/branch/index.ts",
|
|
@@ -629,13 +629,13 @@
|
|
|
629
629
|
},
|
|
630
630
|
{
|
|
631
631
|
"path": "src/commands/branch/work-start.ts",
|
|
632
|
-
"sha256": "
|
|
633
|
-
"size_bytes":
|
|
632
|
+
"sha256": "3a233c600af99fc7a886ec1450dc98dbd03506ebbb150929503c30ad4fff7d25",
|
|
633
|
+
"size_bytes": 15911
|
|
634
634
|
},
|
|
635
635
|
{
|
|
636
636
|
"path": "src/commands/cleanup/merged.command.ts",
|
|
637
|
-
"sha256": "
|
|
638
|
-
"size_bytes":
|
|
637
|
+
"sha256": "a669d7a96dbe8e05ef832945f40fdcba844d7b97bd4e6781a10174b089e48e63",
|
|
638
|
+
"size_bytes": 3898
|
|
639
639
|
},
|
|
640
640
|
{
|
|
641
641
|
"path": "src/commands/commit.command.ts",
|
|
@@ -654,8 +654,8 @@
|
|
|
654
654
|
},
|
|
655
655
|
{
|
|
656
656
|
"path": "src/commands/doctor.run.ts",
|
|
657
|
-
"sha256": "
|
|
658
|
-
"size_bytes":
|
|
657
|
+
"sha256": "0adb43e04b3b07a52ea370ce55527f5c35680a2d2e9b078a74b00f272486a817",
|
|
658
|
+
"size_bytes": 3548
|
|
659
659
|
},
|
|
660
660
|
{
|
|
661
661
|
"path": "src/commands/doctor.spec.ts",
|
|
@@ -667,10 +667,15 @@
|
|
|
667
667
|
"sha256": "c62fe8347b08a68597835531353ec04192fd9041192240977f68730679f6df2a",
|
|
668
668
|
"size_bytes": 9110
|
|
669
669
|
},
|
|
670
|
+
{
|
|
671
|
+
"path": "src/commands/doctor/branch-pr.ts",
|
|
672
|
+
"sha256": "3d3504826f979acd8ef0593eb56a4e6bafebbfa968beb291dcb237d0efbd2e3a",
|
|
673
|
+
"size_bytes": 4032
|
|
674
|
+
},
|
|
670
675
|
{
|
|
671
676
|
"path": "src/commands/doctor/fixes.ts",
|
|
672
|
-
"sha256": "
|
|
673
|
-
"size_bytes":
|
|
677
|
+
"sha256": "ea721dffebd85b396d55162ffc2618ec676f647a7a3f639d42b97ae1eb88fde7",
|
|
678
|
+
"size_bytes": 4209
|
|
674
679
|
},
|
|
675
680
|
{
|
|
676
681
|
"path": "src/commands/doctor/layering.ts",
|
|
@@ -694,13 +699,13 @@
|
|
|
694
699
|
},
|
|
695
700
|
{
|
|
696
701
|
"path": "src/commands/finish.run.ts",
|
|
697
|
-
"sha256": "
|
|
698
|
-
"size_bytes":
|
|
702
|
+
"sha256": "471f908a445f97dad7ec94cfce518c3072f909c38267010e4846287444469bda",
|
|
703
|
+
"size_bytes": 2044
|
|
699
704
|
},
|
|
700
705
|
{
|
|
701
706
|
"path": "src/commands/finish.spec.ts",
|
|
702
|
-
"sha256": "
|
|
703
|
-
"size_bytes":
|
|
707
|
+
"sha256": "02f502b6da131d8def6ce65ab45a342aa006667b0b253889a655ce804c70a98a",
|
|
708
|
+
"size_bytes": 15406
|
|
704
709
|
},
|
|
705
710
|
{
|
|
706
711
|
"path": "src/commands/guard/clean.command.ts",
|
|
@@ -724,13 +729,13 @@
|
|
|
724
729
|
},
|
|
725
730
|
{
|
|
726
731
|
"path": "src/commands/guard/impl/close-message.ts",
|
|
727
|
-
"sha256": "
|
|
728
|
-
"size_bytes":
|
|
732
|
+
"sha256": "326c5c647fb9ba77258bd0e48658c160bbbd0818fb3a7e94480859a1efd0b9ea",
|
|
733
|
+
"size_bytes": 7387
|
|
729
734
|
},
|
|
730
735
|
{
|
|
731
736
|
"path": "src/commands/guard/impl/commands.ts",
|
|
732
|
-
"sha256": "
|
|
733
|
-
"size_bytes":
|
|
737
|
+
"sha256": "3d4f0b5764fb3b8006551a21adf78026bbb31e279a367880a0a461dd8b9e9d6b",
|
|
738
|
+
"size_bytes": 22329
|
|
734
739
|
},
|
|
735
740
|
{
|
|
736
741
|
"path": "src/commands/guard/impl/comment-commit.ts",
|
|
@@ -739,8 +744,8 @@
|
|
|
739
744
|
},
|
|
740
745
|
{
|
|
741
746
|
"path": "src/commands/guard/impl/env.ts",
|
|
742
|
-
"sha256": "
|
|
743
|
-
"size_bytes":
|
|
747
|
+
"sha256": "b0a63872dcc25cb5c422f0a748fec8e3486debefd9995e1b37c3380d5cfea66d",
|
|
748
|
+
"size_bytes": 925
|
|
744
749
|
},
|
|
745
750
|
{
|
|
746
751
|
"path": "src/commands/guard/impl/policy.ts",
|
|
@@ -764,8 +769,8 @@
|
|
|
764
769
|
},
|
|
765
770
|
{
|
|
766
771
|
"path": "src/commands/hooks/index.ts",
|
|
767
|
-
"sha256": "
|
|
768
|
-
"size_bytes":
|
|
772
|
+
"sha256": "3a1723efa9477ec3e37ff71dce0dc6e430df6d447f4a21138cdf135fc6d22169",
|
|
773
|
+
"size_bytes": 15121
|
|
769
774
|
},
|
|
770
775
|
{
|
|
771
776
|
"path": "src/commands/hooks/install.command.ts",
|
|
@@ -789,18 +794,18 @@
|
|
|
789
794
|
},
|
|
790
795
|
{
|
|
791
796
|
"path": "src/commands/incidents/collect.command.ts",
|
|
792
|
-
"sha256": "
|
|
793
|
-
"size_bytes":
|
|
797
|
+
"sha256": "99dd1e076bc795beb252c5f6ce0e4709641d65cdba89f6eaeb9b29743d6f851b",
|
|
798
|
+
"size_bytes": 3107
|
|
794
799
|
},
|
|
795
800
|
{
|
|
796
801
|
"path": "src/commands/incidents/incidents.command.ts",
|
|
797
|
-
"sha256": "
|
|
798
|
-
"size_bytes":
|
|
802
|
+
"sha256": "1d4c7f45c126ab9757889f743d88cb7092ab23d3057770475b8a80308fb7817a",
|
|
803
|
+
"size_bytes": 1106
|
|
799
804
|
},
|
|
800
805
|
{
|
|
801
806
|
"path": "src/commands/incidents/shared.ts",
|
|
802
|
-
"sha256": "
|
|
803
|
-
"size_bytes":
|
|
807
|
+
"sha256": "d2c0294b034913e00af28db6fcf236544b8b600f08e77b79b91e823b649855e0",
|
|
808
|
+
"size_bytes": 14683
|
|
804
809
|
},
|
|
805
810
|
{
|
|
806
811
|
"path": "src/commands/integrate.command.ts",
|
|
@@ -809,13 +814,23 @@
|
|
|
809
814
|
},
|
|
810
815
|
{
|
|
811
816
|
"path": "src/commands/pr/check.ts",
|
|
812
|
-
"sha256": "
|
|
813
|
-
"size_bytes":
|
|
817
|
+
"sha256": "0dccc90df33dc52b8f284fd9879bf514795b2ebc63b491c3ed6ebc5e0f1867f9",
|
|
818
|
+
"size_bytes": 13861
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"path": "src/commands/pr/close-superseded.ts",
|
|
822
|
+
"sha256": "7ae97b6bae0a29244269983861de314726bdc053f960b46d10443666a5e5907d",
|
|
823
|
+
"size_bytes": 5339
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"path": "src/commands/pr/close.ts",
|
|
827
|
+
"sha256": "6d5fc636cd0a8c93f942a96689c1b9b3e41f56e689ec86c4d7ccefe20060802d",
|
|
828
|
+
"size_bytes": 4727
|
|
814
829
|
},
|
|
815
830
|
{
|
|
816
831
|
"path": "src/commands/pr/index.ts",
|
|
817
|
-
"sha256": "
|
|
818
|
-
"size_bytes":
|
|
832
|
+
"sha256": "3e0dcc4f76eb632ac55c07d67c8610cbc8afdd1b997d190341415d5e8c09c1cd",
|
|
833
|
+
"size_bytes": 312
|
|
819
834
|
},
|
|
820
835
|
{
|
|
821
836
|
"path": "src/commands/pr/integrate.ts",
|
|
@@ -824,33 +839,53 @@
|
|
|
824
839
|
},
|
|
825
840
|
{
|
|
826
841
|
"path": "src/commands/pr/integrate/artifacts.ts",
|
|
827
|
-
"sha256": "
|
|
828
|
-
"size_bytes":
|
|
842
|
+
"sha256": "080dbd4030d40c1c43805cbbe5c0314633d65725cb5c18662547eb31c5f78ead",
|
|
843
|
+
"size_bytes": 4830
|
|
829
844
|
},
|
|
830
845
|
{
|
|
831
846
|
"path": "src/commands/pr/integrate/cmd.ts",
|
|
832
|
-
"sha256": "
|
|
833
|
-
"size_bytes":
|
|
847
|
+
"sha256": "c796b33c147318f7a5bc057b3d44b11dc1f8b839054acaad54f88779f311bb5d",
|
|
848
|
+
"size_bytes": 8556
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"path": "src/commands/pr/integrate/internal/bootstrap-guidance.ts",
|
|
852
|
+
"sha256": "0af6e7f5293f41d45593fd1c3fa3fa63072f5578206431f0702ec64ad087260a",
|
|
853
|
+
"size_bytes": 2451
|
|
834
854
|
},
|
|
835
855
|
{
|
|
836
856
|
"path": "src/commands/pr/integrate/internal/cleanup.ts",
|
|
837
|
-
"sha256": "
|
|
838
|
-
"size_bytes":
|
|
857
|
+
"sha256": "0248a5d500f720fea765dfd3acc2a28486d8e9daa884faba72cf24931292ac3d",
|
|
858
|
+
"size_bytes": 175
|
|
839
859
|
},
|
|
840
860
|
{
|
|
841
861
|
"path": "src/commands/pr/integrate/internal/finalize.ts",
|
|
842
|
-
"sha256": "
|
|
843
|
-
"size_bytes":
|
|
862
|
+
"sha256": "ded54dc72968dfa3d379359881a382e6a61b4f4e8b6c09b19d7e72bd7c1baea8",
|
|
863
|
+
"size_bytes": 5142
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"path": "src/commands/pr/integrate/internal/github-protection.ts",
|
|
867
|
+
"sha256": "ecd6b88c5a5451e751e9ce22a72c801c511cd6eceacce1de82b281f3c704ac6b",
|
|
868
|
+
"size_bytes": 612
|
|
844
869
|
},
|
|
845
870
|
{
|
|
846
871
|
"path": "src/commands/pr/integrate/internal/merge.ts",
|
|
847
|
-
"sha256": "
|
|
848
|
-
"size_bytes":
|
|
872
|
+
"sha256": "3e72d725e7fc05ae96bf4db23fc2caafee14429dbeabaa0add46e7539ffc4e1c",
|
|
873
|
+
"size_bytes": 11736
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"path": "src/commands/pr/integrate/internal/post-integrate-bootstrap.ts",
|
|
877
|
+
"sha256": "e403c173338975c20d2aba962a1c1ad3626ce127a028d238d8a712f948f2b837",
|
|
878
|
+
"size_bytes": 983
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"path": "src/commands/pr/integrate/internal/pre-integrate-bootstrap.ts",
|
|
882
|
+
"sha256": "f06e4a879c1ffbba856970b27adbc09bfa41e750599f955b2912cfd6dc5a48d7",
|
|
883
|
+
"size_bytes": 1445
|
|
849
884
|
},
|
|
850
885
|
{
|
|
851
886
|
"path": "src/commands/pr/integrate/internal/prepare.ts",
|
|
852
|
-
"sha256": "
|
|
853
|
-
"size_bytes":
|
|
887
|
+
"sha256": "036fda60859831c006c71788b7ff351666162dbfe4b34aa92c0dd70be089c12a",
|
|
888
|
+
"size_bytes": 9656
|
|
854
889
|
},
|
|
855
890
|
{
|
|
856
891
|
"path": "src/commands/pr/integrate/internal/worktree.ts",
|
|
@@ -862,6 +897,21 @@
|
|
|
862
897
|
"sha256": "c5bb38b7a2e06e50dc75c0ed79f3f2e9c4c0acccffb23768ac4b59c92a742e7c",
|
|
863
898
|
"size_bytes": 2799
|
|
864
899
|
},
|
|
900
|
+
{
|
|
901
|
+
"path": "src/commands/pr/internal/auto-commit.ts",
|
|
902
|
+
"sha256": "0f96a1cefe0295295bd779a54ae3c6ad86f97b1a5ddb784e9da700f2cab4a5e8",
|
|
903
|
+
"size_bytes": 2638
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"path": "src/commands/pr/internal/freshness.ts",
|
|
907
|
+
"sha256": "bc13b4b120fb4722e47aaa1eaa51c251ed7b86f429282886b34bad116976c850",
|
|
908
|
+
"size_bytes": 2467
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"path": "src/commands/pr/internal/gh-api.ts",
|
|
912
|
+
"sha256": "160327edae0d0d9186e1fa43fbad483321f3eebe412043be1ae08af92fbfde6e",
|
|
913
|
+
"size_bytes": 3142
|
|
914
|
+
},
|
|
865
915
|
{
|
|
866
916
|
"path": "src/commands/pr/internal/note-store.ts",
|
|
867
917
|
"sha256": "47768440643824fdaac4452af5e4c69703c8f8088670a69e7dc2f276a8f3b8c8",
|
|
@@ -869,18 +919,18 @@
|
|
|
869
919
|
},
|
|
870
920
|
{
|
|
871
921
|
"path": "src/commands/pr/internal/pr-paths.ts",
|
|
872
|
-
"sha256": "
|
|
873
|
-
"size_bytes":
|
|
922
|
+
"sha256": "93c111c3026ce464746f8e88c8e94be1e8ba9891f4c92a6b62cf6757f4e4dc18",
|
|
923
|
+
"size_bytes": 2741
|
|
874
924
|
},
|
|
875
925
|
{
|
|
876
926
|
"path": "src/commands/pr/internal/review-template.ts",
|
|
877
|
-
"sha256": "
|
|
878
|
-
"size_bytes":
|
|
927
|
+
"sha256": "93a98a192f280dba109f85c4b17ed7efd67d03c40896738102729bff16902af2",
|
|
928
|
+
"size_bytes": 9018
|
|
879
929
|
},
|
|
880
930
|
{
|
|
881
931
|
"path": "src/commands/pr/internal/sync.ts",
|
|
882
|
-
"sha256": "
|
|
883
|
-
"size_bytes":
|
|
932
|
+
"sha256": "c2c5df6c566d4d92f2118221e7557e3d13e61f2eef1cd078b9bc36b7cbc6c088",
|
|
933
|
+
"size_bytes": 25809
|
|
884
934
|
},
|
|
885
935
|
{
|
|
886
936
|
"path": "src/commands/pr/note.ts",
|
|
@@ -889,18 +939,18 @@
|
|
|
889
939
|
},
|
|
890
940
|
{
|
|
891
941
|
"path": "src/commands/pr/open.ts",
|
|
892
|
-
"sha256": "
|
|
893
|
-
"size_bytes":
|
|
942
|
+
"sha256": "90479ea163d35b9fa652f8a91cd8d9aafcd0c7e50b2bacddaa5c18ea6982e5ea",
|
|
943
|
+
"size_bytes": 2359
|
|
894
944
|
},
|
|
895
945
|
{
|
|
896
946
|
"path": "src/commands/pr/pr.command.ts",
|
|
897
|
-
"sha256": "
|
|
898
|
-
"size_bytes":
|
|
947
|
+
"sha256": "fa4000a2214c5daa65c5b54c3dace2e7e70429715ff1911e277f004242592d60",
|
|
948
|
+
"size_bytes": 11123
|
|
899
949
|
},
|
|
900
950
|
{
|
|
901
951
|
"path": "src/commands/pr/update.ts",
|
|
902
|
-
"sha256": "
|
|
903
|
-
"size_bytes":
|
|
952
|
+
"sha256": "20c322173302a945bebaa52e8375a934cde33b06aed58a1e4cc1242fb5ddf66f",
|
|
953
|
+
"size_bytes": 3892
|
|
904
954
|
},
|
|
905
955
|
{
|
|
906
956
|
"path": "src/commands/ready.command.ts",
|
|
@@ -1084,33 +1134,33 @@
|
|
|
1084
1134
|
},
|
|
1085
1135
|
{
|
|
1086
1136
|
"path": "src/commands/release/apply.command.ts",
|
|
1087
|
-
"sha256": "
|
|
1088
|
-
"size_bytes":
|
|
1137
|
+
"sha256": "fc41fafc65e35b110a8f22c05a137c0ad4df65e71a2d6badb2b8f0dedad3ecbc",
|
|
1138
|
+
"size_bytes": 29873
|
|
1089
1139
|
},
|
|
1090
1140
|
{
|
|
1091
1141
|
"path": "src/commands/release/apply.mutation.ts",
|
|
1092
|
-
"sha256": "
|
|
1093
|
-
"size_bytes":
|
|
1142
|
+
"sha256": "a103b80ae5d4c8bc8e2ffadbb4af044a52addfdd11805d2a1e7493ce8212f17c",
|
|
1143
|
+
"size_bytes": 4470
|
|
1094
1144
|
},
|
|
1095
1145
|
{
|
|
1096
1146
|
"path": "src/commands/release/apply.preflight.ts",
|
|
1097
|
-
"sha256": "
|
|
1098
|
-
"size_bytes":
|
|
1147
|
+
"sha256": "4e3fe84b9b5a202031372e84a3ef78636de4149318eede91b35280f83f628616",
|
|
1148
|
+
"size_bytes": 14833
|
|
1099
1149
|
},
|
|
1100
1150
|
{
|
|
1101
1151
|
"path": "src/commands/release/apply.reporting.ts",
|
|
1102
|
-
"sha256": "
|
|
1103
|
-
"size_bytes":
|
|
1152
|
+
"sha256": "9beb497c4aec3e0ad8456e0fae35f7c711e2394dad5c023f883b212856151b9f",
|
|
1153
|
+
"size_bytes": 1406
|
|
1104
1154
|
},
|
|
1105
1155
|
{
|
|
1106
1156
|
"path": "src/commands/release/apply.types.ts",
|
|
1107
|
-
"sha256": "
|
|
1108
|
-
"size_bytes":
|
|
1157
|
+
"sha256": "fd3d3fcd0e21fc1110db54d6dc8a25c284537305ab147c3ac8b12b9120a22533",
|
|
1158
|
+
"size_bytes": 1213
|
|
1109
1159
|
},
|
|
1110
1160
|
{
|
|
1111
1161
|
"path": "src/commands/release/plan.command.ts",
|
|
1112
|
-
"sha256": "
|
|
1113
|
-
"size_bytes":
|
|
1162
|
+
"sha256": "3538a8159233866e4b26c733f51b822a389926fcd72c1a221c2d0e37c89080d8",
|
|
1163
|
+
"size_bytes": 12458
|
|
1114
1164
|
},
|
|
1115
1165
|
{
|
|
1116
1166
|
"path": "src/commands/release/release.command.ts",
|
|
@@ -1167,6 +1217,11 @@
|
|
|
1167
1217
|
"sha256": "bf2c8512a154075556a021a397cb3b177e7430de6569a7ee778af87b4abf62b0",
|
|
1168
1218
|
"size_bytes": 773
|
|
1169
1219
|
},
|
|
1220
|
+
{
|
|
1221
|
+
"path": "src/commands/shared/gh-transport.ts",
|
|
1222
|
+
"sha256": "9b93dcfae995bd3787c160ebddeb25cb3b6baeb8949f4b2df6bbeb4ab06fecdc",
|
|
1223
|
+
"size_bytes": 2550
|
|
1224
|
+
},
|
|
1170
1225
|
{
|
|
1171
1226
|
"path": "src/commands/shared/git-context.ts",
|
|
1172
1227
|
"sha256": "e149858683fe09ecbcc95279ad5533efe279c651a303ae0585c4bfeb9fe83e77",
|
|
@@ -1174,24 +1229,29 @@
|
|
|
1174
1229
|
},
|
|
1175
1230
|
{
|
|
1176
1231
|
"path": "src/commands/shared/git-diff.ts",
|
|
1177
|
-
"sha256": "
|
|
1178
|
-
"size_bytes":
|
|
1232
|
+
"sha256": "65b55b55c45f431c5737e57a11ac12a9ae164c4b867c4757552c11cba6a5a166",
|
|
1233
|
+
"size_bytes": 1961
|
|
1179
1234
|
},
|
|
1180
1235
|
{
|
|
1181
1236
|
"path": "src/commands/shared/git-ops.ts",
|
|
1182
|
-
"sha256": "
|
|
1183
|
-
"size_bytes":
|
|
1237
|
+
"sha256": "c5b2dc775811fa770e859619dab26eb7d91007cb6c9f19c9fd922fbe2e263fe6",
|
|
1238
|
+
"size_bytes": 7340
|
|
1184
1239
|
},
|
|
1185
1240
|
{
|
|
1186
1241
|
"path": "src/commands/shared/git-worktree.ts",
|
|
1187
|
-
"sha256": "
|
|
1188
|
-
"size_bytes":
|
|
1242
|
+
"sha256": "80b69c8e562da12bf305e3a83c50cda8ae0f00154598ed1be2aab1cf0ed0e8c9",
|
|
1243
|
+
"size_bytes": 2783
|
|
1189
1244
|
},
|
|
1190
1245
|
{
|
|
1191
1246
|
"path": "src/commands/shared/git.ts",
|
|
1192
1247
|
"sha256": "e91e79fe6292e0d1cbfb5c768d76d95cc568c60fdc99189ef67ae6405a5ff81d",
|
|
1193
1248
|
"size_bytes": 508
|
|
1194
1249
|
},
|
|
1250
|
+
{
|
|
1251
|
+
"path": "src/commands/shared/merged-branch-cleanup.ts",
|
|
1252
|
+
"sha256": "3521be214ca86b2f99cd79bc43819e265668c1f7eb0780e421a49dc2cd649941",
|
|
1253
|
+
"size_bytes": 1818
|
|
1254
|
+
},
|
|
1195
1255
|
{
|
|
1196
1256
|
"path": "src/commands/shared/network-approval.ts",
|
|
1197
1257
|
"sha256": "c56aa2b1b65211fd043a4a5ccda7d4cae53d43758b1945ec6c40c9cf57e9d843",
|
|
@@ -1212,10 +1272,15 @@
|
|
|
1212
1272
|
"sha256": "e28583db7819c49280e0a4abd5fd7c650e093557a895dfc160b9037871196581",
|
|
1213
1273
|
"size_bytes": 519
|
|
1214
1274
|
},
|
|
1275
|
+
{
|
|
1276
|
+
"path": "src/commands/shared/post-commit-pr-artifacts.ts",
|
|
1277
|
+
"sha256": "88e6625502e8d0fe8b23fa074dd4dd2c40d2db4537a75d1b93fe9524a8777ade",
|
|
1278
|
+
"size_bytes": 2233
|
|
1279
|
+
},
|
|
1215
1280
|
{
|
|
1216
1281
|
"path": "src/commands/shared/pr-meta.ts",
|
|
1217
|
-
"sha256": "
|
|
1218
|
-
"size_bytes":
|
|
1282
|
+
"sha256": "828357424af5f66cedb6a6152fcf66cf334d4707a818371f9b933a902eec38b7",
|
|
1283
|
+
"size_bytes": 12036
|
|
1219
1284
|
},
|
|
1220
1285
|
{
|
|
1221
1286
|
"path": "src/commands/shared/reconcile-check.ts",
|
|
@@ -1224,8 +1289,8 @@
|
|
|
1224
1289
|
},
|
|
1225
1290
|
{
|
|
1226
1291
|
"path": "src/commands/shared/task-backend.ts",
|
|
1227
|
-
"sha256": "
|
|
1228
|
-
"size_bytes":
|
|
1292
|
+
"sha256": "81ee7a5bc74476bb67dda073f0ea62b12e43edd2d7cc87d822ee187db9365833",
|
|
1293
|
+
"size_bytes": 11019
|
|
1229
1294
|
},
|
|
1230
1295
|
{
|
|
1231
1296
|
"path": "src/commands/shared/task-handoff.ts",
|
|
@@ -1234,8 +1299,8 @@
|
|
|
1234
1299
|
},
|
|
1235
1300
|
{
|
|
1236
1301
|
"path": "src/commands/shared/task-local-freshness.ts",
|
|
1237
|
-
"sha256": "
|
|
1238
|
-
"size_bytes":
|
|
1302
|
+
"sha256": "85f794e7653c9a5f8a9eef42008eee830ac0d729871b1f60fba3f47684ac46bf",
|
|
1303
|
+
"size_bytes": 1303
|
|
1239
1304
|
},
|
|
1240
1305
|
{
|
|
1241
1306
|
"path": "src/commands/shared/task-mutation.ts",
|
|
@@ -1289,8 +1354,8 @@
|
|
|
1289
1354
|
},
|
|
1290
1355
|
{
|
|
1291
1356
|
"path": "src/commands/task/close-duplicate.ts",
|
|
1292
|
-
"sha256": "
|
|
1293
|
-
"size_bytes":
|
|
1357
|
+
"sha256": "4c6a9fead2c075e0be9298eb1a8e15d15b6df0ee5a201488c66730058c4d1c2b",
|
|
1358
|
+
"size_bytes": 4202
|
|
1294
1359
|
},
|
|
1295
1360
|
{
|
|
1296
1361
|
"path": "src/commands/task/close-noop.command.ts",
|
|
@@ -1324,8 +1389,8 @@
|
|
|
1324
1389
|
},
|
|
1325
1390
|
{
|
|
1326
1391
|
"path": "src/commands/task/derive.ts",
|
|
1327
|
-
"sha256": "
|
|
1328
|
-
"size_bytes":
|
|
1392
|
+
"sha256": "e3e51751d428ce1c44a833cc9bcef4a8341d3b7bd5a29e5a84724d3913f3cb75",
|
|
1393
|
+
"size_bytes": 5021
|
|
1329
1394
|
},
|
|
1330
1395
|
{
|
|
1331
1396
|
"path": "src/commands/task/doc-set.command.ts",
|
|
@@ -1339,8 +1404,8 @@
|
|
|
1339
1404
|
},
|
|
1340
1405
|
{
|
|
1341
1406
|
"path": "src/commands/task/doc-template.ts",
|
|
1342
|
-
"sha256": "
|
|
1343
|
-
"size_bytes":
|
|
1407
|
+
"sha256": "c7468ec10c43192832bc79f30cd3a6ed7c627d5463c2c2c196d0421b9eedabc5",
|
|
1408
|
+
"size_bytes": 4614
|
|
1344
1409
|
},
|
|
1345
1410
|
{
|
|
1346
1411
|
"path": "src/commands/task/doc.command.ts",
|
|
@@ -1362,15 +1427,30 @@
|
|
|
1362
1427
|
"sha256": "1083c3a4b33b5b20a4e3cb3659fb036e5875f8cd0778cf1ef841e7efa79c7c3e",
|
|
1363
1428
|
"size_bytes": 1229
|
|
1364
1429
|
},
|
|
1430
|
+
{
|
|
1431
|
+
"path": "src/commands/task/findings-add.command.ts",
|
|
1432
|
+
"sha256": "645399a064ffe405e50219d10cb752988e56c401ab1f8f8b3b9206d23b91a6ec",
|
|
1433
|
+
"size_bytes": 7104
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"path": "src/commands/task/findings.command.ts",
|
|
1437
|
+
"sha256": "7c44ed624cd77685a9ff4c3ae5c801f16c77315c6aa1530fc85d86bb0508545a",
|
|
1438
|
+
"size_bytes": 1203
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"path": "src/commands/task/findings.ts",
|
|
1442
|
+
"sha256": "e922215e1d750a0bea7402185f2be4b2d4fe04c157d18e893bd2aa0b91082a27",
|
|
1443
|
+
"size_bytes": 9070
|
|
1444
|
+
},
|
|
1365
1445
|
{
|
|
1366
1446
|
"path": "src/commands/task/finish-shared.ts",
|
|
1367
|
-
"sha256": "
|
|
1368
|
-
"size_bytes":
|
|
1447
|
+
"sha256": "c62a645e073973e8136005cf4c5072319af53982c3d5b8f60e6f7c69264754f9",
|
|
1448
|
+
"size_bytes": 10190
|
|
1369
1449
|
},
|
|
1370
1450
|
{
|
|
1371
1451
|
"path": "src/commands/task/finish.ts",
|
|
1372
|
-
"sha256": "
|
|
1373
|
-
"size_bytes":
|
|
1452
|
+
"sha256": "e982ffefa92fd5c761a73f398f9e7ee8f965e1ff027dc10fb50f4c4d9b7f173f",
|
|
1453
|
+
"size_bytes": 18603
|
|
1374
1454
|
},
|
|
1375
1455
|
{
|
|
1376
1456
|
"path": "src/commands/task/handoff-record.command.ts",
|
|
@@ -1392,20 +1472,25 @@
|
|
|
1392
1472
|
"sha256": "0d480232ae093b511577207ace4c83c692f28c8f40b65efb7b9a68b5c30e2891",
|
|
1393
1473
|
"size_bytes": 5640
|
|
1394
1474
|
},
|
|
1475
|
+
{
|
|
1476
|
+
"path": "src/commands/task/hosted-close-pr.command.ts",
|
|
1477
|
+
"sha256": "fcda2a63c9976ede02e773abc7624bdf4b2729a25a7f2bebb90a7eddb7239e67",
|
|
1478
|
+
"size_bytes": 18459
|
|
1479
|
+
},
|
|
1395
1480
|
{
|
|
1396
1481
|
"path": "src/commands/task/hosted-close.command.ts",
|
|
1397
|
-
"sha256": "
|
|
1398
|
-
"size_bytes":
|
|
1482
|
+
"sha256": "df15bfa1206c504896f02049ab36e13d8920df488c9f952a7cac04210939a396",
|
|
1483
|
+
"size_bytes": 15405
|
|
1399
1484
|
},
|
|
1400
1485
|
{
|
|
1401
1486
|
"path": "src/commands/task/hosted-merge-sync.ts",
|
|
1402
|
-
"sha256": "
|
|
1403
|
-
"size_bytes":
|
|
1487
|
+
"sha256": "ee4ce3455cb36024bc5108862e989fda14ff5041afcabf3df33cd16a1c3ebc44",
|
|
1488
|
+
"size_bytes": 22106
|
|
1404
1489
|
},
|
|
1405
1490
|
{
|
|
1406
1491
|
"path": "src/commands/task/index.ts",
|
|
1407
|
-
"sha256": "
|
|
1408
|
-
"size_bytes":
|
|
1492
|
+
"sha256": "5c8729c403caafbad9183a0ed3b789349a2e24b3d3425db9597ac450b6b35e60",
|
|
1493
|
+
"size_bytes": 1545
|
|
1409
1494
|
},
|
|
1410
1495
|
{
|
|
1411
1496
|
"path": "src/commands/task/lint.command.ts",
|
|
@@ -1459,13 +1544,13 @@
|
|
|
1459
1544
|
},
|
|
1460
1545
|
{
|
|
1461
1546
|
"path": "src/commands/task/new.spec.ts",
|
|
1462
|
-
"sha256": "
|
|
1463
|
-
"size_bytes":
|
|
1547
|
+
"sha256": "d2cd0c147dbc61bc7fb12225ce856803065b795a1099a12877eb1236b5e8f1ef",
|
|
1548
|
+
"size_bytes": 2877
|
|
1464
1549
|
},
|
|
1465
1550
|
{
|
|
1466
1551
|
"path": "src/commands/task/new.ts",
|
|
1467
|
-
"sha256": "
|
|
1468
|
-
"size_bytes":
|
|
1552
|
+
"sha256": "a4ab1d70b532b26a8e9fee54d9e25204c3a8681a48636325312214078d8811de",
|
|
1553
|
+
"size_bytes": 9904
|
|
1469
1554
|
},
|
|
1470
1555
|
{
|
|
1471
1556
|
"path": "src/commands/task/next.run.ts",
|
|
@@ -1484,13 +1569,13 @@
|
|
|
1484
1569
|
},
|
|
1485
1570
|
{
|
|
1486
1571
|
"path": "src/commands/task/normalize.command.ts",
|
|
1487
|
-
"sha256": "
|
|
1488
|
-
"size_bytes":
|
|
1572
|
+
"sha256": "fc826e525d854a51a093c4e9c852e8d7555e0ddd3ccb9b2f42b00c0033dfa1f0",
|
|
1573
|
+
"size_bytes": 4147
|
|
1489
1574
|
},
|
|
1490
1575
|
{
|
|
1491
1576
|
"path": "src/commands/task/normalize.ts",
|
|
1492
|
-
"sha256": "
|
|
1493
|
-
"size_bytes":
|
|
1577
|
+
"sha256": "9b8eb46d4da4960adf3716c1ce5472d9fb5975882ccb44fdef2f541bd352f93c",
|
|
1578
|
+
"size_bytes": 5627
|
|
1494
1579
|
},
|
|
1495
1580
|
{
|
|
1496
1581
|
"path": "src/commands/task/plan-approve.command.ts",
|
|
@@ -1514,8 +1599,8 @@
|
|
|
1514
1599
|
},
|
|
1515
1600
|
{
|
|
1516
1601
|
"path": "src/commands/task/plan.ts",
|
|
1517
|
-
"sha256": "
|
|
1518
|
-
"size_bytes":
|
|
1602
|
+
"sha256": "4231fa891281bed100edc9094f82e1c98b88a5512ba56cbdb4728633a8fe9d4b",
|
|
1603
|
+
"size_bytes": 12878
|
|
1519
1604
|
},
|
|
1520
1605
|
{
|
|
1521
1606
|
"path": "src/commands/task/ready.ts",
|
|
@@ -1654,8 +1739,8 @@
|
|
|
1654
1739
|
},
|
|
1655
1740
|
{
|
|
1656
1741
|
"path": "src/commands/task/shared.ts",
|
|
1657
|
-
"sha256": "
|
|
1658
|
-
"size_bytes":
|
|
1742
|
+
"sha256": "6e3bd6289ff16ead97441db5b67064504b5e7fc9ffa111a43af980de39aea1f2",
|
|
1743
|
+
"size_bytes": 2434
|
|
1659
1744
|
},
|
|
1660
1745
|
{
|
|
1661
1746
|
"path": "src/commands/task/shared/dependencies.ts",
|
|
@@ -1664,8 +1749,8 @@
|
|
|
1664
1749
|
},
|
|
1665
1750
|
{
|
|
1666
1751
|
"path": "src/commands/task/shared/docs.ts",
|
|
1667
|
-
"sha256": "
|
|
1668
|
-
"size_bytes":
|
|
1752
|
+
"sha256": "867caac5b8cb21422a56f73834ec40dbf378e0e1eb5fc8c7cc6fdcfaa297a7bc",
|
|
1753
|
+
"size_bytes": 6507
|
|
1669
1754
|
},
|
|
1670
1755
|
{
|
|
1671
1756
|
"path": "src/commands/task/shared/listing.ts",
|
|
@@ -1684,8 +1769,8 @@
|
|
|
1684
1769
|
},
|
|
1685
1770
|
{
|
|
1686
1771
|
"path": "src/commands/task/shared/transitions.ts",
|
|
1687
|
-
"sha256": "
|
|
1688
|
-
"size_bytes":
|
|
1772
|
+
"sha256": "7047fb270329b8d03566a05a9010d0f668fca6019b35c42193f8fc9952de4629",
|
|
1773
|
+
"size_bytes": 11044
|
|
1689
1774
|
},
|
|
1690
1775
|
{
|
|
1691
1776
|
"path": "src/commands/task/shared/workflow-transition-service.ts",
|
|
@@ -1719,13 +1804,13 @@
|
|
|
1719
1804
|
},
|
|
1720
1805
|
{
|
|
1721
1806
|
"path": "src/commands/task/start.ts",
|
|
1722
|
-
"sha256": "
|
|
1723
|
-
"size_bytes":
|
|
1807
|
+
"sha256": "d53ad56925f6919f9dd0515f4d005344b52335173d7672521016c43d891a9bdd",
|
|
1808
|
+
"size_bytes": 5820
|
|
1724
1809
|
},
|
|
1725
1810
|
{
|
|
1726
1811
|
"path": "src/commands/task/task.command.ts",
|
|
1727
|
-
"sha256": "
|
|
1728
|
-
"size_bytes":
|
|
1812
|
+
"sha256": "0e3966f7ae0a65482153ffef99a304fd2cd8499d35b3213cee1640464fccd6fd",
|
|
1813
|
+
"size_bytes": 2663
|
|
1729
1814
|
},
|
|
1730
1815
|
{
|
|
1731
1816
|
"path": "src/commands/task/update.command.ts",
|
|
@@ -1739,28 +1824,28 @@
|
|
|
1739
1824
|
},
|
|
1740
1825
|
{
|
|
1741
1826
|
"path": "src/commands/task/verify-command-shared.ts",
|
|
1742
|
-
"sha256": "
|
|
1743
|
-
"size_bytes":
|
|
1827
|
+
"sha256": "536bb3a2a9ebf56eb843494fe855dc95a53bbab6cb145504e5017e1b80161dd7",
|
|
1828
|
+
"size_bytes": 7970
|
|
1744
1829
|
},
|
|
1745
1830
|
{
|
|
1746
1831
|
"path": "src/commands/task/verify-ok.command.ts",
|
|
1747
|
-
"sha256": "
|
|
1748
|
-
"size_bytes":
|
|
1832
|
+
"sha256": "bc3ed38405ca8b34e63a434290f490c0e610253f57dae5e9dde83b63b532cf06",
|
|
1833
|
+
"size_bytes": 2321
|
|
1749
1834
|
},
|
|
1750
1835
|
{
|
|
1751
1836
|
"path": "src/commands/task/verify-record.ts",
|
|
1752
|
-
"sha256": "
|
|
1753
|
-
"size_bytes":
|
|
1837
|
+
"sha256": "4a4d6e97cf5e1d7d551a2b683dcadb238d4d25f79cffd411c7c5e5f5a44e8978",
|
|
1838
|
+
"size_bytes": 13408
|
|
1754
1839
|
},
|
|
1755
1840
|
{
|
|
1756
1841
|
"path": "src/commands/task/verify-rework.command.ts",
|
|
1757
|
-
"sha256": "
|
|
1758
|
-
"size_bytes":
|
|
1842
|
+
"sha256": "f082796e0e54ecb5cbe1fac355ed35fc0b86cfb26a01eef2b3e56139e30bd018",
|
|
1843
|
+
"size_bytes": 2403
|
|
1759
1844
|
},
|
|
1760
1845
|
{
|
|
1761
1846
|
"path": "src/commands/task/verify-show.command.ts",
|
|
1762
|
-
"sha256": "
|
|
1763
|
-
"size_bytes":
|
|
1847
|
+
"sha256": "c45a5bf7572bceb9cb730e3f40705f892fe69a6f383b06db73f217c50ef64ae7",
|
|
1848
|
+
"size_bytes": 2723
|
|
1764
1849
|
},
|
|
1765
1850
|
{
|
|
1766
1851
|
"path": "src/commands/task/verify.command.ts",
|
|
@@ -1814,13 +1899,13 @@
|
|
|
1814
1899
|
},
|
|
1815
1900
|
{
|
|
1816
1901
|
"path": "src/commands/verify.run.ts",
|
|
1817
|
-
"sha256": "
|
|
1818
|
-
"size_bytes":
|
|
1902
|
+
"sha256": "631cd31670d0857b7c1a1ef9b2c05d3b426f0da9b8de9be42d492c94b90c53f5",
|
|
1903
|
+
"size_bytes": 1102
|
|
1819
1904
|
},
|
|
1820
1905
|
{
|
|
1821
1906
|
"path": "src/commands/verify.spec.ts",
|
|
1822
|
-
"sha256": "
|
|
1823
|
-
"size_bytes":
|
|
1907
|
+
"sha256": "01b42907b1557d6e469850f9394f8c0d1604527c9463a0c138ba882af6a61bfc",
|
|
1908
|
+
"size_bytes": 4311
|
|
1824
1909
|
},
|
|
1825
1910
|
{
|
|
1826
1911
|
"path": "src/commands/workflow-build.command.ts",
|
|
@@ -2254,18 +2339,18 @@
|
|
|
2254
2339
|
},
|
|
2255
2340
|
{
|
|
2256
2341
|
"path": "src/runtime/incidents/index.ts",
|
|
2257
|
-
"sha256": "
|
|
2258
|
-
"size_bytes":
|
|
2342
|
+
"sha256": "10bae87d02c646f7d97d3a84b7fb3a5d001c78429e2d0974f8305d96a1c35273",
|
|
2343
|
+
"size_bytes": 634
|
|
2259
2344
|
},
|
|
2260
2345
|
{
|
|
2261
2346
|
"path": "src/runtime/incidents/resolve.ts",
|
|
2262
|
-
"sha256": "
|
|
2263
|
-
"size_bytes":
|
|
2347
|
+
"sha256": "17c73e9436987c909fd5aebdec6153106dcb46a2157adc9d003a74f1080c44f1",
|
|
2348
|
+
"size_bytes": 27397
|
|
2264
2349
|
},
|
|
2265
2350
|
{
|
|
2266
2351
|
"path": "src/runtime/incidents/types.ts",
|
|
2267
|
-
"sha256": "
|
|
2268
|
-
"size_bytes":
|
|
2352
|
+
"sha256": "7724861b7948e3b023166e592aae030d72a3312a8bb4941fc9781901cddd08be",
|
|
2353
|
+
"size_bytes": 2207
|
|
2269
2354
|
},
|
|
2270
2355
|
{
|
|
2271
2356
|
"path": "src/runtime/protocol/index.ts",
|
|
@@ -2324,8 +2409,8 @@
|
|
|
2324
2409
|
},
|
|
2325
2410
|
{
|
|
2326
2411
|
"path": "src/shared/env.ts",
|
|
2327
|
-
"sha256": "
|
|
2328
|
-
"size_bytes":
|
|
2412
|
+
"sha256": "91a480b13920083ae80b89f70d01ada19cae6c39064a752276e9eac50342ac78",
|
|
2413
|
+
"size_bytes": 2250
|
|
2329
2414
|
},
|
|
2330
2415
|
{
|
|
2331
2416
|
"path": "src/shared/errors.ts",
|
|
@@ -2354,8 +2439,8 @@
|
|
|
2354
2439
|
},
|
|
2355
2440
|
{
|
|
2356
2441
|
"path": "src/shared/protected-paths.ts",
|
|
2357
|
-
"sha256": "
|
|
2358
|
-
"size_bytes":
|
|
2442
|
+
"sha256": "5fb86dfa71d8b1db11ff24e32cac43eb7ce2a3d7b0d7c084afb9aacd4160e2eb",
|
|
2443
|
+
"size_bytes": 4218
|
|
2359
2444
|
},
|
|
2360
2445
|
{
|
|
2361
2446
|
"path": "src/shared/repo-cli-version.ts",
|