agentplane 0.3.4 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +103 -75
- package/assets/AGENTS.md +4 -2
- package/bin/dist-guard.js +13 -3
- package/bin/runtime-watch.d.ts +1 -0
- package/bin/runtime-watch.js +22 -5
- package/bin/stale-dist-policy.js +9 -2
- package/dist/.build-manifest.json +220 -790
- package/dist/adapters/task-backend/task-backend-adapter.d.ts +1 -1
- package/dist/adapters/task-backend/task-backend-adapter.d.ts.map +1 -1
- package/dist/adapters/task-backend/task-backend-adapter.js +5 -2
- package/dist/backends/task-backend/local-backend.d.ts +13 -0
- package/dist/backends/task-backend/local-backend.d.ts.map +1 -1
- package/dist/backends/task-backend/local-backend.js +17 -0
- package/dist/backends/task-backend/redmine-backend.d.ts +18 -0
- package/dist/backends/task-backend/redmine-backend.d.ts.map +1 -1
- package/dist/backends/task-backend/redmine-backend.js +35 -25
- package/dist/backends/task-backend/shared/types.d.ts +20 -0
- package/dist/backends/task-backend/shared/types.d.ts.map +1 -1
- package/dist/backends/task-backend/shared.d.ts +1 -1
- package/dist/backends/task-backend/shared.d.ts.map +1 -1
- package/dist/backends/task-backend.d.ts +1 -1
- package/dist/backends/task-backend.d.ts.map +1 -1
- package/dist/backends/task-backend.test-helpers.d.ts +4 -0
- package/dist/backends/task-backend.test-helpers.d.ts.map +1 -0
- package/dist/backends/task-backend.test-helpers.js +33 -0
- package/dist/cli/bootstrap-guide.d.ts.map +1 -1
- package/dist/cli/bootstrap-guide.js +1 -0
- package/dist/cli/command-guide.d.ts.map +1 -1
- package/dist/cli/command-guide.js +3 -2
- package/dist/cli/reason-codes.d.ts.map +1 -1
- package/dist/cli/reason-codes.js +30 -0
- package/dist/cli/run-cli/command-catalog/core.d.ts +3 -0
- package/dist/cli/run-cli/command-catalog/core.d.ts.map +1 -0
- package/dist/cli/run-cli/command-catalog/core.js +137 -0
- package/dist/cli/run-cli/command-catalog/lifecycle.d.ts +3 -0
- package/dist/cli/run-cli/command-catalog/lifecycle.d.ts.map +1 -0
- package/dist/cli/run-cli/command-catalog/lifecycle.js +52 -0
- package/dist/cli/run-cli/command-catalog/project.d.ts +3 -0
- package/dist/cli/run-cli/command-catalog/project.d.ts.map +1 -0
- package/dist/cli/run-cli/command-catalog/project.js +78 -0
- package/dist/cli/run-cli/command-catalog/shared.d.ts +19 -0
- package/dist/cli/run-cli/command-catalog/shared.d.ts.map +1 -0
- package/dist/cli/run-cli/command-catalog/shared.js +9 -0
- package/dist/cli/run-cli/command-catalog/task.d.ts +3 -0
- package/dist/cli/run-cli/command-catalog/task.d.ts.map +1 -0
- package/dist/cli/run-cli/command-catalog/task.js +85 -0
- package/dist/cli/run-cli/command-catalog.d.ts +3 -18
- package/dist/cli/run-cli/command-catalog.d.ts.map +1 -1
- package/dist/cli/run-cli/command-catalog.js +8 -337
- package/dist/cli/run-cli/commands/ide.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/ide.js +64 -2
- package/dist/cli/run-cli/commands/init/ui.d.ts.map +1 -1
- package/dist/cli/run-cli/commands/init/ui.js +33 -13
- package/dist/cli/run-cli.core.pr-flow.test-helpers.d.ts +3 -0
- package/dist/cli/run-cli.core.pr-flow.test-helpers.d.ts.map +1 -0
- package/dist/cli/run-cli.core.pr-flow.test-helpers.js +41 -0
- package/dist/cli/run-cli.core.tasks.test-helpers.d.ts +2 -0
- package/dist/cli/run-cli.core.tasks.test-helpers.d.ts.map +1 -0
- package/dist/cli/run-cli.core.tasks.test-helpers.js +6 -0
- package/dist/cli/run-cli.test-helpers.d.ts +3 -0
- package/dist/cli/run-cli.test-helpers.d.ts.map +1 -1
- package/dist/cli/run-cli.test-helpers.js +138 -6
- package/dist/commands/commit.spec.d.ts.map +1 -1
- package/dist/commands/commit.spec.js +2 -2
- package/dist/commands/doctor/runtime.d.ts.map +1 -1
- package/dist/commands/doctor/runtime.js +3 -6
- package/dist/commands/doctor/workspace.d.ts +4 -1
- package/dist/commands/doctor/workspace.d.ts.map +1 -1
- package/dist/commands/doctor/workspace.js +87 -4
- package/dist/commands/doctor.run.d.ts.map +1 -1
- package/dist/commands/doctor.run.js +8 -1
- package/dist/commands/guard/commit.command.js +1 -1
- package/dist/commands/guard/impl/allow.d.ts +5 -0
- package/dist/commands/guard/impl/allow.d.ts.map +1 -1
- package/dist/commands/guard/impl/allow.js +15 -10
- package/dist/commands/guard/impl/commands.d.ts.map +1 -1
- package/dist/commands/guard/impl/commands.js +137 -18
- package/dist/commands/guard/impl/comment-commit.d.ts.map +1 -1
- package/dist/commands/guard/impl/comment-commit.js +2 -0
- package/dist/commands/hooks/index.d.ts.map +1 -1
- package/dist/commands/hooks/index.js +8 -35
- package/dist/commands/recipes/impl/apply.d.ts +4 -0
- package/dist/commands/recipes/impl/apply.d.ts.map +1 -1
- package/dist/commands/recipes/impl/apply.js +34 -0
- package/dist/commands/recipes/impl/commands/explain.d.ts.map +1 -1
- package/dist/commands/recipes/impl/commands/explain.js +70 -11
- package/dist/commands/recipes/impl/commands/info.d.ts.map +1 -1
- package/dist/commands/recipes/impl/commands/info.js +24 -12
- package/dist/commands/recipes/impl/commands/install.d.ts.map +1 -1
- package/dist/commands/recipes/impl/commands/install.js +32 -36
- package/dist/commands/recipes/impl/commands/list.d.ts.map +1 -1
- package/dist/commands/recipes/impl/commands/list.js +7 -4
- package/dist/commands/recipes/impl/commands/remove.d.ts.map +1 -1
- package/dist/commands/recipes/impl/commands/remove.js +9 -11
- package/dist/commands/recipes/impl/constants.d.ts +2 -0
- package/dist/commands/recipes/impl/constants.d.ts.map +1 -1
- package/dist/commands/recipes/impl/constants.js +2 -0
- package/dist/commands/recipes/impl/manifest.d.ts.map +1 -1
- package/dist/commands/recipes/impl/manifest.js +219 -23
- package/dist/commands/recipes/impl/normalize.d.ts +3 -0
- package/dist/commands/recipes/impl/normalize.d.ts.map +1 -1
- package/dist/commands/recipes/impl/normalize.js +28 -24
- package/dist/commands/recipes/impl/paths.d.ts +9 -0
- package/dist/commands/recipes/impl/paths.d.ts.map +1 -1
- package/dist/commands/recipes/impl/paths.js +10 -1
- package/dist/commands/recipes/impl/project-installed-recipes.d.ts +7 -0
- package/dist/commands/recipes/impl/project-installed-recipes.d.ts.map +1 -0
- package/dist/commands/recipes/impl/project-installed-recipes.js +102 -0
- package/dist/commands/recipes/impl/resolver.d.ts +20 -0
- package/dist/commands/recipes/impl/resolver.d.ts.map +1 -0
- package/dist/commands/recipes/impl/resolver.js +220 -0
- package/dist/commands/recipes/impl/scenario.d.ts.map +1 -1
- package/dist/commands/recipes/impl/scenario.js +40 -11
- package/dist/commands/recipes/impl/types.d.ts +145 -16
- package/dist/commands/recipes/impl/types.d.ts.map +1 -1
- package/dist/commands/recipes/install.spec.d.ts.map +1 -1
- package/dist/commands/recipes/install.spec.js +3 -2
- package/dist/commands/recipes.d.ts +6 -4
- package/dist/commands/recipes.d.ts.map +1 -1
- package/dist/commands/recipes.js +5 -3
- package/dist/commands/recipes.test-helpers.d.ts +185 -0
- package/dist/commands/recipes.test-helpers.d.ts.map +1 -0
- package/dist/commands/recipes.test-helpers.js +339 -0
- package/dist/commands/scenario/impl/commands.d.ts.map +1 -1
- package/dist/commands/scenario/impl/commands.js +192 -336
- package/dist/commands/scenario/info.command.d.ts.map +1 -1
- package/dist/commands/scenario/info.command.js +7 -2
- package/dist/commands/scenario/list.command.js +2 -2
- package/dist/commands/scenario/run.command.d.ts.map +1 -1
- package/dist/commands/scenario/run.command.js +7 -2
- package/dist/commands/shared/git-context.d.ts +1 -0
- package/dist/commands/shared/git-context.d.ts.map +1 -1
- package/dist/commands/shared/git-context.js +4 -0
- package/dist/commands/shared/reconcile-check.d.ts.map +1 -1
- package/dist/commands/shared/reconcile-check.js +77 -2
- package/dist/commands/shared/task-backend.d.ts +5 -0
- package/dist/commands/shared/task-backend.d.ts.map +1 -1
- package/dist/commands/shared/task-backend.js +24 -0
- package/dist/commands/shared/task-store.d.ts +32 -1
- package/dist/commands/shared/task-store.d.ts.map +1 -1
- package/dist/commands/shared/task-store.js +166 -42
- package/dist/commands/task/block.d.ts.map +1 -1
- package/dist/commands/task/block.js +46 -29
- package/dist/commands/task/close-duplicate.d.ts.map +1 -1
- package/dist/commands/task/close-duplicate.js +12 -37
- package/dist/commands/task/close-noop.d.ts.map +1 -1
- package/dist/commands/task/close-noop.js +12 -30
- package/dist/commands/task/close-shared.d.ts +14 -0
- package/dist/commands/task/close-shared.d.ts.map +1 -0
- package/dist/commands/task/close-shared.js +76 -0
- package/dist/commands/task/comment.d.ts.map +1 -1
- package/dist/commands/task/comment.js +35 -17
- package/dist/commands/task/doc-set.command.d.ts +2 -1
- package/dist/commands/task/doc-set.command.d.ts.map +1 -1
- package/dist/commands/task/doc-set.command.js +36 -4
- package/dist/commands/task/doc-template.d.ts.map +1 -1
- package/dist/commands/task/doc-template.js +2 -7
- package/dist/commands/task/doc.command.js +1 -1
- package/dist/commands/task/doc.d.ts +2 -1
- package/dist/commands/task/doc.d.ts.map +1 -1
- package/dist/commands/task/doc.js +123 -71
- package/dist/commands/task/export.d.ts.map +1 -1
- package/dist/commands/task/export.js +4 -4
- package/dist/commands/task/finish.d.ts.map +1 -1
- package/dist/commands/task/finish.js +141 -78
- package/dist/commands/task/migrate-doc.d.ts.map +1 -1
- package/dist/commands/task/migrate-doc.js +15 -11
- package/dist/commands/task/plan-set.command.js +1 -1
- package/dist/commands/task/plan.command.d.ts +8 -0
- package/dist/commands/task/plan.command.d.ts.map +1 -0
- package/dist/commands/task/plan.command.js +37 -0
- package/dist/commands/task/plan.d.ts.map +1 -1
- package/dist/commands/task/plan.js +190 -93
- package/dist/commands/task/set-status.command.d.ts.map +1 -1
- package/dist/commands/task/set-status.command.js +1 -1
- package/dist/commands/task/set-status.d.ts.map +1 -1
- package/dist/commands/task/set-status.js +40 -3
- package/dist/commands/task/shared/docs.d.ts +1 -0
- package/dist/commands/task/shared/docs.d.ts.map +1 -1
- package/dist/commands/task/shared/docs.js +7 -0
- package/dist/commands/task/shared/transitions.d.ts +0 -2
- package/dist/commands/task/shared/transitions.d.ts.map +1 -1
- package/dist/commands/task/shared/transitions.js +0 -6
- package/dist/commands/task/shared.d.ts +2 -2
- package/dist/commands/task/shared.d.ts.map +1 -1
- package/dist/commands/task/shared.js +2 -2
- package/dist/commands/task/start.d.ts.map +1 -1
- package/dist/commands/task/start.js +88 -63
- package/dist/commands/task/task.command.d.ts +8 -0
- package/dist/commands/task/task.command.d.ts.map +1 -0
- package/dist/commands/task/task.command.js +71 -0
- package/dist/commands/task/verify-command-shared.d.ts +16 -0
- package/dist/commands/task/verify-command-shared.d.ts.map +1 -0
- package/dist/commands/task/verify-command-shared.js +53 -0
- package/dist/commands/task/verify-ok.command.d.ts +2 -6
- package/dist/commands/task/verify-ok.command.d.ts.map +1 -1
- package/dist/commands/task/verify-ok.command.js +8 -50
- package/dist/commands/task/verify-record.d.ts.map +1 -1
- package/dist/commands/task/verify-record.js +119 -140
- package/dist/commands/task/verify-rework.command.d.ts +2 -6
- package/dist/commands/task/verify-rework.command.d.ts.map +1 -1
- package/dist/commands/task/verify-rework.command.js +8 -50
- package/dist/commands/verify.spec.d.ts.map +1 -1
- package/dist/commands/verify.spec.js +3 -12
- package/dist/policy/rules/allowlist.d.ts.map +1 -1
- package/dist/policy/rules/allowlist.js +13 -4
- package/dist/policy/rules/protected-paths.d.ts.map +1 -1
- package/dist/policy/rules/protected-paths.js +6 -1
- package/dist/ports/task-backend-port.d.ts +1 -1
- package/dist/ports/task-backend-port.d.ts.map +1 -1
- package/dist/shared/agent-emoji.d.ts.map +1 -1
- package/dist/shared/protected-paths.d.ts +7 -0
- package/dist/shared/protected-paths.d.ts.map +1 -1
- package/dist/shared/protected-paths.js +26 -10
- package/dist/shared/repo-cli-version.d.ts.map +1 -1
- package/dist/shared/repo-cli-version.js +9 -3
- 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-03-
|
|
5
|
-
"git_head": "
|
|
6
|
-
"src_cli_mtime_ms":
|
|
4
|
+
"generated_at": "2026-03-12T16:59:00.899Z",
|
|
5
|
+
"git_head": "fd7c68fce981adec9472749b5117a66291324146",
|
|
6
|
+
"src_cli_mtime_ms": 1773334564947.1055,
|
|
7
7
|
"src_index_mtime_ms": null,
|
|
8
|
-
"dist_cli_mtime_ms":
|
|
8
|
+
"dist_cli_mtime_ms": 1773334740194.151,
|
|
9
9
|
"dist_index_mtime_ms": null,
|
|
10
|
-
"tsbuildinfo_mtime_ms":
|
|
10
|
+
"tsbuildinfo_mtime_ms": 1773334740267.1504,
|
|
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": "206d007724fed88726892503417c0b431a15852d843eb2afbf83217a839357e7",
|
|
19
19
|
"watched_runtime_files": [
|
|
20
20
|
{
|
|
21
21
|
"path": "bin/agentplane.js",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"path": "bin/dist-guard.js",
|
|
27
|
-
"sha256": "
|
|
28
|
-
"size_bytes":
|
|
27
|
+
"sha256": "4440f5e2585cc928c55c8f6343bdd7bd3d85729027e1998067a86f25d27f4099",
|
|
28
|
+
"size_bytes": 5622
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "bin/runtime-context.js",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"path": "bin/stale-dist-policy.js",
|
|
37
|
-
"sha256": "
|
|
38
|
-
"size_bytes":
|
|
37
|
+
"sha256": "37615d29e1eace7d1c42638328dbfa2616029b95b1a52b366d62fb4a3ea810f9",
|
|
38
|
+
"size_bytes": 1356
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"path": "src/adapters/clock/system-clock-adapter.ts",
|
|
@@ -59,13 +59,8 @@
|
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"path": "src/adapters/task-backend/task-backend-adapter.ts",
|
|
62
|
-
"sha256": "
|
|
63
|
-
"size_bytes":
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"path": "src/agents/agents-template.test.ts",
|
|
67
|
-
"sha256": "f3d7818ce87017a077d8460204be4008f3233620291034f3efd661f32a7e26e6",
|
|
68
|
-
"size_bytes": 5924
|
|
62
|
+
"sha256": "b071098191f407302cbb37793fd45934d17891b2e2ac628e69903535c5204dc6",
|
|
63
|
+
"size_bytes": 1034
|
|
69
64
|
},
|
|
70
65
|
{
|
|
71
66
|
"path": "src/agents/agents-template.ts",
|
|
@@ -73,24 +68,14 @@
|
|
|
73
68
|
"size_bytes": 4722
|
|
74
69
|
},
|
|
75
70
|
{
|
|
76
|
-
"path": "src/
|
|
77
|
-
"sha256": "
|
|
78
|
-
"size_bytes":
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"path": "src/architecture/layering.imports.test.ts",
|
|
82
|
-
"sha256": "7c8c5e45d3f200ef8c5535f2116ffca2a225d1000141cb55e6cee0c53ff2ba5a",
|
|
83
|
-
"size_bytes": 3208
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"path": "src/backends/task-backend.test.ts",
|
|
87
|
-
"sha256": "a11d7bc0242d1019415e4f29377f039868ee1823fafd2e220f135a66023cc3e7",
|
|
88
|
-
"size_bytes": 75233
|
|
71
|
+
"path": "src/backends/task-backend.test-helpers.ts",
|
|
72
|
+
"sha256": "21bbfb73038206a1d73f2e6ed7814c1251642d937ae5175a64181a9aafe3f522",
|
|
73
|
+
"size_bytes": 1054
|
|
89
74
|
},
|
|
90
75
|
{
|
|
91
76
|
"path": "src/backends/task-backend.ts",
|
|
92
|
-
"sha256": "
|
|
93
|
-
"size_bytes":
|
|
77
|
+
"sha256": "bf16b2ba5f73df3de0f5559ef26d4997926aed81b97b63d59bb5decabcd8e09c",
|
|
78
|
+
"size_bytes": 641
|
|
94
79
|
},
|
|
95
80
|
{
|
|
96
81
|
"path": "src/backends/task-backend/load.ts",
|
|
@@ -99,13 +84,13 @@
|
|
|
99
84
|
},
|
|
100
85
|
{
|
|
101
86
|
"path": "src/backends/task-backend/local-backend.ts",
|
|
102
|
-
"sha256": "
|
|
103
|
-
"size_bytes":
|
|
87
|
+
"sha256": "4d2adf9517bd8e791a2f0993b90f4755f9d221d53eae6a85dc67477f8832d4bc",
|
|
88
|
+
"size_bytes": 15922
|
|
104
89
|
},
|
|
105
90
|
{
|
|
106
91
|
"path": "src/backends/task-backend/redmine-backend.ts",
|
|
107
|
-
"sha256": "
|
|
108
|
-
"size_bytes":
|
|
92
|
+
"sha256": "446f0a9b73c0aac28233c623b6ca234908ab725a64cce48794a2a04c86bd6e41",
|
|
93
|
+
"size_bytes": 26863
|
|
109
94
|
},
|
|
110
95
|
{
|
|
111
96
|
"path": "src/backends/task-backend/redmine/client.ts",
|
|
@@ -117,11 +102,6 @@
|
|
|
117
102
|
"sha256": "27ba0df10dd7580259b5d3ed94425f30d906dd78d1885e55e6daac37bf905e22",
|
|
118
103
|
"size_bytes": 2368
|
|
119
104
|
},
|
|
120
|
-
{
|
|
121
|
-
"path": "src/backends/task-backend/redmine/env.test.ts",
|
|
122
|
-
"sha256": "29f994f1f67cb67af07616afdb993fb8116f00ab2765860bc516374d0f732eaf",
|
|
123
|
-
"size_bytes": 2310
|
|
124
|
-
},
|
|
125
105
|
{
|
|
126
106
|
"path": "src/backends/task-backend/redmine/env.ts",
|
|
127
107
|
"sha256": "0e2c098aa9a5e561d0f2e8ad860e95e9492b6421c3836469cf707f3cdba2735d",
|
|
@@ -149,8 +129,8 @@
|
|
|
149
129
|
},
|
|
150
130
|
{
|
|
151
131
|
"path": "src/backends/task-backend/shared.ts",
|
|
152
|
-
"sha256": "
|
|
153
|
-
"size_bytes":
|
|
132
|
+
"sha256": "f892c20754f8c43bbb8270c7f574fc15abbbe21ce57d7612f5cb7e4f2fd01d63",
|
|
133
|
+
"size_bytes": 731
|
|
154
134
|
},
|
|
155
135
|
{
|
|
156
136
|
"path": "src/backends/task-backend/shared/concurrency.ts",
|
|
@@ -204,8 +184,8 @@
|
|
|
204
184
|
},
|
|
205
185
|
{
|
|
206
186
|
"path": "src/backends/task-backend/shared/types.ts",
|
|
207
|
-
"sha256": "
|
|
208
|
-
"size_bytes":
|
|
187
|
+
"sha256": "6e7ee2be6a314c92fab96630dea044eac767710d0089dbc38e2f3e9c5bdb44c3",
|
|
188
|
+
"size_bytes": 3070
|
|
209
189
|
},
|
|
210
190
|
{
|
|
211
191
|
"path": "src/backends/task-index.ts",
|
|
@@ -217,16 +197,6 @@
|
|
|
217
197
|
"sha256": "5a523c23d448bb69b175657bf971f77fa8e01383f8fccc7e14d32ed26d5175ec",
|
|
218
198
|
"size_bytes": 142
|
|
219
199
|
},
|
|
220
|
-
{
|
|
221
|
-
"path": "src/cli/__snapshots__/run-cli.core.help-snap.test.ts.snap",
|
|
222
|
-
"sha256": "faca78c91cd38b800335f78b9c5708c002c53669b75195e3b4a516246fbc0224",
|
|
223
|
-
"size_bytes": 11478
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"path": "src/cli/archive.test.ts",
|
|
227
|
-
"sha256": "9572b963c1e74b64d956bcfbf9f9ff8a307201b2d1e198ddc522dc507e956055",
|
|
228
|
-
"size_bytes": 1654
|
|
229
|
-
},
|
|
230
200
|
{
|
|
231
201
|
"path": "src/cli/archive.ts",
|
|
232
202
|
"sha256": "efcfaf38e82a6bc62b8a4fbe7f28358df744f3a13ae66ab4e0bf0981e99ce3be",
|
|
@@ -234,43 +204,23 @@
|
|
|
234
204
|
},
|
|
235
205
|
{
|
|
236
206
|
"path": "src/cli/bootstrap-guide.ts",
|
|
237
|
-
"sha256": "
|
|
238
|
-
"size_bytes":
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"path": "src/cli/checksum.test.ts",
|
|
242
|
-
"sha256": "0fd5228ee02dd4001cddf5c145fe2a80b52f69755dd6a45ca195d3e15251b63c",
|
|
243
|
-
"size_bytes": 954
|
|
207
|
+
"sha256": "94d47f874a95e239374cc24928bb50a1eea0bd9d1011af577fd56e09f727d716",
|
|
208
|
+
"size_bytes": 5095
|
|
244
209
|
},
|
|
245
210
|
{
|
|
246
211
|
"path": "src/cli/checksum.ts",
|
|
247
212
|
"sha256": "9beb5476f0519f8c04bb70a4ad8ad37fd5ec92bb8b80582b372d053437d8364a",
|
|
248
213
|
"size_bytes": 410
|
|
249
214
|
},
|
|
250
|
-
{
|
|
251
|
-
"path": "src/cli/cli-contract.test.ts",
|
|
252
|
-
"sha256": "5f9ae48bb1e11b0ef98ec97c7042e2231437fc70bb587a4299504c11f2fc61f4",
|
|
253
|
-
"size_bytes": 563
|
|
254
|
-
},
|
|
255
215
|
{
|
|
256
216
|
"path": "src/cli/cli-error.ts",
|
|
257
217
|
"sha256": "c3cda6a4fde892f9ba12c0647bbda92763a2804c1aa28ce5eae63c5acde918f9",
|
|
258
218
|
"size_bytes": 573
|
|
259
219
|
},
|
|
260
|
-
{
|
|
261
|
-
"path": "src/cli/cli-smoke.test.ts",
|
|
262
|
-
"sha256": "b272bb1272c5d015ae16ce490497a836981f8befe1b4f16588d07c14cf5c5a23",
|
|
263
|
-
"size_bytes": 6798
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"path": "src/cli/command-guide.test.ts",
|
|
267
|
-
"sha256": "17ee80b536d7b2a2ef1392f1d28265660de4e4e6f995d485da85e6e4fed00b99",
|
|
268
|
-
"size_bytes": 2632
|
|
269
|
-
},
|
|
270
220
|
{
|
|
271
221
|
"path": "src/cli/command-guide.ts",
|
|
272
|
-
"sha256": "
|
|
273
|
-
"size_bytes":
|
|
222
|
+
"sha256": "bd787e6aa3d1e334c2af1db6b5ba92aad4998dfd83fbcd04b73800cfea511349",
|
|
223
|
+
"size_bytes": 9164
|
|
274
224
|
},
|
|
275
225
|
{
|
|
276
226
|
"path": "src/cli/command-snippets.ts",
|
|
@@ -292,86 +242,31 @@
|
|
|
292
242
|
"sha256": "b353988e749a73777970ae9ea35c3576a5af8e1bf46214d4026d6c75a3e39576",
|
|
293
243
|
"size_bytes": 431
|
|
294
244
|
},
|
|
295
|
-
{
|
|
296
|
-
"path": "src/cli/dist-guard.test.ts",
|
|
297
|
-
"sha256": "05f6057bb28010bc2557c02cf9a68e53d997693d3f186bc494471ab175d50bf8",
|
|
298
|
-
"size_bytes": 7764
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"path": "src/cli/error-map.test.ts",
|
|
302
|
-
"sha256": "016067061c0bae295751be605199817a7a1fe2b148b20a743d3e7d353f76d1ea",
|
|
303
|
-
"size_bytes": 1149
|
|
304
|
-
},
|
|
305
245
|
{
|
|
306
246
|
"path": "src/cli/error-map.ts",
|
|
307
247
|
"sha256": "32d93be981736304aeb3f11956256d3eee2c3dc08d2d6c0b305c073c7b0682b7",
|
|
308
248
|
"size_bytes": 1352
|
|
309
249
|
},
|
|
310
|
-
{
|
|
311
|
-
"path": "src/cli/exit-code.contract.test.ts",
|
|
312
|
-
"sha256": "ca6041d8971f704ff40b17390e9879be83894b6a2707e146cefb52634adc8227",
|
|
313
|
-
"size_bytes": 2833
|
|
314
|
-
},
|
|
315
250
|
{
|
|
316
251
|
"path": "src/cli/exit-codes.ts",
|
|
317
252
|
"sha256": "edbf5cc6188bab5a13e70a57cf8cdc4d8672ed89068f2b536394c884f1539354",
|
|
318
253
|
"size_bytes": 317
|
|
319
254
|
},
|
|
320
|
-
{
|
|
321
|
-
"path": "src/cli/fs-utils.test.ts",
|
|
322
|
-
"sha256": "0beb4b14401fc73510e0ff95ba122d9e46b9ff1a81b8010bc049fc020e2c86fd",
|
|
323
|
-
"size_bytes": 1832
|
|
324
|
-
},
|
|
325
255
|
{
|
|
326
256
|
"path": "src/cli/fs-utils.ts",
|
|
327
257
|
"sha256": "d717546afc77830a49fab9f189b4fac514fd941521dc377c6a0c25169421a79c",
|
|
328
258
|
"size_bytes": 783
|
|
329
259
|
},
|
|
330
|
-
{
|
|
331
|
-
"path": "src/cli/help.all-commands.contract.test.ts",
|
|
332
|
-
"sha256": "1e51552fec8bd464e0c290e9d8d863cfcb0684a8eb2951f4f4a52091c2f6f6f2",
|
|
333
|
-
"size_bytes": 1572
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"path": "src/cli/http.test.ts",
|
|
337
|
-
"sha256": "558394ac9f3ef8703fb58abbec6f0613d0c407ba6bd42f12e706648af87eb01e",
|
|
338
|
-
"size_bytes": 3916
|
|
339
|
-
},
|
|
340
260
|
{
|
|
341
261
|
"path": "src/cli/http.ts",
|
|
342
262
|
"sha256": "b953c1e42b1d193d026191b0f94b8dee3666f441b9aafbf800648c9bc93895f3",
|
|
343
263
|
"size_bytes": 3374
|
|
344
264
|
},
|
|
345
|
-
{
|
|
346
|
-
"path": "src/cli/legacy-cli-regressions.test.ts",
|
|
347
|
-
"sha256": "5de5a4c262e04504e6fdaabb13e97614fb7354fd18931885b731f08c2fae0fb1",
|
|
348
|
-
"size_bytes": 2925
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"path": "src/cli/local-ci-selection.test.ts",
|
|
352
|
-
"sha256": "afe6f19339b0ae29296c44d26b33649d6d0be34e429666114207bd6757d55be3",
|
|
353
|
-
"size_bytes": 8052
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"path": "src/cli/output.test.ts",
|
|
357
|
-
"sha256": "ca0f2c558d9aec3aeffd4460e1e4b336b93fb1e8828e47fe1c833c8100edb413",
|
|
358
|
-
"size_bytes": 2616
|
|
359
|
-
},
|
|
360
265
|
{
|
|
361
266
|
"path": "src/cli/output.ts",
|
|
362
267
|
"sha256": "1c424a6947adbb20c84e0dbfc938518ff43927ec4f7c0065d590b8e47e880c87",
|
|
363
268
|
"size_bytes": 2217
|
|
364
269
|
},
|
|
365
|
-
{
|
|
366
|
-
"path": "src/cli/pre-commit-staged-files.test.ts",
|
|
367
|
-
"sha256": "58469c799e11eded4f24e5e128aca9277ee48b9b80d5f965345d74ea720bd658",
|
|
368
|
-
"size_bytes": 1042
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"path": "src/cli/prompts.test.ts",
|
|
372
|
-
"sha256": "230125b3395fb9bc63ffca5304281d089771cf58e36e2bdee044b000f7a7a75f",
|
|
373
|
-
"size_bytes": 2315
|
|
374
|
-
},
|
|
375
270
|
{
|
|
376
271
|
"path": "src/cli/prompts.ts",
|
|
377
272
|
"sha256": "6fd34ae852da19cc135a9fd32b4648948cfec9cd8543cfc1c68e4b8c773897ea",
|
|
@@ -379,13 +274,8 @@
|
|
|
379
274
|
},
|
|
380
275
|
{
|
|
381
276
|
"path": "src/cli/reason-codes.ts",
|
|
382
|
-
"sha256": "
|
|
383
|
-
"size_bytes":
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"path": "src/cli/recipes-bundled.test.ts",
|
|
387
|
-
"sha256": "8af6a0938668025936cd5219860de980bad677c8499328ceaf1f67061863d106",
|
|
388
|
-
"size_bytes": 2951
|
|
277
|
+
"sha256": "81a73f4985c178d9bee7d16b29c0516b4f303d89816f04705543a8be30c9ef14",
|
|
278
|
+
"size_bytes": 4268
|
|
389
279
|
},
|
|
390
280
|
{
|
|
391
281
|
"path": "src/cli/recipes-bundled.ts",
|
|
@@ -393,134 +283,59 @@
|
|
|
393
283
|
"size_bytes": 1417
|
|
394
284
|
},
|
|
395
285
|
{
|
|
396
|
-
"path": "src/cli/
|
|
397
|
-
"sha256": "
|
|
398
|
-
"size_bytes":
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"path": "src/cli/repo-local-handoff.test.ts",
|
|
402
|
-
"sha256": "7058826fc50f56c94dc9bcd6ea804cd07aa7a5fafa8bb3d53e74c4f04e3e4741",
|
|
403
|
-
"size_bytes": 6671
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"path": "src/cli/run-cli.core.boot.test.ts",
|
|
407
|
-
"sha256": "f86dfdb87526b481530f67240d530491b42a00fca8e7eab79a6c462b2ce0d8e5",
|
|
408
|
-
"size_bytes": 2433
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"path": "src/cli/run-cli.core.branch-meta.test.ts",
|
|
412
|
-
"sha256": "c9bd645f25135a1782c7c7b13d7f3846253882553106eabf77a3eb9a36197e89",
|
|
413
|
-
"size_bytes": 34401
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"path": "src/cli/run-cli.core.docs-cli.test.ts",
|
|
417
|
-
"sha256": "058cd6546d3230de9442b40d2463b10f3bcafa2375760fadc153e0dcf7bf5301",
|
|
418
|
-
"size_bytes": 1864
|
|
286
|
+
"path": "src/cli/run-cli.core.pr-flow.test-helpers.ts",
|
|
287
|
+
"sha256": "ca7a43c081af7ba5bec40751ff50bff53b168489dcbbd697117d9ae4f1753fb7",
|
|
288
|
+
"size_bytes": 758
|
|
419
289
|
},
|
|
420
290
|
{
|
|
421
|
-
"path": "src/cli/run-cli.core.
|
|
422
|
-
"sha256": "
|
|
423
|
-
"size_bytes":
|
|
291
|
+
"path": "src/cli/run-cli.core.tasks.test-helpers.ts",
|
|
292
|
+
"sha256": "98e6e5e8881bee70eccd6f4b8008d98e2bcda9aff3a29b90e2dc72b7b506ad21",
|
|
293
|
+
"size_bytes": 234
|
|
424
294
|
},
|
|
425
295
|
{
|
|
426
|
-
"path": "src/cli/run-cli.
|
|
427
|
-
"sha256": "
|
|
428
|
-
"size_bytes":
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"path": "src/cli/run-cli.core.help-snap.test.ts",
|
|
432
|
-
"sha256": "e14a14e42b6504a8f132fec17f171052a295e881fc4b76193558768a9371c127",
|
|
433
|
-
"size_bytes": 1577
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
"path": "src/cli/run-cli.core.hooks.test.ts",
|
|
437
|
-
"sha256": "d69ab76145b4f341e7463b365956cdd03760638e1fcdb79d99031aa825b5324c",
|
|
438
|
-
"size_bytes": 20124
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"path": "src/cli/run-cli.core.init-upgrade-backend.test.ts",
|
|
442
|
-
"sha256": "6602a67b7837dcf1e4de7c554df9f27f26ee5a5bfe567862cdb6c5897d7e93fb",
|
|
443
|
-
"size_bytes": 67521
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"path": "src/cli/run-cli.core.lifecycle.test.ts",
|
|
447
|
-
"sha256": "9b55d8f60df26526dfc7863d3316a576843539e2950d4a781b3d2160d7a58407",
|
|
448
|
-
"size_bytes": 67729
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"path": "src/cli/run-cli.core.misc.test.ts",
|
|
452
|
-
"sha256": "9c223c2d2501a4f76810cf35a5cd48d65a4d62814bcc3c3609d7ffea3904e34c",
|
|
453
|
-
"size_bytes": 9141
|
|
454
|
-
},
|
|
455
|
-
{
|
|
456
|
-
"path": "src/cli/run-cli.core.pr-flow.test.ts",
|
|
457
|
-
"sha256": "6678dc3494b585329edaa241ad9cd098d87e2c3b1c1a4217f95a44181bd9626c",
|
|
458
|
-
"size_bytes": 75742
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"path": "src/cli/run-cli.core.tasks.test.ts",
|
|
462
|
-
"sha256": "852ecffaf3e316e2b25fd3212a68efc2c04b7404c61e3cdeaa23a1af05b8547a",
|
|
463
|
-
"size_bytes": 73052
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"path": "src/cli/run-cli.core.test.ts",
|
|
467
|
-
"sha256": "96e5529dc42205865c2c79308a54383c22b5622c70a873e8ed30c65a9ef53ecd",
|
|
468
|
-
"size_bytes": 26256
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"path": "src/cli/run-cli.critical.exit-codes.test.ts",
|
|
472
|
-
"sha256": "5cf7124cd93f3a8ebf115146a0cac979015aec29be577562666f15227c6b0041",
|
|
473
|
-
"size_bytes": 837
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
"path": "src/cli/run-cli.critical.git-edge.test.ts",
|
|
477
|
-
"sha256": "aba0498103aecb39b67362347070021cc1134c39c10ad191a7f2d1c26b37b086",
|
|
478
|
-
"size_bytes": 1718
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"path": "src/cli/run-cli.critical.protected-paths.test.ts",
|
|
482
|
-
"sha256": "8dbec96fb3f9106240394eb4ee1cf330756e9095edd6dd80292f656624a8b7d0",
|
|
483
|
-
"size_bytes": 2496
|
|
296
|
+
"path": "src/cli/run-cli.test-helpers.ts",
|
|
297
|
+
"sha256": "b22157077ef6e844a2173acdc53230012c35febe33785777df46ae7274698f29",
|
|
298
|
+
"size_bytes": 25577
|
|
484
299
|
},
|
|
485
300
|
{
|
|
486
|
-
"path": "src/cli/run-cli.
|
|
487
|
-
"sha256": "
|
|
488
|
-
"size_bytes":
|
|
301
|
+
"path": "src/cli/run-cli.ts",
|
|
302
|
+
"sha256": "1b1e902d163227c2208e4738f3db5d68aae58ebd1f06cf95667de69f261ce3a7",
|
|
303
|
+
"size_bytes": 10035
|
|
489
304
|
},
|
|
490
305
|
{
|
|
491
|
-
"path": "src/cli/run-cli.
|
|
492
|
-
"sha256": "
|
|
493
|
-
"size_bytes":
|
|
306
|
+
"path": "src/cli/run-cli/catalog.ts",
|
|
307
|
+
"sha256": "3acaf91f4b983af2e41f941bf798146760dcc9802d31159b48824f46009e8cd7",
|
|
308
|
+
"size_bytes": 652
|
|
494
309
|
},
|
|
495
310
|
{
|
|
496
|
-
"path": "src/cli/run-cli.
|
|
497
|
-
"sha256": "
|
|
498
|
-
"size_bytes":
|
|
311
|
+
"path": "src/cli/run-cli/command-catalog.ts",
|
|
312
|
+
"sha256": "69d1aee4db502f70257d1f34a73b6aeb61a719c048cab7f648dd1a7c11b188eb",
|
|
313
|
+
"size_bytes": 554
|
|
499
314
|
},
|
|
500
315
|
{
|
|
501
|
-
"path": "src/cli/run-cli.
|
|
502
|
-
"sha256": "
|
|
503
|
-
"size_bytes":
|
|
316
|
+
"path": "src/cli/run-cli/command-catalog/core.ts",
|
|
317
|
+
"sha256": "2d92ba3f5689b9f141e2ea7a2bd68aa89093da529a9253a082fc62ce155b4330",
|
|
318
|
+
"size_bytes": 6338
|
|
504
319
|
},
|
|
505
320
|
{
|
|
506
|
-
"path": "src/cli/run-cli
|
|
507
|
-
"sha256": "
|
|
508
|
-
"size_bytes":
|
|
321
|
+
"path": "src/cli/run-cli/command-catalog/lifecycle.ts",
|
|
322
|
+
"sha256": "98a9776ecd2bcbb15e95e8942a5d3605461892897c7812040ba386bbf25117e9",
|
|
323
|
+
"size_bytes": 3962
|
|
509
324
|
},
|
|
510
325
|
{
|
|
511
|
-
"path": "src/cli/run-cli.ts",
|
|
512
|
-
"sha256": "
|
|
513
|
-
"size_bytes":
|
|
326
|
+
"path": "src/cli/run-cli/command-catalog/project.ts",
|
|
327
|
+
"sha256": "431ecb206852490c1627478afa87227c398f8f2d0839c4b8b1929de037c5b712",
|
|
328
|
+
"size_bytes": 6549
|
|
514
329
|
},
|
|
515
330
|
{
|
|
516
|
-
"path": "src/cli/run-cli/catalog.ts",
|
|
517
|
-
"sha256": "
|
|
518
|
-
"size_bytes":
|
|
331
|
+
"path": "src/cli/run-cli/command-catalog/shared.ts",
|
|
332
|
+
"sha256": "433a059a1c6366c72b041d168d69ce99cd4e12739a8318c8f062e2fda767eefb",
|
|
333
|
+
"size_bytes": 1322
|
|
519
334
|
},
|
|
520
335
|
{
|
|
521
|
-
"path": "src/cli/run-cli/command-catalog.ts",
|
|
522
|
-
"sha256": "
|
|
523
|
-
"size_bytes":
|
|
336
|
+
"path": "src/cli/run-cli/command-catalog/task.ts",
|
|
337
|
+
"sha256": "19fd5389610fadaae41abc0ecc9a6b71c7ee49440366cf8bfb5a455003cf4dc2",
|
|
338
|
+
"size_bytes": 8162
|
|
524
339
|
},
|
|
525
340
|
{
|
|
526
341
|
"path": "src/cli/run-cli/commands/config.ts",
|
|
@@ -532,15 +347,10 @@
|
|
|
532
347
|
"sha256": "4c2625cef5df4cdc3e88fecee11c6a9bacdec82c3692fdf5f599bbc8504a92ec",
|
|
533
348
|
"size_bytes": 25497
|
|
534
349
|
},
|
|
535
|
-
{
|
|
536
|
-
"path": "src/cli/run-cli/commands/core.unit.test.ts",
|
|
537
|
-
"sha256": "900f25dfbfefa579e1cc16ca9f54a41d99fb9de63d03eda0f3a8485b53cfb181",
|
|
538
|
-
"size_bytes": 9873
|
|
539
|
-
},
|
|
540
350
|
{
|
|
541
351
|
"path": "src/cli/run-cli/commands/ide.ts",
|
|
542
|
-
"sha256": "
|
|
543
|
-
"size_bytes":
|
|
352
|
+
"sha256": "1b7d48b3f112cf98d643e35da809f8ac92a4e2ce019e0939f75e325dbacced30",
|
|
353
|
+
"size_bytes": 5618
|
|
544
354
|
},
|
|
545
355
|
{
|
|
546
356
|
"path": "src/cli/run-cli/commands/init.ts",
|
|
@@ -572,15 +382,10 @@
|
|
|
572
382
|
"sha256": "c8aff4e128413ad0454d8aa86d0cc8048b517ecd6e1da2b2294d76a54a6b204b",
|
|
573
383
|
"size_bytes": 1161
|
|
574
384
|
},
|
|
575
|
-
{
|
|
576
|
-
"path": "src/cli/run-cli/commands/init/ui.test.ts",
|
|
577
|
-
"sha256": "4c63af245bc7bffb6289f42b665f4d6697887d89820888f18ae2a442425d6ef6",
|
|
578
|
-
"size_bytes": 1462
|
|
579
|
-
},
|
|
580
385
|
{
|
|
581
386
|
"path": "src/cli/run-cli/commands/init/ui.ts",
|
|
582
|
-
"sha256": "
|
|
583
|
-
"size_bytes":
|
|
387
|
+
"sha256": "e34afadc8e0433459c604bb8a9208f41521368dc5e59304687ffdc31732d2107",
|
|
388
|
+
"size_bytes": 2755
|
|
584
389
|
},
|
|
585
390
|
{
|
|
586
391
|
"path": "src/cli/run-cli/commands/init/write-agents.ts",
|
|
@@ -632,21 +437,6 @@
|
|
|
632
437
|
"sha256": "20aadc388c613080c517f05cab0b634ead187283841efc6d4d08c6370bb51d21",
|
|
633
438
|
"size_bytes": 2895
|
|
634
439
|
},
|
|
635
|
-
{
|
|
636
|
-
"path": "src/cli/runtime-context.test.ts",
|
|
637
|
-
"sha256": "235468b2c97fba66bd6cd71568386d5f30a7bf312585af7ed41f7a5057f51081",
|
|
638
|
-
"size_bytes": 3083
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
"path": "src/cli/runtime-watch.test.ts",
|
|
642
|
-
"sha256": "513ce61840231d57deab294e517e160d049de7d515a07819bb26639c1738b18a",
|
|
643
|
-
"size_bytes": 5276
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"path": "src/cli/shared/ansi.test.ts",
|
|
647
|
-
"sha256": "3efd0708a35893ec31a93f1ad9d422801b52849e77879fa734880f8ee98c1df6",
|
|
648
|
-
"size_bytes": 405
|
|
649
|
-
},
|
|
650
440
|
{
|
|
651
441
|
"path": "src/cli/shared/ansi.ts",
|
|
652
442
|
"sha256": "ae69224ee6e09423542c9549cb3e046d948cc9803c8a1e8549dce14ed28b9084",
|
|
@@ -662,11 +452,6 @@
|
|
|
662
452
|
"sha256": "9589adebe299aa602d1eab951ae4114dce8697873f5842f33396c80d01152f86",
|
|
663
453
|
"size_bytes": 895
|
|
664
454
|
},
|
|
665
|
-
{
|
|
666
|
-
"path": "src/cli/spec/help-render.test.ts",
|
|
667
|
-
"sha256": "6264467d857e991e40a27ebfa8af738a00c1301dc1d717dce6b1fd4515c65b16",
|
|
668
|
-
"size_bytes": 1729
|
|
669
|
-
},
|
|
670
455
|
{
|
|
671
456
|
"path": "src/cli/spec/help-render.ts",
|
|
672
457
|
"sha256": "e2b6617e5fa7ff2bc75170ae6e7e6394e553dc620efebdb8f267163c65dd7c85",
|
|
@@ -682,21 +467,11 @@
|
|
|
682
467
|
"sha256": "35c3ef414eddae97f9fe16a176ac932120aa5f7dc9754054d2df451407eefff6",
|
|
683
468
|
"size_bytes": 1112
|
|
684
469
|
},
|
|
685
|
-
{
|
|
686
|
-
"path": "src/cli/spec/parse.test.ts",
|
|
687
|
-
"sha256": "ba0f5114949a7081febf6b971bb27af4d4d8101694888bdc9e068ffa6a552dec",
|
|
688
|
-
"size_bytes": 2909
|
|
689
|
-
},
|
|
690
470
|
{
|
|
691
471
|
"path": "src/cli/spec/parse.ts",
|
|
692
472
|
"sha256": "56ccb69983f8f346ab082dbd927ea465574bd94e3e772fd85d5fcc05aebae876",
|
|
693
473
|
"size_bytes": 6520
|
|
694
474
|
},
|
|
695
|
-
{
|
|
696
|
-
"path": "src/cli/spec/registry.test.ts",
|
|
697
|
-
"sha256": "8b0e46ebdd10b89183791f17ada29f0b3412a15e58e978799830d990a7c9c512",
|
|
698
|
-
"size_bytes": 594
|
|
699
|
-
},
|
|
700
475
|
{
|
|
701
476
|
"path": "src/cli/spec/registry.ts",
|
|
702
477
|
"sha256": "39ddf83d006d24afd061e298d5340c99cc22a3c6507195f0a92c8507f51c018f",
|
|
@@ -707,46 +482,16 @@
|
|
|
707
482
|
"sha256": "ffcb501005d855424d8f892c789bf0cbb435b38bb655f9615ee4b9b77c673b0b",
|
|
708
483
|
"size_bytes": 2892
|
|
709
484
|
},
|
|
710
|
-
{
|
|
711
|
-
"path": "src/cli/spec/suggest.test.ts",
|
|
712
|
-
"sha256": "b926565a42e9393363c6aeda6413c99bdd19e349260a527ac3d8e68d848744bf",
|
|
713
|
-
"size_bytes": 370
|
|
714
|
-
},
|
|
715
485
|
{
|
|
716
486
|
"path": "src/cli/spec/suggest.ts",
|
|
717
487
|
"sha256": "671e2584c12a1d6c8f783a1332b6deb82a5ed0b66b5954c54307bd90551f07b8",
|
|
718
488
|
"size_bytes": 1319
|
|
719
489
|
},
|
|
720
|
-
{
|
|
721
|
-
"path": "src/cli/stale-dist-policy.test.ts",
|
|
722
|
-
"sha256": "a595a764ef0be2899ed126a018eef236007d2e36ab52b84093389edb15182f82",
|
|
723
|
-
"size_bytes": 1813
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
"path": "src/cli/stale-dist-readonly.test.ts",
|
|
727
|
-
"sha256": "7b13d5cb1661e727204b60a8311185eec833b45ecfe1c94d57a29a10f001c305",
|
|
728
|
-
"size_bytes": 5850
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"path": "src/cli/update-check.test.ts",
|
|
732
|
-
"sha256": "07381eba86b23e958e4549756647b878fa6e5b062d4c7dec188dcfd75844bbdf",
|
|
733
|
-
"size_bytes": 4510
|
|
734
|
-
},
|
|
735
490
|
{
|
|
736
491
|
"path": "src/cli/update-check.ts",
|
|
737
492
|
"sha256": "8776e69c83749aeda562d1faeeeb3b48d89680459edaef4520197b9599399caa",
|
|
738
493
|
"size_bytes": 3897
|
|
739
494
|
},
|
|
740
|
-
{
|
|
741
|
-
"path": "src/cli/verify-global-install-script.test.ts",
|
|
742
|
-
"sha256": "91ab04d160944bdfc8a9476e7e9c092acc95aa541f79cc1d70b53d7d255a83de",
|
|
743
|
-
"size_bytes": 4916
|
|
744
|
-
},
|
|
745
|
-
{
|
|
746
|
-
"path": "src/commands/backend.test.ts",
|
|
747
|
-
"sha256": "bc1cbaeaf459b0fd5367872bb69d77ce3b80343b84ac361de9d6fd50b99fb4c3",
|
|
748
|
-
"size_bytes": 743
|
|
749
|
-
},
|
|
750
495
|
{
|
|
751
496
|
"path": "src/commands/backend.ts",
|
|
752
497
|
"sha256": "91c11a316c83e1c7705d7cb93f6146883cfd87c3330a40c1562da0163f4bdc93",
|
|
@@ -844,33 +589,23 @@
|
|
|
844
589
|
},
|
|
845
590
|
{
|
|
846
591
|
"path": "src/commands/commit.spec.ts",
|
|
847
|
-
"sha256": "
|
|
848
|
-
"size_bytes":
|
|
592
|
+
"sha256": "ad60aa0f394fc4b417b1cbc137ad077cb033d65d3202dfb013ebb075492f790a",
|
|
593
|
+
"size_bytes": 6319
|
|
849
594
|
},
|
|
850
595
|
{
|
|
851
596
|
"path": "src/commands/docs/cli.command.ts",
|
|
852
597
|
"sha256": "25df50b9ad7136fc2dc18e81437c9430e4b1dfc041d117919febbd93b5553072",
|
|
853
598
|
"size_bytes": 1954
|
|
854
599
|
},
|
|
855
|
-
{
|
|
856
|
-
"path": "src/commands/doctor.command.test.ts",
|
|
857
|
-
"sha256": "adb2daa2a3b6347ef8ccae3854648c0ef588ce4de3d5206cf115caf66ddfd37e",
|
|
858
|
-
"size_bytes": 28295
|
|
859
|
-
},
|
|
860
600
|
{
|
|
861
601
|
"path": "src/commands/doctor.command.ts",
|
|
862
602
|
"sha256": "c65899427cf7574822b076a009dd83dce8467779d442ca2e74c36a8bc7ff4fbb",
|
|
863
603
|
"size_bytes": 111
|
|
864
604
|
},
|
|
865
|
-
{
|
|
866
|
-
"path": "src/commands/doctor.fast.test.ts",
|
|
867
|
-
"sha256": "c6e5967b6e06f63d8023c2da5b0ef7035edc7898ba1f4f6b4803351f79bf3ae7",
|
|
868
|
-
"size_bytes": 7285
|
|
869
|
-
},
|
|
870
605
|
{
|
|
871
606
|
"path": "src/commands/doctor.run.ts",
|
|
872
|
-
"sha256": "
|
|
873
|
-
"size_bytes":
|
|
607
|
+
"sha256": "5ab07ce809fca591d882ae1259d9ee484469b2fba8f4358e62c2db990259654b",
|
|
608
|
+
"size_bytes": 3098
|
|
874
609
|
},
|
|
875
610
|
{
|
|
876
611
|
"path": "src/commands/doctor.spec.ts",
|
|
@@ -894,8 +629,8 @@
|
|
|
894
629
|
},
|
|
895
630
|
{
|
|
896
631
|
"path": "src/commands/doctor/runtime.ts",
|
|
897
|
-
"sha256": "
|
|
898
|
-
"size_bytes":
|
|
632
|
+
"sha256": "a9d21e0d10b4ff090cdea8d2376b910ba2fca5dc139e2707c69565ef1a217b77",
|
|
633
|
+
"size_bytes": 2776
|
|
899
634
|
},
|
|
900
635
|
{
|
|
901
636
|
"path": "src/commands/doctor/workflow.ts",
|
|
@@ -904,8 +639,8 @@
|
|
|
904
639
|
},
|
|
905
640
|
{
|
|
906
641
|
"path": "src/commands/doctor/workspace.ts",
|
|
907
|
-
"sha256": "
|
|
908
|
-
"size_bytes":
|
|
642
|
+
"sha256": "d7d33a2f6906bbf731197261af8fc15b1d0d1a25cdf113b002c7667a75460b3e",
|
|
643
|
+
"size_bytes": 9961
|
|
909
644
|
},
|
|
910
645
|
{
|
|
911
646
|
"path": "src/commands/finish.command.ts",
|
|
@@ -929,28 +664,18 @@
|
|
|
929
664
|
},
|
|
930
665
|
{
|
|
931
666
|
"path": "src/commands/guard/commit.command.ts",
|
|
932
|
-
"sha256": "
|
|
933
|
-
"size_bytes":
|
|
667
|
+
"sha256": "0dfd044bdcfa070752aad38ad74a99e047506da0047e8ba111c0358f76f083af",
|
|
668
|
+
"size_bytes": 5507
|
|
934
669
|
},
|
|
935
670
|
{
|
|
936
671
|
"path": "src/commands/guard/guard.command.ts",
|
|
937
672
|
"sha256": "41f2045e7f16dc9f8ac44db1ccf9bd470031a623494002ec0327bdb31d74cf03",
|
|
938
673
|
"size_bytes": 851
|
|
939
674
|
},
|
|
940
|
-
{
|
|
941
|
-
"path": "src/commands/guard/impl/allow.test.ts",
|
|
942
|
-
"sha256": "f932a1a147bcf4388ed1f98da0efabfb52e859e2c8d8ce87be67091273cf34a6",
|
|
943
|
-
"size_bytes": 5738
|
|
944
|
-
},
|
|
945
675
|
{
|
|
946
676
|
"path": "src/commands/guard/impl/allow.ts",
|
|
947
|
-
"sha256": "
|
|
948
|
-
"size_bytes":
|
|
949
|
-
},
|
|
950
|
-
{
|
|
951
|
-
"path": "src/commands/guard/impl/close-message.test.ts",
|
|
952
|
-
"sha256": "35280112303149ae5c546d03cd956c64a1e2403478016247fc5a06e8bf404fa8",
|
|
953
|
-
"size_bytes": 8449
|
|
677
|
+
"sha256": "48335643e8f7468e30228094b39a23497da5f190c628cbc4cc69aa05a6f00398",
|
|
678
|
+
"size_bytes": 4947
|
|
954
679
|
},
|
|
955
680
|
{
|
|
956
681
|
"path": "src/commands/guard/impl/close-message.ts",
|
|
@@ -959,44 +684,24 @@
|
|
|
959
684
|
},
|
|
960
685
|
{
|
|
961
686
|
"path": "src/commands/guard/impl/commands.ts",
|
|
962
|
-
"sha256": "
|
|
963
|
-
"size_bytes":
|
|
964
|
-
},
|
|
965
|
-
{
|
|
966
|
-
"path": "src/commands/guard/impl/commands.unit.test.ts",
|
|
967
|
-
"sha256": "7253534cd610d0b8c625134d2f5f44d10eb5ea38e66f6d62848dba65c66464cc",
|
|
968
|
-
"size_bytes": 10590
|
|
969
|
-
},
|
|
970
|
-
{
|
|
971
|
-
"path": "src/commands/guard/impl/comment-commit.test.ts",
|
|
972
|
-
"sha256": "777650857699cc3314ce349546a5aae5427e5bd7c801b2708bca02f046bcad35",
|
|
973
|
-
"size_bytes": 13654
|
|
687
|
+
"sha256": "bedef70a4223c658e3b3f8fbaec5cb57d5b5b56d8b5978c826169a8675771b0e",
|
|
688
|
+
"size_bytes": 16368
|
|
974
689
|
},
|
|
975
690
|
{
|
|
976
691
|
"path": "src/commands/guard/impl/comment-commit.ts",
|
|
977
|
-
"sha256": "
|
|
978
|
-
"size_bytes":
|
|
692
|
+
"sha256": "08b371069e8ee0c07726727fedd806413416807a28cc3dd736b72d669f119ada",
|
|
693
|
+
"size_bytes": 5290
|
|
979
694
|
},
|
|
980
695
|
{
|
|
981
696
|
"path": "src/commands/guard/impl/env.ts",
|
|
982
697
|
"sha256": "a9fd2ea52c31c150c50a882ff91db2def6ea95bd7d729e4a42bdc143f300dfb3",
|
|
983
698
|
"size_bytes": 817
|
|
984
699
|
},
|
|
985
|
-
{
|
|
986
|
-
"path": "src/commands/guard/impl/policy.test.ts",
|
|
987
|
-
"sha256": "e972fc468841427e40f3e7d2be089b502ce1f28767b0ee0b911a1ddf6df16e6f",
|
|
988
|
-
"size_bytes": 3879
|
|
989
|
-
},
|
|
990
700
|
{
|
|
991
701
|
"path": "src/commands/guard/impl/policy.ts",
|
|
992
702
|
"sha256": "dfedeae6569100ac9c546b424f0290bd1519687b00639e501f7e6587b05fb03f",
|
|
993
703
|
"size_bytes": 2037
|
|
994
704
|
},
|
|
995
|
-
{
|
|
996
|
-
"path": "src/commands/guard/index.test.ts",
|
|
997
|
-
"sha256": "eaaf012cc07bf63652b9c5f72bdcb4260d9c639f4fa1ac18b9985b8d2a00bd6e",
|
|
998
|
-
"size_bytes": 810
|
|
999
|
-
},
|
|
1000
705
|
{
|
|
1001
706
|
"path": "src/commands/guard/index.ts",
|
|
1002
707
|
"sha256": "ab0532a72d79cdbd6056c14f315cb2ae3030542eec2a7275382c3441d1495b16",
|
|
@@ -1014,8 +719,8 @@
|
|
|
1014
719
|
},
|
|
1015
720
|
{
|
|
1016
721
|
"path": "src/commands/hooks/index.ts",
|
|
1017
|
-
"sha256": "
|
|
1018
|
-
"size_bytes":
|
|
722
|
+
"sha256": "ca9ebbbf8990723c35cba1396daa1605959ee40eee31a3bdfc681e14f49db6b5",
|
|
723
|
+
"size_bytes": 10283
|
|
1019
724
|
},
|
|
1020
725
|
{
|
|
1021
726
|
"path": "src/commands/hooks/install.command.ts",
|
|
@@ -1047,11 +752,6 @@
|
|
|
1047
752
|
"sha256": "ee1d5e2b60a23896a61a2da7c4fdeba09cc3738e8ddfc00da67be76d5d02e462",
|
|
1048
753
|
"size_bytes": 209
|
|
1049
754
|
},
|
|
1050
|
-
{
|
|
1051
|
-
"path": "src/commands/pr/input-validation.test.ts",
|
|
1052
|
-
"sha256": "7f48ab7255bf14d2b47682087a68ca6feddfbc9c81ce759bbf8b76a13b9ff458",
|
|
1053
|
-
"size_bytes": 1211
|
|
1054
|
-
},
|
|
1055
755
|
{
|
|
1056
756
|
"path": "src/commands/pr/integrate.ts",
|
|
1057
757
|
"sha256": "f2ac65dbfb4652efa32713bbaee113c7d3861235ce636a74858ff264bd2a35c0",
|
|
@@ -1067,41 +767,21 @@
|
|
|
1067
767
|
"sha256": "255ffaa264028ea70e44bb8665a9cf21013269ae6479d9333f6e422b85964f3c",
|
|
1068
768
|
"size_bytes": 5476
|
|
1069
769
|
},
|
|
1070
|
-
{
|
|
1071
|
-
"path": "src/commands/pr/integrate/internal/finalize.test.ts",
|
|
1072
|
-
"sha256": "e4378dfe4cc686eb9f0a8466009141932cd72a5392ff435c942026ddc5d733d4",
|
|
1073
|
-
"size_bytes": 4032
|
|
1074
|
-
},
|
|
1075
770
|
{
|
|
1076
771
|
"path": "src/commands/pr/integrate/internal/finalize.ts",
|
|
1077
772
|
"sha256": "764cc295cb54a484af073c4c9884eaaa4dfea50afc58a329e3d445f411ca5b1e",
|
|
1078
773
|
"size_bytes": 3882
|
|
1079
774
|
},
|
|
1080
|
-
{
|
|
1081
|
-
"path": "src/commands/pr/integrate/internal/merge.test.ts",
|
|
1082
|
-
"sha256": "9bfdd3815df0f905e3af69cf4d91e4ae99b7d48fa364caef130d62c98cccf4bd",
|
|
1083
|
-
"size_bytes": 3220
|
|
1084
|
-
},
|
|
1085
775
|
{
|
|
1086
776
|
"path": "src/commands/pr/integrate/internal/merge.ts",
|
|
1087
777
|
"sha256": "5fdc5f8e957379f514fef74baf1d7a819a7941eccb0ccc66b1341bf3896c4e1d",
|
|
1088
778
|
"size_bytes": 6094
|
|
1089
779
|
},
|
|
1090
|
-
{
|
|
1091
|
-
"path": "src/commands/pr/integrate/internal/prepare.test.ts",
|
|
1092
|
-
"sha256": "8e0bff3ba782de06f332b192d73414352d6d43383c95dcecf802859611be8b1f",
|
|
1093
|
-
"size_bytes": 6224
|
|
1094
|
-
},
|
|
1095
780
|
{
|
|
1096
781
|
"path": "src/commands/pr/integrate/internal/prepare.ts",
|
|
1097
782
|
"sha256": "b4091c42b18cf0330efa2d62f7743c8f43e8b77f7ce11a0ad05adbdb9b6ba649",
|
|
1098
783
|
"size_bytes": 6178
|
|
1099
784
|
},
|
|
1100
|
-
{
|
|
1101
|
-
"path": "src/commands/pr/integrate/internal/worktree.test.ts",
|
|
1102
|
-
"sha256": "1947373f89f0b2584bf2a9836c8ed4018577bc700873d639ac14639f5e86d5dc",
|
|
1103
|
-
"size_bytes": 4147
|
|
1104
|
-
},
|
|
1105
785
|
{
|
|
1106
786
|
"path": "src/commands/pr/integrate/internal/worktree.ts",
|
|
1107
787
|
"sha256": "38e235a81e9d1f53ac87b87814f7cff87da0b22a96d98f394c9b32ec130446d6",
|
|
@@ -1112,11 +792,6 @@
|
|
|
1112
792
|
"sha256": "d4c199d1ac1991b2c7d495fc13b553ae69cec3a7387399df210b9029b756fe35",
|
|
1113
793
|
"size_bytes": 2802
|
|
1114
794
|
},
|
|
1115
|
-
{
|
|
1116
|
-
"path": "src/commands/pr/internal/pr-paths.test.ts",
|
|
1117
|
-
"sha256": "5ed14f9d9b0334dba75c105c2de6db9c9ff6e2c3d35acc0a29862564ca534d26",
|
|
1118
|
-
"size_bytes": 3391
|
|
1119
|
-
},
|
|
1120
795
|
{
|
|
1121
796
|
"path": "src/commands/pr/internal/pr-paths.ts",
|
|
1122
797
|
"sha256": "2ba4a678e6804deb0095e2031ca38dcac2fe44229e7a97b7cce2daeeab0bd9bb",
|
|
@@ -1153,14 +828,14 @@
|
|
|
1153
828
|
"size_bytes": 1042
|
|
1154
829
|
},
|
|
1155
830
|
{
|
|
1156
|
-
"path": "src/commands/recipes.test.ts",
|
|
1157
|
-
"sha256": "
|
|
1158
|
-
"size_bytes":
|
|
831
|
+
"path": "src/commands/recipes.test-helpers.ts",
|
|
832
|
+
"sha256": "f988a1f84209a4137b5281797b0c1bb62e24182a193d50a41906a6379762c2e9",
|
|
833
|
+
"size_bytes": 12478
|
|
1159
834
|
},
|
|
1160
835
|
{
|
|
1161
836
|
"path": "src/commands/recipes.ts",
|
|
1162
|
-
"sha256": "
|
|
1163
|
-
"size_bytes":
|
|
837
|
+
"sha256": "11d46cc63e46f671344e06fe0920f5607e8aeab14e4d2bf873bcd10fcfd3ae6d",
|
|
838
|
+
"size_bytes": 1686
|
|
1164
839
|
},
|
|
1165
840
|
{
|
|
1166
841
|
"path": "src/commands/recipes/cache-prune.command.ts",
|
|
@@ -1179,8 +854,8 @@
|
|
|
1179
854
|
},
|
|
1180
855
|
{
|
|
1181
856
|
"path": "src/commands/recipes/impl/apply.ts",
|
|
1182
|
-
"sha256": "
|
|
1183
|
-
"size_bytes":
|
|
857
|
+
"sha256": "23cd6bd142c2b6cc82db8ec5ec50f0f89cce1816c0cb4c75089da2d8894da4dc",
|
|
858
|
+
"size_bytes": 6043
|
|
1184
859
|
},
|
|
1185
860
|
{
|
|
1186
861
|
"path": "src/commands/recipes/impl/archive.ts",
|
|
@@ -1199,18 +874,18 @@
|
|
|
1199
874
|
},
|
|
1200
875
|
{
|
|
1201
876
|
"path": "src/commands/recipes/impl/commands/explain.ts",
|
|
1202
|
-
"sha256": "
|
|
1203
|
-
"size_bytes":
|
|
877
|
+
"sha256": "fe8e14b3e90609cd4dde14c09dda2dfd80af5a1a1f696c4753ce75f9cb308eb9",
|
|
878
|
+
"size_bytes": 6336
|
|
1204
879
|
},
|
|
1205
880
|
{
|
|
1206
881
|
"path": "src/commands/recipes/impl/commands/info.ts",
|
|
1207
|
-
"sha256": "
|
|
1208
|
-
"size_bytes":
|
|
882
|
+
"sha256": "453e362b1f1c7d59d28bd4c0a8119cdb9482f75eb8252d213f717887c3792d09",
|
|
883
|
+
"size_bytes": 2801
|
|
1209
884
|
},
|
|
1210
885
|
{
|
|
1211
886
|
"path": "src/commands/recipes/impl/commands/install.ts",
|
|
1212
|
-
"sha256": "
|
|
1213
|
-
"size_bytes":
|
|
887
|
+
"sha256": "a9de57950518378c81d4c2e66689ad4f898a7fe161b69945bc1051f163406f52",
|
|
888
|
+
"size_bytes": 10660
|
|
1214
889
|
},
|
|
1215
890
|
{
|
|
1216
891
|
"path": "src/commands/recipes/impl/commands/list-remote.ts",
|
|
@@ -1219,18 +894,18 @@
|
|
|
1219
894
|
},
|
|
1220
895
|
{
|
|
1221
896
|
"path": "src/commands/recipes/impl/commands/list.ts",
|
|
1222
|
-
"sha256": "
|
|
1223
|
-
"size_bytes":
|
|
897
|
+
"sha256": "0d4a6553df2a63dd05fd61ac97e588f26eb87da842f0933af58daefdf8b06f8c",
|
|
898
|
+
"size_bytes": 1910
|
|
1224
899
|
},
|
|
1225
900
|
{
|
|
1226
901
|
"path": "src/commands/recipes/impl/commands/remove.ts",
|
|
1227
|
-
"sha256": "
|
|
1228
|
-
"size_bytes":
|
|
902
|
+
"sha256": "99ba3ed7931817b53962e3c82376c7242df080e88b238d22346f77ad8b2daf7f",
|
|
903
|
+
"size_bytes": 1474
|
|
1229
904
|
},
|
|
1230
905
|
{
|
|
1231
906
|
"path": "src/commands/recipes/impl/constants.ts",
|
|
1232
|
-
"sha256": "
|
|
1233
|
-
"size_bytes":
|
|
907
|
+
"sha256": "687f3c35891b94f8a30d1dad2e0ddef9b96eff8eb042ed58ffe1b3aa8e23c3e3",
|
|
908
|
+
"size_bytes": 1035
|
|
1234
909
|
},
|
|
1235
910
|
{
|
|
1236
911
|
"path": "src/commands/recipes/impl/format.ts",
|
|
@@ -1249,33 +924,43 @@
|
|
|
1249
924
|
},
|
|
1250
925
|
{
|
|
1251
926
|
"path": "src/commands/recipes/impl/manifest.ts",
|
|
1252
|
-
"sha256": "
|
|
1253
|
-
"size_bytes":
|
|
927
|
+
"sha256": "f32ed22aeac18bb15bb83b8f218ebc5efd395066f4cbdd0d28271ca5b5c9fe9d",
|
|
928
|
+
"size_bytes": 13086
|
|
1254
929
|
},
|
|
1255
930
|
{
|
|
1256
931
|
"path": "src/commands/recipes/impl/normalize.ts",
|
|
1257
|
-
"sha256": "
|
|
1258
|
-
"size_bytes":
|
|
932
|
+
"sha256": "9b4f0772ba16a66158d6ad27f1f7ed004c451d2d23cb13dedf2e5cf21a43dd84",
|
|
933
|
+
"size_bytes": 2104
|
|
1259
934
|
},
|
|
1260
935
|
{
|
|
1261
936
|
"path": "src/commands/recipes/impl/paths.ts",
|
|
1262
|
-
"sha256": "
|
|
1263
|
-
"size_bytes":
|
|
937
|
+
"sha256": "40ea52e99eba1425397eec87563eabc28cdbeb025b813525d38002ce311536ba",
|
|
938
|
+
"size_bytes": 1946
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"path": "src/commands/recipes/impl/project-installed-recipes.ts",
|
|
942
|
+
"sha256": "83b9e6e8675e31b262981c71cbee14d772fcb33c4f59841fd9b1f594c851f596",
|
|
943
|
+
"size_bytes": 4701
|
|
1264
944
|
},
|
|
1265
945
|
{
|
|
1266
946
|
"path": "src/commands/recipes/impl/project.ts",
|
|
1267
947
|
"sha256": "b2c7685808eb250d07edf10d4f39abc710052cdafc760a6cf25971075171eaec",
|
|
1268
948
|
"size_bytes": 786
|
|
1269
949
|
},
|
|
950
|
+
{
|
|
951
|
+
"path": "src/commands/recipes/impl/resolver.ts",
|
|
952
|
+
"sha256": "b8b0d8b7dfb10efe7db91146c0adffd8c343e73dbe82bff43f8c1a5b6ffef024",
|
|
953
|
+
"size_bytes": 11202
|
|
954
|
+
},
|
|
1270
955
|
{
|
|
1271
956
|
"path": "src/commands/recipes/impl/scenario.ts",
|
|
1272
|
-
"sha256": "
|
|
1273
|
-
"size_bytes":
|
|
957
|
+
"sha256": "92137a285641e23eb198d4895cfb84ee22081aa5a52388d4c0562051885d3adc",
|
|
958
|
+
"size_bytes": 7926
|
|
1274
959
|
},
|
|
1275
960
|
{
|
|
1276
961
|
"path": "src/commands/recipes/impl/types.ts",
|
|
1277
|
-
"sha256": "
|
|
1278
|
-
"size_bytes":
|
|
962
|
+
"sha256": "ef17569c7ceed06f6b4997ca6308be85912b5d8c9b60699446204d1d88222c50",
|
|
963
|
+
"size_bytes": 5600
|
|
1279
964
|
},
|
|
1280
965
|
{
|
|
1281
966
|
"path": "src/commands/recipes/info.command.ts",
|
|
@@ -1294,8 +979,8 @@
|
|
|
1294
979
|
},
|
|
1295
980
|
{
|
|
1296
981
|
"path": "src/commands/recipes/install.spec.ts",
|
|
1297
|
-
"sha256": "
|
|
1298
|
-
"size_bytes":
|
|
982
|
+
"sha256": "b74e888e70dc3fa221d1032d27a30c829d56985732173aebf8023743af3a98eb",
|
|
983
|
+
"size_bytes": 4776
|
|
1299
984
|
},
|
|
1300
985
|
{
|
|
1301
986
|
"path": "src/commands/recipes/list-remote.command.ts",
|
|
@@ -1337,51 +1022,21 @@
|
|
|
1337
1022
|
"sha256": "5174dfc70c2fb1cc06e8d29910ec738f5985a726cb0b7d932fc3221ff18ec8d2",
|
|
1338
1023
|
"size_bytes": 1121
|
|
1339
1024
|
},
|
|
1340
|
-
{
|
|
1341
|
-
"path": "src/commands/release/apply.test.ts",
|
|
1342
|
-
"sha256": "6e81acd08736add789bfb964c67cd465468d932a24bb19c589cf3819fb52fe57",
|
|
1343
|
-
"size_bytes": 27430
|
|
1344
|
-
},
|
|
1345
1025
|
{
|
|
1346
1026
|
"path": "src/commands/release/apply.types.ts",
|
|
1347
1027
|
"sha256": "fc38cc16225c4a51a4011875517ba1137f219fb20e2aeeebfed761237d8c00fb",
|
|
1348
1028
|
"size_bytes": 926
|
|
1349
1029
|
},
|
|
1350
|
-
{
|
|
1351
|
-
"path": "src/commands/release/check-release-parity-script.test.ts",
|
|
1352
|
-
"sha256": "060ce9e32055c003ecc7ede8c93f89d3673588161a488cfe69240d1070da608b",
|
|
1353
|
-
"size_bytes": 2359
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"path": "src/commands/release/check-release-version-script.test.ts",
|
|
1357
|
-
"sha256": "1e89a216b0ffc8a0f1ad113cfd9cf03078c96328c5f65ab52fe4cd92f0c9ee7b",
|
|
1358
|
-
"size_bytes": 2420
|
|
1359
|
-
},
|
|
1360
1030
|
{
|
|
1361
1031
|
"path": "src/commands/release/plan.command.ts",
|
|
1362
1032
|
"sha256": "9e334ee8d6f170a3ca60ca8c295206587bec252edbd79ae67eb57e3bfeccd467",
|
|
1363
1033
|
"size_bytes": 10438
|
|
1364
1034
|
},
|
|
1365
|
-
{
|
|
1366
|
-
"path": "src/commands/release/plan.test.ts",
|
|
1367
|
-
"sha256": "7a597b0211035d2a4912b984b95d3592f1eaf3959dbbe1dd0100a5364e3904ea",
|
|
1368
|
-
"size_bytes": 3405
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"path": "src/commands/release/release-check-script.test.ts",
|
|
1372
|
-
"sha256": "2cc55086d7dc772073f9b3811d733fbcff7c0a89a00218c23cb3b21a7ad33de2",
|
|
1373
|
-
"size_bytes": 2927
|
|
1374
|
-
},
|
|
1375
1035
|
{
|
|
1376
1036
|
"path": "src/commands/release/release.command.ts",
|
|
1377
1037
|
"sha256": "3164bd5b6b66c8923cfeed0e82a16a968c57c89fb40b5e8fcba6369b18848dc2",
|
|
1378
1038
|
"size_bytes": 846
|
|
1379
1039
|
},
|
|
1380
|
-
{
|
|
1381
|
-
"path": "src/commands/runtime.command.test.ts",
|
|
1382
|
-
"sha256": "fe012609e1fd20994838123e1be33577cb4112f3dc0b4970ed17a116948ef4f7",
|
|
1383
|
-
"size_bytes": 8079
|
|
1384
|
-
},
|
|
1385
1040
|
{
|
|
1386
1041
|
"path": "src/commands/runtime.command.ts",
|
|
1387
1042
|
"sha256": "c6237396b6724faa6f5cedfc166eb5b6fec4e710998b34af91d975b628df0412",
|
|
@@ -1392,15 +1047,10 @@
|
|
|
1392
1047
|
"sha256": "2433f38217f6143e9d3580244be0f7069214d7ac3d93554adc0a881e4e8c3017",
|
|
1393
1048
|
"size_bytes": 121
|
|
1394
1049
|
},
|
|
1395
|
-
{
|
|
1396
|
-
"path": "src/commands/scenario/impl/commands.test.ts",
|
|
1397
|
-
"sha256": "6941c37f5f10ee29796a77ddfbe04b6838490a782553c021962323e7e8370f98",
|
|
1398
|
-
"size_bytes": 1691
|
|
1399
|
-
},
|
|
1400
1050
|
{
|
|
1401
1051
|
"path": "src/commands/scenario/impl/commands.ts",
|
|
1402
|
-
"sha256": "
|
|
1403
|
-
"size_bytes":
|
|
1052
|
+
"sha256": "60e0313a352c9acb5dd1e4343103bccbee9816cb246ab53a06d4759197b0885b",
|
|
1053
|
+
"size_bytes": 12638
|
|
1404
1054
|
},
|
|
1405
1055
|
{
|
|
1406
1056
|
"path": "src/commands/scenario/impl/report.ts",
|
|
@@ -1409,43 +1059,33 @@
|
|
|
1409
1059
|
},
|
|
1410
1060
|
{
|
|
1411
1061
|
"path": "src/commands/scenario/info.command.ts",
|
|
1412
|
-
"sha256": "
|
|
1413
|
-
"size_bytes":
|
|
1062
|
+
"sha256": "69f594f4bd53ab473564049bb6c6e0cc56400eafebd31393456d29cc9c744744",
|
|
1063
|
+
"size_bytes": 1292
|
|
1414
1064
|
},
|
|
1415
1065
|
{
|
|
1416
1066
|
"path": "src/commands/scenario/list.command.ts",
|
|
1417
|
-
"sha256": "
|
|
1418
|
-
"size_bytes":
|
|
1067
|
+
"sha256": "31b7f02b4b529a884c57ab7fedf337fa837cd64fc37d397745c64854ac03bfd3",
|
|
1068
|
+
"size_bytes": 653
|
|
1419
1069
|
},
|
|
1420
1070
|
{
|
|
1421
1071
|
"path": "src/commands/scenario/run.command.ts",
|
|
1422
|
-
"sha256": "
|
|
1423
|
-
"size_bytes":
|
|
1072
|
+
"sha256": "bc8784b25de088647bead6a1fbd07016a1d8a916e46f9df11b346787943c249a",
|
|
1073
|
+
"size_bytes": 1276
|
|
1424
1074
|
},
|
|
1425
1075
|
{
|
|
1426
1076
|
"path": "src/commands/scenario/scenario.command.ts",
|
|
1427
1077
|
"sha256": "55f4cc35096127a7ba49c754964ddffe4b56980a838aa416525fa26ffecb4700",
|
|
1428
1078
|
"size_bytes": 1514
|
|
1429
1079
|
},
|
|
1430
|
-
{
|
|
1431
|
-
"path": "src/commands/shared/approval-requirements.test.ts",
|
|
1432
|
-
"sha256": "04e6928a41e0be647ac625c9fc18ff7155dba828b3655c1e17ced2099871cc7c",
|
|
1433
|
-
"size_bytes": 2092
|
|
1434
|
-
},
|
|
1435
1080
|
{
|
|
1436
1081
|
"path": "src/commands/shared/approval-requirements.ts",
|
|
1437
1082
|
"sha256": "36f28872c3c202d9632e266309019cf34d33ffe3a040c84767ba17be030de716",
|
|
1438
1083
|
"size_bytes": 3337
|
|
1439
1084
|
},
|
|
1440
|
-
{
|
|
1441
|
-
"path": "src/commands/shared/git-context.test.ts",
|
|
1442
|
-
"sha256": "f5c0bc396ddc6fea4db7885eb61d2bcabab6bfaa67eba61564abaef1d6a7dc0c",
|
|
1443
|
-
"size_bytes": 2607
|
|
1444
|
-
},
|
|
1445
1085
|
{
|
|
1446
1086
|
"path": "src/commands/shared/git-context.ts",
|
|
1447
|
-
"sha256": "
|
|
1448
|
-
"size_bytes":
|
|
1087
|
+
"sha256": "25ba607fbb8fd17f9b61348a0edfc397c42786c54bad0411e7c75309b02baf1a",
|
|
1088
|
+
"size_bytes": 5586
|
|
1449
1089
|
},
|
|
1450
1090
|
{
|
|
1451
1091
|
"path": "src/commands/shared/git-diff.ts",
|
|
@@ -1467,11 +1107,6 @@
|
|
|
1467
1107
|
"sha256": "e91e79fe6292e0d1cbfb5c768d76d95cc568c60fdc99189ef67ae6405a5ff81d",
|
|
1468
1108
|
"size_bytes": 508
|
|
1469
1109
|
},
|
|
1470
|
-
{
|
|
1471
|
-
"path": "src/commands/shared/network-approval.test.ts",
|
|
1472
|
-
"sha256": "c9b9bdde4d1eeefe7d8d052244d9c42eada52fa86a7eb898647155dd622a42c4",
|
|
1473
|
-
"size_bytes": 1580
|
|
1474
|
-
},
|
|
1475
1110
|
{
|
|
1476
1111
|
"path": "src/commands/shared/network-approval.ts",
|
|
1477
1112
|
"sha256": "c004418becdd4178181c5784a258cff8adf8a66852cb8ce34aada1fb1be0345d",
|
|
@@ -1487,45 +1122,25 @@
|
|
|
1487
1122
|
"sha256": "e28583db7819c49280e0a4abd5fd7c650e093557a895dfc160b9037871196581",
|
|
1488
1123
|
"size_bytes": 519
|
|
1489
1124
|
},
|
|
1490
|
-
{
|
|
1491
|
-
"path": "src/commands/shared/pr-meta.test.ts",
|
|
1492
|
-
"sha256": "ad36d07cc19f2a19b423f2a394d76a49d0139a09c23219169013984d7b60430a",
|
|
1493
|
-
"size_bytes": 2079
|
|
1494
|
-
},
|
|
1495
1125
|
{
|
|
1496
1126
|
"path": "src/commands/shared/pr-meta.ts",
|
|
1497
1127
|
"sha256": "3e2bbb0e8c901d52ff3e6b126b4870bc35e1563ca9896ad6d672a38868b06aeb",
|
|
1498
1128
|
"size_bytes": 3502
|
|
1499
1129
|
},
|
|
1500
|
-
{
|
|
1501
|
-
"path": "src/commands/shared/reconcile-check.test.ts",
|
|
1502
|
-
"sha256": "1b6bf57df11c32e084cae8d64645c59dd4814cc8149e4016cc6b936e47dd2637",
|
|
1503
|
-
"size_bytes": 4049
|
|
1504
|
-
},
|
|
1505
1130
|
{
|
|
1506
1131
|
"path": "src/commands/shared/reconcile-check.ts",
|
|
1507
|
-
"sha256": "
|
|
1508
|
-
"size_bytes":
|
|
1509
|
-
},
|
|
1510
|
-
{
|
|
1511
|
-
"path": "src/commands/shared/task-backend.test.ts",
|
|
1512
|
-
"sha256": "d66bb236266c1bf7fbb7055addf2ab07a5f97398b6224075cbdb59b967823529",
|
|
1513
|
-
"size_bytes": 2859
|
|
1132
|
+
"sha256": "8e6a9678aaab93059c4bab0712f9bdd2340f7ab803efe7e0b88dae73c58450e7",
|
|
1133
|
+
"size_bytes": 5393
|
|
1514
1134
|
},
|
|
1515
1135
|
{
|
|
1516
1136
|
"path": "src/commands/shared/task-backend.ts",
|
|
1517
|
-
"sha256": "
|
|
1518
|
-
"size_bytes":
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"path": "src/commands/shared/task-store.test.ts",
|
|
1522
|
-
"sha256": "19429c4104cf1cbdb467325cc2a790f67e5b1adf3b46d0779bbc7f71698d596e",
|
|
1523
|
-
"size_bytes": 4807
|
|
1137
|
+
"sha256": "7c9e1c1601a984c92e9c50e3a81078d5f27bdc92829eeae751d141e16decab09",
|
|
1138
|
+
"size_bytes": 5624
|
|
1524
1139
|
},
|
|
1525
1140
|
{
|
|
1526
1141
|
"path": "src/commands/shared/task-store.ts",
|
|
1527
|
-
"sha256": "
|
|
1528
|
-
"size_bytes":
|
|
1142
|
+
"sha256": "7837d6720fcd02d2b489b70be9b6fe9331c9297af74775a8427c79b815bb1f99",
|
|
1143
|
+
"size_bytes": 12512
|
|
1529
1144
|
},
|
|
1530
1145
|
{
|
|
1531
1146
|
"path": "src/commands/start.command.ts",
|
|
@@ -1559,8 +1174,8 @@
|
|
|
1559
1174
|
},
|
|
1560
1175
|
{
|
|
1561
1176
|
"path": "src/commands/task/block.ts",
|
|
1562
|
-
"sha256": "
|
|
1563
|
-
"size_bytes":
|
|
1177
|
+
"sha256": "cc0f4036a7b01b74816ad6154481d782c243258028bafc0b6941d72fee5311dd",
|
|
1178
|
+
"size_bytes": 5992
|
|
1564
1179
|
},
|
|
1565
1180
|
{
|
|
1566
1181
|
"path": "src/commands/task/close-duplicate.command.ts",
|
|
@@ -1569,8 +1184,8 @@
|
|
|
1569
1184
|
},
|
|
1570
1185
|
{
|
|
1571
1186
|
"path": "src/commands/task/close-duplicate.ts",
|
|
1572
|
-
"sha256": "
|
|
1573
|
-
"size_bytes":
|
|
1187
|
+
"sha256": "57029f8b560a13a4605d182ccda57e574ea5fc8423310114179eb065ad497fb6",
|
|
1188
|
+
"size_bytes": 2664
|
|
1574
1189
|
},
|
|
1575
1190
|
{
|
|
1576
1191
|
"path": "src/commands/task/close-noop.command.ts",
|
|
@@ -1579,8 +1194,13 @@
|
|
|
1579
1194
|
},
|
|
1580
1195
|
{
|
|
1581
1196
|
"path": "src/commands/task/close-noop.ts",
|
|
1582
|
-
"sha256": "
|
|
1583
|
-
"size_bytes":
|
|
1197
|
+
"sha256": "46c5466ade1740343c50dbf65762e37fa6ed909fb963829b79a464d2cb1e9cdd",
|
|
1198
|
+
"size_bytes": 2347
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"path": "src/commands/task/close-shared.ts",
|
|
1202
|
+
"sha256": "72926eeaba2bc1cd8e43724fd0829146e1dc437ef29d35d258dc0def1606095a",
|
|
1203
|
+
"size_bytes": 3034
|
|
1584
1204
|
},
|
|
1585
1205
|
{
|
|
1586
1206
|
"path": "src/commands/task/comment.command.ts",
|
|
@@ -1589,8 +1209,8 @@
|
|
|
1589
1209
|
},
|
|
1590
1210
|
{
|
|
1591
1211
|
"path": "src/commands/task/comment.ts",
|
|
1592
|
-
"sha256": "
|
|
1593
|
-
"size_bytes":
|
|
1212
|
+
"sha256": "13f30fba532a4d550dd17e0f4fe46d2eafd5c0e751503315c8f3b668a1ddad48",
|
|
1213
|
+
"size_bytes": 2408
|
|
1594
1214
|
},
|
|
1595
1215
|
{
|
|
1596
1216
|
"path": "src/commands/task/derive.command.ts",
|
|
@@ -1604,8 +1224,8 @@
|
|
|
1604
1224
|
},
|
|
1605
1225
|
{
|
|
1606
1226
|
"path": "src/commands/task/doc-set.command.ts",
|
|
1607
|
-
"sha256": "
|
|
1608
|
-
"size_bytes":
|
|
1227
|
+
"sha256": "644994971dab12ba3b743ead93064a948d6b16d518bb20ba91e6da2430903338",
|
|
1228
|
+
"size_bytes": 4427
|
|
1609
1229
|
},
|
|
1610
1230
|
{
|
|
1611
1231
|
"path": "src/commands/task/doc-show.command.ts",
|
|
@@ -1614,18 +1234,18 @@
|
|
|
1614
1234
|
},
|
|
1615
1235
|
{
|
|
1616
1236
|
"path": "src/commands/task/doc-template.ts",
|
|
1617
|
-
"sha256": "
|
|
1618
|
-
"size_bytes":
|
|
1237
|
+
"sha256": "f7153403923ac0fbf0274bff7519cf0674de9018e7ad820446775b5f7cf0aad3",
|
|
1238
|
+
"size_bytes": 4370
|
|
1619
1239
|
},
|
|
1620
1240
|
{
|
|
1621
1241
|
"path": "src/commands/task/doc.command.ts",
|
|
1622
|
-
"sha256": "
|
|
1623
|
-
"size_bytes":
|
|
1242
|
+
"sha256": "ae99b08612276e18aa40ea3ed2931765ddbd99625cb28c06543c33cf2a15af26",
|
|
1243
|
+
"size_bytes": 1126
|
|
1624
1244
|
},
|
|
1625
1245
|
{
|
|
1626
1246
|
"path": "src/commands/task/doc.ts",
|
|
1627
|
-
"sha256": "
|
|
1628
|
-
"size_bytes":
|
|
1247
|
+
"sha256": "b57835319e96f8c2f5e55fbc1223655b9cf4b9cc8589ef5205162c3196aa32a9",
|
|
1248
|
+
"size_bytes": 10053
|
|
1629
1249
|
},
|
|
1630
1250
|
{
|
|
1631
1251
|
"path": "src/commands/task/export.command.ts",
|
|
@@ -1634,18 +1254,13 @@
|
|
|
1634
1254
|
},
|
|
1635
1255
|
{
|
|
1636
1256
|
"path": "src/commands/task/export.ts",
|
|
1637
|
-
"sha256": "
|
|
1638
|
-
"size_bytes":
|
|
1257
|
+
"sha256": "1083c3a4b33b5b20a4e3cb3659fb036e5875f8cd0778cf1ef841e7efa79c7c3e",
|
|
1258
|
+
"size_bytes": 1229
|
|
1639
1259
|
},
|
|
1640
1260
|
{
|
|
1641
1261
|
"path": "src/commands/task/finish.ts",
|
|
1642
|
-
"sha256": "
|
|
1643
|
-
"size_bytes":
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
"path": "src/commands/task/finish.unit.test.ts",
|
|
1647
|
-
"sha256": "7037a179e51e1f8b572d42bd7bdf670dc36b8a9b0c8f15fc2eb461655312ba2d",
|
|
1648
|
-
"size_bytes": 26103
|
|
1262
|
+
"sha256": "d5625a623c840ad3323cb5efe00b4c998d4504dc53d7020bc3672f1607c56f1c",
|
|
1263
|
+
"size_bytes": 18345
|
|
1649
1264
|
},
|
|
1650
1265
|
{
|
|
1651
1266
|
"path": "src/commands/task/index.ts",
|
|
@@ -1687,15 +1302,10 @@
|
|
|
1687
1302
|
"sha256": "bd333d50b719bd53b1b87f3c5f8b95ab22ce09bf869263dcf510ae92d3ad9b1b",
|
|
1688
1303
|
"size_bytes": 2595
|
|
1689
1304
|
},
|
|
1690
|
-
{
|
|
1691
|
-
"path": "src/commands/task/migrate-doc.test.ts",
|
|
1692
|
-
"sha256": "2099b8f2eb2383f98b4321e1c6617b6db763dd4c467eda00622356ee45893929",
|
|
1693
|
-
"size_bytes": 10909
|
|
1694
|
-
},
|
|
1695
1305
|
{
|
|
1696
1306
|
"path": "src/commands/task/migrate-doc.ts",
|
|
1697
|
-
"sha256": "
|
|
1698
|
-
"size_bytes":
|
|
1307
|
+
"sha256": "fc8b35a3e2c80f62dc29d2ac44f60ff70d3e2c0b2462ffc33bd1be0869a57464",
|
|
1308
|
+
"size_bytes": 11814
|
|
1699
1309
|
},
|
|
1700
1310
|
{
|
|
1701
1311
|
"path": "src/commands/task/migrate.command.ts",
|
|
@@ -1764,18 +1374,18 @@
|
|
|
1764
1374
|
},
|
|
1765
1375
|
{
|
|
1766
1376
|
"path": "src/commands/task/plan-set.command.ts",
|
|
1767
|
-
"sha256": "
|
|
1768
|
-
"size_bytes":
|
|
1377
|
+
"sha256": "087dd132c19b38f76e9727d3a3139434ecd7f89b0cb62a88203639cffe13a7d3",
|
|
1378
|
+
"size_bytes": 2841
|
|
1769
1379
|
},
|
|
1770
1380
|
{
|
|
1771
|
-
"path": "src/commands/task/plan.ts",
|
|
1772
|
-
"sha256": "
|
|
1773
|
-
"size_bytes":
|
|
1381
|
+
"path": "src/commands/task/plan.command.ts",
|
|
1382
|
+
"sha256": "72c5d5bdd88f88eb0aeda41d5fd3ed072f37a369d7d25b15604b142a619675b9",
|
|
1383
|
+
"size_bytes": 1667
|
|
1774
1384
|
},
|
|
1775
1385
|
{
|
|
1776
|
-
"path": "src/commands/task/plan.
|
|
1777
|
-
"sha256": "
|
|
1778
|
-
"size_bytes":
|
|
1386
|
+
"path": "src/commands/task/plan.ts",
|
|
1387
|
+
"sha256": "c9d1e9a47506f9a58818c2a72bf94cf3c1e7ab32396a2842750f721b468f1470",
|
|
1388
|
+
"size_bytes": 13403
|
|
1779
1389
|
},
|
|
1780
1390
|
{
|
|
1781
1391
|
"path": "src/commands/task/ready.ts",
|
|
@@ -1829,28 +1439,18 @@
|
|
|
1829
1439
|
},
|
|
1830
1440
|
{
|
|
1831
1441
|
"path": "src/commands/task/set-status.command.ts",
|
|
1832
|
-
"sha256": "
|
|
1833
|
-
"size_bytes":
|
|
1442
|
+
"sha256": "a6850c6de589393b52f43c622d43f05056c0ffd569a0d04183386dc042c8c276",
|
|
1443
|
+
"size_bytes": 7493
|
|
1834
1444
|
},
|
|
1835
1445
|
{
|
|
1836
1446
|
"path": "src/commands/task/set-status.ts",
|
|
1837
|
-
"sha256": "
|
|
1838
|
-
"size_bytes":
|
|
1447
|
+
"sha256": "3f11a3770f0aba126f1d0ea7cc649ce111a22a2d4f42035464765da450e1930a",
|
|
1448
|
+
"size_bytes": 7637
|
|
1839
1449
|
},
|
|
1840
1450
|
{
|
|
1841
1451
|
"path": "src/commands/task/shared.ts",
|
|
1842
|
-
"sha256": "
|
|
1843
|
-
"size_bytes":
|
|
1844
|
-
},
|
|
1845
|
-
{
|
|
1846
|
-
"path": "src/commands/task/shared.unit.test.ts",
|
|
1847
|
-
"sha256": "474c4a38098795a414f89085cb35142798c2c00183c32854d6f73591d2d55770",
|
|
1848
|
-
"size_bytes": 16961
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
"path": "src/commands/task/shared.verify-steps.test.ts",
|
|
1852
|
-
"sha256": "4212d5a8776bb9345a9eb5ed1825d8c42fae812bf37f2696a60572c9b9686b2a",
|
|
1853
|
-
"size_bytes": 971
|
|
1452
|
+
"sha256": "f3be8c30429207441825877aa37b830164a3de41ff9c72892ec82bb24a644161",
|
|
1453
|
+
"size_bytes": 1473
|
|
1854
1454
|
},
|
|
1855
1455
|
{
|
|
1856
1456
|
"path": "src/commands/task/shared/dependencies.ts",
|
|
@@ -1859,8 +1459,8 @@
|
|
|
1859
1459
|
},
|
|
1860
1460
|
{
|
|
1861
1461
|
"path": "src/commands/task/shared/docs.ts",
|
|
1862
|
-
"sha256": "
|
|
1863
|
-
"size_bytes":
|
|
1462
|
+
"sha256": "b3eba71ff1e90eb263cf972757cdeb846cd37edf3c70f214b3b044175284ec79",
|
|
1463
|
+
"size_bytes": 5198
|
|
1864
1464
|
},
|
|
1865
1465
|
{
|
|
1866
1466
|
"path": "src/commands/task/shared/listing.ts",
|
|
@@ -1874,8 +1474,8 @@
|
|
|
1874
1474
|
},
|
|
1875
1475
|
{
|
|
1876
1476
|
"path": "src/commands/task/shared/transitions.ts",
|
|
1877
|
-
"sha256": "
|
|
1878
|
-
"size_bytes":
|
|
1477
|
+
"sha256": "0b913777ea3617d2375a4cca20c357f4c611dd7706f3ebb7e5f96608518d4c15",
|
|
1478
|
+
"size_bytes": 6930
|
|
1879
1479
|
},
|
|
1880
1480
|
{
|
|
1881
1481
|
"path": "src/commands/task/show.command.ts",
|
|
@@ -1909,8 +1509,13 @@
|
|
|
1909
1509
|
},
|
|
1910
1510
|
{
|
|
1911
1511
|
"path": "src/commands/task/start.ts",
|
|
1912
|
-
"sha256": "
|
|
1913
|
-
"size_bytes":
|
|
1512
|
+
"sha256": "06a6674201706c12ca2622d5d5b90b6e27314d52dd61eab87a3f626a66f690a7",
|
|
1513
|
+
"size_bytes": 8982
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"path": "src/commands/task/task.command.ts",
|
|
1517
|
+
"sha256": "29aa5f17f7834aa52ace8557970e82057a48a42a892d7fc0e8b6573a588f583e",
|
|
1518
|
+
"size_bytes": 2410
|
|
1914
1519
|
},
|
|
1915
1520
|
{
|
|
1916
1521
|
"path": "src/commands/task/update.command.ts",
|
|
@@ -1923,24 +1528,24 @@
|
|
|
1923
1528
|
"size_bytes": 3877
|
|
1924
1529
|
},
|
|
1925
1530
|
{
|
|
1926
|
-
"path": "src/commands/task/verify-
|
|
1927
|
-
"sha256": "
|
|
1928
|
-
"size_bytes":
|
|
1531
|
+
"path": "src/commands/task/verify-command-shared.ts",
|
|
1532
|
+
"sha256": "dd91fd96f0aa37913460927b1c6708c69e1d0af218ef95ca478d4a20db674966",
|
|
1533
|
+
"size_bytes": 2163
|
|
1929
1534
|
},
|
|
1930
1535
|
{
|
|
1931
|
-
"path": "src/commands/task/verify-
|
|
1932
|
-
"sha256": "
|
|
1933
|
-
"size_bytes":
|
|
1536
|
+
"path": "src/commands/task/verify-ok.command.ts",
|
|
1537
|
+
"sha256": "288a10e5103a1235360afb76806ceef21b38e81e99b1c11286dcc111cabea7b6",
|
|
1538
|
+
"size_bytes": 1803
|
|
1934
1539
|
},
|
|
1935
1540
|
{
|
|
1936
|
-
"path": "src/commands/task/verify-record.
|
|
1937
|
-
"sha256": "
|
|
1938
|
-
"size_bytes":
|
|
1541
|
+
"path": "src/commands/task/verify-record.ts",
|
|
1542
|
+
"sha256": "09ce6b8b44bcffc2eedb26fdbecb54381de5a0142633e186622d81f48578aa35",
|
|
1543
|
+
"size_bytes": 10441
|
|
1939
1544
|
},
|
|
1940
1545
|
{
|
|
1941
1546
|
"path": "src/commands/task/verify-rework.command.ts",
|
|
1942
|
-
"sha256": "
|
|
1943
|
-
"size_bytes":
|
|
1547
|
+
"sha256": "ef41aa1c473f8f89ca1e41367b22c345b778b37cce8e8399991f61584fec5767",
|
|
1548
|
+
"size_bytes": 1881
|
|
1944
1549
|
},
|
|
1945
1550
|
{
|
|
1946
1551
|
"path": "src/commands/task/verify-show.command.ts",
|
|
@@ -1952,66 +1557,16 @@
|
|
|
1952
1557
|
"sha256": "2e602cf30c265dd7b40929d6d8ccbdc23dda12aaf4ce0d8b6d46f5d6fcc36d46",
|
|
1953
1558
|
"size_bytes": 1085
|
|
1954
1559
|
},
|
|
1955
|
-
{
|
|
1956
|
-
"path": "src/commands/task/warn-owner.unit.test.ts",
|
|
1957
|
-
"sha256": "e1b2b539883978a5e035cbef56f2298f5d10447c8bafb9fa95b740b4f818a7f8",
|
|
1958
|
-
"size_bytes": 3044
|
|
1959
|
-
},
|
|
1960
|
-
{
|
|
1961
|
-
"path": "src/commands/upgrade.agent-mode.test.ts",
|
|
1962
|
-
"sha256": "4ed7b71501ba6aa68c6676d172f9d9c9bc3ceade2a9ec9c3f877181d716e6751",
|
|
1963
|
-
"size_bytes": 4699
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
"path": "src/commands/upgrade.cleanup.test.ts",
|
|
1967
|
-
"sha256": "5fff66f62c49e8de85229c8565e173f945622c3ceac5b2fe8ad6c62becf2164b",
|
|
1968
|
-
"size_bytes": 2640
|
|
1969
|
-
},
|
|
1970
1560
|
{
|
|
1971
1561
|
"path": "src/commands/upgrade.command.ts",
|
|
1972
1562
|
"sha256": "d5808a2a39ddcde9ced4e835ab0c20280b6195a2db323cddd68de22d702c6c5b",
|
|
1973
1563
|
"size_bytes": 5762
|
|
1974
1564
|
},
|
|
1975
|
-
{
|
|
1976
|
-
"path": "src/commands/upgrade.json-merge.stability.test.ts",
|
|
1977
|
-
"sha256": "f4cb3c324c862b83f2406efc15338dea14c1fca3888aadf9418a4b79445dad65",
|
|
1978
|
-
"size_bytes": 2282
|
|
1979
|
-
},
|
|
1980
|
-
{
|
|
1981
|
-
"path": "src/commands/upgrade.merge.test.ts",
|
|
1982
|
-
"sha256": "98311dc99a5a191290b2334ff3112b73638b360ef1597905c435bbfddd92c8f6",
|
|
1983
|
-
"size_bytes": 15739
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"path": "src/commands/upgrade.release-assets.unit.test.ts",
|
|
1987
|
-
"sha256": "7d4e7a3b26b872699327c034ce2d398f26635ebc06909b6f5e9cf33c30025ae6",
|
|
1988
|
-
"size_bytes": 1354
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"path": "src/commands/upgrade.safety.test.ts",
|
|
1992
|
-
"sha256": "9d45b601e6a663eba4d1aefd7ba0c35a54b86210ac55ff3b8336a6789468dc1c",
|
|
1993
|
-
"size_bytes": 8941
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
"path": "src/commands/upgrade.spec-parse.test.ts",
|
|
1997
|
-
"sha256": "37df433d473d35b9f377b0ab57209abc0a09e79b5939d3be12a5caffc3fe2ff0",
|
|
1998
|
-
"size_bytes": 2569
|
|
1999
|
-
},
|
|
2000
|
-
{
|
|
2001
|
-
"path": "src/commands/upgrade.tarball-url.unit.test.ts",
|
|
2002
|
-
"sha256": "925a18c5c0fed846b085cf2fce11c658f70ab4015448538b32e10aee08dccca9",
|
|
2003
|
-
"size_bytes": 1214
|
|
2004
|
-
},
|
|
2005
1565
|
{
|
|
2006
1566
|
"path": "src/commands/upgrade.ts",
|
|
2007
1567
|
"sha256": "322279fc7b791d8bd9aca1fbc350af5cb516f326e00f32d9e8547da42f2f0ecb",
|
|
2008
1568
|
"size_bytes": 28709
|
|
2009
1569
|
},
|
|
2010
|
-
{
|
|
2011
|
-
"path": "src/commands/upgrade.unit.test.ts",
|
|
2012
|
-
"sha256": "f21d0d00b707a09c30f12185e809cd558918d845ef0203785c2324b20f3fb144",
|
|
2013
|
-
"size_bytes": 952
|
|
2014
|
-
},
|
|
2015
1570
|
{
|
|
2016
1571
|
"path": "src/commands/upgrade/apply.ts",
|
|
2017
1572
|
"sha256": "59d85cd414e512745da15ef9a1b5c02ace194f8d1611dbfaf6363d2623050fe8",
|
|
@@ -2044,8 +1599,8 @@
|
|
|
2044
1599
|
},
|
|
2045
1600
|
{
|
|
2046
1601
|
"path": "src/commands/verify.spec.ts",
|
|
2047
|
-
"sha256": "
|
|
2048
|
-
"size_bytes":
|
|
1602
|
+
"sha256": "b7f379e5b2c7e818e97c9a195542d6040ab9b3796485f86c36542dbb43d21b55",
|
|
1603
|
+
"size_bytes": 2848
|
|
2049
1604
|
},
|
|
2050
1605
|
{
|
|
2051
1606
|
"path": "src/commands/workflow-build.command.ts",
|
|
@@ -2067,31 +1622,16 @@
|
|
|
2067
1622
|
"sha256": "49cb076a793bfe1f688e3c275df63b38cd02bcc70fac5fea434b58bd4884b6c5",
|
|
2068
1623
|
"size_bytes": 1467
|
|
2069
1624
|
},
|
|
2070
|
-
{
|
|
2071
|
-
"path": "src/commands/workflow.test.ts",
|
|
2072
|
-
"sha256": "2fb6ebcec12cf238cbb38c659b237b141503825d57f6cf5f56594a94c583cef7",
|
|
2073
|
-
"size_bytes": 49380
|
|
2074
|
-
},
|
|
2075
1625
|
{
|
|
2076
1626
|
"path": "src/commands/workflow.ts",
|
|
2077
1627
|
"sha256": "2ca18edef6c48dddfd82cc586c00738db070efabea02ca79a97474d061c3b588",
|
|
2078
1628
|
"size_bytes": 1145
|
|
2079
1629
|
},
|
|
2080
|
-
{
|
|
2081
|
-
"path": "src/harness/dynamic-tool-contract.test.ts",
|
|
2082
|
-
"sha256": "46d4bc4cddb95d9526a033e3766f632af75ee4b82de718de9d667bc111f2be1b",
|
|
2083
|
-
"size_bytes": 1203
|
|
2084
|
-
},
|
|
2085
1630
|
{
|
|
2086
1631
|
"path": "src/harness/dynamic-tool-contract.ts",
|
|
2087
1632
|
"sha256": "13e182778153d45c86d5ee4de6b1061396e3a46f900d0493fd48837a43fc644d",
|
|
2088
1633
|
"size_bytes": 3164
|
|
2089
1634
|
},
|
|
2090
|
-
{
|
|
2091
|
-
"path": "src/harness/hooks-lifecycle.test.ts",
|
|
2092
|
-
"sha256": "220bc0ce486be88f0e4ebddbc73887eb12342663bcb5d8dab09892a3c999d81b",
|
|
2093
|
-
"size_bytes": 1508
|
|
2094
|
-
},
|
|
2095
1635
|
{
|
|
2096
1636
|
"path": "src/harness/hooks-lifecycle.ts",
|
|
2097
1637
|
"sha256": "4f6c77664ac78d012265ce5d62d86491c9725fd87556b5509f131eda3d0d41e2",
|
|
@@ -2102,71 +1642,36 @@
|
|
|
2102
1642
|
"sha256": "41c333bf5842f91b25cf947b5a80ef341924ad7cf20c60fccbb6ebd4510c61e4",
|
|
2103
1643
|
"size_bytes": 295
|
|
2104
1644
|
},
|
|
2105
|
-
{
|
|
2106
|
-
"path": "src/harness/reconcile.test.ts",
|
|
2107
|
-
"sha256": "5ff7d8ccd27476565750473d2263518f5fb4fb27169d0906292896c11f16ec3e",
|
|
2108
|
-
"size_bytes": 1452
|
|
2109
|
-
},
|
|
2110
1645
|
{
|
|
2111
1646
|
"path": "src/harness/reconcile.ts",
|
|
2112
1647
|
"sha256": "ed0ceb439d7df7d9465726de112730841b30ae7cd94d02baeddb0245c99869e1",
|
|
2113
1648
|
"size_bytes": 2652
|
|
2114
1649
|
},
|
|
2115
|
-
{
|
|
2116
|
-
"path": "src/harness/retry-policy.test.ts",
|
|
2117
|
-
"sha256": "39235b1b7c11d99de1cf36f0570c7cc9cdff35219a0a5f9abcdafc5893f662b7",
|
|
2118
|
-
"size_bytes": 1322
|
|
2119
|
-
},
|
|
2120
1650
|
{
|
|
2121
1651
|
"path": "src/harness/retry-policy.ts",
|
|
2122
1652
|
"sha256": "d5d8454dfe2b65dc93c7a7478d46588264f94c472fa35a218760a6f6fb07fc0c",
|
|
2123
1653
|
"size_bytes": 1981
|
|
2124
1654
|
},
|
|
2125
|
-
{
|
|
2126
|
-
"path": "src/harness/scheduler.test.ts",
|
|
2127
|
-
"sha256": "ff9e4c669248b75c03fdc1d42f4cf2318ff442ce7b69ef39a676299dff16a74b",
|
|
2128
|
-
"size_bytes": 1144
|
|
2129
|
-
},
|
|
2130
1655
|
{
|
|
2131
1656
|
"path": "src/harness/scheduler.ts",
|
|
2132
1657
|
"sha256": "5a247018db5ffae86ea14902359f0677e3fe19c2fcd0fe929289af5fdc7e2390",
|
|
2133
1658
|
"size_bytes": 2511
|
|
2134
1659
|
},
|
|
2135
|
-
{
|
|
2136
|
-
"path": "src/harness/state-machine.test.ts",
|
|
2137
|
-
"sha256": "49141462028423a4e314e772e8a6deab71679072ff315e738d4a639c99b04204",
|
|
2138
|
-
"size_bytes": 630
|
|
2139
|
-
},
|
|
2140
1660
|
{
|
|
2141
1661
|
"path": "src/harness/state-machine.ts",
|
|
2142
1662
|
"sha256": "fd00cb3affb448cf4b661c035482c35ecd3fd8cfea3e8a7b03700e2732d91c68",
|
|
2143
1663
|
"size_bytes": 2590
|
|
2144
1664
|
},
|
|
2145
|
-
{
|
|
2146
|
-
"path": "src/harness/token-accounting.test.ts",
|
|
2147
|
-
"sha256": "20614212c37057855aa4577e8330a65ebf344d5651348b728c523935f5df321c",
|
|
2148
|
-
"size_bytes": 1386
|
|
2149
|
-
},
|
|
2150
1665
|
{
|
|
2151
1666
|
"path": "src/harness/token-accounting.ts",
|
|
2152
1667
|
"sha256": "d36e57c555e86b799d5c8cc8cdb42576b612fd5eb328e99543198d512ee0ec09",
|
|
2153
1668
|
"size_bytes": 3090
|
|
2154
1669
|
},
|
|
2155
|
-
{
|
|
2156
|
-
"path": "src/harness/workspace-safety.test.ts",
|
|
2157
|
-
"sha256": "2f7a7f0d21d6ead2df089751d2c4d71485b8bbf6fe847efb95e2fd70b011474f",
|
|
2158
|
-
"size_bytes": 1011
|
|
2159
|
-
},
|
|
2160
1670
|
{
|
|
2161
1671
|
"path": "src/harness/workspace-safety.ts",
|
|
2162
1672
|
"sha256": "60f31df9acc571aff85d46cf551597f690b60574efbd62b0148f6f6f7d5e00ad",
|
|
2163
1673
|
"size_bytes": 2207
|
|
2164
1674
|
},
|
|
2165
|
-
{
|
|
2166
|
-
"path": "src/meta/release.test.ts",
|
|
2167
|
-
"sha256": "66eb91364b04585b74321f0a15c5ace5adc069c2779505ae3f207e0894a5f3d4",
|
|
2168
|
-
"size_bytes": 2911
|
|
2169
|
-
},
|
|
2170
1675
|
{
|
|
2171
1676
|
"path": "src/meta/release.ts",
|
|
2172
1677
|
"sha256": "1a8f3ef8fa09873f316024d97f9fbed20d4eeb3b9856b87a4a5c88c1ae977a72",
|
|
@@ -2177,21 +1682,11 @@
|
|
|
2177
1682
|
"sha256": "17d56dd9ea8c15cca8f8bb1b6ddcaff3dd7b075629b936ad211a75c6767ff2b7",
|
|
2178
1683
|
"size_bytes": 546
|
|
2179
1684
|
},
|
|
2180
|
-
{
|
|
2181
|
-
"path": "src/policy/engine.test.ts",
|
|
2182
|
-
"sha256": "61f9a0c520d1cba752b10d19b3b49728b5aaffd4b6c6c5dc9a28d6a8edfc87c2",
|
|
2183
|
-
"size_bytes": 894
|
|
2184
|
-
},
|
|
2185
1685
|
{
|
|
2186
1686
|
"path": "src/policy/engine.ts",
|
|
2187
1687
|
"sha256": "99e328687a792c0283b66449a90b27ec1f4a2c1b1947be2d7bbbfd518dc3c9e5",
|
|
2188
1688
|
"size_bytes": 1791
|
|
2189
1689
|
},
|
|
2190
|
-
{
|
|
2191
|
-
"path": "src/policy/evaluate.test.ts",
|
|
2192
|
-
"sha256": "338085b8a8341d2c14fb8e4c1d342fd3e1c2b0bde2c3ed6a18694244b6b0093d",
|
|
2193
|
-
"size_bytes": 2875
|
|
2194
|
-
},
|
|
2195
1690
|
{
|
|
2196
1691
|
"path": "src/policy/evaluate.ts",
|
|
2197
1692
|
"sha256": "64c1ff9750b4d68fa757da1cf9a4078b6ef95ac4f15a74d2271670d2e021728f",
|
|
@@ -2204,8 +1699,8 @@
|
|
|
2204
1699
|
},
|
|
2205
1700
|
{
|
|
2206
1701
|
"path": "src/policy/rules/allowlist.ts",
|
|
2207
|
-
"sha256": "
|
|
2208
|
-
"size_bytes":
|
|
1702
|
+
"sha256": "9e87bc57f28be587261043949a4f703499a0cf4348bb34e61da94ad65eeab1f2",
|
|
1703
|
+
"size_bytes": 1914
|
|
2209
1704
|
},
|
|
2210
1705
|
{
|
|
2211
1706
|
"path": "src/policy/rules/branch-pr-base.ts",
|
|
@@ -2224,8 +1719,8 @@
|
|
|
2224
1719
|
},
|
|
2225
1720
|
{
|
|
2226
1721
|
"path": "src/policy/rules/protected-paths.ts",
|
|
2227
|
-
"sha256": "
|
|
2228
|
-
"size_bytes":
|
|
1722
|
+
"sha256": "ca1d0df920de78fe0d0caa3b4dcf14a6a60799d2cfd5b0a6bb6b5cd1869cd7cc",
|
|
1723
|
+
"size_bytes": 2405
|
|
2229
1724
|
},
|
|
2230
1725
|
{
|
|
2231
1726
|
"path": "src/policy/types.ts",
|
|
@@ -2249,8 +1744,8 @@
|
|
|
2249
1744
|
},
|
|
2250
1745
|
{
|
|
2251
1746
|
"path": "src/ports/task-backend-port.ts",
|
|
2252
|
-
"sha256": "
|
|
2253
|
-
"size_bytes":
|
|
1747
|
+
"sha256": "ab0830696cd8b97bc9daedbbd63650a668ee615597b8dc2628a69cd8feda7fd9",
|
|
1748
|
+
"size_bytes": 283
|
|
2254
1749
|
},
|
|
2255
1750
|
{
|
|
2256
1751
|
"path": "src/recipes/bundled-recipes.ts",
|
|
@@ -2259,34 +1754,19 @@
|
|
|
2259
1754
|
},
|
|
2260
1755
|
{
|
|
2261
1756
|
"path": "src/shared/agent-emoji.ts",
|
|
2262
|
-
"sha256": "
|
|
2263
|
-
"size_bytes":
|
|
2264
|
-
},
|
|
2265
|
-
{
|
|
2266
|
-
"path": "src/shared/agent-emoji.unit.test.ts",
|
|
2267
|
-
"sha256": "21a5625ed71d6a717514ba1d813f9aa27d968e9d4b87449d89832bac942af300",
|
|
2268
|
-
"size_bytes": 1243
|
|
1757
|
+
"sha256": "01ab59eec65554de5443813efb2b81e636b7e88f1f8fa09979970b67478a1058",
|
|
1758
|
+
"size_bytes": 1842
|
|
2269
1759
|
},
|
|
2270
1760
|
{
|
|
2271
1761
|
"path": "src/shared/allow-prefix-policy.ts",
|
|
2272
1762
|
"sha256": "a2dc47f81f710dfdaed924a94ae6dd91e0c541dbb185d23f6677514c8ac5a71d",
|
|
2273
1763
|
"size_bytes": 438
|
|
2274
1764
|
},
|
|
2275
|
-
{
|
|
2276
|
-
"path": "src/shared/comment-format.test.ts",
|
|
2277
|
-
"sha256": "6938795c88f5bd8d26d2a1b52369f15c842c80bb5d17ede7e81dc3498eb8c8f1",
|
|
2278
|
-
"size_bytes": 3840
|
|
2279
|
-
},
|
|
2280
1765
|
{
|
|
2281
1766
|
"path": "src/shared/comment-format.ts",
|
|
2282
1767
|
"sha256": "9531486df3a3d5b2aed8039502204e8f040bfecf444d222031ef8d3ad956413d",
|
|
2283
1768
|
"size_bytes": 2894
|
|
2284
1769
|
},
|
|
2285
|
-
{
|
|
2286
|
-
"path": "src/shared/diagnostics.test.ts",
|
|
2287
|
-
"sha256": "17bc1b9becd998f8b750746d70e898b016b3e3e8e75eb596c89c92795fb042bc",
|
|
2288
|
-
"size_bytes": 1899
|
|
2289
|
-
},
|
|
2290
1770
|
{
|
|
2291
1771
|
"path": "src/shared/diagnostics.ts",
|
|
2292
1772
|
"sha256": "726b9df7698686302bbeff00929ef232083287c7a60e639548c7462644bf4c70",
|
|
@@ -2302,21 +1782,11 @@
|
|
|
2302
1782
|
"sha256": "c40eef3d5d3ce496f540ca990a2d44b8b849b278d9774bebf800cff947ee8a46",
|
|
2303
1783
|
"size_bytes": 1455
|
|
2304
1784
|
},
|
|
2305
|
-
{
|
|
2306
|
-
"path": "src/shared/errors.test.ts",
|
|
2307
|
-
"sha256": "1566200da7fb7d161d77cd3aeae583bafa8495fda63872c389b776f7a5b425e3",
|
|
2308
|
-
"size_bytes": 2599
|
|
2309
|
-
},
|
|
2310
1785
|
{
|
|
2311
1786
|
"path": "src/shared/errors.ts",
|
|
2312
1787
|
"sha256": "b7837d9f294b9ed363e75213db573c26545fb623a3eccad66fdf51a84f9272c2",
|
|
2313
1788
|
"size_bytes": 1310
|
|
2314
1789
|
},
|
|
2315
|
-
{
|
|
2316
|
-
"path": "src/shared/git-log.test.ts",
|
|
2317
|
-
"sha256": "f73bcf710f3a61bb14ab11307f623d3a65c101bf938f29c7fe90b1f66cce2c6e",
|
|
2318
|
-
"size_bytes": 616
|
|
2319
|
-
},
|
|
2320
1790
|
{
|
|
2321
1791
|
"path": "src/shared/git-log.ts",
|
|
2322
1792
|
"sha256": "dd6321a9ea88a319a902f4bb4b8cc09957f4713f3647865faf9b558e7aeac608",
|
|
@@ -2339,29 +1809,19 @@
|
|
|
2339
1809
|
},
|
|
2340
1810
|
{
|
|
2341
1811
|
"path": "src/shared/protected-paths.ts",
|
|
2342
|
-
"sha256": "
|
|
2343
|
-
"size_bytes":
|
|
2344
|
-
},
|
|
2345
|
-
{
|
|
2346
|
-
"path": "src/shared/repo-cli-version.test.ts",
|
|
2347
|
-
"sha256": "8141de04a7ab349704bf3a5e47cefd0b11f28acc04997c4abd2d53e74d2e3237",
|
|
2348
|
-
"size_bytes": 3352
|
|
1812
|
+
"sha256": "81e80fbd46389c036f93cee8f8f951c881b2659f92856c16b32549d88dfbb1c7",
|
|
1813
|
+
"size_bytes": 2838
|
|
2349
1814
|
},
|
|
2350
1815
|
{
|
|
2351
1816
|
"path": "src/shared/repo-cli-version.ts",
|
|
2352
|
-
"sha256": "
|
|
2353
|
-
"size_bytes":
|
|
1817
|
+
"sha256": "90cab2bdd6de5780c413db8b71fd4c6ea0da0e71a65172376cad86fc3994afc5",
|
|
1818
|
+
"size_bytes": 3252
|
|
2354
1819
|
},
|
|
2355
1820
|
{
|
|
2356
1821
|
"path": "src/shared/runtime-artifacts.ts",
|
|
2357
1822
|
"sha256": "36ec5cbb157f3b1ec00467b77c351ee6727309ca6dd60feefbcc6b46d0805cd8",
|
|
2358
1823
|
"size_bytes": 617
|
|
2359
1824
|
},
|
|
2360
|
-
{
|
|
2361
|
-
"path": "src/shared/runtime-source.test.ts",
|
|
2362
|
-
"sha256": "b0ed47970eadf435b05faaa6e899527ae7d5df494c35b49c82d999b91451a105",
|
|
2363
|
-
"size_bytes": 4652
|
|
2364
|
-
},
|
|
2365
1825
|
{
|
|
2366
1826
|
"path": "src/shared/runtime-source.ts",
|
|
2367
1827
|
"sha256": "8fe0cd70148a835a17c44cc8cb6f8d4f2410c4f0edc7eb52f00b2b62142cfd41",
|
|
@@ -2382,11 +1842,6 @@
|
|
|
2382
1842
|
"sha256": "3d61fb748def0a909cf933bc14d2c8e2b4c3365b92a032d6ddb4fbdf387e217d",
|
|
2383
1843
|
"size_bytes": 3939
|
|
2384
1844
|
},
|
|
2385
|
-
{
|
|
2386
|
-
"path": "src/shared/write-if-changed.test.ts",
|
|
2387
|
-
"sha256": "a6673567b64c987c19fcf00497f0635ffdfb1dd22a951426e430a878a618b49a",
|
|
2388
|
-
"size_bytes": 1880
|
|
2389
|
-
},
|
|
2390
1845
|
{
|
|
2391
1846
|
"path": "src/shared/write-if-changed.ts",
|
|
2392
1847
|
"sha256": "9e4191b19d885c1384f3d8644c13162836864c0391233ab06f54d845eff44ecd",
|
|
@@ -2407,31 +1862,16 @@
|
|
|
2407
1862
|
"sha256": "9b702430d93d0532c6380381a384a3aa96648dc0d19c56663b8fbad76d222bab",
|
|
2408
1863
|
"size_bytes": 814
|
|
2409
1864
|
},
|
|
2410
|
-
{
|
|
2411
|
-
"path": "src/workflow-runtime/build.test.ts",
|
|
2412
|
-
"sha256": "369debeea9358692efb0f15ec58fd1e873e11bc43d0787bed9292645aa9f5959",
|
|
2413
|
-
"size_bytes": 2067
|
|
2414
|
-
},
|
|
2415
1865
|
{
|
|
2416
1866
|
"path": "src/workflow-runtime/build.ts",
|
|
2417
1867
|
"sha256": "8c945ff1f399d60c31cad7ba04ebe45fe3364bb4e5f6a7d8c3a1a3af23852d43",
|
|
2418
1868
|
"size_bytes": 4720
|
|
2419
1869
|
},
|
|
2420
|
-
{
|
|
2421
|
-
"path": "src/workflow-runtime/enforcement.test.ts",
|
|
2422
|
-
"sha256": "b64925e1ab0c217abc6db20826de3b81ab6ee139e1c765c24b65458ae785ea5f",
|
|
2423
|
-
"size_bytes": 884
|
|
2424
|
-
},
|
|
2425
1870
|
{
|
|
2426
1871
|
"path": "src/workflow-runtime/enforcement.ts",
|
|
2427
1872
|
"sha256": "6096333e9075b3a9dec92f0923bd3050853c46f8edb7db1fe67623f15978651b",
|
|
2428
1873
|
"size_bytes": 456
|
|
2429
1874
|
},
|
|
2430
|
-
{
|
|
2431
|
-
"path": "src/workflow-runtime/file-ops.test.ts",
|
|
2432
|
-
"sha256": "723e037a60a2bb2bfc035c7fd9e19fc307eff9031786887466fa06179e9d089b",
|
|
2433
|
-
"size_bytes": 3134
|
|
2434
|
-
},
|
|
2435
1875
|
{
|
|
2436
1876
|
"path": "src/workflow-runtime/file-ops.ts",
|
|
2437
1877
|
"sha256": "001dc8bb2354572286a37e2067f66c02cc7606b26a9191082066af84c92d0425",
|
|
@@ -2462,11 +1902,6 @@
|
|
|
2462
1902
|
"sha256": "bf2536a2104c2aeb89a75d91cf22a4dca698bb7c0959ede0919c8444b0c9037d",
|
|
2463
1903
|
"size_bytes": 480
|
|
2464
1904
|
},
|
|
2465
|
-
{
|
|
2466
|
-
"path": "src/workflow-runtime/template.test.ts",
|
|
2467
|
-
"sha256": "ca3cfd0ede366cfbd991642294fdccec51c317179e08d135c01b782080d7be6c",
|
|
2468
|
-
"size_bytes": 1148
|
|
2469
|
-
},
|
|
2470
1905
|
{
|
|
2471
1906
|
"path": "src/workflow-runtime/template.ts",
|
|
2472
1907
|
"sha256": "91e1b3cd74aac6955a874b4e166432d7d44da97cc2f99d43d43c1c96a8947f3c",
|
|
@@ -2477,11 +1912,6 @@
|
|
|
2477
1912
|
"sha256": "e7cd434c126519639f969262a124146835d8c9b53f6413a8815a2526eb0d5c10",
|
|
2478
1913
|
"size_bytes": 2245
|
|
2479
1914
|
},
|
|
2480
|
-
{
|
|
2481
|
-
"path": "src/workflow-runtime/validate.test.ts",
|
|
2482
|
-
"sha256": "e15c80ef46278d334f8e331c4513b874a61d7c1165c3b358ed455e0ae0b4156d",
|
|
2483
|
-
"size_bytes": 1807
|
|
2484
|
-
},
|
|
2485
1915
|
{
|
|
2486
1916
|
"path": "src/workflow-runtime/validate.ts",
|
|
2487
1917
|
"sha256": "9fbea4cd05bca02e3978fc2217676a4688ef0a73bfe4efdacc4fd05dda290201",
|