@c4a/context-cli 0.7.0 → 0.7.1

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 (88) hide show
  1. package/cli.js +32779 -32620
  2. package/indexers/capability-manifest.json +4 -9
  3. package/indexers/release-manifest.json +1 -1
  4. package/package.json +3 -3
  5. package/plugins/VERSION +1 -1
  6. package/plugins/claude/.claude-plugin/plugin.json +1 -1
  7. package/plugins/codex/.codex-plugin/plugin.json +2 -2
  8. package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
  9. package/providers/context/actions/run-indexer-lifecycle.yaml +7 -0
  10. package/providers/context/codes.yaml +3 -27
  11. package/providers/context/graphs/indexer.yaml +2 -28
  12. package/providers/context/graphs/workspace.yaml +37 -473
  13. package/providers/context/manifest.json +58 -558
  14. package/providers/context/provider.yaml +2 -2
  15. package/providers/context/resources/diagnostics/projection-stale.md +0 -1
  16. package/providers/context/resources/manuals/reference/project-api.md +39 -38
  17. package/providers/context/resources/views/document-optimization-current.yaml +1 -1
  18. package/providers/context/resources/views/package-current.yaml +1 -1
  19. package/providers/context/resources/views/resolved-indexer-instructions.yaml +1 -1
  20. package/providers/context/resources/views/review-current.yaml +1 -1
  21. package/providers/context/resources/views/source-boundary.yaml +1 -1
  22. package/providers/context/resources/views/source-current.yaml +1 -1
  23. package/providers/context/resources/views/verification-current.yaml +1 -1
  24. package/providers/context/resources/views/workspace-current.yaml +1 -1
  25. package/providers/context/schemas/indexer-contract-overlay-validation-input.schema.json +0 -42
  26. package/providers/context/schemas/indexer-contract-overlay-validation-result.schema.json +27 -122
  27. package/providers/context/schemas/indexer-lifecycle-continuation.schema.json +15 -0
  28. package/providers/context/schemas/indexer-overlay-question-proposal-input.schema.json +4 -4
  29. package/providers/context/schemas/indexer-overlay-question-rebind-input.schema.json +4 -4
  30. package/providers/context/skills/run-indexer-lifecycle/SKILL.md +36 -0
  31. package/providers/context/actions/align-next.yaml +0 -6
  32. package/providers/context/actions/apply-code-index-guidance.yaml +0 -5
  33. package/providers/context/actions/apply-document-optimization-guidance.yaml +0 -5
  34. package/providers/context/actions/apply-structure-confirmation.yaml +0 -5
  35. package/providers/context/actions/authorize-indexer-contract-overlay.yaml +0 -7
  36. package/providers/context/actions/compile-next.yaml +0 -5
  37. package/providers/context/actions/configure-code-extraction.yaml +0 -5
  38. package/providers/context/actions/configure-prose-lifecycle.yaml +0 -5
  39. package/providers/context/actions/extract-next.yaml +0 -5
  40. package/providers/context/actions/inspect-code-extraction.yaml +0 -5
  41. package/providers/context/actions/inspect-document-classification.yaml +0 -5
  42. package/providers/context/actions/inspect-structure.yaml +0 -5
  43. package/providers/context/actions/migrate-codeindex.yaml +0 -5
  44. package/providers/context/actions/optimize-documents.yaml +0 -6
  45. package/providers/context/actions/preview-extraction-batch.yaml +0 -5
  46. package/providers/context/actions/revise-code-index-audit.yaml +0 -5
  47. package/providers/context/actions/submit-code-index-audit.yaml +0 -6
  48. package/providers/context/resources/dialogue/code-extraction.md +0 -87
  49. package/providers/context/resources/dialogue/document-classification.md +0 -33
  50. package/providers/context/resources/dialogue/structure-confirmation.md +0 -44
  51. package/providers/context/resources/dialogue/workflow-mode-after-capture.md +0 -25
  52. package/providers/context/resources/manuals/reference/code-extractors.md +0 -152
  53. package/providers/context/resources/procedures/code-extraction.md +0 -188
  54. package/providers/context/resources/procedures/code-index-audit.md +0 -113
  55. package/providers/context/resources/procedures/document-classification.md +0 -22
  56. package/providers/context/resources/procedures/document-optimization.md +0 -110
  57. package/providers/context/resources/procedures/prose-align.md +0 -68
  58. package/providers/context/resources/procedures/prose-compile.md +0 -23
  59. package/providers/context/resources/semantic/align/candidate-resolution.md +0 -106
  60. package/providers/context/resources/semantic/align/density-profile.md +0 -41
  61. package/providers/context/resources/semantic/align/gates.md +0 -276
  62. package/providers/context/resources/semantic/align/structure-planning.md +0 -337
  63. package/providers/context/resources/semantic/code-index/classification.md +0 -270
  64. package/providers/context/resources/semantic/code-index/templates/adapter.md +0 -118
  65. package/providers/context/resources/semantic/code-index/templates/api-service.md +0 -116
  66. package/providers/context/resources/semantic/code-index/templates/background-runtime.md +0 -109
  67. package/providers/context/resources/semantic/code-index/templates/cli-tool.md +0 -129
  68. package/providers/context/resources/semantic/code-index/templates/contract-source.md +0 -73
  69. package/providers/context/resources/semantic/code-index/templates/contracts-and-chains.md +0 -81
  70. package/providers/context/resources/semantic/code-index/templates/cross-module-chain.md +0 -78
  71. package/providers/context/resources/semantic/code-index/templates/derived-source.md +0 -116
  72. package/providers/context/resources/semantic/code-index/templates/domain-service.md +0 -109
  73. package/providers/context/resources/semantic/code-index/templates/event-flow.md +0 -62
  74. package/providers/context/resources/semantic/code-index/templates/monorepo-container.md +0 -124
  75. package/providers/context/resources/semantic/code-index/templates/persistence-boundary.md +0 -56
  76. package/providers/context/resources/semantic/code-index/templates/plugin-extension.md +0 -52
  77. package/providers/context/resources/semantic/code-index/templates/protocol-boundary.md +0 -88
  78. package/providers/context/resources/semantic/code-index/templates/sdk-library.md +0 -132
  79. package/providers/context/resources/semantic/code-index/templates/web-application.md +0 -145
  80. package/providers/context/resources/semantic/compile/index.md +0 -31
  81. package/providers/context/resources/views/code-index-audit.yaml +0 -6
  82. package/providers/context/resources/views/extraction-preview.yaml +0 -6
  83. package/providers/context/resources/views/structure-current.yaml +0 -6
  84. package/providers/context/schemas/code-index-audit-decision.schema.json +0 -94
  85. package/providers/context/schemas/document-optimization-decisions.schema.json +0 -57
  86. package/providers/context/schemas/indexer-contract-overlay-authorization-input.schema.json +0 -32
  87. package/providers/context/schemas/indexer-contract-overlay-authorization-result.schema.json +0 -121
  88. package/providers/context/schemas/prose-structure-batch.schema.json +0 -35
@@ -2,19 +2,19 @@
2
2
  "schema": "agent-graph.bundle.v1",
3
3
  "provider": {
4
4
  "id": "c4a/context",
5
- "version": "0.7.0"
5
+ "version": "0.7.1"
6
6
  },
7
7
  "providerManifest": "provider.yaml",
8
8
  "graphs": [
9
9
  {
10
10
  "id": "indexer",
11
11
  "path": "graphs/indexer.yaml",
12
- "digest": "sha256:a775e375e37d8d349eb8eca3f1184637886bce75e9e7e47f39949a2df6264f99"
12
+ "digest": "sha256:64733b0d7e983ddd2f8852b80294daca68fbb39d4ebc0efcc39831ae50c8e706"
13
13
  },
14
14
  {
15
15
  "id": "workspace",
16
16
  "path": "graphs/workspace.yaml",
17
- "digest": "sha256:ef5a226bfe3c0b6ddc0b85351f2c7d0028d162fdf4a0b258899489ef3737c1f0"
17
+ "digest": "sha256:276e068638e2fa94dd7f4f7043911f803b5b4321b2b396e19b5061e602709e78"
18
18
  }
19
19
  ],
20
20
  "actions": [
@@ -43,21 +43,6 @@
43
43
  "path": "actions/actualize-material-answer-bindings.yaml",
44
44
  "digest": "sha256:5d641922c4c68147e90d70f46d33579519aab7ea0b6d26ff927894b15e3974f6"
45
45
  },
46
- {
47
- "id": "align-next",
48
- "path": "actions/align-next.yaml",
49
- "digest": "sha256:8f2a7203d5b631c0b1e6cc14d4d70acbf8ac0197b3cfd19fa3111212ffb47498"
50
- },
51
- {
52
- "id": "apply-code-index-guidance",
53
- "path": "actions/apply-code-index-guidance.yaml",
54
- "digest": "sha256:42dd7e82813d31421078cb977e125ffae1ec219f9512a0e3ac32f1d2aff8041a"
55
- },
56
- {
57
- "id": "apply-document-optimization-guidance",
58
- "path": "actions/apply-document-optimization-guidance.yaml",
59
- "digest": "sha256:80d906a1056bab6d2259bd46fba70fd6d5b736f538f7e706c7205709f63c93dd"
60
- },
61
46
  {
62
47
  "id": "apply-forced-review",
63
48
  "path": "actions/apply-forced-review.yaml",
@@ -73,11 +58,6 @@
73
58
  "path": "actions/apply-managed-review.yaml",
74
59
  "digest": "sha256:25e2c2c215889dd13a6dec8714bc2b6357f3e01b09cc684f1e82d986e30ef064"
75
60
  },
76
- {
77
- "id": "apply-structure-confirmation",
78
- "path": "actions/apply-structure-confirmation.yaml",
79
- "digest": "sha256:2d5acf97ca692d324c829b25e020708b0d5fcd7ee004b7fd2be625a197dc77c3"
80
- },
81
61
  {
82
62
  "id": "audit-material-gap-state",
83
63
  "path": "actions/audit-material-gap-state.yaml",
@@ -88,11 +68,6 @@
88
68
  "path": "actions/audit-projected-artifact-fan-out.yaml",
89
69
  "digest": "sha256:472e61994a2acadac2da4782292b49567f094d6b2899a3d5f48737332c4523f1"
90
70
  },
91
- {
92
- "id": "authorize-indexer-contract-overlay",
93
- "path": "actions/authorize-indexer-contract-overlay.yaml",
94
- "digest": "sha256:42b37e101ebc44d193c9c914fe761598ecb566c47ffb85d81f7f581ea2041b86"
95
- },
96
71
  {
97
72
  "id": "authorize-indexer-dependencies",
98
73
  "path": "actions/authorize-indexer-dependencies.yaml",
@@ -178,21 +153,11 @@
178
153
  "path": "actions/compile-indexer-candidates.yaml",
179
154
  "digest": "sha256:e3821f2b67376d844501bae335d33970e36b81a3acc249a9e4834b10b573575e"
180
155
  },
181
- {
182
- "id": "compile-next",
183
- "path": "actions/compile-next.yaml",
184
- "digest": "sha256:e0fec702b2e77b4425c90ad47813fe2e9a6a007013d983b5e51243eb0c61433e"
185
- },
186
156
  {
187
157
  "id": "compose-indexer-post-author-fragments",
188
158
  "path": "actions/compose-indexer-post-author-fragments.yaml",
189
159
  "digest": "sha256:e656e684436c43a10982e99885e3978d02991ac3efe13e1a45954a2f20d8aa08"
190
160
  },
191
- {
192
- "id": "configure-code-extraction",
193
- "path": "actions/configure-code-extraction.yaml",
194
- "digest": "sha256:db83bf8d71f4bd1869d023b96bb095fbe206018125a528478693920ba9e2ffe3"
195
- },
196
161
  {
197
162
  "id": "configure-community-indexer-fallback",
198
163
  "path": "actions/configure-community-indexer-fallback.yaml",
@@ -213,11 +178,6 @@
213
178
  "path": "actions/configure-package-output.yaml",
214
179
  "digest": "sha256:2f5a682988ce3f32c53cf5131c36cf88e62332e8f27d5daaa0dedfb6e687b55a"
215
180
  },
216
- {
217
- "id": "configure-prose-lifecycle",
218
- "path": "actions/configure-prose-lifecycle.yaml",
219
- "digest": "sha256:226d20be637455b3ffba4a115dd0437d3330354d8a73b8e5313b3af303d53bcc"
220
- },
221
181
  {
222
182
  "id": "confirm-index-requirement-workset",
223
183
  "path": "actions/confirm-index-requirement-workset.yaml",
@@ -243,11 +203,6 @@
243
203
  "path": "actions/evaluate-material-gaps.yaml",
244
204
  "digest": "sha256:91f31dc5f74725bb929e5844db4ab6813b1ad6c8a94d48518bed3a25b796299d"
245
205
  },
246
- {
247
- "id": "extract-next",
248
- "path": "actions/extract-next.yaml",
249
- "digest": "sha256:3d5e26cbdd912c9be666ce423b19456b31ab67da53c4e01a1a1c7a3dc1e6420a"
250
- },
251
206
  {
252
207
  "id": "fail-main-index-run",
253
208
  "path": "actions/fail-main-index-run.yaml",
@@ -268,16 +223,6 @@
268
223
  "path": "actions/flush-runtime-events.yaml",
269
224
  "digest": "sha256:a5f29f652fc9f5f3775fdf9aad0af837f8c72879a22c11074321923bda49b45a"
270
225
  },
271
- {
272
- "id": "inspect-code-extraction",
273
- "path": "actions/inspect-code-extraction.yaml",
274
- "digest": "sha256:214cf9b0f9645ec7164a779ab5779ccf5b3e3132b10f8f9f666213d048f582b1"
275
- },
276
- {
277
- "id": "inspect-document-classification",
278
- "path": "actions/inspect-document-classification.yaml",
279
- "digest": "sha256:973889832e3adfba4fa019b3dfadda35fe22536c44ef97efba2299e6cdd65786"
280
- },
281
226
  {
282
227
  "id": "inspect-index-candidate-review-readiness",
283
228
  "path": "actions/inspect-index-candidate-review-readiness.yaml",
@@ -323,11 +268,6 @@
323
268
  "path": "actions/inspect-review.yaml",
324
269
  "digest": "sha256:79ab3605a3b17d227f4c3ae4d207634884e1422c4bb07fc275e98c2bb296f140"
325
270
  },
326
- {
327
- "id": "inspect-structure",
328
- "path": "actions/inspect-structure.yaml",
329
- "digest": "sha256:ee55f4dbf4d2ee4a0e5937cdc118430580d6746ab6c1a8ac9249675cb889ca4c"
330
- },
331
271
  {
332
272
  "id": "maintain-evidence",
333
273
  "path": "actions/maintain-evidence.yaml",
@@ -343,11 +283,6 @@
343
283
  "path": "actions/materialize-indexer-instructions.yaml",
344
284
  "digest": "sha256:6da47c03bd482b5b0170508b1ddc9e2d0998acff8ea08b0768dbbc3d2386926f"
345
285
  },
346
- {
347
- "id": "migrate-codeindex",
348
- "path": "actions/migrate-codeindex.yaml",
349
- "digest": "sha256:984316fa010f8ce570b4c9c3db8945e0e80f7a1dfb48c3db5ba3a1bcf6383a9a"
350
- },
351
286
  {
352
287
  "id": "observe-indexer-project",
353
288
  "path": "actions/observe-indexer-project.yaml",
@@ -368,11 +303,6 @@
368
303
  "path": "actions/observe-post-author-composer-worksets.yaml",
369
304
  "digest": "sha256:ee3757049541d4add6bb8ca3a3e69b388189b49eb6aa7b417ba988b198a7d1fa"
370
305
  },
371
- {
372
- "id": "optimize-documents",
373
- "path": "actions/optimize-documents.yaml",
374
- "digest": "sha256:5fdd18379742c20af19e8a92e2591dd85270fa4a6af5d0adea6430b43049bebb"
375
- },
376
306
  {
377
307
  "id": "override-index-profile-audit",
378
308
  "path": "actions/override-index-profile-audit.yaml",
@@ -393,11 +323,6 @@
393
323
  "path": "actions/prepare-material-answer-runs.yaml",
394
324
  "digest": "sha256:fc3a7bb385bf9a0a24d56e91387f2bdb61add0af597126f890edc733a9b59cd1"
395
325
  },
396
- {
397
- "id": "preview-extraction-batch",
398
- "path": "actions/preview-extraction-batch.yaml",
399
- "digest": "sha256:45e6d8c60a56fde6f1049193b12b708da86a8a67a65b0b1f7cb6034faec44c57"
400
- },
401
326
  {
402
327
  "id": "propose-indexer-customization",
403
328
  "path": "actions/propose-indexer-customization.yaml",
@@ -473,11 +398,6 @@
473
398
  "path": "actions/review-material-answer-candidate.yaml",
474
399
  "digest": "sha256:b83a407a4ada68abffdf5b2ec04ab60cab274db477ac1fedd4b88f944795be8f"
475
400
  },
476
- {
477
- "id": "revise-code-index-audit",
478
- "path": "actions/revise-code-index-audit.yaml",
479
- "digest": "sha256:0ea9c41b2b698bf3a779381b42d6cd9b7eb9d54718498f3b2875eab4c23a76f6"
480
- },
481
401
  {
482
402
  "id": "revise-document",
483
403
  "path": "actions/revise-document.yaml",
@@ -503,6 +423,11 @@
503
423
  "path": "actions/run-indexer-agent-step.yaml",
504
424
  "digest": "sha256:1223b17c9e3ce35b584df82118b7048d470c6226abaf522dd84d8c797935b7e9"
505
425
  },
426
+ {
427
+ "id": "run-indexer-lifecycle",
428
+ "path": "actions/run-indexer-lifecycle.yaml",
429
+ "digest": "sha256:0a7878fb9454919e63b221ade0f6072cd20114a379fc21e990cfaa0492885aa0"
430
+ },
506
431
  {
507
432
  "id": "run-indexer-post-author-composer",
508
433
  "path": "actions/run-indexer-post-author-composer.yaml",
@@ -528,11 +453,6 @@
528
453
  "path": "actions/start-post-author-composer-run.yaml",
529
454
  "digest": "sha256:8f97cd69b198c21ef27a2d151f7b2111e363b5d664f118dc663145acb19a34ea"
530
455
  },
531
- {
532
- "id": "submit-code-index-audit",
533
- "path": "actions/submit-code-index-audit.yaml",
534
- "digest": "sha256:30ecc7cf9fcae232f9d3075d4410f5753c599bee148e06bf08afe4c219bb45c4"
535
- },
536
456
  {
537
457
  "id": "validate-indexer-contract-overlays",
538
458
  "path": "actions/validate-indexer-contract-overlays.yaml",
@@ -565,30 +485,20 @@
565
485
  }
566
486
  ],
567
487
  "resources": [
568
- {
569
- "id": "context.code-index-audit",
570
- "path": "resources/views/code-index-audit.yaml",
571
- "digest": "sha256:b74c2457d2cc2cb37183b6dd1da4c14f198baec56a6cbf6b78c0a1013b38cde6"
572
- },
573
488
  {
574
489
  "id": "context.document-optimization-current",
575
490
  "path": "resources/views/document-optimization-current.yaml",
576
- "digest": "sha256:5c98530b9a33e09445ae5e0f18151f66975106b6a0d327ac27875497c2f7f76d"
577
- },
578
- {
579
- "id": "context.extraction-preview",
580
- "path": "resources/views/extraction-preview.yaml",
581
- "digest": "sha256:a23c819c1bddd48485088897179c2487b7509ef25894480b64995a34c9f235be"
491
+ "digest": "sha256:1b9f4c67fb0ac6514f4570a7bda72222cb92fbd74b37ccf9de10f11ee6dd4e87"
582
492
  },
583
493
  {
584
494
  "id": "context.package-current",
585
495
  "path": "resources/views/package-current.yaml",
586
- "digest": "sha256:c7910ed553b962612159700cb05f81cd01e03f72facc1a60bc2603698702ecb6"
496
+ "digest": "sha256:0c9cb3469748faca71279cabfc6f895c6adf90fa878369d5fc027169b390ea22"
587
497
  },
588
498
  {
589
499
  "id": "context.review-current",
590
500
  "path": "resources/views/review-current.yaml",
591
- "digest": "sha256:264b6f7de5cce9034e5e0a344bf29341421467bfb1ef96c298d4936ee99d13f5"
501
+ "digest": "sha256:0e45a5b090cb9427a46f9596f00aed9e89798a21cf24898cc07abcd10962c502"
592
502
  },
593
503
  {
594
504
  "id": "context.sdk.lark-resources",
@@ -608,67 +518,37 @@
608
518
  {
609
519
  "id": "context.sdk.project-api",
610
520
  "path": "resources/manuals/reference/project-api.md",
611
- "digest": "sha256:82f6acc33a236de101e137982fc2755d0f7360953d5c938db035b4c82679b898"
521
+ "digest": "sha256:6371207b0af4d6621cc4a787f0eb6e0d60cc1cc18a657d23ab2f6100da58a9c3"
612
522
  },
613
523
  {
614
524
  "id": "context.sdk.template-variables",
615
525
  "path": "resources/manuals/reference/template-variables.md",
616
526
  "digest": "sha256:5087857c14f9c632aa2b942055cf47043de1e26a455cdec5796b690d41795074"
617
527
  },
618
- {
619
- "id": "context.semantic.align.align-gates",
620
- "path": "resources/semantic/align/gates.md",
621
- "digest": "sha256:517be59f675022a5d9e3fa04f9b35f801a80fc32aa42084dac8bce8a45481fea"
622
- },
623
- {
624
- "id": "context.semantic.align.candidate-resolution",
625
- "path": "resources/semantic/align/candidate-resolution.md",
626
- "digest": "sha256:5c34122ec74ebd33b99b73c6c23b11dc7d80bd370133ed5fc77dee7ddadb1598"
627
- },
628
- {
629
- "id": "context.semantic.align.density-profile",
630
- "path": "resources/semantic/align/density-profile.md",
631
- "digest": "sha256:824327d88444a37f9d2c2386a8ce63cb07b7496a042ca01ba805dd6d34f7a46d"
632
- },
633
- {
634
- "id": "context.semantic.align.structure-planning",
635
- "path": "resources/semantic/align/structure-planning.md",
636
- "digest": "sha256:2930594fe849d3e70d2746c7619cff3ebbe70851c1f00ef3396f3cdf3860949a"
637
- },
638
- {
639
- "id": "context.semantic.compile.index",
640
- "path": "resources/semantic/compile/index.md",
641
- "digest": "sha256:4145f6bdc2855e354d00d311448584c3ed4b73849fc1277a2ed72d7be84e9e7c"
642
- },
643
528
  {
644
529
  "id": "context.source-boundary",
645
530
  "path": "resources/views/source-boundary.yaml",
646
- "digest": "sha256:6ff3eeaeb3ea8c3908106c26cfe8b8a6c6b0f636e3daaf7da9511830305feee2"
531
+ "digest": "sha256:b4417fd395b542021485d77f7f53c2dc3f8c37ec71714dac59c548f77b93c5fd"
647
532
  },
648
533
  {
649
534
  "id": "context.source-current",
650
535
  "path": "resources/views/source-current.yaml",
651
- "digest": "sha256:2d9c832f7f6c460d2b1e413048093da1ffb939f7d6ac4dc770433815c8fe3f09"
652
- },
653
- {
654
- "id": "context.structure-current",
655
- "path": "resources/views/structure-current.yaml",
656
- "digest": "sha256:e1487bbc23388dfe8c72f82f5a64ed5615e7a501be5f62d8d6973b4b49f315a8"
536
+ "digest": "sha256:ab48a0b8a9ce71ad4e4494895ffc3428c97e72715346e7189c13070030cf1ed5"
657
537
  },
658
538
  {
659
539
  "id": "context.verification-current",
660
540
  "path": "resources/views/verification-current.yaml",
661
- "digest": "sha256:f58a7de670d8767b4e2844616ec7d638440ae8b32ff3e9deac48ab0471da179f"
541
+ "digest": "sha256:fefb4e3d2e94a9468d0ae59eb6563ed740cf0c36f6ca22e2681206c5bbee010b"
662
542
  },
663
543
  {
664
544
  "id": "context.workspace-current",
665
545
  "path": "resources/views/workspace-current.yaml",
666
- "digest": "sha256:712d146a1538e47d09c0cfad9961c5ad1c7ebb7e9796a52c0b0bdb6007f50dc1"
546
+ "digest": "sha256:e8a10119eb52a92ebf845cf9e2114bda70160419a0aa3e5e0947b905fccc51df"
667
547
  },
668
548
  {
669
549
  "id": "diagnostic.projection-stale",
670
550
  "path": "resources/diagnostics/projection-stale.md",
671
- "digest": "sha256:7152211db8b97ab5b1982fec2a18954c4f04823ee383451a7fcc20713dbc567e"
551
+ "digest": "sha256:d1d22317b42e2660c04c931dc50217063b883733a6e6a1abbbc9eb8725c7d9e1"
672
552
  },
673
553
  {
674
554
  "id": "diagnostic.verification",
@@ -680,21 +560,11 @@
680
560
  "path": "resources/diagnostics/workspace-state.md",
681
561
  "digest": "sha256:276c545e7c9bca6d4e5590f75fe93a4fda49a8ac7454ae6dfea8e8a7dd056718"
682
562
  },
683
- {
684
- "id": "dialogue.code-extraction",
685
- "path": "resources/dialogue/code-extraction.md",
686
- "digest": "sha256:be355208daf818ec81c0521f0ca0e2a05b5229531b1b9259e06afaadab17a879"
687
- },
688
563
  {
689
564
  "id": "dialogue.document-capture",
690
565
  "path": "resources/dialogue/document-capture.md",
691
566
  "digest": "sha256:eab34072dc96d77c0749148463f722d2483d8e7d83899ce489e927176a1178e4"
692
567
  },
693
- {
694
- "id": "dialogue.document-classification",
695
- "path": "resources/dialogue/document-classification.md",
696
- "digest": "sha256:b26f23c9d99a1287f7fd8e59f5700cdeeafca015d731455fa518825c64477f86"
697
- },
698
568
  {
699
569
  "id": "dialogue.evidence-maintenance",
700
570
  "path": "resources/dialogue/evidence-maintenance.md",
@@ -725,56 +595,21 @@
725
595
  "path": "resources/dialogue/source-boundary.md",
726
596
  "digest": "sha256:15d37249d1cb2a8921247c689d81c135911b9933550120fadd8c17237c2c2c29"
727
597
  },
728
- {
729
- "id": "dialogue.structure-confirmation",
730
- "path": "resources/dialogue/structure-confirmation.md",
731
- "digest": "sha256:4f9667860bb555c2cf236237c5a21644b7a2b249a452337d83087fa4c389dc2d"
732
- },
733
- {
734
- "id": "dialogue.workflow-mode-after-capture",
735
- "path": "resources/dialogue/workflow-mode-after-capture.md",
736
- "digest": "sha256:4a7ba14b78519ee2486361641342c20ad54a2587571eb1ae1755a5a924ff9903"
737
- },
738
598
  {
739
599
  "id": "dialogue.workflow-mode-after-creation",
740
600
  "path": "resources/dialogue/workflow-mode-after-creation.md",
741
601
  "digest": "sha256:37a4c4766c530baa5b7f52e543b702bed6de6506c6360a041de60571af2292ac"
742
602
  },
743
- {
744
- "id": "manual.reference.code-extractors",
745
- "path": "resources/manuals/reference/code-extractors.md",
746
- "digest": "sha256:21b2756fb91deead40eb290e14b930243d077ce7be59bc2b3f71ccad45d9f78d"
747
- },
748
603
  {
749
604
  "id": "procedure.close-and-build",
750
605
  "path": "resources/procedures/close-and-build.md",
751
606
  "digest": "sha256:cf3c635f49f42e86348009b49dcc1a6b9ee31492106419adf2bd7211c42cf469"
752
607
  },
753
- {
754
- "id": "procedure.code-extraction",
755
- "path": "resources/procedures/code-extraction.md",
756
- "digest": "sha256:b64fcaf0ed923c0b96c811be662e2b026608231ce036f9637396602f731f9187"
757
- },
758
- {
759
- "id": "procedure.code-index-audit",
760
- "path": "resources/procedures/code-index-audit.md",
761
- "digest": "sha256:9c32f9be4aeaf0749a3f4b36265c65dccbf2093254a5351c940b7a39bd565bb5"
762
- },
763
608
  {
764
609
  "id": "procedure.document-capture",
765
610
  "path": "resources/procedures/document-capture.md",
766
611
  "digest": "sha256:46a8231e92fcb19db7918938970ace8b4e4c22153fa8cbf0bb8100275bfbbfcf"
767
612
  },
768
- {
769
- "id": "procedure.document-classification",
770
- "path": "resources/procedures/document-classification.md",
771
- "digest": "sha256:d248973ad671531334cd0c9f485183f40a9a78d0125186de5980d6b1099b940b"
772
- },
773
- {
774
- "id": "procedure.document-optimization",
775
- "path": "resources/procedures/document-optimization.md",
776
- "digest": "sha256:befefad61c8e9fb400ee0d946d7d728bcbd807faf9f88f8004739be2c27d93aa"
777
- },
778
613
  {
779
614
  "id": "procedure.document-revision",
780
615
  "path": "resources/procedures/document-revision.md",
@@ -800,16 +635,6 @@
800
635
  "path": "resources/procedures/project-configuration.md",
801
636
  "digest": "sha256:4e62fe0e5056cedfa9976d38275e5b4c5805d7e3913cb13d26edc78fa04e49ef"
802
637
  },
803
- {
804
- "id": "procedure.prose-align",
805
- "path": "resources/procedures/prose-align.md",
806
- "digest": "sha256:e8357e1e0100d4de39a7c96bb910cdd14e806d0847153ffed6c9a5e784ab72b4"
807
- },
808
- {
809
- "id": "procedure.prose-compile",
810
- "path": "resources/procedures/prose-compile.md",
811
- "digest": "sha256:c36ba3dcf9aa11a8759afaab2c9a99859c31acaf5f06456c4e0e6793130b7d6e"
812
- },
813
638
  {
814
639
  "id": "procedure.repository-source-recovery",
815
640
  "path": "resources/procedures/repository-source-recovery.md",
@@ -838,105 +663,10 @@
838
663
  {
839
664
  "id": "resolved-indexer-instructions",
840
665
  "path": "resources/views/resolved-indexer-instructions.yaml",
841
- "digest": "sha256:08d2d99159a347f03d4757e8e33186424851105d7e68c11918450e30fff36c0b"
842
- },
843
- {
844
- "id": "semantic.code-index.classification",
845
- "path": "resources/semantic/code-index/classification.md",
846
- "digest": "sha256:6b76d21d95da84938a0cd044734befefe7a72cc05f2222ef95ff1f8ade982da1"
847
- },
848
- {
849
- "id": "semantic.code-index.template.adapter",
850
- "path": "resources/semantic/code-index/templates/adapter.md",
851
- "digest": "sha256:526557b0a33199a6cf8a756f1ccbcab4fd55dddeea8bfe10a0ce08012c7307f3"
852
- },
853
- {
854
- "id": "semantic.code-index.template.api-service",
855
- "path": "resources/semantic/code-index/templates/api-service.md",
856
- "digest": "sha256:e9843ae065afe0f3f323c6c8c71c9c40cfbc400093f0d1495019446916d4b5b9"
857
- },
858
- {
859
- "id": "semantic.code-index.template.background-runtime",
860
- "path": "resources/semantic/code-index/templates/background-runtime.md",
861
- "digest": "sha256:c55d2fcdc32c5d54e7dcafb62bfeac81df5c2b06a17c60173d7ef9664336a65c"
862
- },
863
- {
864
- "id": "semantic.code-index.template.cli-tool",
865
- "path": "resources/semantic/code-index/templates/cli-tool.md",
866
- "digest": "sha256:3583ba14e27f64d72d9ddc8b9eb5dba26ab119600b4cb28b3cbb28d6edb55f63"
867
- },
868
- {
869
- "id": "semantic.code-index.template.contract-source",
870
- "path": "resources/semantic/code-index/templates/contract-source.md",
871
- "digest": "sha256:a78950484eb39e3acbbfa7b69e3b8902224c93c72510bfcb181e2e4c7158206a"
872
- },
873
- {
874
- "id": "semantic.code-index.template.contracts-and-chains",
875
- "path": "resources/semantic/code-index/templates/contracts-and-chains.md",
876
- "digest": "sha256:1c37f0fa253cea69371060657d59d0735f1ec2ad6d816b29a4441ce2acc145a3"
877
- },
878
- {
879
- "id": "semantic.code-index.template.cross-module-chain",
880
- "path": "resources/semantic/code-index/templates/cross-module-chain.md",
881
- "digest": "sha256:03dc0d936757a55b7c3cf75054a2694023064bed8032dee4d78e6d68a0d6c1bb"
882
- },
883
- {
884
- "id": "semantic.code-index.template.derived-source",
885
- "path": "resources/semantic/code-index/templates/derived-source.md",
886
- "digest": "sha256:7d7e5b3f1fa1f958cd4fd30ae8c74e869c0d948dc6a2a36b92b8ebe2f7192be8"
887
- },
888
- {
889
- "id": "semantic.code-index.template.domain-service",
890
- "path": "resources/semantic/code-index/templates/domain-service.md",
891
- "digest": "sha256:ce5dfc9e1db5f10efdd9b42cc80de6a5a18d44af9d7093f1defcd7547380f2a3"
892
- },
893
- {
894
- "id": "semantic.code-index.template.event-flow",
895
- "path": "resources/semantic/code-index/templates/event-flow.md",
896
- "digest": "sha256:6688bf567042409e183b7dd7fc677c8b2c1c02066ac8a5b53cfaeadfc5cad6c0"
897
- },
898
- {
899
- "id": "semantic.code-index.template.monorepo-container",
900
- "path": "resources/semantic/code-index/templates/monorepo-container.md",
901
- "digest": "sha256:f53271c2725322a003d44a40109d1a36e345ea4646f3bfb0cbd80c260dc1de78"
902
- },
903
- {
904
- "id": "semantic.code-index.template.persistence-boundary",
905
- "path": "resources/semantic/code-index/templates/persistence-boundary.md",
906
- "digest": "sha256:f25ddc9529c3ccc3c62969c1c3263db674dc307402a73884832c750287eefe67"
907
- },
908
- {
909
- "id": "semantic.code-index.template.plugin-extension",
910
- "path": "resources/semantic/code-index/templates/plugin-extension.md",
911
- "digest": "sha256:c804e6dab4ef46761d1cf66fdf8713944d0af48156b8ddefd1f0288f2d0c56af"
912
- },
913
- {
914
- "id": "semantic.code-index.template.protocol-boundary",
915
- "path": "resources/semantic/code-index/templates/protocol-boundary.md",
916
- "digest": "sha256:2057242d57d92cf17a98f2148fe6cd7bde3d3f6a9d49288bab21b26e1f0d40cf"
917
- },
918
- {
919
- "id": "semantic.code-index.template.sdk-library",
920
- "path": "resources/semantic/code-index/templates/sdk-library.md",
921
- "digest": "sha256:a14f7b006512c00b20194460914aeb2a3e3e345a7ad70859797f4da62bcd265e"
922
- },
923
- {
924
- "id": "semantic.code-index.template.web-application",
925
- "path": "resources/semantic/code-index/templates/web-application.md",
926
- "digest": "sha256:44af201561876b8f97ee18284ca76dd1aa8ce8db7800639adacaca49c4bf7dc3"
666
+ "digest": "sha256:f95c0196107b29102d0e66b1277b963ad0e6390a55ed37ebe5ecc12bf6ac9563"
927
667
  }
928
668
  ],
929
669
  "schemas": [
930
- {
931
- "id": "schemas/code-index-audit-decision.schema.json",
932
- "path": "schemas/code-index-audit-decision.schema.json",
933
- "digest": "sha256:96a1bc4b962577c8a5b000a7c619271aed8845109362a6c3e54187c74bf69919"
934
- },
935
- {
936
- "id": "schemas/document-optimization-decisions.schema.json",
937
- "path": "schemas/document-optimization-decisions.schema.json",
938
- "digest": "sha256:39f4ce1cff3fff1c05952964d1fd84c05ae550fb691f17d45a99d7bd9c0c7182"
939
- },
940
670
  {
941
671
  "id": "schemas/evidence-maintenance-input.schema.json",
942
672
  "path": "schemas/evidence-maintenance-input.schema.json",
@@ -972,25 +702,15 @@
972
702
  "path": "schemas/indexer-candidate-review-readiness-output.schema.json",
973
703
  "digest": "sha256:dbad68aea79400e0363316c59f72133e96f31b89560011abea6b96665cc7beb3"
974
704
  },
975
- {
976
- "id": "schemas/indexer-contract-overlay-authorization-input.schema.json",
977
- "path": "schemas/indexer-contract-overlay-authorization-input.schema.json",
978
- "digest": "sha256:b5c68597f2723e2acf30358794d607b805101f1003bc139a605446ea40ae3335"
979
- },
980
- {
981
- "id": "schemas/indexer-contract-overlay-authorization-result.schema.json",
982
- "path": "schemas/indexer-contract-overlay-authorization-result.schema.json",
983
- "digest": "sha256:3f7a727ccc608f6a8dc6350deca8c57391173f3e30895f8b774693e1794f0776"
984
- },
985
705
  {
986
706
  "id": "schemas/indexer-contract-overlay-validation-input.schema.json",
987
707
  "path": "schemas/indexer-contract-overlay-validation-input.schema.json",
988
- "digest": "sha256:f1d4958776e66670341642537063069927dfabebd90b58f24e7c9163bb232104"
708
+ "digest": "sha256:907f4c63206cd987cfba7d3beacf2f6fdc92e027a2d014ff9fae3df948c1c4e7"
989
709
  },
990
710
  {
991
711
  "id": "schemas/indexer-contract-overlay-validation-result.schema.json",
992
712
  "path": "schemas/indexer-contract-overlay-validation-result.schema.json",
993
- "digest": "sha256:7ce5ed96433c313323f4eb788972601dd35238a0da4dbdde14eb9647e1cd0445"
713
+ "digest": "sha256:4779bc8c5b360a96421a0a534a381a98b222b8372e4fd2254d5975ad7cf6b88d"
994
714
  },
995
715
  {
996
716
  "id": "schemas/indexer-customization-project-preparation-result.schema.json",
@@ -1027,6 +747,11 @@
1027
747
  "path": "schemas/indexer-incremental-impact-output.schema.json",
1028
748
  "digest": "sha256:613dfbc9f98b4c9d6138f0a9f8eaf8a1d9782139cabaec90ac70887de24afed8"
1029
749
  },
750
+ {
751
+ "id": "schemas/indexer-lifecycle-continuation.schema.json",
752
+ "path": "schemas/indexer-lifecycle-continuation.schema.json",
753
+ "digest": "sha256:59afa1e96f9b80f5e6b0884a393e0105272ab48f81178f03eaa57b6ef61e6227"
754
+ },
1030
755
  {
1031
756
  "id": "schemas/indexer-main-lifecycle-input.schema.json",
1032
757
  "path": "schemas/indexer-main-lifecycle-input.schema.json",
@@ -1115,12 +840,12 @@
1115
840
  {
1116
841
  "id": "schemas/indexer-overlay-question-proposal-input.schema.json",
1117
842
  "path": "schemas/indexer-overlay-question-proposal-input.schema.json",
1118
- "digest": "sha256:37b989761142536c5bac1cd62151c92156ef70294d3225fa9ba76bad6dba8037"
843
+ "digest": "sha256:d979056f7bc21f7bebb8e4002ed3d64007589fd1696e44f02c8666903b203388"
1119
844
  },
1120
845
  {
1121
846
  "id": "schemas/indexer-overlay-question-rebind-input.schema.json",
1122
847
  "path": "schemas/indexer-overlay-question-rebind-input.schema.json",
1123
- "digest": "sha256:34be2a3397d43fcf4729112c8e63e00c7c76ded06ed64c0391b1406b332bb27b"
848
+ "digest": "sha256:57077bfe22409373512ce3726d84b43cd098e1b8ad83962632c938a2b6580937"
1124
849
  },
1125
850
  {
1126
851
  "id": "schemas/indexer-overlay-question-rebind-result.schema.json",
@@ -1272,11 +997,6 @@
1272
997
  "path": "schemas/indexer-subject-reidentification-output.schema.json",
1273
998
  "digest": "sha256:78c3f14147f959914f8122b4f749e7a081f48d4b9297e2f2435ef83b2c5307d3"
1274
999
  },
1275
- {
1276
- "id": "schemas/prose-structure-batch.schema.json",
1277
- "path": "schemas/prose-structure-batch.schema.json",
1278
- "digest": "sha256:fc4ebbb5ee81ae77238cd60350ebac16f55e8a5adf3f5f5db411040474e01842"
1279
- },
1280
1000
  {
1281
1001
  "id": "schemas/repository-source-recovery.schema.json",
1282
1002
  "path": "schemas/repository-source-recovery.schema.json",
@@ -1309,18 +1029,6 @@
1309
1029
  "path": "actions/actualize-material-answer-bindings.yaml",
1310
1030
  "digest": "sha256:5d641922c4c68147e90d70f46d33579519aab7ea0b6d26ff927894b15e3974f6"
1311
1031
  },
1312
- {
1313
- "path": "actions/align-next.yaml",
1314
- "digest": "sha256:8f2a7203d5b631c0b1e6cc14d4d70acbf8ac0197b3cfd19fa3111212ffb47498"
1315
- },
1316
- {
1317
- "path": "actions/apply-code-index-guidance.yaml",
1318
- "digest": "sha256:42dd7e82813d31421078cb977e125ffae1ec219f9512a0e3ac32f1d2aff8041a"
1319
- },
1320
- {
1321
- "path": "actions/apply-document-optimization-guidance.yaml",
1322
- "digest": "sha256:80d906a1056bab6d2259bd46fba70fd6d5b736f538f7e706c7205709f63c93dd"
1323
- },
1324
1032
  {
1325
1033
  "path": "actions/apply-forced-review.yaml",
1326
1034
  "digest": "sha256:ed530819831b68824bd373dec399c73a30d7eeebd2ef72ae0eab3e7a60cad80f"
@@ -1333,10 +1041,6 @@
1333
1041
  "path": "actions/apply-managed-review.yaml",
1334
1042
  "digest": "sha256:25e2c2c215889dd13a6dec8714bc2b6357f3e01b09cc684f1e82d986e30ef064"
1335
1043
  },
1336
- {
1337
- "path": "actions/apply-structure-confirmation.yaml",
1338
- "digest": "sha256:2d5acf97ca692d324c829b25e020708b0d5fcd7ee004b7fd2be625a197dc77c3"
1339
- },
1340
1044
  {
1341
1045
  "path": "actions/audit-material-gap-state.yaml",
1342
1046
  "digest": "sha256:d2346aed317c51eed5c0b24d166359d320b329fe7d348b7bf8b637c6c8edc00b"
@@ -1345,10 +1049,6 @@
1345
1049
  "path": "actions/audit-projected-artifact-fan-out.yaml",
1346
1050
  "digest": "sha256:472e61994a2acadac2da4782292b49567f094d6b2899a3d5f48737332c4523f1"
1347
1051
  },
1348
- {
1349
- "path": "actions/authorize-indexer-contract-overlay.yaml",
1350
- "digest": "sha256:42b37e101ebc44d193c9c914fe761598ecb566c47ffb85d81f7f581ea2041b86"
1351
- },
1352
1052
  {
1353
1053
  "path": "actions/authorize-indexer-dependencies.yaml",
1354
1054
  "digest": "sha256:101e3025bcdbbbba5022dd975d3840bb362a7d806afcc18e6fd9c51894905d10"
@@ -1417,18 +1117,10 @@
1417
1117
  "path": "actions/compile-indexer-candidates.yaml",
1418
1118
  "digest": "sha256:e3821f2b67376d844501bae335d33970e36b81a3acc249a9e4834b10b573575e"
1419
1119
  },
1420
- {
1421
- "path": "actions/compile-next.yaml",
1422
- "digest": "sha256:e0fec702b2e77b4425c90ad47813fe2e9a6a007013d983b5e51243eb0c61433e"
1423
- },
1424
1120
  {
1425
1121
  "path": "actions/compose-indexer-post-author-fragments.yaml",
1426
1122
  "digest": "sha256:e656e684436c43a10982e99885e3978d02991ac3efe13e1a45954a2f20d8aa08"
1427
1123
  },
1428
- {
1429
- "path": "actions/configure-code-extraction.yaml",
1430
- "digest": "sha256:db83bf8d71f4bd1869d023b96bb095fbe206018125a528478693920ba9e2ffe3"
1431
- },
1432
1124
  {
1433
1125
  "path": "actions/configure-community-indexer-fallback.yaml",
1434
1126
  "digest": "sha256:a684e957a604f57a3be3201e280b489a6c6275e0dbbd0a614f96ce18e7eaeea8"
@@ -1445,10 +1137,6 @@
1445
1137
  "path": "actions/configure-package-output.yaml",
1446
1138
  "digest": "sha256:2f5a682988ce3f32c53cf5131c36cf88e62332e8f27d5daaa0dedfb6e687b55a"
1447
1139
  },
1448
- {
1449
- "path": "actions/configure-prose-lifecycle.yaml",
1450
- "digest": "sha256:226d20be637455b3ffba4a115dd0437d3330354d8a73b8e5313b3af303d53bcc"
1451
- },
1452
1140
  {
1453
1141
  "path": "actions/confirm-index-requirement-workset.yaml",
1454
1142
  "digest": "sha256:b46f5209bd60846d69efa2697facb03be92a37749e89fada4b7f0d9d87800b4e"
@@ -1469,10 +1157,6 @@
1469
1157
  "path": "actions/evaluate-material-gaps.yaml",
1470
1158
  "digest": "sha256:91f31dc5f74725bb929e5844db4ab6813b1ad6c8a94d48518bed3a25b796299d"
1471
1159
  },
1472
- {
1473
- "path": "actions/extract-next.yaml",
1474
- "digest": "sha256:3d5e26cbdd912c9be666ce423b19456b31ab67da53c4e01a1a1c7a3dc1e6420a"
1475
- },
1476
1160
  {
1477
1161
  "path": "actions/fail-main-index-run.yaml",
1478
1162
  "digest": "sha256:b73dd9bd22188f9e846efa8ea781fdee2566c1a7b9cf7204662f5fde72fa77d1"
@@ -1489,14 +1173,6 @@
1489
1173
  "path": "actions/flush-runtime-events.yaml",
1490
1174
  "digest": "sha256:a5f29f652fc9f5f3775fdf9aad0af837f8c72879a22c11074321923bda49b45a"
1491
1175
  },
1492
- {
1493
- "path": "actions/inspect-code-extraction.yaml",
1494
- "digest": "sha256:214cf9b0f9645ec7164a779ab5779ccf5b3e3132b10f8f9f666213d048f582b1"
1495
- },
1496
- {
1497
- "path": "actions/inspect-document-classification.yaml",
1498
- "digest": "sha256:973889832e3adfba4fa019b3dfadda35fe22536c44ef97efba2299e6cdd65786"
1499
- },
1500
1176
  {
1501
1177
  "path": "actions/inspect-index-candidate-review-readiness.yaml",
1502
1178
  "digest": "sha256:e798248995a46b3662481143898cec63ae3030c7c8c8ebdeb66a02300c39f83a"
@@ -1533,10 +1209,6 @@
1533
1209
  "path": "actions/inspect-review.yaml",
1534
1210
  "digest": "sha256:79ab3605a3b17d227f4c3ae4d207634884e1422c4bb07fc275e98c2bb296f140"
1535
1211
  },
1536
- {
1537
- "path": "actions/inspect-structure.yaml",
1538
- "digest": "sha256:ee55f4dbf4d2ee4a0e5937cdc118430580d6746ab6c1a8ac9249675cb889ca4c"
1539
- },
1540
1212
  {
1541
1213
  "path": "actions/maintain-evidence.yaml",
1542
1214
  "digest": "sha256:aad5a46717dada265d01caa9f6c872ffe9428b18e7b04450a506966574448aa5"
@@ -1549,10 +1221,6 @@
1549
1221
  "path": "actions/materialize-indexer-instructions.yaml",
1550
1222
  "digest": "sha256:6da47c03bd482b5b0170508b1ddc9e2d0998acff8ea08b0768dbbc3d2386926f"
1551
1223
  },
1552
- {
1553
- "path": "actions/migrate-codeindex.yaml",
1554
- "digest": "sha256:984316fa010f8ce570b4c9c3db8945e0e80f7a1dfb48c3db5ba3a1bcf6383a9a"
1555
- },
1556
1224
  {
1557
1225
  "path": "actions/observe-indexer-project.yaml",
1558
1226
  "digest": "sha256:0365519d1db7d6d6292a642f6357b409afae2025a3332024e4173d52d7ebaece"
@@ -1569,10 +1237,6 @@
1569
1237
  "path": "actions/observe-post-author-composer-worksets.yaml",
1570
1238
  "digest": "sha256:ee3757049541d4add6bb8ca3a3e69b388189b49eb6aa7b417ba988b198a7d1fa"
1571
1239
  },
1572
- {
1573
- "path": "actions/optimize-documents.yaml",
1574
- "digest": "sha256:5fdd18379742c20af19e8a92e2591dd85270fa4a6af5d0adea6430b43049bebb"
1575
- },
1576
1240
  {
1577
1241
  "path": "actions/override-index-profile-audit.yaml",
1578
1242
  "digest": "sha256:4ef12f402e86b88e63aeff4848d6e508e2d839b3ec5abe0e341a7ca5cf1cd5ea"
@@ -1589,10 +1253,6 @@
1589
1253
  "path": "actions/prepare-material-answer-runs.yaml",
1590
1254
  "digest": "sha256:fc3a7bb385bf9a0a24d56e91387f2bdb61add0af597126f890edc733a9b59cd1"
1591
1255
  },
1592
- {
1593
- "path": "actions/preview-extraction-batch.yaml",
1594
- "digest": "sha256:45e6d8c60a56fde6f1049193b12b708da86a8a67a65b0b1f7cb6034faec44c57"
1595
- },
1596
1256
  {
1597
1257
  "path": "actions/propose-indexer-customization.yaml",
1598
1258
  "digest": "sha256:07d1842805d62f5a8a9cef36c602ceee0876c91338493caa61ba3080ccad9bfa"
@@ -1653,10 +1313,6 @@
1653
1313
  "path": "actions/review-material-answer-candidate.yaml",
1654
1314
  "digest": "sha256:b83a407a4ada68abffdf5b2ec04ab60cab274db477ac1fedd4b88f944795be8f"
1655
1315
  },
1656
- {
1657
- "path": "actions/revise-code-index-audit.yaml",
1658
- "digest": "sha256:0ea9c41b2b698bf3a779381b42d6cd9b7eb9d54718498f3b2875eab4c23a76f6"
1659
- },
1660
1316
  {
1661
1317
  "path": "actions/revise-document.yaml",
1662
1318
  "digest": "sha256:605d3808670582da69881c9a2eb8b0de21b42fbdd04c1d04a8fa93513989a08e"
@@ -1677,6 +1333,10 @@
1677
1333
  "path": "actions/run-indexer-agent-step.yaml",
1678
1334
  "digest": "sha256:1223b17c9e3ce35b584df82118b7048d470c6226abaf522dd84d8c797935b7e9"
1679
1335
  },
1336
+ {
1337
+ "path": "actions/run-indexer-lifecycle.yaml",
1338
+ "digest": "sha256:0a7878fb9454919e63b221ade0f6072cd20114a379fc21e990cfaa0492885aa0"
1339
+ },
1680
1340
  {
1681
1341
  "path": "actions/run-indexer-post-author-composer.yaml",
1682
1342
  "digest": "sha256:3ba76d84e3cbc7614fccebcb609a71b0dc1ba3849d0e77537286f16a6227991a"
@@ -1697,10 +1357,6 @@
1697
1357
  "path": "actions/start-post-author-composer-run.yaml",
1698
1358
  "digest": "sha256:8f97cd69b198c21ef27a2d151f7b2111e363b5d664f118dc663145acb19a34ea"
1699
1359
  },
1700
- {
1701
- "path": "actions/submit-code-index-audit.yaml",
1702
- "digest": "sha256:30ecc7cf9fcae232f9d3075d4410f5753c599bee148e06bf08afe4c219bb45c4"
1703
- },
1704
1360
  {
1705
1361
  "path": "actions/validate-indexer-contract-overlays.yaml",
1706
1362
  "digest": "sha256:e9ecc7edc82dd37e7f3a2d07ac8f057404d2fca8a3b2d59a83a7e42b598014ef"
@@ -1727,23 +1383,23 @@
1727
1383
  },
1728
1384
  {
1729
1385
  "path": "codes.yaml",
1730
- "digest": "sha256:e6c81dd0426d5069ef5e16bea3dc44974ab9ccc31c41f299c30a5a3ed8a1855a"
1386
+ "digest": "sha256:bbefbf3cd8321f623aaa84c42eb05a57e2f7ca1419570b3389f97b13f56fa91e"
1731
1387
  },
1732
1388
  {
1733
1389
  "path": "graphs/indexer.yaml",
1734
- "digest": "sha256:a775e375e37d8d349eb8eca3f1184637886bce75e9e7e47f39949a2df6264f99"
1390
+ "digest": "sha256:64733b0d7e983ddd2f8852b80294daca68fbb39d4ebc0efcc39831ae50c8e706"
1735
1391
  },
1736
1392
  {
1737
1393
  "path": "graphs/workspace.yaml",
1738
- "digest": "sha256:ef5a226bfe3c0b6ddc0b85351f2c7d0028d162fdf4a0b258899489ef3737c1f0"
1394
+ "digest": "sha256:276e068638e2fa94dd7f4f7043911f803b5b4321b2b396e19b5061e602709e78"
1739
1395
  },
1740
1396
  {
1741
1397
  "path": "provider.yaml",
1742
- "digest": "sha256:a18513dc0c7a6ee2f018f6cc53b3e465ee5016f51065861eb7e3f39656ae682d"
1398
+ "digest": "sha256:d2fb912334c604ac8c93070a11ef20a6e29f09a604a62809346ece62d52a0502"
1743
1399
  },
1744
1400
  {
1745
1401
  "path": "resources/diagnostics/projection-stale.md",
1746
- "digest": "sha256:7152211db8b97ab5b1982fec2a18954c4f04823ee383451a7fcc20713dbc567e"
1402
+ "digest": "sha256:d1d22317b42e2660c04c931dc50217063b883733a6e6a1abbbc9eb8725c7d9e1"
1747
1403
  },
1748
1404
  {
1749
1405
  "path": "resources/diagnostics/verification.md",
@@ -1753,18 +1409,10 @@
1753
1409
  "path": "resources/diagnostics/workspace-state.md",
1754
1410
  "digest": "sha256:276c545e7c9bca6d4e5590f75fe93a4fda49a8ac7454ae6dfea8e8a7dd056718"
1755
1411
  },
1756
- {
1757
- "path": "resources/dialogue/code-extraction.md",
1758
- "digest": "sha256:be355208daf818ec81c0521f0ca0e2a05b5229531b1b9259e06afaadab17a879"
1759
- },
1760
1412
  {
1761
1413
  "path": "resources/dialogue/document-capture.md",
1762
1414
  "digest": "sha256:eab34072dc96d77c0749148463f722d2483d8e7d83899ce489e927176a1178e4"
1763
1415
  },
1764
- {
1765
- "path": "resources/dialogue/document-classification.md",
1766
- "digest": "sha256:b26f23c9d99a1287f7fd8e59f5700cdeeafca015d731455fa518825c64477f86"
1767
- },
1768
1416
  {
1769
1417
  "path": "resources/dialogue/evidence-maintenance.md",
1770
1418
  "digest": "sha256:831ab87f272f9982eb086426302899d3ddc5e9afd582a8628cff2753b6d4115b"
@@ -1789,14 +1437,6 @@
1789
1437
  "path": "resources/dialogue/source-boundary.md",
1790
1438
  "digest": "sha256:15d37249d1cb2a8921247c689d81c135911b9933550120fadd8c17237c2c2c29"
1791
1439
  },
1792
- {
1793
- "path": "resources/dialogue/structure-confirmation.md",
1794
- "digest": "sha256:4f9667860bb555c2cf236237c5a21644b7a2b249a452337d83087fa4c389dc2d"
1795
- },
1796
- {
1797
- "path": "resources/dialogue/workflow-mode-after-capture.md",
1798
- "digest": "sha256:4a7ba14b78519ee2486361641342c20ad54a2587571eb1ae1755a5a924ff9903"
1799
- },
1800
1440
  {
1801
1441
  "path": "resources/dialogue/workflow-mode-after-creation.md",
1802
1442
  "digest": "sha256:37a4c4766c530baa5b7f52e543b702bed6de6506c6360a041de60571af2292ac"
@@ -1809,17 +1449,13 @@
1809
1449
  "path": "resources/manuals/guides/package-outputs.md",
1810
1450
  "digest": "sha256:d9a279e2a683802f838d9ff1cf49a84de703e9aef7a610cb08ef04ad91bbb88a"
1811
1451
  },
1812
- {
1813
- "path": "resources/manuals/reference/code-extractors.md",
1814
- "digest": "sha256:21b2756fb91deead40eb290e14b930243d077ce7be59bc2b3f71ccad45d9f78d"
1815
- },
1816
1452
  {
1817
1453
  "path": "resources/manuals/reference/package-templates.md",
1818
1454
  "digest": "sha256:9da4ee1684ffc0e1345d95567bb30566104140eb979269d3982f32f8c865eb64"
1819
1455
  },
1820
1456
  {
1821
1457
  "path": "resources/manuals/reference/project-api.md",
1822
- "digest": "sha256:82f6acc33a236de101e137982fc2755d0f7360953d5c938db035b4c82679b898"
1458
+ "digest": "sha256:6371207b0af4d6621cc4a787f0eb6e0d60cc1cc18a657d23ab2f6100da58a9c3"
1823
1459
  },
1824
1460
  {
1825
1461
  "path": "resources/manuals/reference/template-variables.md",
@@ -1829,26 +1465,10 @@
1829
1465
  "path": "resources/procedures/close-and-build.md",
1830
1466
  "digest": "sha256:cf3c635f49f42e86348009b49dcc1a6b9ee31492106419adf2bd7211c42cf469"
1831
1467
  },
1832
- {
1833
- "path": "resources/procedures/code-extraction.md",
1834
- "digest": "sha256:b64fcaf0ed923c0b96c811be662e2b026608231ce036f9637396602f731f9187"
1835
- },
1836
- {
1837
- "path": "resources/procedures/code-index-audit.md",
1838
- "digest": "sha256:9c32f9be4aeaf0749a3f4b36265c65dccbf2093254a5351c940b7a39bd565bb5"
1839
- },
1840
1468
  {
1841
1469
  "path": "resources/procedures/document-capture.md",
1842
1470
  "digest": "sha256:46a8231e92fcb19db7918938970ace8b4e4c22153fa8cbf0bb8100275bfbbfcf"
1843
1471
  },
1844
- {
1845
- "path": "resources/procedures/document-classification.md",
1846
- "digest": "sha256:d248973ad671531334cd0c9f485183f40a9a78d0125186de5980d6b1099b940b"
1847
- },
1848
- {
1849
- "path": "resources/procedures/document-optimization.md",
1850
- "digest": "sha256:befefad61c8e9fb400ee0d946d7d728bcbd807faf9f88f8004739be2c27d93aa"
1851
- },
1852
1472
  {
1853
1473
  "path": "resources/procedures/document-revision.md",
1854
1474
  "digest": "sha256:a46498f66070485c019ed70c84640ed12f6374371ca9e6df0f42b93da69c051b"
@@ -1869,14 +1489,6 @@
1869
1489
  "path": "resources/procedures/project-configuration.md",
1870
1490
  "digest": "sha256:4e62fe0e5056cedfa9976d38275e5b4c5805d7e3913cb13d26edc78fa04e49ef"
1871
1491
  },
1872
- {
1873
- "path": "resources/procedures/prose-align.md",
1874
- "digest": "sha256:e8357e1e0100d4de39a7c96bb910cdd14e806d0847153ffed6c9a5e784ab72b4"
1875
- },
1876
- {
1877
- "path": "resources/procedures/prose-compile.md",
1878
- "digest": "sha256:c36ba3dcf9aa11a8759afaab2c9a99859c31acaf5f06456c4e0e6793130b7d6e"
1879
- },
1880
1492
  {
1881
1493
  "path": "resources/procedures/repository-source-recovery.md",
1882
1494
  "digest": "sha256:af42c0f67d48518e76f4feac1969476fe16e35f591d2dd4432ae57fb31b6f794"
@@ -1897,145 +1509,37 @@
1897
1509
  "path": "resources/procedures/verify-and-repair.md",
1898
1510
  "digest": "sha256:177d6c1f1f263f5c502ad197067a7fdcd5165d7ce2ac778672201c9f90888589"
1899
1511
  },
1900
- {
1901
- "path": "resources/semantic/align/candidate-resolution.md",
1902
- "digest": "sha256:5c34122ec74ebd33b99b73c6c23b11dc7d80bd370133ed5fc77dee7ddadb1598"
1903
- },
1904
- {
1905
- "path": "resources/semantic/align/density-profile.md",
1906
- "digest": "sha256:824327d88444a37f9d2c2386a8ce63cb07b7496a042ca01ba805dd6d34f7a46d"
1907
- },
1908
- {
1909
- "path": "resources/semantic/align/gates.md",
1910
- "digest": "sha256:517be59f675022a5d9e3fa04f9b35f801a80fc32aa42084dac8bce8a45481fea"
1911
- },
1912
- {
1913
- "path": "resources/semantic/align/structure-planning.md",
1914
- "digest": "sha256:2930594fe849d3e70d2746c7619cff3ebbe70851c1f00ef3396f3cdf3860949a"
1915
- },
1916
- {
1917
- "path": "resources/semantic/code-index/classification.md",
1918
- "digest": "sha256:6b76d21d95da84938a0cd044734befefe7a72cc05f2222ef95ff1f8ade982da1"
1919
- },
1920
- {
1921
- "path": "resources/semantic/code-index/templates/adapter.md",
1922
- "digest": "sha256:526557b0a33199a6cf8a756f1ccbcab4fd55dddeea8bfe10a0ce08012c7307f3"
1923
- },
1924
- {
1925
- "path": "resources/semantic/code-index/templates/api-service.md",
1926
- "digest": "sha256:e9843ae065afe0f3f323c6c8c71c9c40cfbc400093f0d1495019446916d4b5b9"
1927
- },
1928
- {
1929
- "path": "resources/semantic/code-index/templates/background-runtime.md",
1930
- "digest": "sha256:c55d2fcdc32c5d54e7dcafb62bfeac81df5c2b06a17c60173d7ef9664336a65c"
1931
- },
1932
- {
1933
- "path": "resources/semantic/code-index/templates/cli-tool.md",
1934
- "digest": "sha256:3583ba14e27f64d72d9ddc8b9eb5dba26ab119600b4cb28b3cbb28d6edb55f63"
1935
- },
1936
- {
1937
- "path": "resources/semantic/code-index/templates/contract-source.md",
1938
- "digest": "sha256:a78950484eb39e3acbbfa7b69e3b8902224c93c72510bfcb181e2e4c7158206a"
1939
- },
1940
- {
1941
- "path": "resources/semantic/code-index/templates/contracts-and-chains.md",
1942
- "digest": "sha256:1c37f0fa253cea69371060657d59d0735f1ec2ad6d816b29a4441ce2acc145a3"
1943
- },
1944
- {
1945
- "path": "resources/semantic/code-index/templates/cross-module-chain.md",
1946
- "digest": "sha256:03dc0d936757a55b7c3cf75054a2694023064bed8032dee4d78e6d68a0d6c1bb"
1947
- },
1948
- {
1949
- "path": "resources/semantic/code-index/templates/derived-source.md",
1950
- "digest": "sha256:7d7e5b3f1fa1f958cd4fd30ae8c74e869c0d948dc6a2a36b92b8ebe2f7192be8"
1951
- },
1952
- {
1953
- "path": "resources/semantic/code-index/templates/domain-service.md",
1954
- "digest": "sha256:ce5dfc9e1db5f10efdd9b42cc80de6a5a18d44af9d7093f1defcd7547380f2a3"
1955
- },
1956
- {
1957
- "path": "resources/semantic/code-index/templates/event-flow.md",
1958
- "digest": "sha256:6688bf567042409e183b7dd7fc677c8b2c1c02066ac8a5b53cfaeadfc5cad6c0"
1959
- },
1960
- {
1961
- "path": "resources/semantic/code-index/templates/monorepo-container.md",
1962
- "digest": "sha256:f53271c2725322a003d44a40109d1a36e345ea4646f3bfb0cbd80c260dc1de78"
1963
- },
1964
- {
1965
- "path": "resources/semantic/code-index/templates/persistence-boundary.md",
1966
- "digest": "sha256:f25ddc9529c3ccc3c62969c1c3263db674dc307402a73884832c750287eefe67"
1967
- },
1968
- {
1969
- "path": "resources/semantic/code-index/templates/plugin-extension.md",
1970
- "digest": "sha256:c804e6dab4ef46761d1cf66fdf8713944d0af48156b8ddefd1f0288f2d0c56af"
1971
- },
1972
- {
1973
- "path": "resources/semantic/code-index/templates/protocol-boundary.md",
1974
- "digest": "sha256:2057242d57d92cf17a98f2148fe6cd7bde3d3f6a9d49288bab21b26e1f0d40cf"
1975
- },
1976
- {
1977
- "path": "resources/semantic/code-index/templates/sdk-library.md",
1978
- "digest": "sha256:a14f7b006512c00b20194460914aeb2a3e3e345a7ad70859797f4da62bcd265e"
1979
- },
1980
- {
1981
- "path": "resources/semantic/code-index/templates/web-application.md",
1982
- "digest": "sha256:44af201561876b8f97ee18284ca76dd1aa8ce8db7800639adacaca49c4bf7dc3"
1983
- },
1984
- {
1985
- "path": "resources/semantic/compile/index.md",
1986
- "digest": "sha256:4145f6bdc2855e354d00d311448584c3ed4b73849fc1277a2ed72d7be84e9e7c"
1987
- },
1988
- {
1989
- "path": "resources/views/code-index-audit.yaml",
1990
- "digest": "sha256:b74c2457d2cc2cb37183b6dd1da4c14f198baec56a6cbf6b78c0a1013b38cde6"
1991
- },
1992
1512
  {
1993
1513
  "path": "resources/views/document-optimization-current.yaml",
1994
- "digest": "sha256:5c98530b9a33e09445ae5e0f18151f66975106b6a0d327ac27875497c2f7f76d"
1995
- },
1996
- {
1997
- "path": "resources/views/extraction-preview.yaml",
1998
- "digest": "sha256:a23c819c1bddd48485088897179c2487b7509ef25894480b64995a34c9f235be"
1514
+ "digest": "sha256:1b9f4c67fb0ac6514f4570a7bda72222cb92fbd74b37ccf9de10f11ee6dd4e87"
1999
1515
  },
2000
1516
  {
2001
1517
  "path": "resources/views/package-current.yaml",
2002
- "digest": "sha256:c7910ed553b962612159700cb05f81cd01e03f72facc1a60bc2603698702ecb6"
1518
+ "digest": "sha256:0c9cb3469748faca71279cabfc6f895c6adf90fa878369d5fc027169b390ea22"
2003
1519
  },
2004
1520
  {
2005
1521
  "path": "resources/views/resolved-indexer-instructions.yaml",
2006
- "digest": "sha256:08d2d99159a347f03d4757e8e33186424851105d7e68c11918450e30fff36c0b"
1522
+ "digest": "sha256:f95c0196107b29102d0e66b1277b963ad0e6390a55ed37ebe5ecc12bf6ac9563"
2007
1523
  },
2008
1524
  {
2009
1525
  "path": "resources/views/review-current.yaml",
2010
- "digest": "sha256:264b6f7de5cce9034e5e0a344bf29341421467bfb1ef96c298d4936ee99d13f5"
1526
+ "digest": "sha256:0e45a5b090cb9427a46f9596f00aed9e89798a21cf24898cc07abcd10962c502"
2011
1527
  },
2012
1528
  {
2013
1529
  "path": "resources/views/source-boundary.yaml",
2014
- "digest": "sha256:6ff3eeaeb3ea8c3908106c26cfe8b8a6c6b0f636e3daaf7da9511830305feee2"
1530
+ "digest": "sha256:b4417fd395b542021485d77f7f53c2dc3f8c37ec71714dac59c548f77b93c5fd"
2015
1531
  },
2016
1532
  {
2017
1533
  "path": "resources/views/source-current.yaml",
2018
- "digest": "sha256:2d9c832f7f6c460d2b1e413048093da1ffb939f7d6ac4dc770433815c8fe3f09"
2019
- },
2020
- {
2021
- "path": "resources/views/structure-current.yaml",
2022
- "digest": "sha256:e1487bbc23388dfe8c72f82f5a64ed5615e7a501be5f62d8d6973b4b49f315a8"
1534
+ "digest": "sha256:ab48a0b8a9ce71ad4e4494895ffc3428c97e72715346e7189c13070030cf1ed5"
2023
1535
  },
2024
1536
  {
2025
1537
  "path": "resources/views/verification-current.yaml",
2026
- "digest": "sha256:f58a7de670d8767b4e2844616ec7d638440ae8b32ff3e9deac48ab0471da179f"
1538
+ "digest": "sha256:fefb4e3d2e94a9468d0ae59eb6563ed740cf0c36f6ca22e2681206c5bbee010b"
2027
1539
  },
2028
1540
  {
2029
1541
  "path": "resources/views/workspace-current.yaml",
2030
- "digest": "sha256:712d146a1538e47d09c0cfad9961c5ad1c7ebb7e9796a52c0b0bdb6007f50dc1"
2031
- },
2032
- {
2033
- "path": "schemas/code-index-audit-decision.schema.json",
2034
- "digest": "sha256:96a1bc4b962577c8a5b000a7c619271aed8845109362a6c3e54187c74bf69919"
2035
- },
2036
- {
2037
- "path": "schemas/document-optimization-decisions.schema.json",
2038
- "digest": "sha256:39f4ce1cff3fff1c05952964d1fd84c05ae550fb691f17d45a99d7bd9c0c7182"
1542
+ "digest": "sha256:e8a10119eb52a92ebf845cf9e2114bda70160419a0aa3e5e0947b905fccc51df"
2039
1543
  },
2040
1544
  {
2041
1545
  "path": "schemas/evidence-maintenance-input.schema.json",
@@ -2065,21 +1569,13 @@
2065
1569
  "path": "schemas/indexer-candidate-review-readiness-output.schema.json",
2066
1570
  "digest": "sha256:dbad68aea79400e0363316c59f72133e96f31b89560011abea6b96665cc7beb3"
2067
1571
  },
2068
- {
2069
- "path": "schemas/indexer-contract-overlay-authorization-input.schema.json",
2070
- "digest": "sha256:b5c68597f2723e2acf30358794d607b805101f1003bc139a605446ea40ae3335"
2071
- },
2072
- {
2073
- "path": "schemas/indexer-contract-overlay-authorization-result.schema.json",
2074
- "digest": "sha256:3f7a727ccc608f6a8dc6350deca8c57391173f3e30895f8b774693e1794f0776"
2075
- },
2076
1572
  {
2077
1573
  "path": "schemas/indexer-contract-overlay-validation-input.schema.json",
2078
- "digest": "sha256:f1d4958776e66670341642537063069927dfabebd90b58f24e7c9163bb232104"
1574
+ "digest": "sha256:907f4c63206cd987cfba7d3beacf2f6fdc92e027a2d014ff9fae3df948c1c4e7"
2079
1575
  },
2080
1576
  {
2081
1577
  "path": "schemas/indexer-contract-overlay-validation-result.schema.json",
2082
- "digest": "sha256:7ce5ed96433c313323f4eb788972601dd35238a0da4dbdde14eb9647e1cd0445"
1578
+ "digest": "sha256:4779bc8c5b360a96421a0a534a381a98b222b8372e4fd2254d5975ad7cf6b88d"
2083
1579
  },
2084
1580
  {
2085
1581
  "path": "schemas/indexer-customization-project-preparation-result.schema.json",
@@ -2109,6 +1605,10 @@
2109
1605
  "path": "schemas/indexer-incremental-impact-output.schema.json",
2110
1606
  "digest": "sha256:613dfbc9f98b4c9d6138f0a9f8eaf8a1d9782139cabaec90ac70887de24afed8"
2111
1607
  },
1608
+ {
1609
+ "path": "schemas/indexer-lifecycle-continuation.schema.json",
1610
+ "digest": "sha256:59afa1e96f9b80f5e6b0884a393e0105272ab48f81178f03eaa57b6ef61e6227"
1611
+ },
2112
1612
  {
2113
1613
  "path": "schemas/indexer-main-lifecycle-input.schema.json",
2114
1614
  "digest": "sha256:2faff58cfb8ec34520907970f2fb83c59015fd7b3f5ed42eaee57f6e69e2695c"
@@ -2179,11 +1679,11 @@
2179
1679
  },
2180
1680
  {
2181
1681
  "path": "schemas/indexer-overlay-question-proposal-input.schema.json",
2182
- "digest": "sha256:37b989761142536c5bac1cd62151c92156ef70294d3225fa9ba76bad6dba8037"
1682
+ "digest": "sha256:d979056f7bc21f7bebb8e4002ed3d64007589fd1696e44f02c8666903b203388"
2183
1683
  },
2184
1684
  {
2185
1685
  "path": "schemas/indexer-overlay-question-rebind-input.schema.json",
2186
- "digest": "sha256:34be2a3397d43fcf4729112c8e63e00c7c76ded06ed64c0391b1406b332bb27b"
1686
+ "digest": "sha256:57077bfe22409373512ce3726d84b43cd098e1b8ad83962632c938a2b6580937"
2187
1687
  },
2188
1688
  {
2189
1689
  "path": "schemas/indexer-overlay-question-rebind-result.schema.json",
@@ -2305,10 +1805,6 @@
2305
1805
  "path": "schemas/indexer-subject-reidentification-output.schema.json",
2306
1806
  "digest": "sha256:78c3f14147f959914f8122b4f749e7a081f48d4b9297e2f2435ef83b2c5307d3"
2307
1807
  },
2308
- {
2309
- "path": "schemas/prose-structure-batch.schema.json",
2310
- "digest": "sha256:fc4ebbb5ee81ae77238cd60350ebac16f55e8a5adf3f5f5db411040474e01842"
2311
- },
2312
1808
  {
2313
1809
  "path": "schemas/repository-source-recovery.schema.json",
2314
1810
  "digest": "sha256:589aea722965d81c9291232346bfc1d90ea04a94913d8ab7e3461e5a92746c56"
@@ -2341,6 +1837,10 @@
2341
1837
  "path": "skills/run-indexer-agent-step/SKILL.md",
2342
1838
  "digest": "sha256:0fdcd8a6ca84c8a0d7e1927b06a6e2d044050688fa3d143ed95b68dc0ad28780"
2343
1839
  },
1840
+ {
1841
+ "path": "skills/run-indexer-lifecycle/SKILL.md",
1842
+ "digest": "sha256:eb19e5708566fc2f7c6f16ede0248ce56637828e1842f56c8bdbb9abcfc3ca94"
1843
+ },
2344
1844
  {
2345
1845
  "path": "skills/run-indexer-post-author-composer/SKILL.md",
2346
1846
  "digest": "sha256:f91786f5ac797b544e94b07b8125650ff8cc5d8c0b85bd17eea1206b9a5ba13a"
@@ -2350,5 +1850,5 @@
2350
1850
  "indexer": [],
2351
1851
  "workspace": []
2352
1852
  },
2353
- "digest": "sha256:4f91f61e76b7a62b39cc4977490ff30a8a769651ece76c6f8d4c9f6bc8723e4e"
1853
+ "digest": "sha256:78bc686b9673fb89de29da8e134d49a70f6691b64ed5e5f9f3e6254bcb9ea0d1"
2354
1854
  }