@c4a/context-cli 0.6.1-beta.2 → 0.6.1-beta.4
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 +20 -9
- package/README.zh-CN.md +10 -8
- package/cli.js +66051 -62866
- package/docs/quickstart.md +13 -0
- package/package.json +3 -3
- package/plugins/README.md +18 -2
- package/plugins/README_CN.md +16 -2
- package/plugins/VERSION +1 -1
- package/plugins/claude/.claude-plugin/plugin.json +1 -1
- package/plugins/claude/commands/continue.md +33 -4
- package/plugins/claude/commands/init.md +21 -17
- package/plugins/codex/.codex-plugin/plugin.json +2 -2
- package/plugins/codex/skills/continue/SKILL.md +33 -4
- package/plugins/codex/skills/init/SKILL.md +23 -19
- package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
- package/plugins/cursor/commands/context-continue.md +33 -4
- package/plugins/cursor/commands/context-init.md +24 -20
- package/plugins/skills/context-continue/SKILL.md +33 -4
- package/plugins/skills/context-init/SKILL.md +23 -19
- package/providers/context/actions/accept-package-templates.yaml +5 -0
- package/providers/context/actions/align-next.yaml +1 -1
- package/providers/context/actions/apply-managed-review.yaml +0 -1
- package/providers/context/actions/apply-structure-confirmation.yaml +0 -1
- package/providers/context/actions/capture-next.yaml +0 -1
- package/providers/context/actions/compile-next.yaml +0 -1
- package/providers/context/actions/configure-code-extraction.yaml +0 -1
- package/providers/context/actions/configure-document-capture.yaml +0 -1
- package/providers/context/actions/configure-package-output.yaml +0 -1
- package/providers/context/actions/configure-prose-lifecycle.yaml +0 -1
- package/providers/context/actions/ensure-repository-sources.yaml +1 -1
- package/providers/context/actions/extract-next.yaml +0 -1
- package/providers/context/actions/repair-project-entry.yaml +0 -1
- package/providers/context/actions/repair-workspace-state.yaml +0 -1
- package/providers/context/codes.yaml +2 -0
- package/providers/context/graphs/workspace.yaml +26 -1
- package/providers/context/manifest.json +95 -68
- package/providers/context/provider.yaml +1 -1
- package/providers/context/resources/diagnostics/projection-stale.md +13 -0
- package/providers/context/resources/dialogue/document-classification.md +2 -1
- package/providers/context/resources/dialogue/package-output.md +5 -7
- package/providers/context/resources/manuals/guides/package-outputs.md +40 -37
- package/providers/context/resources/manuals/reference/package-templates.md +36 -48
- package/providers/context/resources/manuals/reference/project-api.md +95 -12
- package/providers/context/resources/manuals/reference/template-variables.md +12 -11
- package/providers/context/resources/procedures/close-and-build.md +3 -2
- package/providers/context/resources/procedures/code-extraction.md +16 -2
- package/providers/context/resources/procedures/document-capture.md +14 -0
- package/providers/context/resources/procedures/document-classification.md +3 -1
- package/providers/context/resources/procedures/evidence-maintenance.md +0 -1
- package/providers/context/resources/procedures/knowledge-review.md +0 -1
- package/providers/context/resources/procedures/package-output.md +17 -11
- package/providers/context/resources/procedures/project-configuration.md +0 -1
- package/providers/context/resources/procedures/prose-align.md +45 -0
- package/providers/context/resources/procedures/verify-and-repair.md +0 -1
- package/providers/context/resources/semantic/align/candidate-resolution.md +4 -2
- package/providers/context/resources/semantic/align/structure-planning.md +24 -8
- package/providers/context/schemas/prose-structure-batch.schema.json +35 -0
|
@@ -8,6 +8,7 @@ codes:
|
|
|
8
8
|
- { code: diagnostic.compile-route-ambiguous, kind: diagnostic, severity: error, summary: More than one compile lifecycle owns the same source and collection., document: resources/diagnostics/workspace-state.md }
|
|
9
9
|
- { code: diagnostic.structure-snapshot-missing, kind: diagnostic, severity: error, summary: A compile batch references a missing confirmed structure snapshot., document: resources/diagnostics/workspace-state.md }
|
|
10
10
|
- { code: diagnostic.verify-failed, kind: diagnostic, severity: error, summary: Verification found one or more blocking findings., document: resources/diagnostics/verification.md }
|
|
11
|
+
- { code: diagnostic.projection-stale, kind: diagnostic, severity: info, summary: Approved knowledge changed and deterministic close must refresh its derived projection., document: resources/diagnostics/projection-stale.md }
|
|
11
12
|
- { code: diagnostic.evidence-degraded, kind: diagnostic, severity: warning, summary: Approved knowledge has evidence that cannot currently be rechecked., document: resources/diagnostics/verification.md }
|
|
12
13
|
- { code: diagnostic.evidence-stale, kind: diagnostic, severity: warning, summary: Approved knowledge evidence is stale against its registered source., document: resources/diagnostics/verification.md }
|
|
13
14
|
- { code: diagnostic.evidence-orphaned, kind: diagnostic, severity: warning, summary: Approved knowledge no longer resolves to registered source evidence., document: resources/diagnostics/verification.md }
|
|
@@ -35,4 +36,5 @@ codes:
|
|
|
35
36
|
- { code: route.close.projection-stale, kind: route-reason, summary: Rebuild the deterministic approved structure projection., document: resources/procedures/close-and-build.md }
|
|
36
37
|
- { code: route.package.output-required, kind: route-reason, summary: Approved knowledge has no confirmed package output., document: resources/procedures/package-output.md }
|
|
37
38
|
- { code: route.package.configuration-required, kind: route-reason, summary: Declare the confirmed package output in the Context project., document: resources/procedures/package-output.md }
|
|
39
|
+
- { code: route.package.template-review-required, kind: route-reason, summary: "Replace or edit package templates, or explicitly accept the generic defaults.", document: resources/procedures/package-output.md }
|
|
38
40
|
- { code: route.build.package-stale, kind: route-reason, summary: Build the declared package outputs from current approved knowledge., document: resources/procedures/close-and-build.md }
|
|
@@ -384,6 +384,8 @@ nodes:
|
|
|
384
384
|
required:
|
|
385
385
|
- resources/procedures/close-and-build.md
|
|
386
386
|
- resources/views/verification-current.yaml
|
|
387
|
+
recommended:
|
|
388
|
+
- resources/diagnostics/projection-stale.md
|
|
387
389
|
|
|
388
390
|
- id: choose-package-output
|
|
389
391
|
kind: gate
|
|
@@ -402,6 +404,7 @@ nodes:
|
|
|
402
404
|
- resources/dialogue/human-gates.md
|
|
403
405
|
- resources/dialogue/package-output.md
|
|
404
406
|
- resources/views/package-current.yaml
|
|
407
|
+
recommended:
|
|
405
408
|
- resources/manuals/guides/package-outputs.md
|
|
406
409
|
- resources/manuals/reference/package-templates.md
|
|
407
410
|
- resources/manuals/reference/template-variables.md
|
|
@@ -418,7 +421,9 @@ nodes:
|
|
|
418
421
|
- resources/procedures/project-configuration.md
|
|
419
422
|
- resources/procedures/package-output.md
|
|
420
423
|
- resources/views/package-current.yaml
|
|
424
|
+
recommended:
|
|
421
425
|
- resources/manuals/guides/package-outputs.md
|
|
426
|
+
- resources/manuals/reference/project-api.md
|
|
422
427
|
- resources/manuals/reference/package-templates.md
|
|
423
428
|
- resources/manuals/reference/template-variables.md
|
|
424
429
|
|
|
@@ -434,6 +439,25 @@ nodes:
|
|
|
434
439
|
- resources/procedures/close-and-build.md
|
|
435
440
|
- resources/views/package-current.yaml
|
|
436
441
|
|
|
442
|
+
- id: review-package-template
|
|
443
|
+
kind: gate
|
|
444
|
+
reasonCode: route.package.template-review-required
|
|
445
|
+
resolutionAction: actions/accept-package-templates.yaml
|
|
446
|
+
gate:
|
|
447
|
+
id: package-template-review
|
|
448
|
+
prompt: Replace or edit the declared package templates, or explicitly accept the unchanged generic defaults.
|
|
449
|
+
authority: context.package-template-review
|
|
450
|
+
delegatable: true
|
|
451
|
+
satisfiedBy:
|
|
452
|
+
- path: packages.templates_reviewed
|
|
453
|
+
equals: true
|
|
454
|
+
resources:
|
|
455
|
+
required:
|
|
456
|
+
- resources/procedures/package-output.md
|
|
457
|
+
- resources/dialogue/human-gates.md
|
|
458
|
+
- resources/views/package-current.yaml
|
|
459
|
+
- resources/manuals/reference/package-templates.md
|
|
460
|
+
|
|
437
461
|
- id: current-scope-complete
|
|
438
462
|
kind: terminal
|
|
439
463
|
terminalOutcome: completed
|
|
@@ -465,5 +489,6 @@ edges:
|
|
|
465
489
|
- { from: configure-prose-lifecycle, to: align-next }
|
|
466
490
|
- { from: align-next, to: choose-package-output }
|
|
467
491
|
- { from: choose-package-output, to: configure-package-output, kind: gatedBy }
|
|
468
|
-
- { from: configure-package-output, to:
|
|
492
|
+
- { from: configure-package-output, to: review-package-template }
|
|
493
|
+
- { from: review-package-template, to: build-next, kind: gatedBy }
|
|
469
494
|
- { from: build-next, to: current-scope-complete }
|
|
@@ -2,31 +2,36 @@
|
|
|
2
2
|
"schema": "agent-graph.bundle.v1",
|
|
3
3
|
"provider": {
|
|
4
4
|
"id": "c4a/context",
|
|
5
|
-
"version": "0.6.1-beta.
|
|
5
|
+
"version": "0.6.1-beta.4"
|
|
6
6
|
},
|
|
7
7
|
"providerManifest": "provider.yaml",
|
|
8
8
|
"graphs": [
|
|
9
9
|
{
|
|
10
10
|
"id": "workspace",
|
|
11
11
|
"path": "graphs/workspace.yaml",
|
|
12
|
-
"digest": "sha256:
|
|
12
|
+
"digest": "sha256:9f434f63af920ad70aee7bb7b74c3a4be2ecfdad1c9c39a5ee0927f917857325"
|
|
13
13
|
}
|
|
14
14
|
],
|
|
15
15
|
"actions": [
|
|
16
|
+
{
|
|
17
|
+
"id": "accept-package-templates",
|
|
18
|
+
"path": "actions/accept-package-templates.yaml",
|
|
19
|
+
"digest": "sha256:e3de218f2dc37c9d3ab9546e408598c7b320f7151e8c520a00770919088a6a66"
|
|
20
|
+
},
|
|
16
21
|
{
|
|
17
22
|
"id": "align-next",
|
|
18
23
|
"path": "actions/align-next.yaml",
|
|
19
|
-
"digest": "sha256:
|
|
24
|
+
"digest": "sha256:8f2a7203d5b631c0b1e6cc14d4d70acbf8ac0197b3cfd19fa3111212ffb47498"
|
|
20
25
|
},
|
|
21
26
|
{
|
|
22
27
|
"id": "apply-managed-review",
|
|
23
28
|
"path": "actions/apply-managed-review.yaml",
|
|
24
|
-
"digest": "sha256:
|
|
29
|
+
"digest": "sha256:25e2c2c215889dd13a6dec8714bc2b6357f3e01b09cc684f1e82d986e30ef064"
|
|
25
30
|
},
|
|
26
31
|
{
|
|
27
32
|
"id": "apply-structure-confirmation",
|
|
28
33
|
"path": "actions/apply-structure-confirmation.yaml",
|
|
29
|
-
"digest": "sha256:
|
|
34
|
+
"digest": "sha256:2d5acf97ca692d324c829b25e020708b0d5fcd7ee004b7fd2be625a197dc77c3"
|
|
30
35
|
},
|
|
31
36
|
{
|
|
32
37
|
"id": "build-next",
|
|
@@ -36,7 +41,7 @@
|
|
|
36
41
|
{
|
|
37
42
|
"id": "capture-next",
|
|
38
43
|
"path": "actions/capture-next.yaml",
|
|
39
|
-
"digest": "sha256:
|
|
44
|
+
"digest": "sha256:409a091eb771d5087408832539a50cb7b6f0c0d25dd47257798df49f5d8b6fc3"
|
|
40
45
|
},
|
|
41
46
|
{
|
|
42
47
|
"id": "close-approved-knowledge",
|
|
@@ -46,37 +51,37 @@
|
|
|
46
51
|
{
|
|
47
52
|
"id": "compile-next",
|
|
48
53
|
"path": "actions/compile-next.yaml",
|
|
49
|
-
"digest": "sha256:
|
|
54
|
+
"digest": "sha256:e0fec702b2e77b4425c90ad47813fe2e9a6a007013d983b5e51243eb0c61433e"
|
|
50
55
|
},
|
|
51
56
|
{
|
|
52
57
|
"id": "configure-code-extraction",
|
|
53
58
|
"path": "actions/configure-code-extraction.yaml",
|
|
54
|
-
"digest": "sha256:
|
|
59
|
+
"digest": "sha256:db83bf8d71f4bd1869d023b96bb095fbe206018125a528478693920ba9e2ffe3"
|
|
55
60
|
},
|
|
56
61
|
{
|
|
57
62
|
"id": "configure-document-capture",
|
|
58
63
|
"path": "actions/configure-document-capture.yaml",
|
|
59
|
-
"digest": "sha256:
|
|
64
|
+
"digest": "sha256:c5955af91692dd8e46b519aba8eec56a6a0dab58c1639f2ff42f746daf558f1d"
|
|
60
65
|
},
|
|
61
66
|
{
|
|
62
67
|
"id": "configure-package-output",
|
|
63
68
|
"path": "actions/configure-package-output.yaml",
|
|
64
|
-
"digest": "sha256:
|
|
69
|
+
"digest": "sha256:2f5a682988ce3f32c53cf5131c36cf88e62332e8f27d5daaa0dedfb6e687b55a"
|
|
65
70
|
},
|
|
66
71
|
{
|
|
67
72
|
"id": "configure-prose-lifecycle",
|
|
68
73
|
"path": "actions/configure-prose-lifecycle.yaml",
|
|
69
|
-
"digest": "sha256:
|
|
74
|
+
"digest": "sha256:226d20be637455b3ffba4a115dd0437d3330354d8a73b8e5313b3af303d53bcc"
|
|
70
75
|
},
|
|
71
76
|
{
|
|
72
77
|
"id": "ensure-repository-sources",
|
|
73
78
|
"path": "actions/ensure-repository-sources.yaml",
|
|
74
|
-
"digest": "sha256:
|
|
79
|
+
"digest": "sha256:00205debd0e58065f04520b1543c3e5dffc0da63cf42ffff4370757e59557791"
|
|
75
80
|
},
|
|
76
81
|
{
|
|
77
82
|
"id": "extract-next",
|
|
78
83
|
"path": "actions/extract-next.yaml",
|
|
79
|
-
"digest": "sha256:
|
|
84
|
+
"digest": "sha256:3d5e26cbdd912c9be666ce423b19456b31ab67da53c4e01a1a1c7a3dc1e6420a"
|
|
80
85
|
},
|
|
81
86
|
{
|
|
82
87
|
"id": "inspect-document-classification",
|
|
@@ -111,7 +116,7 @@
|
|
|
111
116
|
{
|
|
112
117
|
"id": "repair-project-entry",
|
|
113
118
|
"path": "actions/repair-project-entry.yaml",
|
|
114
|
-
"digest": "sha256:
|
|
119
|
+
"digest": "sha256:7850eea903cfb5d5f17078cc79f790325eed75f07cd7e40ef91add1ee87ed9cd"
|
|
115
120
|
},
|
|
116
121
|
{
|
|
117
122
|
"id": "repair-verification",
|
|
@@ -121,7 +126,7 @@
|
|
|
121
126
|
{
|
|
122
127
|
"id": "repair-workspace-state",
|
|
123
128
|
"path": "actions/repair-workspace-state.yaml",
|
|
124
|
-
"digest": "sha256:
|
|
129
|
+
"digest": "sha256:67296adf5336a7f746e250dc23676972282f88410fb6a6edc41a929e15d1856b"
|
|
125
130
|
}
|
|
126
131
|
],
|
|
127
132
|
"resources": [
|
|
@@ -138,22 +143,22 @@
|
|
|
138
143
|
{
|
|
139
144
|
"id": "context.sdk.package-outputs",
|
|
140
145
|
"path": "resources/manuals/guides/package-outputs.md",
|
|
141
|
-
"digest": "sha256:
|
|
146
|
+
"digest": "sha256:bddba5a43edd230583dc286f74992e28a29bda73382799fa0ca0bf1a23014ec5"
|
|
142
147
|
},
|
|
143
148
|
{
|
|
144
149
|
"id": "context.sdk.package-templates",
|
|
145
150
|
"path": "resources/manuals/reference/package-templates.md",
|
|
146
|
-
"digest": "sha256:
|
|
151
|
+
"digest": "sha256:ea34fa9a683915c8508d95423e3d87111349fc927accad4761ecfa3bd3204db1"
|
|
147
152
|
},
|
|
148
153
|
{
|
|
149
154
|
"id": "context.sdk.project-api",
|
|
150
155
|
"path": "resources/manuals/reference/project-api.md",
|
|
151
|
-
"digest": "sha256:
|
|
156
|
+
"digest": "sha256:9156aeb7142cfe1412d20378564f6c04645015d86bde51d004852d3478c2013c"
|
|
152
157
|
},
|
|
153
158
|
{
|
|
154
159
|
"id": "context.sdk.template-variables",
|
|
155
160
|
"path": "resources/manuals/reference/template-variables.md",
|
|
156
|
-
"digest": "sha256:
|
|
161
|
+
"digest": "sha256:7986bb2604ea72fd485d9b6188974f225139a2c976b2bb37e28d2b43f09868d2"
|
|
157
162
|
},
|
|
158
163
|
{
|
|
159
164
|
"id": "context.semantic.align.align-gates",
|
|
@@ -163,7 +168,7 @@
|
|
|
163
168
|
{
|
|
164
169
|
"id": "context.semantic.align.candidate-resolution",
|
|
165
170
|
"path": "resources/semantic/align/candidate-resolution.md",
|
|
166
|
-
"digest": "sha256:
|
|
171
|
+
"digest": "sha256:5c34122ec74ebd33b99b73c6c23b11dc7d80bd370133ed5fc77dee7ddadb1598"
|
|
167
172
|
},
|
|
168
173
|
{
|
|
169
174
|
"id": "context.semantic.align.density-profile",
|
|
@@ -173,7 +178,7 @@
|
|
|
173
178
|
{
|
|
174
179
|
"id": "context.semantic.align.structure-planning",
|
|
175
180
|
"path": "resources/semantic/align/structure-planning.md",
|
|
176
|
-
"digest": "sha256:
|
|
181
|
+
"digest": "sha256:c6d8902f7f70857596d3486307bb5e58ffaac6efd6021451e487c92ceb86f87d"
|
|
177
182
|
},
|
|
178
183
|
{
|
|
179
184
|
"id": "context.semantic.compile.index",
|
|
@@ -200,6 +205,11 @@
|
|
|
200
205
|
"path": "resources/views/workspace-current.yaml",
|
|
201
206
|
"digest": "sha256:712d146a1538e47d09c0cfad9961c5ad1c7ebb7e9796a52c0b0bdb6007f50dc1"
|
|
202
207
|
},
|
|
208
|
+
{
|
|
209
|
+
"id": "diagnostic.projection-stale",
|
|
210
|
+
"path": "resources/diagnostics/projection-stale.md",
|
|
211
|
+
"digest": "sha256:7152211db8b97ab5b1982fec2a18954c4f04823ee383451a7fcc20713dbc567e"
|
|
212
|
+
},
|
|
203
213
|
{
|
|
204
214
|
"id": "diagnostic.verification",
|
|
205
215
|
"path": "resources/diagnostics/verification.md",
|
|
@@ -223,7 +233,7 @@
|
|
|
223
233
|
{
|
|
224
234
|
"id": "dialogue.document-classification",
|
|
225
235
|
"path": "resources/dialogue/document-classification.md",
|
|
226
|
-
"digest": "sha256:
|
|
236
|
+
"digest": "sha256:679db260d5c496fae2a1526ea27c76220e62e782259ef21a216a30cf868d791f"
|
|
227
237
|
},
|
|
228
238
|
{
|
|
229
239
|
"id": "dialogue.evidence-maintenance",
|
|
@@ -243,7 +253,7 @@
|
|
|
243
253
|
{
|
|
244
254
|
"id": "dialogue.package-output",
|
|
245
255
|
"path": "resources/dialogue/package-output.md",
|
|
246
|
-
"digest": "sha256:
|
|
256
|
+
"digest": "sha256:0ca7a9e56397f9acc62d92777d91e0203e2d6caa7f08268dca8037987e5911a5"
|
|
247
257
|
},
|
|
248
258
|
{
|
|
249
259
|
"id": "dialogue.source-boundary",
|
|
@@ -258,47 +268,47 @@
|
|
|
258
268
|
{
|
|
259
269
|
"id": "procedure.close-and-build",
|
|
260
270
|
"path": "resources/procedures/close-and-build.md",
|
|
261
|
-
"digest": "sha256:
|
|
271
|
+
"digest": "sha256:19c630e9c4c05f5b430df603fb705731427d2ef4bfcaf83a1b653d364164cae2"
|
|
262
272
|
},
|
|
263
273
|
{
|
|
264
274
|
"id": "procedure.code-extraction",
|
|
265
275
|
"path": "resources/procedures/code-extraction.md",
|
|
266
|
-
"digest": "sha256:
|
|
276
|
+
"digest": "sha256:35e32f68c2e3142271e178964fb08079e340cf2b7ea3f7714121e951248d2e08"
|
|
267
277
|
},
|
|
268
278
|
{
|
|
269
279
|
"id": "procedure.document-capture",
|
|
270
280
|
"path": "resources/procedures/document-capture.md",
|
|
271
|
-
"digest": "sha256:
|
|
281
|
+
"digest": "sha256:07f8ccfe3429c28f7dd6b732821911b9636e9a0a9f1b6034986dce669b416248"
|
|
272
282
|
},
|
|
273
283
|
{
|
|
274
284
|
"id": "procedure.document-classification",
|
|
275
285
|
"path": "resources/procedures/document-classification.md",
|
|
276
|
-
"digest": "sha256:
|
|
286
|
+
"digest": "sha256:d248973ad671531334cd0c9f485183f40a9a78d0125186de5980d6b1099b940b"
|
|
277
287
|
},
|
|
278
288
|
{
|
|
279
289
|
"id": "procedure.evidence-maintenance",
|
|
280
290
|
"path": "resources/procedures/evidence-maintenance.md",
|
|
281
|
-
"digest": "sha256:
|
|
291
|
+
"digest": "sha256:2bceea12b4430586e0b6bbaef46dc32ad999f9d2cc373b7db77a88f5fca93ccc"
|
|
282
292
|
},
|
|
283
293
|
{
|
|
284
294
|
"id": "procedure.knowledge-review",
|
|
285
295
|
"path": "resources/procedures/knowledge-review.md",
|
|
286
|
-
"digest": "sha256:
|
|
296
|
+
"digest": "sha256:5ebf2bb9399d291f8a5dbba249169b4fb221e456aa6c05081c4c54b2e6f3cf48"
|
|
287
297
|
},
|
|
288
298
|
{
|
|
289
299
|
"id": "procedure.package-output",
|
|
290
300
|
"path": "resources/procedures/package-output.md",
|
|
291
|
-
"digest": "sha256:
|
|
301
|
+
"digest": "sha256:c088c2341fa64caa25a04c3cef75635b2f635a932bfc7326b35cff59fc390b29"
|
|
292
302
|
},
|
|
293
303
|
{
|
|
294
304
|
"id": "procedure.project-configuration",
|
|
295
305
|
"path": "resources/procedures/project-configuration.md",
|
|
296
|
-
"digest": "sha256:
|
|
306
|
+
"digest": "sha256:4e62fe0e5056cedfa9976d38275e5b4c5805d7e3913cb13d26edc78fa04e49ef"
|
|
297
307
|
},
|
|
298
308
|
{
|
|
299
309
|
"id": "procedure.prose-align",
|
|
300
310
|
"path": "resources/procedures/prose-align.md",
|
|
301
|
-
"digest": "sha256:
|
|
311
|
+
"digest": "sha256:e8357e1e0100d4de39a7c96bb910cdd14e806d0847153ffed6c9a5e784ab72b4"
|
|
302
312
|
},
|
|
303
313
|
{
|
|
304
314
|
"id": "procedure.prose-compile",
|
|
@@ -318,7 +328,7 @@
|
|
|
318
328
|
{
|
|
319
329
|
"id": "procedure.verify-and-repair",
|
|
320
330
|
"path": "resources/procedures/verify-and-repair.md",
|
|
321
|
-
"digest": "sha256:
|
|
331
|
+
"digest": "sha256:6becb02923a07eae47de7a9cfca2fc28ee3932a62bbcf4d273ec0f5b430b15e9"
|
|
322
332
|
}
|
|
323
333
|
],
|
|
324
334
|
"schemas": [
|
|
@@ -327,6 +337,11 @@
|
|
|
327
337
|
"path": "schemas/evidence-maintenance-input.schema.json",
|
|
328
338
|
"digest": "sha256:7d1c0a9cc20200b90495bea82337d2c0e42d9eff3c1e3eeeb7258226fd96c542"
|
|
329
339
|
},
|
|
340
|
+
{
|
|
341
|
+
"id": "schemas/prose-structure-batch.schema.json",
|
|
342
|
+
"path": "schemas/prose-structure-batch.schema.json",
|
|
343
|
+
"digest": "sha256:fc4ebbb5ee81ae77238cd60350ebac16f55e8a5adf3f5f5db411040474e01842"
|
|
344
|
+
},
|
|
330
345
|
{
|
|
331
346
|
"id": "schemas/source-batch-input.schema.json",
|
|
332
347
|
"path": "schemas/source-batch-input.schema.json",
|
|
@@ -334,17 +349,21 @@
|
|
|
334
349
|
}
|
|
335
350
|
],
|
|
336
351
|
"files": [
|
|
352
|
+
{
|
|
353
|
+
"path": "actions/accept-package-templates.yaml",
|
|
354
|
+
"digest": "sha256:e3de218f2dc37c9d3ab9546e408598c7b320f7151e8c520a00770919088a6a66"
|
|
355
|
+
},
|
|
337
356
|
{
|
|
338
357
|
"path": "actions/align-next.yaml",
|
|
339
|
-
"digest": "sha256:
|
|
358
|
+
"digest": "sha256:8f2a7203d5b631c0b1e6cc14d4d70acbf8ac0197b3cfd19fa3111212ffb47498"
|
|
340
359
|
},
|
|
341
360
|
{
|
|
342
361
|
"path": "actions/apply-managed-review.yaml",
|
|
343
|
-
"digest": "sha256:
|
|
362
|
+
"digest": "sha256:25e2c2c215889dd13a6dec8714bc2b6357f3e01b09cc684f1e82d986e30ef064"
|
|
344
363
|
},
|
|
345
364
|
{
|
|
346
365
|
"path": "actions/apply-structure-confirmation.yaml",
|
|
347
|
-
"digest": "sha256:
|
|
366
|
+
"digest": "sha256:2d5acf97ca692d324c829b25e020708b0d5fcd7ee004b7fd2be625a197dc77c3"
|
|
348
367
|
},
|
|
349
368
|
{
|
|
350
369
|
"path": "actions/build-next.yaml",
|
|
@@ -352,7 +371,7 @@
|
|
|
352
371
|
},
|
|
353
372
|
{
|
|
354
373
|
"path": "actions/capture-next.yaml",
|
|
355
|
-
"digest": "sha256:
|
|
374
|
+
"digest": "sha256:409a091eb771d5087408832539a50cb7b6f0c0d25dd47257798df49f5d8b6fc3"
|
|
356
375
|
},
|
|
357
376
|
{
|
|
358
377
|
"path": "actions/close-approved-knowledge.yaml",
|
|
@@ -360,31 +379,31 @@
|
|
|
360
379
|
},
|
|
361
380
|
{
|
|
362
381
|
"path": "actions/compile-next.yaml",
|
|
363
|
-
"digest": "sha256:
|
|
382
|
+
"digest": "sha256:e0fec702b2e77b4425c90ad47813fe2e9a6a007013d983b5e51243eb0c61433e"
|
|
364
383
|
},
|
|
365
384
|
{
|
|
366
385
|
"path": "actions/configure-code-extraction.yaml",
|
|
367
|
-
"digest": "sha256:
|
|
386
|
+
"digest": "sha256:db83bf8d71f4bd1869d023b96bb095fbe206018125a528478693920ba9e2ffe3"
|
|
368
387
|
},
|
|
369
388
|
{
|
|
370
389
|
"path": "actions/configure-document-capture.yaml",
|
|
371
|
-
"digest": "sha256:
|
|
390
|
+
"digest": "sha256:c5955af91692dd8e46b519aba8eec56a6a0dab58c1639f2ff42f746daf558f1d"
|
|
372
391
|
},
|
|
373
392
|
{
|
|
374
393
|
"path": "actions/configure-package-output.yaml",
|
|
375
|
-
"digest": "sha256:
|
|
394
|
+
"digest": "sha256:2f5a682988ce3f32c53cf5131c36cf88e62332e8f27d5daaa0dedfb6e687b55a"
|
|
376
395
|
},
|
|
377
396
|
{
|
|
378
397
|
"path": "actions/configure-prose-lifecycle.yaml",
|
|
379
|
-
"digest": "sha256:
|
|
398
|
+
"digest": "sha256:226d20be637455b3ffba4a115dd0437d3330354d8a73b8e5313b3af303d53bcc"
|
|
380
399
|
},
|
|
381
400
|
{
|
|
382
401
|
"path": "actions/ensure-repository-sources.yaml",
|
|
383
|
-
"digest": "sha256:
|
|
402
|
+
"digest": "sha256:00205debd0e58065f04520b1543c3e5dffc0da63cf42ffff4370757e59557791"
|
|
384
403
|
},
|
|
385
404
|
{
|
|
386
405
|
"path": "actions/extract-next.yaml",
|
|
387
|
-
"digest": "sha256:
|
|
406
|
+
"digest": "sha256:3d5e26cbdd912c9be666ce423b19456b31ab67da53c4e01a1a1c7a3dc1e6420a"
|
|
388
407
|
},
|
|
389
408
|
{
|
|
390
409
|
"path": "actions/inspect-document-classification.yaml",
|
|
@@ -412,7 +431,7 @@
|
|
|
412
431
|
},
|
|
413
432
|
{
|
|
414
433
|
"path": "actions/repair-project-entry.yaml",
|
|
415
|
-
"digest": "sha256:
|
|
434
|
+
"digest": "sha256:7850eea903cfb5d5f17078cc79f790325eed75f07cd7e40ef91add1ee87ed9cd"
|
|
416
435
|
},
|
|
417
436
|
{
|
|
418
437
|
"path": "actions/repair-verification.yaml",
|
|
@@ -420,19 +439,23 @@
|
|
|
420
439
|
},
|
|
421
440
|
{
|
|
422
441
|
"path": "actions/repair-workspace-state.yaml",
|
|
423
|
-
"digest": "sha256:
|
|
442
|
+
"digest": "sha256:67296adf5336a7f746e250dc23676972282f88410fb6a6edc41a929e15d1856b"
|
|
424
443
|
},
|
|
425
444
|
{
|
|
426
445
|
"path": "codes.yaml",
|
|
427
|
-
"digest": "sha256:
|
|
446
|
+
"digest": "sha256:cee059821edb0cf7601189649172418031ec145438e0647a248813c6255f0d55"
|
|
428
447
|
},
|
|
429
448
|
{
|
|
430
449
|
"path": "graphs/workspace.yaml",
|
|
431
|
-
"digest": "sha256:
|
|
450
|
+
"digest": "sha256:9f434f63af920ad70aee7bb7b74c3a4be2ecfdad1c9c39a5ee0927f917857325"
|
|
432
451
|
},
|
|
433
452
|
{
|
|
434
453
|
"path": "provider.yaml",
|
|
435
|
-
"digest": "sha256:
|
|
454
|
+
"digest": "sha256:eeb8cce29af50ee696ff1594ab705992afac9c04ac2ad48831f0bd69aeb99f78"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"path": "resources/diagnostics/projection-stale.md",
|
|
458
|
+
"digest": "sha256:7152211db8b97ab5b1982fec2a18954c4f04823ee383451a7fcc20713dbc567e"
|
|
436
459
|
},
|
|
437
460
|
{
|
|
438
461
|
"path": "resources/diagnostics/verification.md",
|
|
@@ -452,7 +475,7 @@
|
|
|
452
475
|
},
|
|
453
476
|
{
|
|
454
477
|
"path": "resources/dialogue/document-classification.md",
|
|
455
|
-
"digest": "sha256:
|
|
478
|
+
"digest": "sha256:679db260d5c496fae2a1526ea27c76220e62e782259ef21a216a30cf868d791f"
|
|
456
479
|
},
|
|
457
480
|
{
|
|
458
481
|
"path": "resources/dialogue/evidence-maintenance.md",
|
|
@@ -468,7 +491,7 @@
|
|
|
468
491
|
},
|
|
469
492
|
{
|
|
470
493
|
"path": "resources/dialogue/package-output.md",
|
|
471
|
-
"digest": "sha256:
|
|
494
|
+
"digest": "sha256:0ca7a9e56397f9acc62d92777d91e0203e2d6caa7f08268dca8037987e5911a5"
|
|
472
495
|
},
|
|
473
496
|
{
|
|
474
497
|
"path": "resources/dialogue/source-boundary.md",
|
|
@@ -480,55 +503,55 @@
|
|
|
480
503
|
},
|
|
481
504
|
{
|
|
482
505
|
"path": "resources/manuals/guides/package-outputs.md",
|
|
483
|
-
"digest": "sha256:
|
|
506
|
+
"digest": "sha256:bddba5a43edd230583dc286f74992e28a29bda73382799fa0ca0bf1a23014ec5"
|
|
484
507
|
},
|
|
485
508
|
{
|
|
486
509
|
"path": "resources/manuals/reference/package-templates.md",
|
|
487
|
-
"digest": "sha256:
|
|
510
|
+
"digest": "sha256:ea34fa9a683915c8508d95423e3d87111349fc927accad4761ecfa3bd3204db1"
|
|
488
511
|
},
|
|
489
512
|
{
|
|
490
513
|
"path": "resources/manuals/reference/project-api.md",
|
|
491
|
-
"digest": "sha256:
|
|
514
|
+
"digest": "sha256:9156aeb7142cfe1412d20378564f6c04645015d86bde51d004852d3478c2013c"
|
|
492
515
|
},
|
|
493
516
|
{
|
|
494
517
|
"path": "resources/manuals/reference/template-variables.md",
|
|
495
|
-
"digest": "sha256:
|
|
518
|
+
"digest": "sha256:7986bb2604ea72fd485d9b6188974f225139a2c976b2bb37e28d2b43f09868d2"
|
|
496
519
|
},
|
|
497
520
|
{
|
|
498
521
|
"path": "resources/procedures/close-and-build.md",
|
|
499
|
-
"digest": "sha256:
|
|
522
|
+
"digest": "sha256:19c630e9c4c05f5b430df603fb705731427d2ef4bfcaf83a1b653d364164cae2"
|
|
500
523
|
},
|
|
501
524
|
{
|
|
502
525
|
"path": "resources/procedures/code-extraction.md",
|
|
503
|
-
"digest": "sha256:
|
|
526
|
+
"digest": "sha256:35e32f68c2e3142271e178964fb08079e340cf2b7ea3f7714121e951248d2e08"
|
|
504
527
|
},
|
|
505
528
|
{
|
|
506
529
|
"path": "resources/procedures/document-capture.md",
|
|
507
|
-
"digest": "sha256:
|
|
530
|
+
"digest": "sha256:07f8ccfe3429c28f7dd6b732821911b9636e9a0a9f1b6034986dce669b416248"
|
|
508
531
|
},
|
|
509
532
|
{
|
|
510
533
|
"path": "resources/procedures/document-classification.md",
|
|
511
|
-
"digest": "sha256:
|
|
534
|
+
"digest": "sha256:d248973ad671531334cd0c9f485183f40a9a78d0125186de5980d6b1099b940b"
|
|
512
535
|
},
|
|
513
536
|
{
|
|
514
537
|
"path": "resources/procedures/evidence-maintenance.md",
|
|
515
|
-
"digest": "sha256:
|
|
538
|
+
"digest": "sha256:2bceea12b4430586e0b6bbaef46dc32ad999f9d2cc373b7db77a88f5fca93ccc"
|
|
516
539
|
},
|
|
517
540
|
{
|
|
518
541
|
"path": "resources/procedures/knowledge-review.md",
|
|
519
|
-
"digest": "sha256:
|
|
542
|
+
"digest": "sha256:5ebf2bb9399d291f8a5dbba249169b4fb221e456aa6c05081c4c54b2e6f3cf48"
|
|
520
543
|
},
|
|
521
544
|
{
|
|
522
545
|
"path": "resources/procedures/package-output.md",
|
|
523
|
-
"digest": "sha256:
|
|
546
|
+
"digest": "sha256:c088c2341fa64caa25a04c3cef75635b2f635a932bfc7326b35cff59fc390b29"
|
|
524
547
|
},
|
|
525
548
|
{
|
|
526
549
|
"path": "resources/procedures/project-configuration.md",
|
|
527
|
-
"digest": "sha256:
|
|
550
|
+
"digest": "sha256:4e62fe0e5056cedfa9976d38275e5b4c5805d7e3913cb13d26edc78fa04e49ef"
|
|
528
551
|
},
|
|
529
552
|
{
|
|
530
553
|
"path": "resources/procedures/prose-align.md",
|
|
531
|
-
"digest": "sha256:
|
|
554
|
+
"digest": "sha256:e8357e1e0100d4de39a7c96bb910cdd14e806d0847153ffed6c9a5e784ab72b4"
|
|
532
555
|
},
|
|
533
556
|
{
|
|
534
557
|
"path": "resources/procedures/prose-compile.md",
|
|
@@ -544,11 +567,11 @@
|
|
|
544
567
|
},
|
|
545
568
|
{
|
|
546
569
|
"path": "resources/procedures/verify-and-repair.md",
|
|
547
|
-
"digest": "sha256:
|
|
570
|
+
"digest": "sha256:6becb02923a07eae47de7a9cfca2fc28ee3932a62bbcf4d273ec0f5b430b15e9"
|
|
548
571
|
},
|
|
549
572
|
{
|
|
550
573
|
"path": "resources/semantic/align/candidate-resolution.md",
|
|
551
|
-
"digest": "sha256:
|
|
574
|
+
"digest": "sha256:5c34122ec74ebd33b99b73c6c23b11dc7d80bd370133ed5fc77dee7ddadb1598"
|
|
552
575
|
},
|
|
553
576
|
{
|
|
554
577
|
"path": "resources/semantic/align/density-profile.md",
|
|
@@ -560,7 +583,7 @@
|
|
|
560
583
|
},
|
|
561
584
|
{
|
|
562
585
|
"path": "resources/semantic/align/structure-planning.md",
|
|
563
|
-
"digest": "sha256:
|
|
586
|
+
"digest": "sha256:c6d8902f7f70857596d3486307bb5e58ffaac6efd6021451e487c92ceb86f87d"
|
|
564
587
|
},
|
|
565
588
|
{
|
|
566
589
|
"path": "resources/semantic/compile/index.md",
|
|
@@ -594,6 +617,10 @@
|
|
|
594
617
|
"path": "schemas/evidence-maintenance-input.schema.json",
|
|
595
618
|
"digest": "sha256:7d1c0a9cc20200b90495bea82337d2c0e42d9eff3c1e3eeeb7258226fd96c542"
|
|
596
619
|
},
|
|
620
|
+
{
|
|
621
|
+
"path": "schemas/prose-structure-batch.schema.json",
|
|
622
|
+
"digest": "sha256:fc4ebbb5ee81ae77238cd60350ebac16f55e8a5adf3f5f5db411040474e01842"
|
|
623
|
+
},
|
|
597
624
|
{
|
|
598
625
|
"path": "schemas/source-batch-input.schema.json",
|
|
599
626
|
"digest": "sha256:aa5f1a1bf6a6573982e89e50c9d991f6aa72a5cbbda0867d1f483e30315c4409"
|
|
@@ -606,5 +633,5 @@
|
|
|
606
633
|
"graphDependencies": {
|
|
607
634
|
"workspace": []
|
|
608
635
|
},
|
|
609
|
-
"digest": "sha256:
|
|
636
|
+
"digest": "sha256:205b1a6b67593d9ef793fb6468bb5bb03f534bd37a16aa762cb6689a43bc2a00"
|
|
610
637
|
}
|