@c4a/context-cli 0.6.17 → 0.6.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/README.md +6 -2
  2. package/README.zh-CN.md +5 -2
  3. package/cli.js +11452 -7269
  4. package/docs/document-optimization.md +35 -11
  5. package/docs/document-optimization.zh-CN.md +29 -9
  6. package/package.json +2 -2
  7. package/plugins/VERSION +1 -1
  8. package/plugins/claude/.claude-plugin/plugin.json +1 -1
  9. package/plugins/claude/commands/context.md +44 -6
  10. package/plugins/codex/.codex-plugin/plugin.json +2 -2
  11. package/plugins/codex/skills/context/SKILL.md +44 -6
  12. package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
  13. package/plugins/cursor/commands/c4a-context.md +44 -6
  14. package/plugins/skills/c4a-context/SKILL.md +44 -6
  15. package/providers/context/actions/apply-code-index-guidance.yaml +5 -0
  16. package/providers/context/actions/apply-forced-review.yaml +5 -0
  17. package/providers/context/actions/maintain-evidence.yaml +1 -1
  18. package/providers/context/actions/migrate-codeindex.yaml +5 -0
  19. package/providers/context/actions/register-source-batch.yaml +1 -1
  20. package/providers/context/actions/restore-repository-sources.yaml +1 -1
  21. package/providers/context/actions/revise-code-index-audit.yaml +5 -0
  22. package/providers/context/actions/submit-code-index-audit.yaml +6 -0
  23. package/providers/context/codes.yaml +5 -0
  24. package/providers/context/graphs/workspace.yaml +82 -2
  25. package/providers/context/manifest.json +128 -56
  26. package/providers/context/provider.yaml +1 -1
  27. package/providers/context/resources/dialogue/code-extraction.md +12 -0
  28. package/providers/context/resources/dialogue/document-classification.md +1 -1
  29. package/providers/context/resources/dialogue/knowledge-review.md +16 -1
  30. package/providers/context/resources/dialogue/source-boundary.md +9 -1
  31. package/providers/context/resources/dialogue/workflow-mode-after-capture.md +11 -8
  32. package/providers/context/resources/dialogue/workflow-mode-after-creation.md +6 -4
  33. package/providers/context/resources/manuals/guides/lark-resources.md +7 -0
  34. package/providers/context/resources/manuals/guides/package-outputs.md +3 -3
  35. package/providers/context/resources/manuals/reference/code-extractors.md +5 -4
  36. package/providers/context/resources/manuals/reference/package-templates.md +18 -10
  37. package/providers/context/resources/manuals/reference/project-api.md +56 -24
  38. package/providers/context/resources/procedures/close-and-build.md +26 -3
  39. package/providers/context/resources/procedures/code-extraction.md +45 -7
  40. package/providers/context/resources/procedures/code-index-audit.md +83 -0
  41. package/providers/context/resources/procedures/document-capture.md +9 -0
  42. package/providers/context/resources/procedures/document-optimization.md +69 -21
  43. package/providers/context/resources/procedures/document-revision.md +11 -6
  44. package/providers/context/resources/procedures/knowledge-review.md +10 -1
  45. package/providers/context/resources/procedures/source-boundary.md +20 -8
  46. package/providers/context/resources/semantic/align/structure-planning.md +4 -4
  47. package/providers/context/resources/semantic/code-index/classification.md +8 -5
  48. package/providers/context/resources/views/code-index-audit.yaml +6 -0
  49. package/providers/context/schemas/code-index-audit-decision.schema.json +94 -0
  50. package/providers/context/schemas/document-optimization-decisions.schema.json +29 -6
  51. package/providers/context/schemas/source-batch-input.schema.json +18 -3
@@ -29,6 +29,11 @@ codes:
29
29
  - { code: route.extract.ownership-required, kind: route-reason, summary: Revise the index plan so every projected page has one output owner., document: resources/procedures/code-extraction.md }
30
30
  - { code: route.extract.scale-limit-exceeded, kind: route-reason, summary: At least one index unit exceeds the supported page limit., document: resources/procedures/code-extraction.md }
31
31
  - { code: route.extract.pending-target, kind: route-reason, summary: Extract the next pending code target before another workflow family., document: resources/procedures/code-extraction.md }
32
+ - { code: route.extract.audit-input-required, kind: route-reason, summary: The code-index audit requires specific source or protocol material that is not currently available., document: resources/procedures/code-index-audit.md }
33
+ - { code: route.extract.audit-guidance-required, kind: route-reason, summary: One or more code-index units still fail absolute quality bounds after three revisions and require one aggregated human direction., document: resources/procedures/code-index-audit.md }
34
+ - { code: route.extract.audit-revision-required, kind: route-reason, summary: Revise the code-index plan and content for issues confirmed by the Agent audit., document: resources/procedures/code-index-audit.md }
35
+ - { code: route.extract.audit-required, kind: route-reason, summary: The complete proposed code index requires one Agent semantic audit decision., document: resources/procedures/code-index-audit.md }
36
+ - { code: route.extract.codeindex-migration-required, kind: route-reason, summary: This workspace still uses the legacy codegraph collection and must be migrated deterministically before code extraction continues., document: resources/procedures/code-extraction.md }
32
37
  - { code: route.document.classification-required, kind: route-reason, summary: A captured document needs an evidence-backed collection decision., document: resources/procedures/document-classification.md }
33
38
  - { code: route.prose.configuration-required, kind: route-reason, summary: A document target is missing a complete prose lifecycle declaration., document: resources/procedures/project-configuration.md }
34
39
  - { code: route.structure.pending-target, kind: route-reason, summary: Prepare the next document structure slot from source evidence., document: resources/procedures/prose-align.md }
@@ -172,6 +172,7 @@ nodes:
172
172
  kind: gate
173
173
  reasonCode: route.review.decision-required
174
174
  inspectionAction: actions/inspect-review.yaml
175
+ resolutionAction: actions/apply-forced-review.yaml
175
176
  delegated:
176
177
  inspection: skip
177
178
  resolutionAction: actions/apply-managed-review.yaml
@@ -383,6 +384,17 @@ nodes:
383
384
  recommended:
384
385
  - resources/manuals/reference/code-extractors.md
385
386
 
387
+ - id: migrate-codeindex
388
+ kind: action
389
+ reasonCode: route.extract.codeindex-migration-required
390
+ action: actions/migrate-codeindex.yaml
391
+ satisfiedBy:
392
+ - path: extract.migration_required
393
+ equals: false
394
+ resources:
395
+ required:
396
+ - resources/procedures/code-extraction.md
397
+
386
398
  - id: preview-extraction-batch
387
399
  kind: action
388
400
  reasonCode: route.extract.preview-required
@@ -440,6 +452,68 @@ nodes:
440
452
  - resources/procedures/code-extraction.md
441
453
  - resources/views/source-boundary.yaml
442
454
 
455
+ - id: resolve-code-index-audit-input
456
+ kind: gate
457
+ reasonCode: route.extract.audit-input-required
458
+ resolutionAction: actions/submit-code-index-audit.yaml
459
+ gate:
460
+ id: code-index-audit-input
461
+ prompt: Provide the specific missing source or protocol material required to complete the code-index audit.
462
+ delegatable: false
463
+ satisfiedBy:
464
+ - path: extract.audit_input_required
465
+ equals: false
466
+ resources:
467
+ required:
468
+ - resources/procedures/code-index-audit.md
469
+ - resources/dialogue/human-gates.md
470
+ - resources/views/code-index-audit.yaml
471
+
472
+ - id: resolve-code-index-audit-guidance
473
+ kind: gate
474
+ reasonCode: route.extract.audit-guidance-required
475
+ resolutionAction: actions/apply-code-index-guidance.yaml
476
+ gate:
477
+ id: code-index-audit-guidance
478
+ prompt: Review the aggregated three-round code-index quality report and provide one scope, profile, source-material, or indexing direction for the failed modules.
479
+ delegatable: false
480
+ satisfiedBy:
481
+ - path: extract.audit_guidance_required
482
+ equals: false
483
+ resources:
484
+ required:
485
+ - resources/procedures/code-index-audit.md
486
+ - resources/dialogue/human-gates.md
487
+ - resources/views/code-index-audit.yaml
488
+
489
+ - id: revise-code-index-audit
490
+ kind: action
491
+ reasonCode: route.extract.audit-revision-required
492
+ action: actions/revise-code-index-audit.yaml
493
+ satisfiedBy:
494
+ - path: extract.audit_revision_required
495
+ equals: false
496
+ resources:
497
+ required:
498
+ - resources/procedures/code-index-audit.md
499
+ - resources/semantic/code-index/classification.md
500
+ - resources/views/code-index-audit.yaml
501
+ recommended:
502
+ - resources/manuals/reference/code-extractors.md
503
+
504
+ - id: audit-code-index
505
+ kind: action
506
+ reasonCode: route.extract.audit-required
507
+ action: actions/submit-code-index-audit.yaml
508
+ satisfiedBy:
509
+ - path: extract.audit_resolved
510
+ equals: true
511
+ resources:
512
+ required:
513
+ - resources/procedures/code-index-audit.md
514
+ - resources/semantic/code-index/classification.md
515
+ - resources/views/code-index-audit.yaml
516
+
443
517
  - id: classify-document
444
518
  kind: gate
445
519
  reasonCode: route.document.classification-required
@@ -501,6 +575,7 @@ nodes:
501
575
  kind: gate
502
576
  reasonCode: route.review.decision-required
503
577
  inspectionAction: actions/inspect-review.yaml
578
+ resolutionAction: actions/apply-forced-review.yaml
504
579
  delegated:
505
580
  inspection: skip
506
581
  resolutionAction: actions/apply-managed-review.yaml
@@ -684,12 +759,17 @@ edges:
684
759
  - { from: authorize-document-capture, to: capture-next, kind: gatedBy }
685
760
  - { from: capture-next, to: choose-extraction-scope }
686
761
  - { from: choose-extraction-scope, to: configure-code-extraction, kind: gatedBy }
687
- - { from: configure-code-extraction, to: resolve-extraction-capability }
762
+ - { from: configure-code-extraction, to: migrate-codeindex }
763
+ - { from: migrate-codeindex, to: resolve-extraction-capability }
688
764
  - { from: resolve-extraction-capability, to: preview-extraction-batch }
689
765
  - { from: preview-extraction-batch, to: repair-extraction-ownership }
690
766
  - { from: repair-extraction-ownership, to: revise-extraction-scale }
691
767
  - { from: revise-extraction-scale, to: extract-next }
692
- - { from: extract-next, to: review-current-batch }
768
+ - { from: extract-next, to: resolve-code-index-audit-input }
769
+ - { from: resolve-code-index-audit-input, to: resolve-code-index-audit-guidance, kind: gatedBy }
770
+ - { from: resolve-code-index-audit-guidance, to: revise-code-index-audit, kind: gatedBy }
771
+ - { from: revise-code-index-audit, to: audit-code-index }
772
+ - { from: audit-code-index, to: review-current-batch }
693
773
  - { from: review-current-batch, to: apply-managed-review, kind: gatedBy }
694
774
  - { from: apply-managed-review, to: classify-document }
695
775
  - { from: classify-document, to: configure-prose-lifecycle, kind: gatedBy }
@@ -2,14 +2,14 @@
2
2
  "schema": "agent-graph.bundle.v1",
3
3
  "provider": {
4
4
  "id": "c4a/context",
5
- "version": "0.6.17"
5
+ "version": "0.6.19"
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:29a79bec9dd37dd9973fb43ab52090c90e4ba8cf734f85729a56ac1f0ec22f91"
12
+ "digest": "sha256:25a7b3e87b8052cdb82bccc4b91753ff9974876498d7e44781d1238c49d80925"
13
13
  }
14
14
  ],
15
15
  "actions": [
@@ -23,6 +23,16 @@
23
23
  "path": "actions/align-next.yaml",
24
24
  "digest": "sha256:8f2a7203d5b631c0b1e6cc14d4d70acbf8ac0197b3cfd19fa3111212ffb47498"
25
25
  },
26
+ {
27
+ "id": "apply-code-index-guidance",
28
+ "path": "actions/apply-code-index-guidance.yaml",
29
+ "digest": "sha256:42dd7e82813d31421078cb977e125ffae1ec219f9512a0e3ac32f1d2aff8041a"
30
+ },
31
+ {
32
+ "id": "apply-forced-review",
33
+ "path": "actions/apply-forced-review.yaml",
34
+ "digest": "sha256:ed530819831b68824bd373dec399c73a30d7eeebd2ef72ae0eab3e7a60cad80f"
35
+ },
26
36
  {
27
37
  "id": "apply-managed-review",
28
38
  "path": "actions/apply-managed-review.yaml",
@@ -111,13 +121,18 @@
111
121
  {
112
122
  "id": "maintain-evidence",
113
123
  "path": "actions/maintain-evidence.yaml",
114
- "digest": "sha256:d8538b28f57e16e87d7ec7037257353364c9d1cc423fecbf9028a5b2e80e051f"
124
+ "digest": "sha256:aad5a46717dada265d01caa9f6c872ffe9428b18e7b04450a506966574448aa5"
115
125
  },
116
126
  {
117
127
  "id": "materialize-context-view",
118
128
  "path": "actions/materialize-context-view.yaml",
119
129
  "digest": "sha256:0ed6b73b6a31324575fd10fb8f2067c8381609ab272a031b326080506105d115"
120
130
  },
131
+ {
132
+ "id": "migrate-codeindex",
133
+ "path": "actions/migrate-codeindex.yaml",
134
+ "digest": "sha256:984316fa010f8ce570b4c9c3db8945e0e80f7a1dfb48c3db5ba3a1bcf6383a9a"
135
+ },
121
136
  {
122
137
  "id": "optimize-documents",
123
138
  "path": "actions/optimize-documents.yaml",
@@ -136,7 +151,7 @@
136
151
  {
137
152
  "id": "register-source-batch",
138
153
  "path": "actions/register-source-batch.yaml",
139
- "digest": "sha256:e2f406ce398f21bfb0a0cb43b88416422581519a8e74168f44a2a4f5f7e673f6"
154
+ "digest": "sha256:506cd677d79363035040b83c30f3444e9d41a886e9532023db6b8a17444ad951"
140
155
  },
141
156
  {
142
157
  "id": "repair-project-entry",
@@ -156,15 +171,30 @@
156
171
  {
157
172
  "id": "restore-repository-sources",
158
173
  "path": "actions/restore-repository-sources.yaml",
159
- "digest": "sha256:8e44f0dc15ac9b0eea8af62dcefd315d7c03a52dab1cda373537d275ae7383dc"
174
+ "digest": "sha256:58e40ee93d6bd1a9fe11d208fe771b576f8c5ceb05105d3e92a9aecc6b4a7fd8"
175
+ },
176
+ {
177
+ "id": "revise-code-index-audit",
178
+ "path": "actions/revise-code-index-audit.yaml",
179
+ "digest": "sha256:0ea9c41b2b698bf3a779381b42d6cd9b7eb9d54718498f3b2875eab4c23a76f6"
160
180
  },
161
181
  {
162
182
  "id": "revise-document",
163
183
  "path": "actions/revise-document.yaml",
164
184
  "digest": "sha256:605d3808670582da69881c9a2eb8b0de21b42fbdd04c1d04a8fa93513989a08e"
185
+ },
186
+ {
187
+ "id": "submit-code-index-audit",
188
+ "path": "actions/submit-code-index-audit.yaml",
189
+ "digest": "sha256:30ecc7cf9fcae232f9d3075d4410f5753c599bee148e06bf08afe4c219bb45c4"
165
190
  }
166
191
  ],
167
192
  "resources": [
193
+ {
194
+ "id": "context.code-index-audit",
195
+ "path": "resources/views/code-index-audit.yaml",
196
+ "digest": "sha256:b74c2457d2cc2cb37183b6dd1da4c14f198baec56a6cbf6b78c0a1013b38cde6"
197
+ },
168
198
  {
169
199
  "id": "context.document-optimization-current",
170
200
  "path": "resources/views/document-optimization-current.yaml",
@@ -188,22 +218,22 @@
188
218
  {
189
219
  "id": "context.sdk.lark-resources",
190
220
  "path": "resources/manuals/guides/lark-resources.md",
191
- "digest": "sha256:a179bb8bf7d8185bb6f3033ef692dd15fa5b702c91525e7c272d3025d3bb7c52"
221
+ "digest": "sha256:953950412d35dc842be1d0bcdcf6c39bd3a7d78ad0a1b6e3f66f82ca1c5f476e"
192
222
  },
193
223
  {
194
224
  "id": "context.sdk.package-outputs",
195
225
  "path": "resources/manuals/guides/package-outputs.md",
196
- "digest": "sha256:c490d63f03b11c87e62a2e44b2338db04a08f62bdafccb044063a717895bbbf4"
226
+ "digest": "sha256:d9a279e2a683802f838d9ff1cf49a84de703e9aef7a610cb08ef04ad91bbb88a"
197
227
  },
198
228
  {
199
229
  "id": "context.sdk.package-templates",
200
230
  "path": "resources/manuals/reference/package-templates.md",
201
- "digest": "sha256:c119fae47e848d5a0103bcc7215a1372515139896d5ca8a852ebd8e58b8c854a"
231
+ "digest": "sha256:9da4ee1684ffc0e1345d95567bb30566104140eb979269d3982f32f8c865eb64"
202
232
  },
203
233
  {
204
234
  "id": "context.sdk.project-api",
205
235
  "path": "resources/manuals/reference/project-api.md",
206
- "digest": "sha256:27c0f9523fa747c9acf7438f8e05993a83ea9942e962bfa0dfb879c9f927cc28"
236
+ "digest": "sha256:b46ba47f9f0e5212c7633f9711074ee8cddbd75de50ebfab6198a9fc1aea5ee8"
207
237
  },
208
238
  {
209
239
  "id": "context.sdk.template-variables",
@@ -228,7 +258,7 @@
228
258
  {
229
259
  "id": "context.semantic.align.structure-planning",
230
260
  "path": "resources/semantic/align/structure-planning.md",
231
- "digest": "sha256:73d7d1cb49ad27691e7baa29003fa1736fc8a7036c6094f40f733e62fd3c1aad"
261
+ "digest": "sha256:2930594fe849d3e70d2746c7619cff3ebbe70851c1f00ef3396f3cdf3860949a"
232
262
  },
233
263
  {
234
264
  "id": "context.semantic.compile.index",
@@ -278,7 +308,7 @@
278
308
  {
279
309
  "id": "dialogue.code-extraction",
280
310
  "path": "resources/dialogue/code-extraction.md",
281
- "digest": "sha256:51e32fb63913c21e09c94df2d600d289ca60e248a760aa35eea246e8794dbc49"
311
+ "digest": "sha256:be355208daf818ec81c0521f0ca0e2a05b5229531b1b9259e06afaadab17a879"
282
312
  },
283
313
  {
284
314
  "id": "dialogue.document-capture",
@@ -288,7 +318,7 @@
288
318
  {
289
319
  "id": "dialogue.document-classification",
290
320
  "path": "resources/dialogue/document-classification.md",
291
- "digest": "sha256:679db260d5c496fae2a1526ea27c76220e62e782259ef21a216a30cf868d791f"
321
+ "digest": "sha256:b26f23c9d99a1287f7fd8e59f5700cdeeafca015d731455fa518825c64477f86"
292
322
  },
293
323
  {
294
324
  "id": "dialogue.evidence-maintenance",
@@ -303,7 +333,7 @@
303
333
  {
304
334
  "id": "dialogue.knowledge-review",
305
335
  "path": "resources/dialogue/knowledge-review.md",
306
- "digest": "sha256:be908d5c2092790a2b3b24008367285a896c76e705685358549492a4f2eefa6b"
336
+ "digest": "sha256:d26107888fa81b1deb664377c0486de37dd72fd6bf23330deddc835f51bafcc8"
307
337
  },
308
338
  {
309
339
  "id": "dialogue.package-output",
@@ -318,7 +348,7 @@
318
348
  {
319
349
  "id": "dialogue.source-boundary",
320
350
  "path": "resources/dialogue/source-boundary.md",
321
- "digest": "sha256:ae8436045b0de5ace6843b47a552a72ffc0020fa82612e594465cf193255803f"
351
+ "digest": "sha256:15d37249d1cb2a8921247c689d81c135911b9933550120fadd8c17237c2c2c29"
322
352
  },
323
353
  {
324
354
  "id": "dialogue.structure-confirmation",
@@ -328,32 +358,37 @@
328
358
  {
329
359
  "id": "dialogue.workflow-mode-after-capture",
330
360
  "path": "resources/dialogue/workflow-mode-after-capture.md",
331
- "digest": "sha256:62541da2fe8d69fe2369bad2a402ef0e8c791960ac139dfe9bb86cc3ca29180b"
361
+ "digest": "sha256:4a7ba14b78519ee2486361641342c20ad54a2587571eb1ae1755a5a924ff9903"
332
362
  },
333
363
  {
334
364
  "id": "dialogue.workflow-mode-after-creation",
335
365
  "path": "resources/dialogue/workflow-mode-after-creation.md",
336
- "digest": "sha256:92de8c4f7deec35148ee3e47c7b6eea8b814d1cc7610113b5b81751ba50da2d2"
366
+ "digest": "sha256:37a4c4766c530baa5b7f52e543b702bed6de6506c6360a041de60571af2292ac"
337
367
  },
338
368
  {
339
369
  "id": "manual.reference.code-extractors",
340
370
  "path": "resources/manuals/reference/code-extractors.md",
341
- "digest": "sha256:1f5de051d819b29a6c8c2692f08cd8ce9556b6e36b83d1f0cad1295e03865f4f"
371
+ "digest": "sha256:9d8e26914576e6d56f505520590874aabbe29c6f8ee17812bce9a5235d4a24a7"
342
372
  },
343
373
  {
344
374
  "id": "procedure.close-and-build",
345
375
  "path": "resources/procedures/close-and-build.md",
346
- "digest": "sha256:bc7cc7aea9fd6796e71cc50c8ec44446fc7c576c9ddc3f6fe080d25488838592"
376
+ "digest": "sha256:cf3c635f49f42e86348009b49dcc1a6b9ee31492106419adf2bd7211c42cf469"
347
377
  },
348
378
  {
349
379
  "id": "procedure.code-extraction",
350
380
  "path": "resources/procedures/code-extraction.md",
351
- "digest": "sha256:b32901a9b4e68f4b8518e3bc6dfa00a010cc0a14ee2dbdf2b454948791c8a058"
381
+ "digest": "sha256:7901ad3cce9e59a7e8883ec0005883e665c1b287cca2dd1434ffaa8d833986aa"
382
+ },
383
+ {
384
+ "id": "procedure.code-index-audit",
385
+ "path": "resources/procedures/code-index-audit.md",
386
+ "digest": "sha256:57ceabbcd98edc1ba32e4ed45e7de7e65866d1ebee71b778f453738a8dfac7c0"
352
387
  },
353
388
  {
354
389
  "id": "procedure.document-capture",
355
390
  "path": "resources/procedures/document-capture.md",
356
- "digest": "sha256:482fa395dbc5ed167a4c1180463e0b9929d2a9a5a90f4ef0b5122cabf2cce80b"
391
+ "digest": "sha256:46a8231e92fcb19db7918938970ace8b4e4c22153fa8cbf0bb8100275bfbbfcf"
357
392
  },
358
393
  {
359
394
  "id": "procedure.document-classification",
@@ -363,12 +398,12 @@
363
398
  {
364
399
  "id": "procedure.document-optimization",
365
400
  "path": "resources/procedures/document-optimization.md",
366
- "digest": "sha256:b8ede87f762fb75e9432c69a8c3e6f37ff4558cf3c29748b8fa3a7cc9be45860"
401
+ "digest": "sha256:be1be830d2f7cc5409fcac47a43fd85c745056d705dac7c817f50bfe67ba15b3"
367
402
  },
368
403
  {
369
404
  "id": "procedure.document-revision",
370
405
  "path": "resources/procedures/document-revision.md",
371
- "digest": "sha256:91fff957375ef933a4ae9a613c505c5e93b30474e46c6c1bc283ac9b15c70aa7"
406
+ "digest": "sha256:a46498f66070485c019ed70c84640ed12f6374371ca9e6df0f42b93da69c051b"
372
407
  },
373
408
  {
374
409
  "id": "procedure.evidence-maintenance",
@@ -378,7 +413,7 @@
378
413
  {
379
414
  "id": "procedure.knowledge-review",
380
415
  "path": "resources/procedures/knowledge-review.md",
381
- "digest": "sha256:a5d1f85514125eee0da2fda87b9b9af1e922248dffd8e3fc98f626a8325297d2"
416
+ "digest": "sha256:ced7bb8dec7315e7f025df5492caab7f34b1134a6f476ca0e096a436ad956e36"
382
417
  },
383
418
  {
384
419
  "id": "procedure.package-output",
@@ -413,7 +448,7 @@
413
448
  {
414
449
  "id": "procedure.source-boundary",
415
450
  "path": "resources/procedures/source-boundary.md",
416
- "digest": "sha256:99097947961d7fa5b17f9e6b9c9471aac38cec1943bd7feb414b21d6a1e26a49"
451
+ "digest": "sha256:de7e9c274cb180295a65c494abadf0d78cce864c5770fe77f481567339d36d31"
417
452
  },
418
453
  {
419
454
  "id": "procedure.source-capture-detailed",
@@ -428,7 +463,7 @@
428
463
  {
429
464
  "id": "semantic.code-index.classification",
430
465
  "path": "resources/semantic/code-index/classification.md",
431
- "digest": "sha256:5a00d66a5703406531c4ff107eb416e3e825dc2413f394beef672fabb95e764d"
466
+ "digest": "sha256:6b76d21d95da84938a0cd044734befefe7a72cc05f2222ef95ff1f8ade982da1"
432
467
  },
433
468
  {
434
469
  "id": "semantic.code-index.template.adapter",
@@ -507,10 +542,15 @@
507
542
  }
508
543
  ],
509
544
  "schemas": [
545
+ {
546
+ "id": "schemas/code-index-audit-decision.schema.json",
547
+ "path": "schemas/code-index-audit-decision.schema.json",
548
+ "digest": "sha256:96a1bc4b962577c8a5b000a7c619271aed8845109362a6c3e54187c74bf69919"
549
+ },
510
550
  {
511
551
  "id": "schemas/document-optimization-decisions.schema.json",
512
552
  "path": "schemas/document-optimization-decisions.schema.json",
513
- "digest": "sha256:a21e84dbdcc2bad85970ebc3171f58176b480f751076745424c7f9742b972f5c"
553
+ "digest": "sha256:6cf551aba82ff2a2ffcb575994c5c87974c3eb30a71dad74c0c5cbaaab445cfb"
514
554
  },
515
555
  {
516
556
  "id": "schemas/evidence-maintenance-input.schema.json",
@@ -530,7 +570,7 @@
530
570
  {
531
571
  "id": "schemas/source-batch-input.schema.json",
532
572
  "path": "schemas/source-batch-input.schema.json",
533
- "digest": "sha256:aa5f1a1bf6a6573982e89e50c9d991f6aa72a5cbbda0867d1f483e30315c4409"
573
+ "digest": "sha256:0788501d70073a93c9d6d652bc85d806ea2e71abb2e9cfb6ad70e566e2675abf"
534
574
  }
535
575
  ],
536
576
  "files": [
@@ -542,6 +582,14 @@
542
582
  "path": "actions/align-next.yaml",
543
583
  "digest": "sha256:8f2a7203d5b631c0b1e6cc14d4d70acbf8ac0197b3cfd19fa3111212ffb47498"
544
584
  },
585
+ {
586
+ "path": "actions/apply-code-index-guidance.yaml",
587
+ "digest": "sha256:42dd7e82813d31421078cb977e125ffae1ec219f9512a0e3ac32f1d2aff8041a"
588
+ },
589
+ {
590
+ "path": "actions/apply-forced-review.yaml",
591
+ "digest": "sha256:ed530819831b68824bd373dec399c73a30d7eeebd2ef72ae0eab3e7a60cad80f"
592
+ },
545
593
  {
546
594
  "path": "actions/apply-managed-review.yaml",
547
595
  "digest": "sha256:25e2c2c215889dd13a6dec8714bc2b6357f3e01b09cc684f1e82d986e30ef064"
@@ -612,12 +660,16 @@
612
660
  },
613
661
  {
614
662
  "path": "actions/maintain-evidence.yaml",
615
- "digest": "sha256:d8538b28f57e16e87d7ec7037257353364c9d1cc423fecbf9028a5b2e80e051f"
663
+ "digest": "sha256:aad5a46717dada265d01caa9f6c872ffe9428b18e7b04450a506966574448aa5"
616
664
  },
617
665
  {
618
666
  "path": "actions/materialize-context-view.yaml",
619
667
  "digest": "sha256:0ed6b73b6a31324575fd10fb8f2067c8381609ab272a031b326080506105d115"
620
668
  },
669
+ {
670
+ "path": "actions/migrate-codeindex.yaml",
671
+ "digest": "sha256:984316fa010f8ce570b4c9c3db8945e0e80f7a1dfb48c3db5ba3a1bcf6383a9a"
672
+ },
621
673
  {
622
674
  "path": "actions/optimize-documents.yaml",
623
675
  "digest": "sha256:5fdd18379742c20af19e8a92e2591dd85270fa4a6af5d0adea6430b43049bebb"
@@ -632,7 +684,7 @@
632
684
  },
633
685
  {
634
686
  "path": "actions/register-source-batch.yaml",
635
- "digest": "sha256:e2f406ce398f21bfb0a0cb43b88416422581519a8e74168f44a2a4f5f7e673f6"
687
+ "digest": "sha256:506cd677d79363035040b83c30f3444e9d41a886e9532023db6b8a17444ad951"
636
688
  },
637
689
  {
638
690
  "path": "actions/repair-project-entry.yaml",
@@ -648,23 +700,31 @@
648
700
  },
649
701
  {
650
702
  "path": "actions/restore-repository-sources.yaml",
651
- "digest": "sha256:8e44f0dc15ac9b0eea8af62dcefd315d7c03a52dab1cda373537d275ae7383dc"
703
+ "digest": "sha256:58e40ee93d6bd1a9fe11d208fe771b576f8c5ceb05105d3e92a9aecc6b4a7fd8"
704
+ },
705
+ {
706
+ "path": "actions/revise-code-index-audit.yaml",
707
+ "digest": "sha256:0ea9c41b2b698bf3a779381b42d6cd9b7eb9d54718498f3b2875eab4c23a76f6"
652
708
  },
653
709
  {
654
710
  "path": "actions/revise-document.yaml",
655
711
  "digest": "sha256:605d3808670582da69881c9a2eb8b0de21b42fbdd04c1d04a8fa93513989a08e"
656
712
  },
713
+ {
714
+ "path": "actions/submit-code-index-audit.yaml",
715
+ "digest": "sha256:30ecc7cf9fcae232f9d3075d4410f5753c599bee148e06bf08afe4c219bb45c4"
716
+ },
657
717
  {
658
718
  "path": "codes.yaml",
659
- "digest": "sha256:d2edb3ac2599e5a5acfa1ef3bd807f23dd743d4cce10a53113a511eaf314c927"
719
+ "digest": "sha256:a140c4c9dedb927f52aa76a292d6bf4ac12f34434d3e2882d6aa7fbe8b629971"
660
720
  },
661
721
  {
662
722
  "path": "graphs/workspace.yaml",
663
- "digest": "sha256:29a79bec9dd37dd9973fb43ab52090c90e4ba8cf734f85729a56ac1f0ec22f91"
723
+ "digest": "sha256:25a7b3e87b8052cdb82bccc4b91753ff9974876498d7e44781d1238c49d80925"
664
724
  },
665
725
  {
666
726
  "path": "provider.yaml",
667
- "digest": "sha256:31e9ca586a2c9edab004d04be8221e46897a7b88a601e9acad603af3ba250910"
727
+ "digest": "sha256:80803dc4dc1d18647fb988ae3b02693775a30af3be5e4fe824c96e68c1dc2d43"
668
728
  },
669
729
  {
670
730
  "path": "resources/diagnostics/projection-stale.md",
@@ -680,7 +740,7 @@
680
740
  },
681
741
  {
682
742
  "path": "resources/dialogue/code-extraction.md",
683
- "digest": "sha256:51e32fb63913c21e09c94df2d600d289ca60e248a760aa35eea246e8794dbc49"
743
+ "digest": "sha256:be355208daf818ec81c0521f0ca0e2a05b5229531b1b9259e06afaadab17a879"
684
744
  },
685
745
  {
686
746
  "path": "resources/dialogue/document-capture.md",
@@ -688,7 +748,7 @@
688
748
  },
689
749
  {
690
750
  "path": "resources/dialogue/document-classification.md",
691
- "digest": "sha256:679db260d5c496fae2a1526ea27c76220e62e782259ef21a216a30cf868d791f"
751
+ "digest": "sha256:b26f23c9d99a1287f7fd8e59f5700cdeeafca015d731455fa518825c64477f86"
692
752
  },
693
753
  {
694
754
  "path": "resources/dialogue/evidence-maintenance.md",
@@ -700,7 +760,7 @@
700
760
  },
701
761
  {
702
762
  "path": "resources/dialogue/knowledge-review.md",
703
- "digest": "sha256:be908d5c2092790a2b3b24008367285a896c76e705685358549492a4f2eefa6b"
763
+ "digest": "sha256:d26107888fa81b1deb664377c0486de37dd72fd6bf23330deddc835f51bafcc8"
704
764
  },
705
765
  {
706
766
  "path": "resources/dialogue/package-output.md",
@@ -712,7 +772,7 @@
712
772
  },
713
773
  {
714
774
  "path": "resources/dialogue/source-boundary.md",
715
- "digest": "sha256:ae8436045b0de5ace6843b47a552a72ffc0020fa82612e594465cf193255803f"
775
+ "digest": "sha256:15d37249d1cb2a8921247c689d81c135911b9933550120fadd8c17237c2c2c29"
716
776
  },
717
777
  {
718
778
  "path": "resources/dialogue/structure-confirmation.md",
@@ -720,31 +780,31 @@
720
780
  },
721
781
  {
722
782
  "path": "resources/dialogue/workflow-mode-after-capture.md",
723
- "digest": "sha256:62541da2fe8d69fe2369bad2a402ef0e8c791960ac139dfe9bb86cc3ca29180b"
783
+ "digest": "sha256:4a7ba14b78519ee2486361641342c20ad54a2587571eb1ae1755a5a924ff9903"
724
784
  },
725
785
  {
726
786
  "path": "resources/dialogue/workflow-mode-after-creation.md",
727
- "digest": "sha256:92de8c4f7deec35148ee3e47c7b6eea8b814d1cc7610113b5b81751ba50da2d2"
787
+ "digest": "sha256:37a4c4766c530baa5b7f52e543b702bed6de6506c6360a041de60571af2292ac"
728
788
  },
729
789
  {
730
790
  "path": "resources/manuals/guides/lark-resources.md",
731
- "digest": "sha256:a179bb8bf7d8185bb6f3033ef692dd15fa5b702c91525e7c272d3025d3bb7c52"
791
+ "digest": "sha256:953950412d35dc842be1d0bcdcf6c39bd3a7d78ad0a1b6e3f66f82ca1c5f476e"
732
792
  },
733
793
  {
734
794
  "path": "resources/manuals/guides/package-outputs.md",
735
- "digest": "sha256:c490d63f03b11c87e62a2e44b2338db04a08f62bdafccb044063a717895bbbf4"
795
+ "digest": "sha256:d9a279e2a683802f838d9ff1cf49a84de703e9aef7a610cb08ef04ad91bbb88a"
736
796
  },
737
797
  {
738
798
  "path": "resources/manuals/reference/code-extractors.md",
739
- "digest": "sha256:1f5de051d819b29a6c8c2692f08cd8ce9556b6e36b83d1f0cad1295e03865f4f"
799
+ "digest": "sha256:9d8e26914576e6d56f505520590874aabbe29c6f8ee17812bce9a5235d4a24a7"
740
800
  },
741
801
  {
742
802
  "path": "resources/manuals/reference/package-templates.md",
743
- "digest": "sha256:c119fae47e848d5a0103bcc7215a1372515139896d5ca8a852ebd8e58b8c854a"
803
+ "digest": "sha256:9da4ee1684ffc0e1345d95567bb30566104140eb979269d3982f32f8c865eb64"
744
804
  },
745
805
  {
746
806
  "path": "resources/manuals/reference/project-api.md",
747
- "digest": "sha256:27c0f9523fa747c9acf7438f8e05993a83ea9942e962bfa0dfb879c9f927cc28"
807
+ "digest": "sha256:b46ba47f9f0e5212c7633f9711074ee8cddbd75de50ebfab6198a9fc1aea5ee8"
748
808
  },
749
809
  {
750
810
  "path": "resources/manuals/reference/template-variables.md",
@@ -752,15 +812,19 @@
752
812
  },
753
813
  {
754
814
  "path": "resources/procedures/close-and-build.md",
755
- "digest": "sha256:bc7cc7aea9fd6796e71cc50c8ec44446fc7c576c9ddc3f6fe080d25488838592"
815
+ "digest": "sha256:cf3c635f49f42e86348009b49dcc1a6b9ee31492106419adf2bd7211c42cf469"
756
816
  },
757
817
  {
758
818
  "path": "resources/procedures/code-extraction.md",
759
- "digest": "sha256:b32901a9b4e68f4b8518e3bc6dfa00a010cc0a14ee2dbdf2b454948791c8a058"
819
+ "digest": "sha256:7901ad3cce9e59a7e8883ec0005883e665c1b287cca2dd1434ffaa8d833986aa"
820
+ },
821
+ {
822
+ "path": "resources/procedures/code-index-audit.md",
823
+ "digest": "sha256:57ceabbcd98edc1ba32e4ed45e7de7e65866d1ebee71b778f453738a8dfac7c0"
760
824
  },
761
825
  {
762
826
  "path": "resources/procedures/document-capture.md",
763
- "digest": "sha256:482fa395dbc5ed167a4c1180463e0b9929d2a9a5a90f4ef0b5122cabf2cce80b"
827
+ "digest": "sha256:46a8231e92fcb19db7918938970ace8b4e4c22153fa8cbf0bb8100275bfbbfcf"
764
828
  },
765
829
  {
766
830
  "path": "resources/procedures/document-classification.md",
@@ -768,11 +832,11 @@
768
832
  },
769
833
  {
770
834
  "path": "resources/procedures/document-optimization.md",
771
- "digest": "sha256:b8ede87f762fb75e9432c69a8c3e6f37ff4558cf3c29748b8fa3a7cc9be45860"
835
+ "digest": "sha256:be1be830d2f7cc5409fcac47a43fd85c745056d705dac7c817f50bfe67ba15b3"
772
836
  },
773
837
  {
774
838
  "path": "resources/procedures/document-revision.md",
775
- "digest": "sha256:91fff957375ef933a4ae9a613c505c5e93b30474e46c6c1bc283ac9b15c70aa7"
839
+ "digest": "sha256:a46498f66070485c019ed70c84640ed12f6374371ca9e6df0f42b93da69c051b"
776
840
  },
777
841
  {
778
842
  "path": "resources/procedures/evidence-maintenance.md",
@@ -780,7 +844,7 @@
780
844
  },
781
845
  {
782
846
  "path": "resources/procedures/knowledge-review.md",
783
- "digest": "sha256:a5d1f85514125eee0da2fda87b9b9af1e922248dffd8e3fc98f626a8325297d2"
847
+ "digest": "sha256:ced7bb8dec7315e7f025df5492caab7f34b1134a6f476ca0e096a436ad956e36"
784
848
  },
785
849
  {
786
850
  "path": "resources/procedures/package-output.md",
@@ -808,7 +872,7 @@
808
872
  },
809
873
  {
810
874
  "path": "resources/procedures/source-boundary.md",
811
- "digest": "sha256:99097947961d7fa5b17f9e6b9c9471aac38cec1943bd7feb414b21d6a1e26a49"
875
+ "digest": "sha256:de7e9c274cb180295a65c494abadf0d78cce864c5770fe77f481567339d36d31"
812
876
  },
813
877
  {
814
878
  "path": "resources/procedures/source-capture-detailed.md",
@@ -832,11 +896,11 @@
832
896
  },
833
897
  {
834
898
  "path": "resources/semantic/align/structure-planning.md",
835
- "digest": "sha256:73d7d1cb49ad27691e7baa29003fa1736fc8a7036c6094f40f733e62fd3c1aad"
899
+ "digest": "sha256:2930594fe849d3e70d2746c7619cff3ebbe70851c1f00ef3396f3cdf3860949a"
836
900
  },
837
901
  {
838
902
  "path": "resources/semantic/code-index/classification.md",
839
- "digest": "sha256:5a00d66a5703406531c4ff107eb416e3e825dc2413f394beef672fabb95e764d"
903
+ "digest": "sha256:6b76d21d95da84938a0cd044734befefe7a72cc05f2222ef95ff1f8ade982da1"
840
904
  },
841
905
  {
842
906
  "path": "resources/semantic/code-index/templates/adapter.md",
@@ -902,6 +966,10 @@
902
966
  "path": "resources/semantic/compile/index.md",
903
967
  "digest": "sha256:4145f6bdc2855e354d00d311448584c3ed4b73849fc1277a2ed72d7be84e9e7c"
904
968
  },
969
+ {
970
+ "path": "resources/views/code-index-audit.yaml",
971
+ "digest": "sha256:b74c2457d2cc2cb37183b6dd1da4c14f198baec56a6cbf6b78c0a1013b38cde6"
972
+ },
905
973
  {
906
974
  "path": "resources/views/document-optimization-current.yaml",
907
975
  "digest": "sha256:5c98530b9a33e09445ae5e0f18151f66975106b6a0d327ac27875497c2f7f76d"
@@ -938,9 +1006,13 @@
938
1006
  "path": "resources/views/workspace-current.yaml",
939
1007
  "digest": "sha256:712d146a1538e47d09c0cfad9961c5ad1c7ebb7e9796a52c0b0bdb6007f50dc1"
940
1008
  },
1009
+ {
1010
+ "path": "schemas/code-index-audit-decision.schema.json",
1011
+ "digest": "sha256:96a1bc4b962577c8a5b000a7c619271aed8845109362a6c3e54187c74bf69919"
1012
+ },
941
1013
  {
942
1014
  "path": "schemas/document-optimization-decisions.schema.json",
943
- "digest": "sha256:a21e84dbdcc2bad85970ebc3171f58176b480f751076745424c7f9742b972f5c"
1015
+ "digest": "sha256:6cf551aba82ff2a2ffcb575994c5c87974c3eb30a71dad74c0c5cbaaab445cfb"
944
1016
  },
945
1017
  {
946
1018
  "path": "schemas/evidence-maintenance-input.schema.json",
@@ -956,7 +1028,7 @@
956
1028
  },
957
1029
  {
958
1030
  "path": "schemas/source-batch-input.schema.json",
959
- "digest": "sha256:aa5f1a1bf6a6573982e89e50c9d991f6aa72a5cbbda0867d1f483e30315c4409"
1031
+ "digest": "sha256:0788501d70073a93c9d6d652bc85d806ea2e71abb2e9cfb6ad70e566e2675abf"
960
1032
  },
961
1033
  {
962
1034
  "path": "scripts/render-context-view.mjs",
@@ -966,5 +1038,5 @@
966
1038
  "graphDependencies": {
967
1039
  "workspace": []
968
1040
  },
969
- "digest": "sha256:5da3c1272fa593c6eb36bbb33acc303e01dae0788f5f6ff5389835a76f8bd2df"
1041
+ "digest": "sha256:c41605cbd86d4be02940c5f45ed8b7aaa189e7a5b3d3d7f1afc224a007afcbc8"
970
1042
  }