@c4a/context-cli 0.6.19 → 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 (311) hide show
  1. package/README.md +67 -6
  2. package/README.zh-CN.md +42 -5
  3. package/cli.js +77935 -44879
  4. package/indexers/bundles/context-code-indexer/SKILL.md +20 -0
  5. package/indexers/bundles/context-code-indexer/context-indexer.yaml +230 -0
  6. package/indexers/bundles/context-code-indexer/references/composers/contracts-and-chains.md +23 -0
  7. package/indexers/bundles/context-code-indexer/references/composers/cross-module-chain.md +22 -0
  8. package/indexers/bundles/context-code-indexer/references/composers/development-and-delivery.md +22 -0
  9. package/indexers/bundles/context-code-indexer/references/composers/event-flow.md +21 -0
  10. package/indexers/bundles/context-code-indexer/references/composers/examples-and-documentation.md +22 -0
  11. package/indexers/bundles/context-code-indexer/references/composers/persistence-boundary.md +21 -0
  12. package/indexers/bundles/context-code-indexer/references/composers/protocol-boundary.md +22 -0
  13. package/indexers/bundles/context-code-indexer/references/composers/public-contract.md +23 -0
  14. package/indexers/bundles/context-code-indexer/references/indexer.md +49 -0
  15. package/indexers/bundles/context-code-indexer/references/metrics.md +201 -0
  16. package/{providers/context/resources/semantic/code-index/templates/adapter.md → indexers/bundles/context-code-indexer/templates/adapter-integration.md} +16 -6
  17. package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/api-service.md +9 -7
  18. package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/background-runtime.md +3 -3
  19. package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/cli-tool.md +6 -6
  20. package/indexers/bundles/context-code-indexer/templates/component-library.md +99 -0
  21. package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/contract-source.md +4 -4
  22. package/{providers/context/resources/semantic/code-index/templates/cross-module-chain.md → indexers/bundles/context-code-indexer/templates/data-sync-reconciliation.md} +11 -12
  23. package/{providers/context/resources/semantic/code-index/templates/derived-source.md → indexers/bundles/context-code-indexer/templates/derived-generated-source.md} +11 -10
  24. package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/domain-service.md +4 -4
  25. package/{providers/context/resources/semantic/code-index/templates/event-flow.md → indexers/bundles/context-code-indexer/templates/event-consumer.md} +5 -5
  26. package/{providers/context/resources/semantic/code-index/templates/protocol-boundary.md → indexers/bundles/context-code-indexer/templates/gateway-facade.md} +14 -13
  27. package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/monorepo-container.md +11 -11
  28. package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/plugin-extension.md +1 -1
  29. package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/sdk-library.md +9 -9
  30. package/{providers/context/resources/semantic/code-index/templates/persistence-boundary.md → indexers/bundles/context-code-indexer/templates/storage-repository.md} +3 -3
  31. package/{providers/context/resources/semantic/code-index → indexers/bundles/context-code-indexer}/templates/web-application.md +5 -4
  32. package/indexers/bundles/context-code-indexer/tests/fixtures/chapters.json +226 -0
  33. package/indexers/bundles/context-code-indexer/tests/fixtures/composers.json +82 -0
  34. package/indexers/bundles/context-code-indexer/tests/fixtures/profiles.json +210 -0
  35. package/indexers/bundles/context-code-indexer/tests/fixtures/scenarios.json +122 -0
  36. package/indexers/bundles/context-markdown-indexer/SKILL.md +20 -0
  37. package/indexers/bundles/context-markdown-indexer/context-indexer.yaml +147 -0
  38. package/indexers/bundles/context-markdown-indexer/references/classification.md +63 -0
  39. package/indexers/bundles/context-markdown-indexer/references/editorial-policy.md +106 -0
  40. package/indexers/bundles/context-markdown-indexer/references/indexer.md +23 -0
  41. package/indexers/bundles/context-markdown-indexer/references/semantic-planning.md +146 -0
  42. package/indexers/bundles/context-markdown-indexer/references/structure-and-artifacts.md +109 -0
  43. package/indexers/bundles/context-markdown-indexer/tests/fixtures/anonymous.json +31 -0
  44. package/indexers/bundles/context-markdown-indexer/tests/fixtures/editorial.json +309 -0
  45. package/indexers/bundles/context-markdown-indexer/tests/fixtures/migration-equivalence.json +186 -0
  46. package/indexers/bundles/context-markdown-indexer/tests/fixtures/profiles.json +171 -0
  47. package/indexers/bundles/context-markdown-indexer/tests/fixtures/routing.json +151 -0
  48. package/indexers/capability-manifest.json +35 -0
  49. package/indexers/contracts/hard-rule-conformance.json +2644 -0
  50. package/indexers/contracts/operator-contract.json +35 -0
  51. package/indexers/contracts/profile-contract.json +10162 -0
  52. package/indexers/release-manifest.json +208 -0
  53. package/package.json +5 -4
  54. package/plugins/README.md +17 -109
  55. package/plugins/README_CN.md +11 -89
  56. package/plugins/VERSION +1 -1
  57. package/plugins/claude/.claude-plugin/plugin.json +3 -11
  58. package/plugins/claude/CLAUDE.md +1 -1
  59. package/plugins/claude/README.md +1 -1
  60. package/plugins/claude/commands/context.md +76 -1
  61. package/plugins/codex/.codex-plugin/plugin.json +6 -17
  62. package/plugins/codex/AGENTS.md +1 -1
  63. package/plugins/codex/README.md +1 -1
  64. package/plugins/codex/skills/context/SKILL.md +77 -13
  65. package/plugins/cursor/.cursor-plugin/plugin.json +4 -17
  66. package/plugins/cursor/AGENTS.md +1 -1
  67. package/plugins/cursor/README.md +3 -2
  68. package/plugins/cursor/commands/c4a-context.md +76 -3
  69. package/plugins/skills/{c4a-context → context}/SKILL.md +78 -14
  70. package/plugins/skills/context-code-indexer/SKILL.md +20 -0
  71. package/plugins/skills/context-code-indexer/context-indexer.yaml +230 -0
  72. package/plugins/skills/context-code-indexer/references/composers/contracts-and-chains.md +23 -0
  73. package/plugins/skills/context-code-indexer/references/composers/cross-module-chain.md +22 -0
  74. package/plugins/skills/context-code-indexer/references/composers/development-and-delivery.md +22 -0
  75. package/plugins/skills/context-code-indexer/references/composers/event-flow.md +21 -0
  76. package/plugins/skills/context-code-indexer/references/composers/examples-and-documentation.md +22 -0
  77. package/plugins/skills/context-code-indexer/references/composers/persistence-boundary.md +21 -0
  78. package/plugins/skills/context-code-indexer/references/composers/protocol-boundary.md +22 -0
  79. package/plugins/skills/context-code-indexer/references/composers/public-contract.md +23 -0
  80. package/plugins/skills/context-code-indexer/references/indexer.md +49 -0
  81. package/plugins/skills/context-code-indexer/references/metrics.md +201 -0
  82. package/plugins/skills/context-code-indexer/templates/adapter-integration.md +119 -0
  83. package/plugins/skills/context-code-indexer/templates/api-service.md +118 -0
  84. package/plugins/skills/context-code-indexer/templates/background-runtime.md +109 -0
  85. package/plugins/skills/context-code-indexer/templates/cli-tool.md +129 -0
  86. package/plugins/skills/context-code-indexer/templates/component-library.md +99 -0
  87. package/plugins/skills/context-code-indexer/templates/contract-source.md +73 -0
  88. package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation.md +77 -0
  89. package/plugins/skills/context-code-indexer/templates/derived-generated-source.md +117 -0
  90. package/plugins/skills/context-code-indexer/templates/domain-service.md +109 -0
  91. package/plugins/skills/context-code-indexer/templates/event-consumer.md +62 -0
  92. package/plugins/skills/context-code-indexer/templates/gateway-facade.md +89 -0
  93. package/plugins/skills/context-code-indexer/templates/monorepo-container.md +124 -0
  94. package/plugins/skills/context-code-indexer/templates/plugin-extension.md +52 -0
  95. package/plugins/skills/context-code-indexer/templates/sdk-library.md +132 -0
  96. package/plugins/skills/context-code-indexer/templates/storage-repository.md +56 -0
  97. package/plugins/skills/context-code-indexer/templates/web-application.md +146 -0
  98. package/plugins/skills/context-code-indexer/tests/fixtures/chapters.json +226 -0
  99. package/plugins/skills/context-code-indexer/tests/fixtures/composers.json +82 -0
  100. package/plugins/skills/context-code-indexer/tests/fixtures/profiles.json +210 -0
  101. package/plugins/skills/context-code-indexer/tests/fixtures/scenarios.json +122 -0
  102. package/plugins/skills/context-markdown-indexer/SKILL.md +20 -0
  103. package/plugins/skills/context-markdown-indexer/context-indexer.yaml +147 -0
  104. package/plugins/skills/context-markdown-indexer/references/classification.md +63 -0
  105. package/plugins/skills/context-markdown-indexer/references/editorial-policy.md +106 -0
  106. package/plugins/skills/context-markdown-indexer/references/indexer.md +23 -0
  107. package/plugins/skills/context-markdown-indexer/references/semantic-planning.md +146 -0
  108. package/plugins/skills/context-markdown-indexer/references/structure-and-artifacts.md +109 -0
  109. package/plugins/skills/context-markdown-indexer/tests/fixtures/anonymous.json +31 -0
  110. package/plugins/skills/context-markdown-indexer/tests/fixtures/editorial.json +309 -0
  111. package/plugins/skills/context-markdown-indexer/tests/fixtures/migration-equivalence.json +186 -0
  112. package/plugins/skills/context-markdown-indexer/tests/fixtures/profiles.json +171 -0
  113. package/plugins/skills/context-markdown-indexer/tests/fixtures/routing.json +151 -0
  114. package/providers/context/actions/accept-main-index-run.yaml +7 -0
  115. package/providers/context/actions/accept-material-answer-run.yaml +7 -0
  116. package/providers/context/actions/accept-post-author-composer-run.yaml +7 -0
  117. package/providers/context/actions/actualize-material-answer-bindings.yaml +8 -0
  118. package/providers/context/actions/apply-indexer-project.yaml +7 -0
  119. package/providers/context/actions/audit-material-gap-state.yaml +8 -0
  120. package/providers/context/actions/audit-projected-artifact-fan-out.yaml +8 -0
  121. package/providers/context/actions/authorize-indexer-dependencies.yaml +7 -0
  122. package/providers/context/actions/authorize-indexer-program-execution.yaml +7 -0
  123. package/providers/context/actions/build-main-index-author-worksets.yaml +7 -0
  124. package/providers/context/actions/build-main-index-catalog-fallback.yaml +7 -0
  125. package/providers/context/actions/build-main-index-partition-worksets.yaml +7 -0
  126. package/providers/context/actions/build-material-question-workset.yaml +7 -0
  127. package/providers/context/actions/build-post-author-composer-worksets.yaml +7 -0
  128. package/providers/context/actions/build-question-target-inventory.yaml +7 -0
  129. package/providers/context/actions/build-subject-catalog.yaml +7 -0
  130. package/providers/context/actions/build-target-resolution-views.yaml +7 -0
  131. package/providers/context/actions/checkpoint-material-answer-review.yaml +8 -0
  132. package/providers/context/actions/checkpoint-material-gaps.yaml +8 -0
  133. package/providers/context/actions/close-indexer-approved-knowledge.yaml +8 -0
  134. package/providers/context/actions/compile-indexer-candidates.yaml +8 -0
  135. package/providers/context/actions/compose-indexer-post-author-fragments.yaml +7 -0
  136. package/providers/context/actions/configure-community-indexer-fallback.yaml +6 -0
  137. package/providers/context/actions/configure-indexer-providers.yaml +6 -0
  138. package/providers/context/actions/confirm-index-requirement-workset.yaml +8 -0
  139. package/providers/context/actions/confirm-subject-reidentification.yaml +8 -0
  140. package/providers/context/actions/converge-main-index-partition-run.yaml +7 -0
  141. package/providers/context/actions/discover-markdown-indexer-providers.yaml +6 -0
  142. package/providers/context/actions/evaluate-material-gaps.yaml +8 -0
  143. package/providers/context/actions/fail-main-index-run.yaml +7 -0
  144. package/providers/context/actions/fail-material-answer-run.yaml +7 -0
  145. package/providers/context/actions/fail-post-author-composer-run.yaml +7 -0
  146. package/providers/context/actions/inspect-index-candidate-review-readiness.yaml +8 -0
  147. package/providers/context/actions/inspect-index-profile-failure.yaml +7 -0
  148. package/providers/context/actions/inspect-indexer-dependencies.yaml +7 -0
  149. package/providers/context/actions/inspect-indexer-program-execution.yaml +7 -0
  150. package/providers/context/actions/inspect-indexer-project-proposal.yaml +7 -0
  151. package/providers/context/actions/inspect-markdown-provider-capture.yaml +7 -0
  152. package/providers/context/actions/inspect-material-answer-review.yaml +8 -0
  153. package/providers/context/actions/materialize-indexer-instructions.yaml +7 -0
  154. package/providers/context/actions/observe-indexer-project.yaml +7 -0
  155. package/providers/context/actions/observe-main-index-run-ledger.yaml +7 -0
  156. package/providers/context/actions/observe-material-answer-runs.yaml +7 -0
  157. package/providers/context/actions/observe-post-author-composer-worksets.yaml +7 -0
  158. package/providers/context/actions/override-index-profile-audit.yaml +7 -0
  159. package/providers/context/actions/prepare-indexer-customization-project.yaml +7 -0
  160. package/providers/context/actions/prepare-main-index-run-ledger.yaml +7 -0
  161. package/providers/context/actions/prepare-material-answer-runs.yaml +7 -0
  162. package/providers/context/actions/propose-indexer-customization.yaml +7 -0
  163. package/providers/context/actions/propose-overlay-question-amendment.yaml +7 -0
  164. package/providers/context/actions/rebind-indexer-selection-to-requirement.yaml +7 -0
  165. package/providers/context/actions/reconcile-indexer-results.yaml +7 -0
  166. package/providers/context/actions/record-index-profile-revision.yaml +7 -0
  167. package/providers/context/actions/report-index-profile-failure.yaml +7 -0
  168. package/providers/context/actions/report-indexer-incremental-impact.yaml +8 -0
  169. package/providers/context/actions/resolve-effective-composers.yaml +7 -0
  170. package/providers/context/actions/review-material-answer-candidate.yaml +8 -0
  171. package/providers/context/actions/revise-index-output.yaml +7 -0
  172. package/providers/context/actions/route-index-requirement-confirmation.yaml +8 -0
  173. package/providers/context/actions/route-indexer-provider-selection.yaml +7 -0
  174. package/providers/context/actions/run-indexer-agent-step.yaml +7 -0
  175. package/providers/context/actions/run-indexer-lifecycle.yaml +7 -0
  176. package/providers/context/actions/run-indexer-post-author-composer.yaml +7 -0
  177. package/providers/context/actions/run-material-answer-indexers.yaml +7 -0
  178. package/providers/context/actions/start-main-index-run.yaml +7 -0
  179. package/providers/context/actions/start-material-answer-run.yaml +7 -0
  180. package/providers/context/actions/start-post-author-composer-run.yaml +7 -0
  181. package/providers/context/actions/validate-indexer-contract-overlays.yaml +7 -0
  182. package/providers/context/actions/validate-indexer-customization.yaml +7 -0
  183. package/providers/context/actions/validate-indexer-selection-proposal.yaml +7 -0
  184. package/providers/context/actions/validate-main-index-run.yaml +7 -0
  185. package/providers/context/actions/validate-markdown-provider-selection.yaml +7 -0
  186. package/providers/context/actions/validate-subject-key-schemas.yaml +8 -0
  187. package/providers/context/codes.yaml +69 -23
  188. package/providers/context/graphs/indexer.yaml +1042 -0
  189. package/providers/context/graphs/workspace.yaml +37 -454
  190. package/providers/context/manifest.json +1245 -433
  191. package/providers/context/provider.yaml +3 -2
  192. package/providers/context/resources/diagnostics/projection-stale.md +0 -1
  193. package/providers/context/resources/manuals/reference/project-api.md +41 -40
  194. package/providers/context/resources/views/document-optimization-current.yaml +1 -1
  195. package/providers/context/resources/views/package-current.yaml +1 -1
  196. package/providers/context/resources/views/resolved-indexer-instructions.yaml +23 -0
  197. package/providers/context/resources/views/review-current.yaml +1 -1
  198. package/providers/context/resources/views/source-boundary.yaml +1 -1
  199. package/providers/context/resources/views/source-current.yaml +1 -1
  200. package/providers/context/resources/views/verification-current.yaml +1 -1
  201. package/providers/context/resources/views/workspace-current.yaml +1 -1
  202. package/providers/context/schemas/indexer-agent-step-input.schema.json +30 -0
  203. package/providers/context/schemas/indexer-agent-step-result.schema.json +47 -0
  204. package/providers/context/schemas/indexer-candidate-compile-input.schema.json +57 -0
  205. package/providers/context/schemas/indexer-candidate-compile-output.schema.json +38 -0
  206. package/providers/context/schemas/indexer-candidate-review-readiness-input.schema.json +46 -0
  207. package/providers/context/schemas/indexer-candidate-review-readiness-output.schema.json +104 -0
  208. package/providers/context/schemas/indexer-contract-overlay-validation-input.schema.json +48 -0
  209. package/providers/context/schemas/indexer-contract-overlay-validation-result.schema.json +63 -0
  210. package/providers/context/schemas/indexer-customization-project-preparation-result.schema.json +44 -0
  211. package/providers/context/schemas/indexer-customization-proposal-draft.schema.json +83 -0
  212. package/providers/context/schemas/indexer-customization-validation-result.schema.json +36 -0
  213. package/providers/context/schemas/indexer-dependency-authorization-input.schema.json +71 -0
  214. package/providers/context/schemas/indexer-dependency-authorization-result.schema.json +138 -0
  215. package/providers/context/schemas/indexer-incremental-impact-input.schema.json +31 -0
  216. package/providers/context/schemas/indexer-incremental-impact-output.schema.json +52 -0
  217. package/providers/context/schemas/indexer-lifecycle-continuation.schema.json +15 -0
  218. package/providers/context/schemas/indexer-main-lifecycle-input.schema.json +187 -0
  219. package/providers/context/schemas/indexer-main-lifecycle-output.schema.json +180 -0
  220. package/providers/context/schemas/indexer-markdown-provider-capture-input.schema.json +17 -0
  221. package/providers/context/schemas/indexer-markdown-provider-capture-output.schema.json +54 -0
  222. package/providers/context/schemas/indexer-markdown-provider-validation-input.schema.json +34 -0
  223. package/providers/context/schemas/indexer-markdown-provider-validation-output.schema.json +75 -0
  224. package/providers/context/schemas/indexer-material-answer-lifecycle-input.schema.json +90 -0
  225. package/providers/context/schemas/indexer-material-answer-lifecycle-output.schema.json +80 -0
  226. package/providers/context/schemas/indexer-material-answer-review-inspection-input.schema.json +32 -0
  227. package/providers/context/schemas/indexer-material-answer-review-inspection-output.schema.json +32 -0
  228. package/providers/context/schemas/indexer-material-answer-review-resolution-input.schema.json +19 -0
  229. package/providers/context/schemas/indexer-material-answer-review-resolution-output.schema.json +87 -0
  230. package/providers/context/schemas/indexer-material-gap-lifecycle-input.schema.json +86 -0
  231. package/providers/context/schemas/indexer-material-gap-lifecycle-output.schema.json +19 -0
  232. package/providers/context/schemas/indexer-materialize-request.schema.json +53 -0
  233. package/providers/context/schemas/indexer-materialized-resource.schema.json +57 -0
  234. package/providers/context/schemas/indexer-overlay-question-amendment.schema.json +13 -0
  235. package/providers/context/schemas/indexer-overlay-question-proposal-input.schema.json +40 -0
  236. package/providers/context/schemas/indexer-overlay-question-rebind-input.schema.json +35 -0
  237. package/providers/context/schemas/indexer-overlay-question-rebind-result.schema.json +25 -0
  238. package/providers/context/schemas/indexer-post-author-fragment-request.schema.json +26 -0
  239. package/providers/context/schemas/indexer-post-author-fragment-result.schema.json +18 -0
  240. package/providers/context/schemas/indexer-post-author-lifecycle-input.schema.json +94 -0
  241. package/providers/context/schemas/indexer-post-author-lifecycle-output.schema.json +72 -0
  242. package/providers/context/schemas/indexer-profile-failure-inspection-input.schema.json +13 -0
  243. package/providers/context/schemas/indexer-profile-failure-inspection-result.schema.json +19 -0
  244. package/providers/context/schemas/indexer-profile-failure-report-input.schema.json +22 -0
  245. package/providers/context/schemas/indexer-profile-failure-report-result.schema.json +49 -0
  246. package/providers/context/schemas/indexer-profile-override-decision.schema.json +20 -0
  247. package/providers/context/schemas/indexer-profile-override-result.schema.json +49 -0
  248. package/providers/context/schemas/indexer-profile-revision-agent-input.schema.json +18 -0
  249. package/providers/context/schemas/indexer-profile-revision-record-input.schema.json +31 -0
  250. package/providers/context/schemas/indexer-profile-revision-record-result.schema.json +45 -0
  251. package/providers/context/schemas/indexer-program-execution-authorization-input.schema.json +145 -0
  252. package/providers/context/schemas/indexer-program-execution-authorization-result.schema.json +60 -0
  253. package/providers/context/schemas/indexer-project-action-result.schema.json +19 -0
  254. package/providers/context/schemas/indexer-project-gate-input.schema.json +100 -0
  255. package/providers/context/schemas/indexer-project-observation-input.schema.json +16 -0
  256. package/providers/context/schemas/indexer-project-observation-result.schema.json +42 -0
  257. package/providers/context/schemas/indexer-provider-route-input.schema.json +55 -0
  258. package/providers/context/schemas/indexer-provider-route-report.schema.json +188 -0
  259. package/providers/context/schemas/indexer-requirement-confirmation-input.schema.json +27 -0
  260. package/providers/context/schemas/indexer-requirement-confirmation-output.schema.json +24 -0
  261. package/providers/context/schemas/indexer-result-reconciliation-input.schema.json +59 -0
  262. package/providers/context/schemas/indexer-result-reconciliation-output.schema.json +43 -0
  263. package/providers/context/schemas/indexer-selection-proposal-input.schema.json +12 -0
  264. package/providers/context/schemas/indexer-selection-proposal-validation.schema.json +23 -0
  265. package/providers/context/schemas/indexer-subject-reidentification-input.schema.json +37 -0
  266. package/providers/context/schemas/indexer-subject-reidentification-output.schema.json +31 -0
  267. package/providers/context/skills/configure-indexer-providers/SKILL.md +58 -0
  268. package/providers/context/skills/prepare-indexer-customization-project/SKILL.md +31 -0
  269. package/providers/context/skills/propose-indexer-customization/SKILL.md +40 -0
  270. package/providers/context/skills/revise-index-output/SKILL.md +12 -0
  271. package/providers/context/skills/run-indexer-agent-step/SKILL.md +20 -0
  272. package/providers/context/skills/run-indexer-lifecycle/SKILL.md +36 -0
  273. package/providers/context/skills/run-indexer-post-author-composer/SKILL.md +21 -0
  274. package/providers/context/actions/align-next.yaml +0 -6
  275. package/providers/context/actions/apply-code-index-guidance.yaml +0 -5
  276. package/providers/context/actions/apply-structure-confirmation.yaml +0 -5
  277. package/providers/context/actions/compile-next.yaml +0 -5
  278. package/providers/context/actions/configure-code-extraction.yaml +0 -5
  279. package/providers/context/actions/configure-prose-lifecycle.yaml +0 -5
  280. package/providers/context/actions/extract-next.yaml +0 -5
  281. package/providers/context/actions/inspect-code-extraction.yaml +0 -5
  282. package/providers/context/actions/inspect-document-classification.yaml +0 -5
  283. package/providers/context/actions/inspect-structure.yaml +0 -5
  284. package/providers/context/actions/migrate-codeindex.yaml +0 -5
  285. package/providers/context/actions/optimize-documents.yaml +0 -6
  286. package/providers/context/actions/preview-extraction-batch.yaml +0 -5
  287. package/providers/context/actions/revise-code-index-audit.yaml +0 -5
  288. package/providers/context/actions/submit-code-index-audit.yaml +0 -6
  289. package/providers/context/resources/dialogue/code-extraction.md +0 -87
  290. package/providers/context/resources/dialogue/document-classification.md +0 -33
  291. package/providers/context/resources/dialogue/structure-confirmation.md +0 -44
  292. package/providers/context/resources/dialogue/workflow-mode-after-capture.md +0 -25
  293. package/providers/context/resources/manuals/reference/code-extractors.md +0 -152
  294. package/providers/context/resources/procedures/code-extraction.md +0 -184
  295. package/providers/context/resources/procedures/code-index-audit.md +0 -83
  296. package/providers/context/resources/procedures/document-classification.md +0 -22
  297. package/providers/context/resources/procedures/document-optimization.md +0 -91
  298. package/providers/context/resources/procedures/prose-align.md +0 -68
  299. package/providers/context/resources/procedures/prose-compile.md +0 -23
  300. package/providers/context/resources/semantic/align/candidate-resolution.md +0 -106
  301. package/providers/context/resources/semantic/align/density-profile.md +0 -41
  302. package/providers/context/resources/semantic/align/gates.md +0 -276
  303. package/providers/context/resources/semantic/align/structure-planning.md +0 -337
  304. package/providers/context/resources/semantic/code-index/classification.md +0 -270
  305. package/providers/context/resources/semantic/compile/index.md +0 -31
  306. package/providers/context/resources/views/code-index-audit.yaml +0 -6
  307. package/providers/context/resources/views/extraction-preview.yaml +0 -6
  308. package/providers/context/resources/views/structure-current.yaml +0 -6
  309. package/providers/context/schemas/code-index-audit-decision.schema.json +0 -94
  310. package/providers/context/schemas/document-optimization-decisions.schema.json +0 -57
  311. package/providers/context/schemas/prose-structure-batch.schema.json +0 -35
@@ -2,91 +2,221 @@
2
2
  "schema": "agent-graph.bundle.v1",
3
3
  "provider": {
4
4
  "id": "c4a/context",
5
- "version": "0.6.19"
5
+ "version": "0.7.1"
6
6
  },
7
7
  "providerManifest": "provider.yaml",
8
8
  "graphs": [
9
+ {
10
+ "id": "indexer",
11
+ "path": "graphs/indexer.yaml",
12
+ "digest": "sha256:64733b0d7e983ddd2f8852b80294daca68fbb39d4ebc0efcc39831ae50c8e706"
13
+ },
9
14
  {
10
15
  "id": "workspace",
11
16
  "path": "graphs/workspace.yaml",
12
- "digest": "sha256:25a7b3e87b8052cdb82bccc4b91753ff9974876498d7e44781d1238c49d80925"
17
+ "digest": "sha256:276e068638e2fa94dd7f4f7043911f803b5b4321b2b396e19b5061e602709e78"
13
18
  }
14
19
  ],
15
20
  "actions": [
21
+ {
22
+ "id": "accept-main-index-run",
23
+ "path": "actions/accept-main-index-run.yaml",
24
+ "digest": "sha256:d4e9843c0763665318092b6097bf7a2eb53ab71bb3f75093ea3a16b8ceb35e22"
25
+ },
26
+ {
27
+ "id": "accept-material-answer-run",
28
+ "path": "actions/accept-material-answer-run.yaml",
29
+ "digest": "sha256:aceb10a93b98798390a4a6ca146a7e396d587d1b5b8810917882883120c27996"
30
+ },
16
31
  {
17
32
  "id": "accept-package-templates",
18
33
  "path": "actions/accept-package-templates.yaml",
19
34
  "digest": "sha256:e3de218f2dc37c9d3ab9546e408598c7b320f7151e8c520a00770919088a6a66"
20
35
  },
21
36
  {
22
- "id": "align-next",
23
- "path": "actions/align-next.yaml",
24
- "digest": "sha256:8f2a7203d5b631c0b1e6cc14d4d70acbf8ac0197b3cfd19fa3111212ffb47498"
37
+ "id": "accept-post-author-composer-run",
38
+ "path": "actions/accept-post-author-composer-run.yaml",
39
+ "digest": "sha256:7fe28e5e2a11f0f7b994b6432d2a26df06d5e79d0ea5791eb1ea9b57655eafd9"
25
40
  },
26
41
  {
27
- "id": "apply-code-index-guidance",
28
- "path": "actions/apply-code-index-guidance.yaml",
29
- "digest": "sha256:42dd7e82813d31421078cb977e125ffae1ec219f9512a0e3ac32f1d2aff8041a"
42
+ "id": "actualize-material-answer-bindings",
43
+ "path": "actions/actualize-material-answer-bindings.yaml",
44
+ "digest": "sha256:5d641922c4c68147e90d70f46d33579519aab7ea0b6d26ff927894b15e3974f6"
30
45
  },
31
46
  {
32
47
  "id": "apply-forced-review",
33
48
  "path": "actions/apply-forced-review.yaml",
34
49
  "digest": "sha256:ed530819831b68824bd373dec399c73a30d7eeebd2ef72ae0eab3e7a60cad80f"
35
50
  },
51
+ {
52
+ "id": "apply-indexer-project",
53
+ "path": "actions/apply-indexer-project.yaml",
54
+ "digest": "sha256:451e904a8251a7d3c3b5daf5cf9d3e35fc7975e51394d45bd2211a526cd36c68"
55
+ },
36
56
  {
37
57
  "id": "apply-managed-review",
38
58
  "path": "actions/apply-managed-review.yaml",
39
59
  "digest": "sha256:25e2c2c215889dd13a6dec8714bc2b6357f3e01b09cc684f1e82d986e30ef064"
40
60
  },
41
61
  {
42
- "id": "apply-structure-confirmation",
43
- "path": "actions/apply-structure-confirmation.yaml",
44
- "digest": "sha256:2d5acf97ca692d324c829b25e020708b0d5fcd7ee004b7fd2be625a197dc77c3"
62
+ "id": "audit-material-gap-state",
63
+ "path": "actions/audit-material-gap-state.yaml",
64
+ "digest": "sha256:d2346aed317c51eed5c0b24d166359d320b329fe7d348b7bf8b637c6c8edc00b"
65
+ },
66
+ {
67
+ "id": "audit-projected-artifact-fan-out",
68
+ "path": "actions/audit-projected-artifact-fan-out.yaml",
69
+ "digest": "sha256:472e61994a2acadac2da4782292b49567f094d6b2899a3d5f48737332c4523f1"
70
+ },
71
+ {
72
+ "id": "authorize-indexer-dependencies",
73
+ "path": "actions/authorize-indexer-dependencies.yaml",
74
+ "digest": "sha256:101e3025bcdbbbba5022dd975d3840bb362a7d806afcc18e6fd9c51894905d10"
75
+ },
76
+ {
77
+ "id": "authorize-indexer-program-execution",
78
+ "path": "actions/authorize-indexer-program-execution.yaml",
79
+ "digest": "sha256:95278fbf41dc311151d1d0bad8727fd07390eee740b69e3c08831306466dea94"
80
+ },
81
+ {
82
+ "id": "build-main-index-author-worksets",
83
+ "path": "actions/build-main-index-author-worksets.yaml",
84
+ "digest": "sha256:bb24a48cab5d4ac6f3109a70000bf81d30b1e9e83f595bb6ac892c3d2e1dec54"
85
+ },
86
+ {
87
+ "id": "build-main-index-catalog-fallback",
88
+ "path": "actions/build-main-index-catalog-fallback.yaml",
89
+ "digest": "sha256:4063dada12583595c9ff1183a50b0d84f9131bc0c280e1e6082efa046dedbf75"
90
+ },
91
+ {
92
+ "id": "build-main-index-partition-worksets",
93
+ "path": "actions/build-main-index-partition-worksets.yaml",
94
+ "digest": "sha256:b3a0a71925b84f3d20eb4cef9608de215cc2d600749b9bd30f9a42d6b2468d07"
95
+ },
96
+ {
97
+ "id": "build-material-question-workset",
98
+ "path": "actions/build-material-question-workset.yaml",
99
+ "digest": "sha256:859ece19215833777ca530b468e745d1910e6ef1bdfb12a6d40659390378069a"
45
100
  },
46
101
  {
47
102
  "id": "build-next",
48
103
  "path": "actions/build-next.yaml",
49
104
  "digest": "sha256:a5b8bb7162f14e0cf3056dd1a3e9da05fe45f7b61fcf0aa07f52ca7274256e44"
50
105
  },
106
+ {
107
+ "id": "build-post-author-composer-worksets",
108
+ "path": "actions/build-post-author-composer-worksets.yaml",
109
+ "digest": "sha256:94c448df97e05f0cc3210182e4d5b21035a400bc0679cdeb74329af0d77d0870"
110
+ },
111
+ {
112
+ "id": "build-question-target-inventory",
113
+ "path": "actions/build-question-target-inventory.yaml",
114
+ "digest": "sha256:a460629e8a675a28d5673a352fab5b5f77b67e4fc78a3d5dd4877d63b79b096a"
115
+ },
116
+ {
117
+ "id": "build-subject-catalog",
118
+ "path": "actions/build-subject-catalog.yaml",
119
+ "digest": "sha256:5b4d9e34dcae6dc6471f5a46e252ee284a2c210f55e0015e6134086eed80cecc"
120
+ },
121
+ {
122
+ "id": "build-target-resolution-views",
123
+ "path": "actions/build-target-resolution-views.yaml",
124
+ "digest": "sha256:e20d2c7d6b3114581b511f3471f0da56d0edf2c541e4632550b5a921b1c72e8f"
125
+ },
51
126
  {
52
127
  "id": "capture-next",
53
128
  "path": "actions/capture-next.yaml",
54
129
  "digest": "sha256:409a091eb771d5087408832539a50cb7b6f0c0d25dd47257798df49f5d8b6fc3"
55
130
  },
131
+ {
132
+ "id": "checkpoint-material-answer-review",
133
+ "path": "actions/checkpoint-material-answer-review.yaml",
134
+ "digest": "sha256:ebea7d1dd957a0798b02dbd14dc8ee0a8c0a31407c864fe41dc4706954aa48a4"
135
+ },
136
+ {
137
+ "id": "checkpoint-material-gaps",
138
+ "path": "actions/checkpoint-material-gaps.yaml",
139
+ "digest": "sha256:33e825a38c86ee56eb9f15caa4af74d334868203ff1083b1f4687dbeb4c3d748"
140
+ },
56
141
  {
57
142
  "id": "close-approved-knowledge",
58
143
  "path": "actions/close-approved-knowledge.yaml",
59
144
  "digest": "sha256:8ef2c1ca0856042b5587e08a324721902fcb61578749f54e5c043440b71f09da"
60
145
  },
61
146
  {
62
- "id": "compile-next",
63
- "path": "actions/compile-next.yaml",
64
- "digest": "sha256:e0fec702b2e77b4425c90ad47813fe2e9a6a007013d983b5e51243eb0c61433e"
147
+ "id": "close-indexer-approved-knowledge",
148
+ "path": "actions/close-indexer-approved-knowledge.yaml",
149
+ "digest": "sha256:5226e523c44a1f0a6b81bbc26ea53a59f399ccc1695b483649d3cc84d74d752e"
150
+ },
151
+ {
152
+ "id": "compile-indexer-candidates",
153
+ "path": "actions/compile-indexer-candidates.yaml",
154
+ "digest": "sha256:e3821f2b67376d844501bae335d33970e36b81a3acc249a9e4834b10b573575e"
65
155
  },
66
156
  {
67
- "id": "configure-code-extraction",
68
- "path": "actions/configure-code-extraction.yaml",
69
- "digest": "sha256:db83bf8d71f4bd1869d023b96bb095fbe206018125a528478693920ba9e2ffe3"
157
+ "id": "compose-indexer-post-author-fragments",
158
+ "path": "actions/compose-indexer-post-author-fragments.yaml",
159
+ "digest": "sha256:e656e684436c43a10982e99885e3978d02991ac3efe13e1a45954a2f20d8aa08"
160
+ },
161
+ {
162
+ "id": "configure-community-indexer-fallback",
163
+ "path": "actions/configure-community-indexer-fallback.yaml",
164
+ "digest": "sha256:a684e957a604f57a3be3201e280b489a6c6275e0dbbd0a614f96ce18e7eaeea8"
70
165
  },
71
166
  {
72
167
  "id": "configure-document-capture",
73
168
  "path": "actions/configure-document-capture.yaml",
74
169
  "digest": "sha256:c5955af91692dd8e46b519aba8eec56a6a0dab58c1639f2ff42f746daf558f1d"
75
170
  },
171
+ {
172
+ "id": "configure-indexer-providers",
173
+ "path": "actions/configure-indexer-providers.yaml",
174
+ "digest": "sha256:00ccd8ee6e6d6aa0ea2429d6c833ca097e0d22aa21b0df95e6739e8416fc4888"
175
+ },
76
176
  {
77
177
  "id": "configure-package-output",
78
178
  "path": "actions/configure-package-output.yaml",
79
179
  "digest": "sha256:2f5a682988ce3f32c53cf5131c36cf88e62332e8f27d5daaa0dedfb6e687b55a"
80
180
  },
81
181
  {
82
- "id": "configure-prose-lifecycle",
83
- "path": "actions/configure-prose-lifecycle.yaml",
84
- "digest": "sha256:226d20be637455b3ffba4a115dd0437d3330354d8a73b8e5313b3af303d53bcc"
182
+ "id": "confirm-index-requirement-workset",
183
+ "path": "actions/confirm-index-requirement-workset.yaml",
184
+ "digest": "sha256:b46f5209bd60846d69efa2697facb03be92a37749e89fada4b7f0d9d87800b4e"
185
+ },
186
+ {
187
+ "id": "confirm-subject-reidentification",
188
+ "path": "actions/confirm-subject-reidentification.yaml",
189
+ "digest": "sha256:60afb798d37641202e10d0dd4ee7d4e7ecb0af7a085484b96264da20fa9853ef"
190
+ },
191
+ {
192
+ "id": "converge-main-index-partition-run",
193
+ "path": "actions/converge-main-index-partition-run.yaml",
194
+ "digest": "sha256:edf4dc5271dd0d9052cace776cc11532ca7f9d6526dd40c5eca76110cb976a8d"
195
+ },
196
+ {
197
+ "id": "discover-markdown-indexer-providers",
198
+ "path": "actions/discover-markdown-indexer-providers.yaml",
199
+ "digest": "sha256:ade21b433c3f0f5abd1940f9227f1184875e08be70298dcb041715f9be4c81b2"
200
+ },
201
+ {
202
+ "id": "evaluate-material-gaps",
203
+ "path": "actions/evaluate-material-gaps.yaml",
204
+ "digest": "sha256:91f31dc5f74725bb929e5844db4ab6813b1ad6c8a94d48518bed3a25b796299d"
85
205
  },
86
206
  {
87
- "id": "extract-next",
88
- "path": "actions/extract-next.yaml",
89
- "digest": "sha256:3d5e26cbdd912c9be666ce423b19456b31ab67da53c4e01a1a1c7a3dc1e6420a"
207
+ "id": "fail-main-index-run",
208
+ "path": "actions/fail-main-index-run.yaml",
209
+ "digest": "sha256:b73dd9bd22188f9e846efa8ea781fdee2566c1a7b9cf7204662f5fde72fa77d1"
210
+ },
211
+ {
212
+ "id": "fail-material-answer-run",
213
+ "path": "actions/fail-material-answer-run.yaml",
214
+ "digest": "sha256:76cb54c8e1dae187e3e889d958e59e1cc368e7267e0c435875b9fe1df2d89f70"
215
+ },
216
+ {
217
+ "id": "fail-post-author-composer-run",
218
+ "path": "actions/fail-post-author-composer-run.yaml",
219
+ "digest": "sha256:26c35ebdfca9a4da92c1af0d7d22a1577594077fe254fef825b976639ca491d7"
90
220
  },
91
221
  {
92
222
  "id": "flush-runtime-events",
@@ -94,14 +224,39 @@
94
224
  "digest": "sha256:a5f29f652fc9f5f3775fdf9aad0af837f8c72879a22c11074321923bda49b45a"
95
225
  },
96
226
  {
97
- "id": "inspect-code-extraction",
98
- "path": "actions/inspect-code-extraction.yaml",
99
- "digest": "sha256:214cf9b0f9645ec7164a779ab5779ccf5b3e3132b10f8f9f666213d048f582b1"
227
+ "id": "inspect-index-candidate-review-readiness",
228
+ "path": "actions/inspect-index-candidate-review-readiness.yaml",
229
+ "digest": "sha256:e798248995a46b3662481143898cec63ae3030c7c8c8ebdeb66a02300c39f83a"
230
+ },
231
+ {
232
+ "id": "inspect-index-profile-failure",
233
+ "path": "actions/inspect-index-profile-failure.yaml",
234
+ "digest": "sha256:f5b7eba151f2df106e894b362ef171bb14adb8ac29ba34b68847865dd864d22c"
235
+ },
236
+ {
237
+ "id": "inspect-indexer-dependencies",
238
+ "path": "actions/inspect-indexer-dependencies.yaml",
239
+ "digest": "sha256:5561937c8ac2e701dd45186881d85b9bfae1ef514e47c777aaf59cbf4859eb7c"
100
240
  },
101
241
  {
102
- "id": "inspect-document-classification",
103
- "path": "actions/inspect-document-classification.yaml",
104
- "digest": "sha256:973889832e3adfba4fa019b3dfadda35fe22536c44ef97efba2299e6cdd65786"
242
+ "id": "inspect-indexer-program-execution",
243
+ "path": "actions/inspect-indexer-program-execution.yaml",
244
+ "digest": "sha256:97c748e203302a179f535767a4dd05c79d8bfd346175064d46297f8afabd0640"
245
+ },
246
+ {
247
+ "id": "inspect-indexer-project-proposal",
248
+ "path": "actions/inspect-indexer-project-proposal.yaml",
249
+ "digest": "sha256:c316afdc4fd13f273961fca69addf18bb971efd03601cddd532d58d12c43226e"
250
+ },
251
+ {
252
+ "id": "inspect-markdown-provider-capture",
253
+ "path": "actions/inspect-markdown-provider-capture.yaml",
254
+ "digest": "sha256:3dd8631da8cb01f24dfe9db2c539e0d523bf77032006856b21a321aa81891d46"
255
+ },
256
+ {
257
+ "id": "inspect-material-answer-review",
258
+ "path": "actions/inspect-material-answer-review.yaml",
259
+ "digest": "sha256:86b88755089150753761e0efd73f118f7ade34b8388199f55ee7197923fa9c77"
105
260
  },
106
261
  {
107
262
  "id": "inspect-repository-recovery",
@@ -113,11 +268,6 @@
113
268
  "path": "actions/inspect-review.yaml",
114
269
  "digest": "sha256:79ab3605a3b17d227f4c3ae4d207634884e1422c4bb07fc275e98c2bb296f140"
115
270
  },
116
- {
117
- "id": "inspect-structure",
118
- "path": "actions/inspect-structure.yaml",
119
- "digest": "sha256:ee55f4dbf4d2ee4a0e5937cdc118430580d6746ab6c1a8ac9249675cb889ca4c"
120
- },
121
271
  {
122
272
  "id": "maintain-evidence",
123
273
  "path": "actions/maintain-evidence.yaml",
@@ -129,25 +279,80 @@
129
279
  "digest": "sha256:0ed6b73b6a31324575fd10fb8f2067c8381609ab272a031b326080506105d115"
130
280
  },
131
281
  {
132
- "id": "migrate-codeindex",
133
- "path": "actions/migrate-codeindex.yaml",
134
- "digest": "sha256:984316fa010f8ce570b4c9c3db8945e0e80f7a1dfb48c3db5ba3a1bcf6383a9a"
282
+ "id": "materialize-indexer-instructions",
283
+ "path": "actions/materialize-indexer-instructions.yaml",
284
+ "digest": "sha256:6da47c03bd482b5b0170508b1ddc9e2d0998acff8ea08b0768dbbc3d2386926f"
135
285
  },
136
286
  {
137
- "id": "optimize-documents",
138
- "path": "actions/optimize-documents.yaml",
139
- "digest": "sha256:5fdd18379742c20af19e8a92e2591dd85270fa4a6af5d0adea6430b43049bebb"
287
+ "id": "observe-indexer-project",
288
+ "path": "actions/observe-indexer-project.yaml",
289
+ "digest": "sha256:0365519d1db7d6d6292a642f6357b409afae2025a3332024e4173d52d7ebaece"
140
290
  },
141
291
  {
142
- "id": "preview-extraction-batch",
143
- "path": "actions/preview-extraction-batch.yaml",
144
- "digest": "sha256:45e6d8c60a56fde6f1049193b12b708da86a8a67a65b0b1f7cb6034faec44c57"
292
+ "id": "observe-main-index-run-ledger",
293
+ "path": "actions/observe-main-index-run-ledger.yaml",
294
+ "digest": "sha256:c420be99b95acbe7c4b0587292c3423930d4702dd4d769336731e1db3c9c0dcc"
295
+ },
296
+ {
297
+ "id": "observe-material-answer-runs",
298
+ "path": "actions/observe-material-answer-runs.yaml",
299
+ "digest": "sha256:5e8da86a57b7a3859e32a894b89861c533f4e2961f46451374ac2252519ce40a"
300
+ },
301
+ {
302
+ "id": "observe-post-author-composer-worksets",
303
+ "path": "actions/observe-post-author-composer-worksets.yaml",
304
+ "digest": "sha256:ee3757049541d4add6bb8ca3a3e69b388189b49eb6aa7b417ba988b198a7d1fa"
305
+ },
306
+ {
307
+ "id": "override-index-profile-audit",
308
+ "path": "actions/override-index-profile-audit.yaml",
309
+ "digest": "sha256:4ef12f402e86b88e63aeff4848d6e508e2d839b3ec5abe0e341a7ca5cf1cd5ea"
310
+ },
311
+ {
312
+ "id": "prepare-indexer-customization-project",
313
+ "path": "actions/prepare-indexer-customization-project.yaml",
314
+ "digest": "sha256:134b04cb53d2d6f06ffe651ea0b9fd4f523243e01de7a73385a692c7ea521635"
315
+ },
316
+ {
317
+ "id": "prepare-main-index-run-ledger",
318
+ "path": "actions/prepare-main-index-run-ledger.yaml",
319
+ "digest": "sha256:02571e4b34e3e25212a273ac8ac573baca760f99c356e4a2dfdd167ec7ff0681"
320
+ },
321
+ {
322
+ "id": "prepare-material-answer-runs",
323
+ "path": "actions/prepare-material-answer-runs.yaml",
324
+ "digest": "sha256:fc3a7bb385bf9a0a24d56e91387f2bdb61add0af597126f890edc733a9b59cd1"
325
+ },
326
+ {
327
+ "id": "propose-indexer-customization",
328
+ "path": "actions/propose-indexer-customization.yaml",
329
+ "digest": "sha256:07d1842805d62f5a8a9cef36c602ceee0876c91338493caa61ba3080ccad9bfa"
330
+ },
331
+ {
332
+ "id": "propose-overlay-question-amendment",
333
+ "path": "actions/propose-overlay-question-amendment.yaml",
334
+ "digest": "sha256:cf3ad2a7d0c77ab30de97059a69b3008e6efd1a6fac0ecf01ab199a167bbf37d"
335
+ },
336
+ {
337
+ "id": "rebind-indexer-selection-to-requirement",
338
+ "path": "actions/rebind-indexer-selection-to-requirement.yaml",
339
+ "digest": "sha256:620e75b2c328df1cee0608fe7fc5d5abfaa0522d676339cee3382ca377347990"
340
+ },
341
+ {
342
+ "id": "reconcile-indexer-results",
343
+ "path": "actions/reconcile-indexer-results.yaml",
344
+ "digest": "sha256:6121f000167ce9b1672268da098fea43a461e0c0421176ddccc9c926640d087b"
145
345
  },
146
346
  {
147
347
  "id": "reconcile-review-identities",
148
348
  "path": "actions/reconcile-review-identities.yaml",
149
349
  "digest": "sha256:aac95cc46ab8a872bdd1cc53cf64e3bbde8cf8dc2d6e9ac2da82bb378fcfe09a"
150
350
  },
351
+ {
352
+ "id": "record-index-profile-revision",
353
+ "path": "actions/record-index-profile-revision.yaml",
354
+ "digest": "sha256:aed060f49baad6ccb5ef9d088d96cb3f3567f511c8465cb7d19512d9b8830698"
355
+ },
151
356
  {
152
357
  "id": "register-source-batch",
153
358
  "path": "actions/register-source-batch.yaml",
@@ -168,15 +373,30 @@
168
373
  "path": "actions/repair-workspace-state.yaml",
169
374
  "digest": "sha256:67296adf5336a7f746e250dc23676972282f88410fb6a6edc41a929e15d1856b"
170
375
  },
376
+ {
377
+ "id": "report-index-profile-failure",
378
+ "path": "actions/report-index-profile-failure.yaml",
379
+ "digest": "sha256:ff4c0b73c76f9b074efe8f211f92a823bc35829c91a177adbde92679f50a7b0f"
380
+ },
381
+ {
382
+ "id": "report-indexer-incremental-impact",
383
+ "path": "actions/report-indexer-incremental-impact.yaml",
384
+ "digest": "sha256:74bbbfde59ee2561ca0d1ca966c79f9df374b1bfe79d7e8174012d4ff2a6d13c"
385
+ },
386
+ {
387
+ "id": "resolve-effective-composers",
388
+ "path": "actions/resolve-effective-composers.yaml",
389
+ "digest": "sha256:46877f18d49466675a5f758a7eea6608dca8d68c01bf4a8a75ca22acae6f7adb"
390
+ },
171
391
  {
172
392
  "id": "restore-repository-sources",
173
393
  "path": "actions/restore-repository-sources.yaml",
174
394
  "digest": "sha256:58e40ee93d6bd1a9fe11d208fe771b576f8c5ceb05105d3e92a9aecc6b4a7fd8"
175
395
  },
176
396
  {
177
- "id": "revise-code-index-audit",
178
- "path": "actions/revise-code-index-audit.yaml",
179
- "digest": "sha256:0ea9c41b2b698bf3a779381b42d6cd9b7eb9d54718498f3b2875eab4c23a76f6"
397
+ "id": "review-material-answer-candidate",
398
+ "path": "actions/review-material-answer-candidate.yaml",
399
+ "digest": "sha256:b83a407a4ada68abffdf5b2ec04ab60cab274db477ac1fedd4b88f944795be8f"
180
400
  },
181
401
  {
182
402
  "id": "revise-document",
@@ -184,36 +404,101 @@
184
404
  "digest": "sha256:605d3808670582da69881c9a2eb8b0de21b42fbdd04c1d04a8fa93513989a08e"
185
405
  },
186
406
  {
187
- "id": "submit-code-index-audit",
188
- "path": "actions/submit-code-index-audit.yaml",
189
- "digest": "sha256:30ecc7cf9fcae232f9d3075d4410f5753c599bee148e06bf08afe4c219bb45c4"
407
+ "id": "revise-index-output",
408
+ "path": "actions/revise-index-output.yaml",
409
+ "digest": "sha256:af126714a12ae57ed9536c89b04bd991644fd341d9911d1b38295ae7b9eab9ab"
410
+ },
411
+ {
412
+ "id": "route-index-requirement-confirmation",
413
+ "path": "actions/route-index-requirement-confirmation.yaml",
414
+ "digest": "sha256:fb69e4931e8f310eead241f7ba468b19c245ac6709967674c3cff2120ae65c98"
415
+ },
416
+ {
417
+ "id": "route-indexer-provider-selection",
418
+ "path": "actions/route-indexer-provider-selection.yaml",
419
+ "digest": "sha256:e3b88a1afb975c955f27c9e340dc4a5c78fc11a78190d603c9afb94eefcee29c"
420
+ },
421
+ {
422
+ "id": "run-indexer-agent-step",
423
+ "path": "actions/run-indexer-agent-step.yaml",
424
+ "digest": "sha256:1223b17c9e3ce35b584df82118b7048d470c6226abaf522dd84d8c797935b7e9"
425
+ },
426
+ {
427
+ "id": "run-indexer-lifecycle",
428
+ "path": "actions/run-indexer-lifecycle.yaml",
429
+ "digest": "sha256:0a7878fb9454919e63b221ade0f6072cd20114a379fc21e990cfaa0492885aa0"
430
+ },
431
+ {
432
+ "id": "run-indexer-post-author-composer",
433
+ "path": "actions/run-indexer-post-author-composer.yaml",
434
+ "digest": "sha256:3ba76d84e3cbc7614fccebcb609a71b0dc1ba3849d0e77537286f16a6227991a"
435
+ },
436
+ {
437
+ "id": "run-material-answer-indexers",
438
+ "path": "actions/run-material-answer-indexers.yaml",
439
+ "digest": "sha256:6f1a9ec0563aa6a5202a0f6d9db1f4874340e58ea9284adcad5fe6d4b3e2157c"
440
+ },
441
+ {
442
+ "id": "start-main-index-run",
443
+ "path": "actions/start-main-index-run.yaml",
444
+ "digest": "sha256:cb840b3eac3b042641d3797a4a2aba447a9ecae5d3999454b3777c8ec4572e03"
445
+ },
446
+ {
447
+ "id": "start-material-answer-run",
448
+ "path": "actions/start-material-answer-run.yaml",
449
+ "digest": "sha256:ef3b42d7e148c046442ae3dfa3028656abfcbbf66a294fe833ba85cd9d8468e6"
450
+ },
451
+ {
452
+ "id": "start-post-author-composer-run",
453
+ "path": "actions/start-post-author-composer-run.yaml",
454
+ "digest": "sha256:8f97cd69b198c21ef27a2d151f7b2111e363b5d664f118dc663145acb19a34ea"
455
+ },
456
+ {
457
+ "id": "validate-indexer-contract-overlays",
458
+ "path": "actions/validate-indexer-contract-overlays.yaml",
459
+ "digest": "sha256:e9ecc7edc82dd37e7f3a2d07ac8f057404d2fca8a3b2d59a83a7e42b598014ef"
460
+ },
461
+ {
462
+ "id": "validate-indexer-customization",
463
+ "path": "actions/validate-indexer-customization.yaml",
464
+ "digest": "sha256:d6ece3ece4c22724eb9b816f231da96d62c7ce71da0045f23531e5cc99236889"
465
+ },
466
+ {
467
+ "id": "validate-indexer-selection-proposal",
468
+ "path": "actions/validate-indexer-selection-proposal.yaml",
469
+ "digest": "sha256:14aea733499a9adb736df5ef83a6b013c0bca1ca912e16994bbff30939360652"
470
+ },
471
+ {
472
+ "id": "validate-main-index-run",
473
+ "path": "actions/validate-main-index-run.yaml",
474
+ "digest": "sha256:de7cecd69c93d7d37dad0896134cdf8abe1f514e2101713828fe4ff865db351e"
475
+ },
476
+ {
477
+ "id": "validate-markdown-provider-selection",
478
+ "path": "actions/validate-markdown-provider-selection.yaml",
479
+ "digest": "sha256:aecb03ef1d05f8c71dde80ff8e2423b40885bd68c089b9cb55b4a8490cc9977b"
480
+ },
481
+ {
482
+ "id": "validate-subject-key-schemas",
483
+ "path": "actions/validate-subject-key-schemas.yaml",
484
+ "digest": "sha256:90052a8b0a025c5517f76e9000abe8cf02674f784d70e82883b2f2140d7e1a85"
190
485
  }
191
486
  ],
192
487
  "resources": [
193
- {
194
- "id": "context.code-index-audit",
195
- "path": "resources/views/code-index-audit.yaml",
196
- "digest": "sha256:b74c2457d2cc2cb37183b6dd1da4c14f198baec56a6cbf6b78c0a1013b38cde6"
197
- },
198
488
  {
199
489
  "id": "context.document-optimization-current",
200
490
  "path": "resources/views/document-optimization-current.yaml",
201
- "digest": "sha256:5c98530b9a33e09445ae5e0f18151f66975106b6a0d327ac27875497c2f7f76d"
202
- },
203
- {
204
- "id": "context.extraction-preview",
205
- "path": "resources/views/extraction-preview.yaml",
206
- "digest": "sha256:a23c819c1bddd48485088897179c2487b7509ef25894480b64995a34c9f235be"
491
+ "digest": "sha256:1b9f4c67fb0ac6514f4570a7bda72222cb92fbd74b37ccf9de10f11ee6dd4e87"
207
492
  },
208
493
  {
209
494
  "id": "context.package-current",
210
495
  "path": "resources/views/package-current.yaml",
211
- "digest": "sha256:c7910ed553b962612159700cb05f81cd01e03f72facc1a60bc2603698702ecb6"
496
+ "digest": "sha256:0c9cb3469748faca71279cabfc6f895c6adf90fa878369d5fc027169b390ea22"
212
497
  },
213
498
  {
214
499
  "id": "context.review-current",
215
500
  "path": "resources/views/review-current.yaml",
216
- "digest": "sha256:264b6f7de5cce9034e5e0a344bf29341421467bfb1ef96c298d4936ee99d13f5"
501
+ "digest": "sha256:0e45a5b090cb9427a46f9596f00aed9e89798a21cf24898cc07abcd10962c502"
217
502
  },
218
503
  {
219
504
  "id": "context.sdk.lark-resources",
@@ -233,67 +518,37 @@
233
518
  {
234
519
  "id": "context.sdk.project-api",
235
520
  "path": "resources/manuals/reference/project-api.md",
236
- "digest": "sha256:b46ba47f9f0e5212c7633f9711074ee8cddbd75de50ebfab6198a9fc1aea5ee8"
521
+ "digest": "sha256:6371207b0af4d6621cc4a787f0eb6e0d60cc1cc18a657d23ab2f6100da58a9c3"
237
522
  },
238
523
  {
239
524
  "id": "context.sdk.template-variables",
240
525
  "path": "resources/manuals/reference/template-variables.md",
241
526
  "digest": "sha256:5087857c14f9c632aa2b942055cf47043de1e26a455cdec5796b690d41795074"
242
527
  },
243
- {
244
- "id": "context.semantic.align.align-gates",
245
- "path": "resources/semantic/align/gates.md",
246
- "digest": "sha256:517be59f675022a5d9e3fa04f9b35f801a80fc32aa42084dac8bce8a45481fea"
247
- },
248
- {
249
- "id": "context.semantic.align.candidate-resolution",
250
- "path": "resources/semantic/align/candidate-resolution.md",
251
- "digest": "sha256:5c34122ec74ebd33b99b73c6c23b11dc7d80bd370133ed5fc77dee7ddadb1598"
252
- },
253
- {
254
- "id": "context.semantic.align.density-profile",
255
- "path": "resources/semantic/align/density-profile.md",
256
- "digest": "sha256:824327d88444a37f9d2c2386a8ce63cb07b7496a042ca01ba805dd6d34f7a46d"
257
- },
258
- {
259
- "id": "context.semantic.align.structure-planning",
260
- "path": "resources/semantic/align/structure-planning.md",
261
- "digest": "sha256:2930594fe849d3e70d2746c7619cff3ebbe70851c1f00ef3396f3cdf3860949a"
262
- },
263
- {
264
- "id": "context.semantic.compile.index",
265
- "path": "resources/semantic/compile/index.md",
266
- "digest": "sha256:4145f6bdc2855e354d00d311448584c3ed4b73849fc1277a2ed72d7be84e9e7c"
267
- },
268
528
  {
269
529
  "id": "context.source-boundary",
270
530
  "path": "resources/views/source-boundary.yaml",
271
- "digest": "sha256:6ff3eeaeb3ea8c3908106c26cfe8b8a6c6b0f636e3daaf7da9511830305feee2"
531
+ "digest": "sha256:b4417fd395b542021485d77f7f53c2dc3f8c37ec71714dac59c548f77b93c5fd"
272
532
  },
273
533
  {
274
534
  "id": "context.source-current",
275
535
  "path": "resources/views/source-current.yaml",
276
- "digest": "sha256:2d9c832f7f6c460d2b1e413048093da1ffb939f7d6ac4dc770433815c8fe3f09"
277
- },
278
- {
279
- "id": "context.structure-current",
280
- "path": "resources/views/structure-current.yaml",
281
- "digest": "sha256:e1487bbc23388dfe8c72f82f5a64ed5615e7a501be5f62d8d6973b4b49f315a8"
536
+ "digest": "sha256:ab48a0b8a9ce71ad4e4494895ffc3428c97e72715346e7189c13070030cf1ed5"
282
537
  },
283
538
  {
284
539
  "id": "context.verification-current",
285
540
  "path": "resources/views/verification-current.yaml",
286
- "digest": "sha256:f58a7de670d8767b4e2844616ec7d638440ae8b32ff3e9deac48ab0471da179f"
541
+ "digest": "sha256:fefb4e3d2e94a9468d0ae59eb6563ed740cf0c36f6ca22e2681206c5bbee010b"
287
542
  },
288
543
  {
289
544
  "id": "context.workspace-current",
290
545
  "path": "resources/views/workspace-current.yaml",
291
- "digest": "sha256:712d146a1538e47d09c0cfad9961c5ad1c7ebb7e9796a52c0b0bdb6007f50dc1"
546
+ "digest": "sha256:e8a10119eb52a92ebf845cf9e2114bda70160419a0aa3e5e0947b905fccc51df"
292
547
  },
293
548
  {
294
549
  "id": "diagnostic.projection-stale",
295
550
  "path": "resources/diagnostics/projection-stale.md",
296
- "digest": "sha256:7152211db8b97ab5b1982fec2a18954c4f04823ee383451a7fcc20713dbc567e"
551
+ "digest": "sha256:d1d22317b42e2660c04c931dc50217063b883733a6e6a1abbbc9eb8725c7d9e1"
297
552
  },
298
553
  {
299
554
  "id": "diagnostic.verification",
@@ -305,21 +560,11 @@
305
560
  "path": "resources/diagnostics/workspace-state.md",
306
561
  "digest": "sha256:276c545e7c9bca6d4e5590f75fe93a4fda49a8ac7454ae6dfea8e8a7dd056718"
307
562
  },
308
- {
309
- "id": "dialogue.code-extraction",
310
- "path": "resources/dialogue/code-extraction.md",
311
- "digest": "sha256:be355208daf818ec81c0521f0ca0e2a05b5229531b1b9259e06afaadab17a879"
312
- },
313
563
  {
314
564
  "id": "dialogue.document-capture",
315
565
  "path": "resources/dialogue/document-capture.md",
316
566
  "digest": "sha256:eab34072dc96d77c0749148463f722d2483d8e7d83899ce489e927176a1178e4"
317
567
  },
318
- {
319
- "id": "dialogue.document-classification",
320
- "path": "resources/dialogue/document-classification.md",
321
- "digest": "sha256:b26f23c9d99a1287f7fd8e59f5700cdeeafca015d731455fa518825c64477f86"
322
- },
323
568
  {
324
569
  "id": "dialogue.evidence-maintenance",
325
570
  "path": "resources/dialogue/evidence-maintenance.md",
@@ -350,56 +595,21 @@
350
595
  "path": "resources/dialogue/source-boundary.md",
351
596
  "digest": "sha256:15d37249d1cb2a8921247c689d81c135911b9933550120fadd8c17237c2c2c29"
352
597
  },
353
- {
354
- "id": "dialogue.structure-confirmation",
355
- "path": "resources/dialogue/structure-confirmation.md",
356
- "digest": "sha256:4f9667860bb555c2cf236237c5a21644b7a2b249a452337d83087fa4c389dc2d"
357
- },
358
- {
359
- "id": "dialogue.workflow-mode-after-capture",
360
- "path": "resources/dialogue/workflow-mode-after-capture.md",
361
- "digest": "sha256:4a7ba14b78519ee2486361641342c20ad54a2587571eb1ae1755a5a924ff9903"
362
- },
363
598
  {
364
599
  "id": "dialogue.workflow-mode-after-creation",
365
600
  "path": "resources/dialogue/workflow-mode-after-creation.md",
366
601
  "digest": "sha256:37a4c4766c530baa5b7f52e543b702bed6de6506c6360a041de60571af2292ac"
367
602
  },
368
- {
369
- "id": "manual.reference.code-extractors",
370
- "path": "resources/manuals/reference/code-extractors.md",
371
- "digest": "sha256:9d8e26914576e6d56f505520590874aabbe29c6f8ee17812bce9a5235d4a24a7"
372
- },
373
603
  {
374
604
  "id": "procedure.close-and-build",
375
605
  "path": "resources/procedures/close-and-build.md",
376
606
  "digest": "sha256:cf3c635f49f42e86348009b49dcc1a6b9ee31492106419adf2bd7211c42cf469"
377
607
  },
378
- {
379
- "id": "procedure.code-extraction",
380
- "path": "resources/procedures/code-extraction.md",
381
- "digest": "sha256:7901ad3cce9e59a7e8883ec0005883e665c1b287cca2dd1434ffaa8d833986aa"
382
- },
383
- {
384
- "id": "procedure.code-index-audit",
385
- "path": "resources/procedures/code-index-audit.md",
386
- "digest": "sha256:57ceabbcd98edc1ba32e4ed45e7de7e65866d1ebee71b778f453738a8dfac7c0"
387
- },
388
608
  {
389
609
  "id": "procedure.document-capture",
390
610
  "path": "resources/procedures/document-capture.md",
391
611
  "digest": "sha256:46a8231e92fcb19db7918938970ace8b4e4c22153fa8cbf0bb8100275bfbbfcf"
392
612
  },
393
- {
394
- "id": "procedure.document-classification",
395
- "path": "resources/procedures/document-classification.md",
396
- "digest": "sha256:d248973ad671531334cd0c9f485183f40a9a78d0125186de5980d6b1099b940b"
397
- },
398
- {
399
- "id": "procedure.document-optimization",
400
- "path": "resources/procedures/document-optimization.md",
401
- "digest": "sha256:be1be830d2f7cc5409fcac47a43fd85c745056d705dac7c817f50bfe67ba15b3"
402
- },
403
613
  {
404
614
  "id": "procedure.document-revision",
405
615
  "path": "resources/procedures/document-revision.md",
@@ -425,16 +635,6 @@
425
635
  "path": "resources/procedures/project-configuration.md",
426
636
  "digest": "sha256:4e62fe0e5056cedfa9976d38275e5b4c5805d7e3913cb13d26edc78fa04e49ef"
427
637
  },
428
- {
429
- "id": "procedure.prose-align",
430
- "path": "resources/procedures/prose-align.md",
431
- "digest": "sha256:e8357e1e0100d4de39a7c96bb910cdd14e806d0847153ffed6c9a5e784ab72b4"
432
- },
433
- {
434
- "id": "procedure.prose-compile",
435
- "path": "resources/procedures/prose-compile.md",
436
- "digest": "sha256:c36ba3dcf9aa11a8759afaab2c9a99859c31acaf5f06456c4e0e6793130b7d6e"
437
- },
438
638
  {
439
639
  "id": "procedure.repository-source-recovery",
440
640
  "path": "resources/procedures/repository-source-recovery.md",
@@ -461,326 +661,781 @@
461
661
  "digest": "sha256:177d6c1f1f263f5c502ad197067a7fdcd5165d7ce2ac778672201c9f90888589"
462
662
  },
463
663
  {
464
- "id": "semantic.code-index.classification",
465
- "path": "resources/semantic/code-index/classification.md",
466
- "digest": "sha256:6b76d21d95da84938a0cd044734befefe7a72cc05f2222ef95ff1f8ade982da1"
467
- },
664
+ "id": "resolved-indexer-instructions",
665
+ "path": "resources/views/resolved-indexer-instructions.yaml",
666
+ "digest": "sha256:f95c0196107b29102d0e66b1277b963ad0e6390a55ed37ebe5ecc12bf6ac9563"
667
+ }
668
+ ],
669
+ "schemas": [
468
670
  {
469
- "id": "semantic.code-index.template.adapter",
470
- "path": "resources/semantic/code-index/templates/adapter.md",
471
- "digest": "sha256:7f54c6a4de6147f0ab0a28e013857210dc36b59e0e4b4593310b732aadbe2574"
671
+ "id": "schemas/evidence-maintenance-input.schema.json",
672
+ "path": "schemas/evidence-maintenance-input.schema.json",
673
+ "digest": "sha256:7d1c0a9cc20200b90495bea82337d2c0e42d9eff3c1e3eeeb7258226fd96c542"
472
674
  },
473
675
  {
474
- "id": "semantic.code-index.template.api-service",
475
- "path": "resources/semantic/code-index/templates/api-service.md",
476
- "digest": "sha256:e9843ae065afe0f3f323c6c8c71c9c40cfbc400093f0d1495019446916d4b5b9"
676
+ "id": "schemas/indexer-agent-step-input.schema.json",
677
+ "path": "schemas/indexer-agent-step-input.schema.json",
678
+ "digest": "sha256:7bdee1013286e8b3128bcaddd44ed4136214346c769b8440e39f38ab7bf1e0aa"
477
679
  },
478
680
  {
479
- "id": "semantic.code-index.template.background-runtime",
480
- "path": "resources/semantic/code-index/templates/background-runtime.md",
481
- "digest": "sha256:c55d2fcdc32c5d54e7dcafb62bfeac81df5c2b06a17c60173d7ef9664336a65c"
681
+ "id": "schemas/indexer-agent-step-result.schema.json",
682
+ "path": "schemas/indexer-agent-step-result.schema.json",
683
+ "digest": "sha256:2125f4a45434045534c28c2dede2343c8d7c5490a6f9db4a8766b30104238023"
482
684
  },
483
685
  {
484
- "id": "semantic.code-index.template.cli-tool",
485
- "path": "resources/semantic/code-index/templates/cli-tool.md",
486
- "digest": "sha256:3583ba14e27f64d72d9ddc8b9eb5dba26ab119600b4cb28b3cbb28d6edb55f63"
686
+ "id": "schemas/indexer-candidate-compile-input.schema.json",
687
+ "path": "schemas/indexer-candidate-compile-input.schema.json",
688
+ "digest": "sha256:619ea6f51844e9b2da382f2a505f2cbea8ba87e688d4048d90ddef8f8879ece2"
487
689
  },
488
690
  {
489
- "id": "semantic.code-index.template.contract-source",
490
- "path": "resources/semantic/code-index/templates/contract-source.md",
491
- "digest": "sha256:a78950484eb39e3acbbfa7b69e3b8902224c93c72510bfcb181e2e4c7158206a"
691
+ "id": "schemas/indexer-candidate-compile-output.schema.json",
692
+ "path": "schemas/indexer-candidate-compile-output.schema.json",
693
+ "digest": "sha256:5e08981154c52dfe3a267f11dde23d76c5c57d380f04be63911dd9ce60168fdb"
492
694
  },
493
695
  {
494
- "id": "semantic.code-index.template.cross-module-chain",
495
- "path": "resources/semantic/code-index/templates/cross-module-chain.md",
496
- "digest": "sha256:03dc0d936757a55b7c3cf75054a2694023064bed8032dee4d78e6d68a0d6c1bb"
696
+ "id": "schemas/indexer-candidate-review-readiness-input.schema.json",
697
+ "path": "schemas/indexer-candidate-review-readiness-input.schema.json",
698
+ "digest": "sha256:f3a2f38c6d81ad9d04a224c6ad6c622214bb54e61867da0e05fb657da73dc58c"
497
699
  },
498
700
  {
499
- "id": "semantic.code-index.template.derived-source",
500
- "path": "resources/semantic/code-index/templates/derived-source.md",
501
- "digest": "sha256:7d7e5b3f1fa1f958cd4fd30ae8c74e869c0d948dc6a2a36b92b8ebe2f7192be8"
701
+ "id": "schemas/indexer-candidate-review-readiness-output.schema.json",
702
+ "path": "schemas/indexer-candidate-review-readiness-output.schema.json",
703
+ "digest": "sha256:dbad68aea79400e0363316c59f72133e96f31b89560011abea6b96665cc7beb3"
502
704
  },
503
705
  {
504
- "id": "semantic.code-index.template.domain-service",
505
- "path": "resources/semantic/code-index/templates/domain-service.md",
506
- "digest": "sha256:ce5dfc9e1db5f10efdd9b42cc80de6a5a18d44af9d7093f1defcd7547380f2a3"
706
+ "id": "schemas/indexer-contract-overlay-validation-input.schema.json",
707
+ "path": "schemas/indexer-contract-overlay-validation-input.schema.json",
708
+ "digest": "sha256:907f4c63206cd987cfba7d3beacf2f6fdc92e027a2d014ff9fae3df948c1c4e7"
507
709
  },
508
710
  {
509
- "id": "semantic.code-index.template.event-flow",
510
- "path": "resources/semantic/code-index/templates/event-flow.md",
511
- "digest": "sha256:6688bf567042409e183b7dd7fc677c8b2c1c02066ac8a5b53cfaeadfc5cad6c0"
711
+ "id": "schemas/indexer-contract-overlay-validation-result.schema.json",
712
+ "path": "schemas/indexer-contract-overlay-validation-result.schema.json",
713
+ "digest": "sha256:4779bc8c5b360a96421a0a534a381a98b222b8372e4fd2254d5975ad7cf6b88d"
512
714
  },
513
715
  {
514
- "id": "semantic.code-index.template.monorepo-container",
515
- "path": "resources/semantic/code-index/templates/monorepo-container.md",
516
- "digest": "sha256:f53271c2725322a003d44a40109d1a36e345ea4646f3bfb0cbd80c260dc1de78"
716
+ "id": "schemas/indexer-customization-project-preparation-result.schema.json",
717
+ "path": "schemas/indexer-customization-project-preparation-result.schema.json",
718
+ "digest": "sha256:e59cc6764c79ac84a612ea3355f95496efd5d7f0b734f23e9001b3e7bd634499"
517
719
  },
518
720
  {
519
- "id": "semantic.code-index.template.persistence-boundary",
520
- "path": "resources/semantic/code-index/templates/persistence-boundary.md",
521
- "digest": "sha256:f25ddc9529c3ccc3c62969c1c3263db674dc307402a73884832c750287eefe67"
721
+ "id": "schemas/indexer-customization-proposal-draft.schema.json",
722
+ "path": "schemas/indexer-customization-proposal-draft.schema.json",
723
+ "digest": "sha256:e4f9db8a828d036f285aec47e63eaf520c8790c6cdc849d89ce043c1aeb2700a"
522
724
  },
523
725
  {
524
- "id": "semantic.code-index.template.plugin-extension",
525
- "path": "resources/semantic/code-index/templates/plugin-extension.md",
526
- "digest": "sha256:c804e6dab4ef46761d1cf66fdf8713944d0af48156b8ddefd1f0288f2d0c56af"
726
+ "id": "schemas/indexer-customization-validation-result.schema.json",
727
+ "path": "schemas/indexer-customization-validation-result.schema.json",
728
+ "digest": "sha256:b1940b38f44463a5909991694ebdf8763e9d2072198564d1d4fcda6bac5415ab"
527
729
  },
528
730
  {
529
- "id": "semantic.code-index.template.protocol-boundary",
530
- "path": "resources/semantic/code-index/templates/protocol-boundary.md",
531
- "digest": "sha256:2057242d57d92cf17a98f2148fe6cd7bde3d3f6a9d49288bab21b26e1f0d40cf"
731
+ "id": "schemas/indexer-dependency-authorization-input.schema.json",
732
+ "path": "schemas/indexer-dependency-authorization-input.schema.json",
733
+ "digest": "sha256:a211e545715cb575f3f74ce8854c28c495800128a676ce647d074460a778137b"
532
734
  },
533
735
  {
534
- "id": "semantic.code-index.template.sdk-library",
535
- "path": "resources/semantic/code-index/templates/sdk-library.md",
536
- "digest": "sha256:a14f7b006512c00b20194460914aeb2a3e3e345a7ad70859797f4da62bcd265e"
736
+ "id": "schemas/indexer-dependency-authorization-result.schema.json",
737
+ "path": "schemas/indexer-dependency-authorization-result.schema.json",
738
+ "digest": "sha256:e16e6236ad5e0f2187f8578ba2938cab1f7e5742c963d28dc0a3325ce86e308e"
537
739
  },
538
740
  {
539
- "id": "semantic.code-index.template.web-application",
540
- "path": "resources/semantic/code-index/templates/web-application.md",
541
- "digest": "sha256:44af201561876b8f97ee18284ca76dd1aa8ce8db7800639adacaca49c4bf7dc3"
542
- }
543
- ],
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"
741
+ "id": "schemas/indexer-incremental-impact-input.schema.json",
742
+ "path": "schemas/indexer-incremental-impact-input.schema.json",
743
+ "digest": "sha256:71056f5c43ae03b3d4d5a32f71b82ad00dc628f6ad2d3288e8d7839b15f075c5"
549
744
  },
550
745
  {
551
- "id": "schemas/document-optimization-decisions.schema.json",
552
- "path": "schemas/document-optimization-decisions.schema.json",
553
- "digest": "sha256:6cf551aba82ff2a2ffcb575994c5c87974c3eb30a71dad74c0c5cbaaab445cfb"
746
+ "id": "schemas/indexer-incremental-impact-output.schema.json",
747
+ "path": "schemas/indexer-incremental-impact-output.schema.json",
748
+ "digest": "sha256:613dfbc9f98b4c9d6138f0a9f8eaf8a1d9782139cabaec90ac70887de24afed8"
554
749
  },
555
750
  {
556
- "id": "schemas/evidence-maintenance-input.schema.json",
557
- "path": "schemas/evidence-maintenance-input.schema.json",
558
- "digest": "sha256:7d1c0a9cc20200b90495bea82337d2c0e42d9eff3c1e3eeeb7258226fd96c542"
751
+ "id": "schemas/indexer-lifecycle-continuation.schema.json",
752
+ "path": "schemas/indexer-lifecycle-continuation.schema.json",
753
+ "digest": "sha256:59afa1e96f9b80f5e6b0884a393e0105272ab48f81178f03eaa57b6ef61e6227"
559
754
  },
560
755
  {
561
- "id": "schemas/prose-structure-batch.schema.json",
562
- "path": "schemas/prose-structure-batch.schema.json",
563
- "digest": "sha256:fc4ebbb5ee81ae77238cd60350ebac16f55e8a5adf3f5f5db411040474e01842"
756
+ "id": "schemas/indexer-main-lifecycle-input.schema.json",
757
+ "path": "schemas/indexer-main-lifecycle-input.schema.json",
758
+ "digest": "sha256:2faff58cfb8ec34520907970f2fb83c59015fd7b3f5ed42eaee57f6e69e2695c"
564
759
  },
565
760
  {
566
- "id": "schemas/repository-source-recovery.schema.json",
567
- "path": "schemas/repository-source-recovery.schema.json",
568
- "digest": "sha256:589aea722965d81c9291232346bfc1d90ea04a94913d8ab7e3461e5a92746c56"
761
+ "id": "schemas/indexer-main-lifecycle-output.schema.json",
762
+ "path": "schemas/indexer-main-lifecycle-output.schema.json",
763
+ "digest": "sha256:a7a24962b1203665d26ac14a75061dc2f4eca3f0868c14079cdf4afafac99944"
569
764
  },
570
765
  {
571
- "id": "schemas/source-batch-input.schema.json",
572
- "path": "schemas/source-batch-input.schema.json",
573
- "digest": "sha256:0788501d70073a93c9d6d652bc85d806ea2e71abb2e9cfb6ad70e566e2675abf"
574
- }
575
- ],
576
- "files": [
577
- {
578
- "path": "actions/accept-package-templates.yaml",
579
- "digest": "sha256:e3de218f2dc37c9d3ab9546e408598c7b320f7151e8c520a00770919088a6a66"
766
+ "id": "schemas/indexer-markdown-provider-capture-input.schema.json",
767
+ "path": "schemas/indexer-markdown-provider-capture-input.schema.json",
768
+ "digest": "sha256:1d0c5ee3e99a04f9ff62ae39d2d1ded4aceeb44b60b0b1e35ea34584eba95037"
580
769
  },
581
770
  {
582
- "path": "actions/align-next.yaml",
583
- "digest": "sha256:8f2a7203d5b631c0b1e6cc14d4d70acbf8ac0197b3cfd19fa3111212ffb47498"
771
+ "id": "schemas/indexer-markdown-provider-capture-output.schema.json",
772
+ "path": "schemas/indexer-markdown-provider-capture-output.schema.json",
773
+ "digest": "sha256:52af7d606a6945b380a401eb3052b982e480fe095a25d0e123ddace897820024"
584
774
  },
585
775
  {
586
- "path": "actions/apply-code-index-guidance.yaml",
587
- "digest": "sha256:42dd7e82813d31421078cb977e125ffae1ec219f9512a0e3ac32f1d2aff8041a"
776
+ "id": "schemas/indexer-markdown-provider-validation-input.schema.json",
777
+ "path": "schemas/indexer-markdown-provider-validation-input.schema.json",
778
+ "digest": "sha256:151c081969c4235dff06a484072363a7331daf3b853cec24c0ae2bcc304be05d"
588
779
  },
589
780
  {
590
- "path": "actions/apply-forced-review.yaml",
591
- "digest": "sha256:ed530819831b68824bd373dec399c73a30d7eeebd2ef72ae0eab3e7a60cad80f"
781
+ "id": "schemas/indexer-markdown-provider-validation-output.schema.json",
782
+ "path": "schemas/indexer-markdown-provider-validation-output.schema.json",
783
+ "digest": "sha256:91f1f8772315337f0351aff66759fb6eaeffbbf493429d2d2c719f08e2572b39"
592
784
  },
593
785
  {
594
- "path": "actions/apply-managed-review.yaml",
595
- "digest": "sha256:25e2c2c215889dd13a6dec8714bc2b6357f3e01b09cc684f1e82d986e30ef064"
786
+ "id": "schemas/indexer-material-answer-lifecycle-input.schema.json",
787
+ "path": "schemas/indexer-material-answer-lifecycle-input.schema.json",
788
+ "digest": "sha256:c4b0d8aefc5ed5320f4a4ae985c66e4fbf9cb98b38494b1ffe77c412c7b97086"
596
789
  },
597
790
  {
598
- "path": "actions/apply-structure-confirmation.yaml",
599
- "digest": "sha256:2d5acf97ca692d324c829b25e020708b0d5fcd7ee004b7fd2be625a197dc77c3"
791
+ "id": "schemas/indexer-material-answer-lifecycle-output.schema.json",
792
+ "path": "schemas/indexer-material-answer-lifecycle-output.schema.json",
793
+ "digest": "sha256:18f7e976650a14d65ba783a221a62ba265a3efe23e8e9682c30535eb2e9886af"
600
794
  },
601
795
  {
602
- "path": "actions/build-next.yaml",
603
- "digest": "sha256:a5b8bb7162f14e0cf3056dd1a3e9da05fe45f7b61fcf0aa07f52ca7274256e44"
796
+ "id": "schemas/indexer-material-answer-review-inspection-input.schema.json",
797
+ "path": "schemas/indexer-material-answer-review-inspection-input.schema.json",
798
+ "digest": "sha256:487b8ce606b6063374673ddf71d4da442a7a69d3c7cf8bba90825cbbec7dffa7"
604
799
  },
605
800
  {
606
- "path": "actions/capture-next.yaml",
607
- "digest": "sha256:409a091eb771d5087408832539a50cb7b6f0c0d25dd47257798df49f5d8b6fc3"
801
+ "id": "schemas/indexer-material-answer-review-inspection-output.schema.json",
802
+ "path": "schemas/indexer-material-answer-review-inspection-output.schema.json",
803
+ "digest": "sha256:044ebe461f1e9983d081f3a2deb386e20196b0b0cc00d2d56967105a62d1e352"
608
804
  },
609
805
  {
610
- "path": "actions/close-approved-knowledge.yaml",
611
- "digest": "sha256:8ef2c1ca0856042b5587e08a324721902fcb61578749f54e5c043440b71f09da"
806
+ "id": "schemas/indexer-material-answer-review-resolution-input.schema.json",
807
+ "path": "schemas/indexer-material-answer-review-resolution-input.schema.json",
808
+ "digest": "sha256:79e0254fcbfeba81f6b76f1979a1fe3745f253acefa061913ec13737d30a1cc7"
612
809
  },
613
810
  {
614
- "path": "actions/compile-next.yaml",
615
- "digest": "sha256:e0fec702b2e77b4425c90ad47813fe2e9a6a007013d983b5e51243eb0c61433e"
811
+ "id": "schemas/indexer-material-answer-review-resolution-output.schema.json",
812
+ "path": "schemas/indexer-material-answer-review-resolution-output.schema.json",
813
+ "digest": "sha256:9aa8e922886b999696d43cc0c62b598e0ab0ea50bfc0098a7bfe8c0a0c7b3e1f"
616
814
  },
617
815
  {
618
- "path": "actions/configure-code-extraction.yaml",
619
- "digest": "sha256:db83bf8d71f4bd1869d023b96bb095fbe206018125a528478693920ba9e2ffe3"
816
+ "id": "schemas/indexer-material-gap-lifecycle-input.schema.json",
817
+ "path": "schemas/indexer-material-gap-lifecycle-input.schema.json",
818
+ "digest": "sha256:e49de7c57b90532d52aaa546f0fa8e895860ed7e44fc5a9f0709cf4f0c9c2b02"
620
819
  },
621
820
  {
622
- "path": "actions/configure-document-capture.yaml",
623
- "digest": "sha256:c5955af91692dd8e46b519aba8eec56a6a0dab58c1639f2ff42f746daf558f1d"
821
+ "id": "schemas/indexer-material-gap-lifecycle-output.schema.json",
822
+ "path": "schemas/indexer-material-gap-lifecycle-output.schema.json",
823
+ "digest": "sha256:efcf96aeaf51d79d07a6bb71400095517c2583a53a1c71a8f563022a3a7f7846"
624
824
  },
625
825
  {
626
- "path": "actions/configure-package-output.yaml",
627
- "digest": "sha256:2f5a682988ce3f32c53cf5131c36cf88e62332e8f27d5daaa0dedfb6e687b55a"
826
+ "id": "schemas/indexer-materialize-request.schema.json",
827
+ "path": "schemas/indexer-materialize-request.schema.json",
828
+ "digest": "sha256:b13bfc9956eda311afd2f5559e67b3e6f824500f2137af7c8f5cece7aa82c7af"
628
829
  },
629
830
  {
630
- "path": "actions/configure-prose-lifecycle.yaml",
631
- "digest": "sha256:226d20be637455b3ffba4a115dd0437d3330354d8a73b8e5313b3af303d53bcc"
831
+ "id": "schemas/indexer-materialized-resource.schema.json",
832
+ "path": "schemas/indexer-materialized-resource.schema.json",
833
+ "digest": "sha256:a3588569633ac421e8b8a2dc057245481a320159ae91b6020756f0cbe042e34b"
632
834
  },
633
835
  {
634
- "path": "actions/extract-next.yaml",
635
- "digest": "sha256:3d5e26cbdd912c9be666ce423b19456b31ab67da53c4e01a1a1c7a3dc1e6420a"
836
+ "id": "schemas/indexer-overlay-question-amendment.schema.json",
837
+ "path": "schemas/indexer-overlay-question-amendment.schema.json",
838
+ "digest": "sha256:b3a752514111f43ba695b0569fc7680f23442674e2cc1d87c07442cd25754281"
636
839
  },
637
840
  {
638
- "path": "actions/flush-runtime-events.yaml",
639
- "digest": "sha256:a5f29f652fc9f5f3775fdf9aad0af837f8c72879a22c11074321923bda49b45a"
841
+ "id": "schemas/indexer-overlay-question-proposal-input.schema.json",
842
+ "path": "schemas/indexer-overlay-question-proposal-input.schema.json",
843
+ "digest": "sha256:d979056f7bc21f7bebb8e4002ed3d64007589fd1696e44f02c8666903b203388"
640
844
  },
641
845
  {
642
- "path": "actions/inspect-code-extraction.yaml",
643
- "digest": "sha256:214cf9b0f9645ec7164a779ab5779ccf5b3e3132b10f8f9f666213d048f582b1"
846
+ "id": "schemas/indexer-overlay-question-rebind-input.schema.json",
847
+ "path": "schemas/indexer-overlay-question-rebind-input.schema.json",
848
+ "digest": "sha256:57077bfe22409373512ce3726d84b43cd098e1b8ad83962632c938a2b6580937"
644
849
  },
645
850
  {
646
- "path": "actions/inspect-document-classification.yaml",
647
- "digest": "sha256:973889832e3adfba4fa019b3dfadda35fe22536c44ef97efba2299e6cdd65786"
851
+ "id": "schemas/indexer-overlay-question-rebind-result.schema.json",
852
+ "path": "schemas/indexer-overlay-question-rebind-result.schema.json",
853
+ "digest": "sha256:d2961b0f56dba1cc2695141f82d3f6b31362f48eb9f93e7361fc23da1e200466"
648
854
  },
649
855
  {
650
- "path": "actions/inspect-repository-recovery.yaml",
651
- "digest": "sha256:6890fc2fb95823753beb7684066ddaac0b02e377c5fe3f568ac75286e00c9e88"
856
+ "id": "schemas/indexer-post-author-fragment-request.schema.json",
857
+ "path": "schemas/indexer-post-author-fragment-request.schema.json",
858
+ "digest": "sha256:e8daad85219a68d630673ad2b61269264b15988ba94918aff1dd8bdb0dd1f287"
652
859
  },
653
860
  {
654
- "path": "actions/inspect-review.yaml",
655
- "digest": "sha256:79ab3605a3b17d227f4c3ae4d207634884e1422c4bb07fc275e98c2bb296f140"
861
+ "id": "schemas/indexer-post-author-fragment-result.schema.json",
862
+ "path": "schemas/indexer-post-author-fragment-result.schema.json",
863
+ "digest": "sha256:06a37616cdb5078374c4a35a992a38bc9583456be1818091283e28df7f164ed3"
656
864
  },
657
865
  {
658
- "path": "actions/inspect-structure.yaml",
659
- "digest": "sha256:ee55f4dbf4d2ee4a0e5937cdc118430580d6746ab6c1a8ac9249675cb889ca4c"
866
+ "id": "schemas/indexer-post-author-lifecycle-input.schema.json",
867
+ "path": "schemas/indexer-post-author-lifecycle-input.schema.json",
868
+ "digest": "sha256:afce4e1729d9430f3f9f527af11856cbc76a07f91cee06df5efe50d4ea944b0d"
660
869
  },
661
870
  {
662
- "path": "actions/maintain-evidence.yaml",
663
- "digest": "sha256:aad5a46717dada265d01caa9f6c872ffe9428b18e7b04450a506966574448aa5"
871
+ "id": "schemas/indexer-post-author-lifecycle-output.schema.json",
872
+ "path": "schemas/indexer-post-author-lifecycle-output.schema.json",
873
+ "digest": "sha256:e1ae7a6f9bfe0047cf36837ed779a24789ef0c092f259c3b39e0e6c5bf56e1b7"
664
874
  },
665
875
  {
666
- "path": "actions/materialize-context-view.yaml",
667
- "digest": "sha256:0ed6b73b6a31324575fd10fb8f2067c8381609ab272a031b326080506105d115"
876
+ "id": "schemas/indexer-profile-failure-inspection-input.schema.json",
877
+ "path": "schemas/indexer-profile-failure-inspection-input.schema.json",
878
+ "digest": "sha256:44362552d8837ff6be3325a7dc79092442288ce0153c60de632112956dc0b7ed"
668
879
  },
669
880
  {
670
- "path": "actions/migrate-codeindex.yaml",
671
- "digest": "sha256:984316fa010f8ce570b4c9c3db8945e0e80f7a1dfb48c3db5ba3a1bcf6383a9a"
881
+ "id": "schemas/indexer-profile-failure-inspection-result.schema.json",
882
+ "path": "schemas/indexer-profile-failure-inspection-result.schema.json",
883
+ "digest": "sha256:39b0ba4e22b3e1c22f3e0898285419c5d3f7b9af2747ba072443c1c96e542f7a"
672
884
  },
673
885
  {
674
- "path": "actions/optimize-documents.yaml",
675
- "digest": "sha256:5fdd18379742c20af19e8a92e2591dd85270fa4a6af5d0adea6430b43049bebb"
886
+ "id": "schemas/indexer-profile-failure-report-input.schema.json",
887
+ "path": "schemas/indexer-profile-failure-report-input.schema.json",
888
+ "digest": "sha256:c7ab97bd0302a1e1d620f2b8eeab989aff8a340bcb1ae06993c00c2da4406325"
676
889
  },
677
890
  {
678
- "path": "actions/preview-extraction-batch.yaml",
679
- "digest": "sha256:45e6d8c60a56fde6f1049193b12b708da86a8a67a65b0b1f7cb6034faec44c57"
891
+ "id": "schemas/indexer-profile-failure-report-result.schema.json",
892
+ "path": "schemas/indexer-profile-failure-report-result.schema.json",
893
+ "digest": "sha256:3c322f5add743d6c56e5ed0ba041fabbe1f8629cb3213342f7949611579f9966"
680
894
  },
681
895
  {
682
- "path": "actions/reconcile-review-identities.yaml",
683
- "digest": "sha256:aac95cc46ab8a872bdd1cc53cf64e3bbde8cf8dc2d6e9ac2da82bb378fcfe09a"
896
+ "id": "schemas/indexer-profile-override-decision.schema.json",
897
+ "path": "schemas/indexer-profile-override-decision.schema.json",
898
+ "digest": "sha256:3163bbf23104cd7dc8d63ae864d6e0dce5d956e16f995720ce292b11b3605958"
684
899
  },
685
900
  {
686
- "path": "actions/register-source-batch.yaml",
687
- "digest": "sha256:506cd677d79363035040b83c30f3444e9d41a886e9532023db6b8a17444ad951"
901
+ "id": "schemas/indexer-profile-override-result.schema.json",
902
+ "path": "schemas/indexer-profile-override-result.schema.json",
903
+ "digest": "sha256:5ca7c399a73d0f0e0cb35ea1948e94d8a6f46e9533987543b5b23ef3cb0a2b1b"
688
904
  },
689
905
  {
690
- "path": "actions/repair-project-entry.yaml",
691
- "digest": "sha256:7850eea903cfb5d5f17078cc79f790325eed75f07cd7e40ef91add1ee87ed9cd"
906
+ "id": "schemas/indexer-profile-revision-agent-input.schema.json",
907
+ "path": "schemas/indexer-profile-revision-agent-input.schema.json",
908
+ "digest": "sha256:30983189eeae396483d5e36511400a5206da1cdfbfb20a145668e2f542ef17e9"
692
909
  },
693
910
  {
694
- "path": "actions/repair-verification.yaml",
695
- "digest": "sha256:835789670d5a3ee0b140820c79a26b925b8df374a4a93f598055dfcb06498cc7"
911
+ "id": "schemas/indexer-profile-revision-record-input.schema.json",
912
+ "path": "schemas/indexer-profile-revision-record-input.schema.json",
913
+ "digest": "sha256:e2e8cff4870a2563a3492367397a69486b7c4c4f6a74f26df6e2915ef4fc1313"
696
914
  },
697
915
  {
698
- "path": "actions/repair-workspace-state.yaml",
699
- "digest": "sha256:67296adf5336a7f746e250dc23676972282f88410fb6a6edc41a929e15d1856b"
916
+ "id": "schemas/indexer-profile-revision-record-result.schema.json",
917
+ "path": "schemas/indexer-profile-revision-record-result.schema.json",
918
+ "digest": "sha256:284c764593db89f9d7318f90d0e368e03d9282fae678b7f0f417404de8da4f45"
700
919
  },
701
920
  {
702
- "path": "actions/restore-repository-sources.yaml",
703
- "digest": "sha256:58e40ee93d6bd1a9fe11d208fe771b576f8c5ceb05105d3e92a9aecc6b4a7fd8"
921
+ "id": "schemas/indexer-program-execution-authorization-input.schema.json",
922
+ "path": "schemas/indexer-program-execution-authorization-input.schema.json",
923
+ "digest": "sha256:ea8be492a994f1dfb39e166977d8ccc7c4fa6df0f6e0504585bfdefe705c1e1d"
704
924
  },
705
925
  {
706
- "path": "actions/revise-code-index-audit.yaml",
707
- "digest": "sha256:0ea9c41b2b698bf3a779381b42d6cd9b7eb9d54718498f3b2875eab4c23a76f6"
926
+ "id": "schemas/indexer-program-execution-authorization-result.schema.json",
927
+ "path": "schemas/indexer-program-execution-authorization-result.schema.json",
928
+ "digest": "sha256:427d292b80c1bdb670a2835357c832c59e94b919a755f0fcc879fa32f13ad089"
708
929
  },
709
930
  {
710
- "path": "actions/revise-document.yaml",
711
- "digest": "sha256:605d3808670582da69881c9a2eb8b0de21b42fbdd04c1d04a8fa93513989a08e"
931
+ "id": "schemas/indexer-project-action-result.schema.json",
932
+ "path": "schemas/indexer-project-action-result.schema.json",
933
+ "digest": "sha256:ee12714a76a1651ed1670d672526bdd475b54a3bbf70288153ca5dabb82f24c5"
712
934
  },
713
935
  {
714
- "path": "actions/submit-code-index-audit.yaml",
715
- "digest": "sha256:30ecc7cf9fcae232f9d3075d4410f5753c599bee148e06bf08afe4c219bb45c4"
936
+ "id": "schemas/indexer-project-gate-input.schema.json",
937
+ "path": "schemas/indexer-project-gate-input.schema.json",
938
+ "digest": "sha256:15861043b84e36a0b256d6dcf9916fe921dad050172c35c4eb99b5c116f6b992"
716
939
  },
717
940
  {
718
- "path": "codes.yaml",
719
- "digest": "sha256:a140c4c9dedb927f52aa76a292d6bf4ac12f34434d3e2882d6aa7fbe8b629971"
941
+ "id": "schemas/indexer-project-observation-input.schema.json",
942
+ "path": "schemas/indexer-project-observation-input.schema.json",
943
+ "digest": "sha256:2fd9eb7f64e27fbe2cf25606913ab0535265dcda4326c6bef23774c67b15b5bf"
720
944
  },
721
945
  {
722
- "path": "graphs/workspace.yaml",
723
- "digest": "sha256:25a7b3e87b8052cdb82bccc4b91753ff9974876498d7e44781d1238c49d80925"
946
+ "id": "schemas/indexer-project-observation-result.schema.json",
947
+ "path": "schemas/indexer-project-observation-result.schema.json",
948
+ "digest": "sha256:47d6597b1fa7b94c56670bdffa780f894c4a2a523c2d029e68f97c55cc70a3ef"
724
949
  },
725
950
  {
726
- "path": "provider.yaml",
727
- "digest": "sha256:80803dc4dc1d18647fb988ae3b02693775a30af3be5e4fe824c96e68c1dc2d43"
951
+ "id": "schemas/indexer-provider-route-input.schema.json",
952
+ "path": "schemas/indexer-provider-route-input.schema.json",
953
+ "digest": "sha256:fedba7614728a3ebaa3772674b3625af12512a7470f86cb2fae7d8cc0c663e83"
728
954
  },
729
955
  {
730
- "path": "resources/diagnostics/projection-stale.md",
731
- "digest": "sha256:7152211db8b97ab5b1982fec2a18954c4f04823ee383451a7fcc20713dbc567e"
956
+ "id": "schemas/indexer-provider-route-report.schema.json",
957
+ "path": "schemas/indexer-provider-route-report.schema.json",
958
+ "digest": "sha256:00476bf6bbf4dbb3bfbdd1f7fc6f416a845d7c7ec079b089fd52584290c084db"
732
959
  },
733
960
  {
734
- "path": "resources/diagnostics/verification.md",
735
- "digest": "sha256:ce985a9ba83f3a78cd9e2ce09d4fa6c9424fb9d793724d6e02b8a1dffe506eab"
961
+ "id": "schemas/indexer-requirement-confirmation-input.schema.json",
962
+ "path": "schemas/indexer-requirement-confirmation-input.schema.json",
963
+ "digest": "sha256:b211f78bff8ca25d3f6cb73ca735a06789701464c34913ec67fc161db3af577b"
736
964
  },
737
965
  {
738
- "path": "resources/diagnostics/workspace-state.md",
739
- "digest": "sha256:276c545e7c9bca6d4e5590f75fe93a4fda49a8ac7454ae6dfea8e8a7dd056718"
966
+ "id": "schemas/indexer-requirement-confirmation-output.schema.json",
967
+ "path": "schemas/indexer-requirement-confirmation-output.schema.json",
968
+ "digest": "sha256:cd202627606a89b94c6cbf557e17721a3b472f32e2620ea3d60c9f157d2028ef"
740
969
  },
741
970
  {
742
- "path": "resources/dialogue/code-extraction.md",
743
- "digest": "sha256:be355208daf818ec81c0521f0ca0e2a05b5229531b1b9259e06afaadab17a879"
971
+ "id": "schemas/indexer-result-reconciliation-input.schema.json",
972
+ "path": "schemas/indexer-result-reconciliation-input.schema.json",
973
+ "digest": "sha256:48671f7e107dc6e0be8baa27a9816eae9eaeb19b1e9ecdc63120e11e884cfa4c"
744
974
  },
745
975
  {
746
- "path": "resources/dialogue/document-capture.md",
747
- "digest": "sha256:eab34072dc96d77c0749148463f722d2483d8e7d83899ce489e927176a1178e4"
976
+ "id": "schemas/indexer-result-reconciliation-output.schema.json",
977
+ "path": "schemas/indexer-result-reconciliation-output.schema.json",
978
+ "digest": "sha256:6c06c833a862d23dbcb7024e1fbb57c134d1d62c8ad961cc8560f176e36b73f8"
748
979
  },
749
980
  {
750
- "path": "resources/dialogue/document-classification.md",
751
- "digest": "sha256:b26f23c9d99a1287f7fd8e59f5700cdeeafca015d731455fa518825c64477f86"
981
+ "id": "schemas/indexer-selection-proposal-input.schema.json",
982
+ "path": "schemas/indexer-selection-proposal-input.schema.json",
983
+ "digest": "sha256:de25b302dff137151d11651201482fc1c70218e48c4e84f474fe8c8324145b80"
752
984
  },
753
985
  {
754
- "path": "resources/dialogue/evidence-maintenance.md",
755
- "digest": "sha256:831ab87f272f9982eb086426302899d3ddc5e9afd582a8628cff2753b6d4115b"
986
+ "id": "schemas/indexer-selection-proposal-validation.schema.json",
987
+ "path": "schemas/indexer-selection-proposal-validation.schema.json",
988
+ "digest": "sha256:eca4fae78a526aa7018411dd1853ecac0371ae8fa30ebef6423ce44fcbd55594"
756
989
  },
757
990
  {
758
- "path": "resources/dialogue/human-gates.md",
759
- "digest": "sha256:6c605c7805f45b2b5f0ab82307ddfbd10f8bf0e7200ca27f351842a155d061c8"
991
+ "id": "schemas/indexer-subject-reidentification-input.schema.json",
992
+ "path": "schemas/indexer-subject-reidentification-input.schema.json",
993
+ "digest": "sha256:cd3c0ded9115e6e355e9c6e34faed702c49553c089d545e7e2d24b08736cf140"
760
994
  },
761
995
  {
762
- "path": "resources/dialogue/knowledge-review.md",
763
- "digest": "sha256:d26107888fa81b1deb664377c0486de37dd72fd6bf23330deddc835f51bafcc8"
996
+ "id": "schemas/indexer-subject-reidentification-output.schema.json",
997
+ "path": "schemas/indexer-subject-reidentification-output.schema.json",
998
+ "digest": "sha256:78c3f14147f959914f8122b4f749e7a081f48d4b9297e2f2435ef83b2c5307d3"
764
999
  },
765
1000
  {
766
- "path": "resources/dialogue/package-output.md",
767
- "digest": "sha256:c1be66f24931afeed69877a22104146c5f2a5885c98b7ac7df02328f6f083a63"
1001
+ "id": "schemas/repository-source-recovery.schema.json",
1002
+ "path": "schemas/repository-source-recovery.schema.json",
1003
+ "digest": "sha256:589aea722965d81c9291232346bfc1d90ea04a94913d8ab7e3461e5a92746c56"
768
1004
  },
769
1005
  {
770
- "path": "resources/dialogue/repository-source-recovery.md",
771
- "digest": "sha256:ac1c7ba59f91d870f011eb1526afa83003e45205a6c436f635fb0e5b2e3c3055"
772
- },
1006
+ "id": "schemas/source-batch-input.schema.json",
1007
+ "path": "schemas/source-batch-input.schema.json",
1008
+ "digest": "sha256:0788501d70073a93c9d6d652bc85d806ea2e71abb2e9cfb6ad70e566e2675abf"
1009
+ }
1010
+ ],
1011
+ "files": [
773
1012
  {
774
- "path": "resources/dialogue/source-boundary.md",
775
- "digest": "sha256:15d37249d1cb2a8921247c689d81c135911b9933550120fadd8c17237c2c2c29"
1013
+ "path": "actions/accept-main-index-run.yaml",
1014
+ "digest": "sha256:d4e9843c0763665318092b6097bf7a2eb53ab71bb3f75093ea3a16b8ceb35e22"
776
1015
  },
777
1016
  {
778
- "path": "resources/dialogue/structure-confirmation.md",
779
- "digest": "sha256:4f9667860bb555c2cf236237c5a21644b7a2b249a452337d83087fa4c389dc2d"
1017
+ "path": "actions/accept-material-answer-run.yaml",
1018
+ "digest": "sha256:aceb10a93b98798390a4a6ca146a7e396d587d1b5b8810917882883120c27996"
780
1019
  },
781
1020
  {
782
- "path": "resources/dialogue/workflow-mode-after-capture.md",
783
- "digest": "sha256:4a7ba14b78519ee2486361641342c20ad54a2587571eb1ae1755a5a924ff9903"
1021
+ "path": "actions/accept-package-templates.yaml",
1022
+ "digest": "sha256:e3de218f2dc37c9d3ab9546e408598c7b320f7151e8c520a00770919088a6a66"
1023
+ },
1024
+ {
1025
+ "path": "actions/accept-post-author-composer-run.yaml",
1026
+ "digest": "sha256:7fe28e5e2a11f0f7b994b6432d2a26df06d5e79d0ea5791eb1ea9b57655eafd9"
1027
+ },
1028
+ {
1029
+ "path": "actions/actualize-material-answer-bindings.yaml",
1030
+ "digest": "sha256:5d641922c4c68147e90d70f46d33579519aab7ea0b6d26ff927894b15e3974f6"
1031
+ },
1032
+ {
1033
+ "path": "actions/apply-forced-review.yaml",
1034
+ "digest": "sha256:ed530819831b68824bd373dec399c73a30d7eeebd2ef72ae0eab3e7a60cad80f"
1035
+ },
1036
+ {
1037
+ "path": "actions/apply-indexer-project.yaml",
1038
+ "digest": "sha256:451e904a8251a7d3c3b5daf5cf9d3e35fc7975e51394d45bd2211a526cd36c68"
1039
+ },
1040
+ {
1041
+ "path": "actions/apply-managed-review.yaml",
1042
+ "digest": "sha256:25e2c2c215889dd13a6dec8714bc2b6357f3e01b09cc684f1e82d986e30ef064"
1043
+ },
1044
+ {
1045
+ "path": "actions/audit-material-gap-state.yaml",
1046
+ "digest": "sha256:d2346aed317c51eed5c0b24d166359d320b329fe7d348b7bf8b637c6c8edc00b"
1047
+ },
1048
+ {
1049
+ "path": "actions/audit-projected-artifact-fan-out.yaml",
1050
+ "digest": "sha256:472e61994a2acadac2da4782292b49567f094d6b2899a3d5f48737332c4523f1"
1051
+ },
1052
+ {
1053
+ "path": "actions/authorize-indexer-dependencies.yaml",
1054
+ "digest": "sha256:101e3025bcdbbbba5022dd975d3840bb362a7d806afcc18e6fd9c51894905d10"
1055
+ },
1056
+ {
1057
+ "path": "actions/authorize-indexer-program-execution.yaml",
1058
+ "digest": "sha256:95278fbf41dc311151d1d0bad8727fd07390eee740b69e3c08831306466dea94"
1059
+ },
1060
+ {
1061
+ "path": "actions/build-main-index-author-worksets.yaml",
1062
+ "digest": "sha256:bb24a48cab5d4ac6f3109a70000bf81d30b1e9e83f595bb6ac892c3d2e1dec54"
1063
+ },
1064
+ {
1065
+ "path": "actions/build-main-index-catalog-fallback.yaml",
1066
+ "digest": "sha256:4063dada12583595c9ff1183a50b0d84f9131bc0c280e1e6082efa046dedbf75"
1067
+ },
1068
+ {
1069
+ "path": "actions/build-main-index-partition-worksets.yaml",
1070
+ "digest": "sha256:b3a0a71925b84f3d20eb4cef9608de215cc2d600749b9bd30f9a42d6b2468d07"
1071
+ },
1072
+ {
1073
+ "path": "actions/build-material-question-workset.yaml",
1074
+ "digest": "sha256:859ece19215833777ca530b468e745d1910e6ef1bdfb12a6d40659390378069a"
1075
+ },
1076
+ {
1077
+ "path": "actions/build-next.yaml",
1078
+ "digest": "sha256:a5b8bb7162f14e0cf3056dd1a3e9da05fe45f7b61fcf0aa07f52ca7274256e44"
1079
+ },
1080
+ {
1081
+ "path": "actions/build-post-author-composer-worksets.yaml",
1082
+ "digest": "sha256:94c448df97e05f0cc3210182e4d5b21035a400bc0679cdeb74329af0d77d0870"
1083
+ },
1084
+ {
1085
+ "path": "actions/build-question-target-inventory.yaml",
1086
+ "digest": "sha256:a460629e8a675a28d5673a352fab5b5f77b67e4fc78a3d5dd4877d63b79b096a"
1087
+ },
1088
+ {
1089
+ "path": "actions/build-subject-catalog.yaml",
1090
+ "digest": "sha256:5b4d9e34dcae6dc6471f5a46e252ee284a2c210f55e0015e6134086eed80cecc"
1091
+ },
1092
+ {
1093
+ "path": "actions/build-target-resolution-views.yaml",
1094
+ "digest": "sha256:e20d2c7d6b3114581b511f3471f0da56d0edf2c541e4632550b5a921b1c72e8f"
1095
+ },
1096
+ {
1097
+ "path": "actions/capture-next.yaml",
1098
+ "digest": "sha256:409a091eb771d5087408832539a50cb7b6f0c0d25dd47257798df49f5d8b6fc3"
1099
+ },
1100
+ {
1101
+ "path": "actions/checkpoint-material-answer-review.yaml",
1102
+ "digest": "sha256:ebea7d1dd957a0798b02dbd14dc8ee0a8c0a31407c864fe41dc4706954aa48a4"
1103
+ },
1104
+ {
1105
+ "path": "actions/checkpoint-material-gaps.yaml",
1106
+ "digest": "sha256:33e825a38c86ee56eb9f15caa4af74d334868203ff1083b1f4687dbeb4c3d748"
1107
+ },
1108
+ {
1109
+ "path": "actions/close-approved-knowledge.yaml",
1110
+ "digest": "sha256:8ef2c1ca0856042b5587e08a324721902fcb61578749f54e5c043440b71f09da"
1111
+ },
1112
+ {
1113
+ "path": "actions/close-indexer-approved-knowledge.yaml",
1114
+ "digest": "sha256:5226e523c44a1f0a6b81bbc26ea53a59f399ccc1695b483649d3cc84d74d752e"
1115
+ },
1116
+ {
1117
+ "path": "actions/compile-indexer-candidates.yaml",
1118
+ "digest": "sha256:e3821f2b67376d844501bae335d33970e36b81a3acc249a9e4834b10b573575e"
1119
+ },
1120
+ {
1121
+ "path": "actions/compose-indexer-post-author-fragments.yaml",
1122
+ "digest": "sha256:e656e684436c43a10982e99885e3978d02991ac3efe13e1a45954a2f20d8aa08"
1123
+ },
1124
+ {
1125
+ "path": "actions/configure-community-indexer-fallback.yaml",
1126
+ "digest": "sha256:a684e957a604f57a3be3201e280b489a6c6275e0dbbd0a614f96ce18e7eaeea8"
1127
+ },
1128
+ {
1129
+ "path": "actions/configure-document-capture.yaml",
1130
+ "digest": "sha256:c5955af91692dd8e46b519aba8eec56a6a0dab58c1639f2ff42f746daf558f1d"
1131
+ },
1132
+ {
1133
+ "path": "actions/configure-indexer-providers.yaml",
1134
+ "digest": "sha256:00ccd8ee6e6d6aa0ea2429d6c833ca097e0d22aa21b0df95e6739e8416fc4888"
1135
+ },
1136
+ {
1137
+ "path": "actions/configure-package-output.yaml",
1138
+ "digest": "sha256:2f5a682988ce3f32c53cf5131c36cf88e62332e8f27d5daaa0dedfb6e687b55a"
1139
+ },
1140
+ {
1141
+ "path": "actions/confirm-index-requirement-workset.yaml",
1142
+ "digest": "sha256:b46f5209bd60846d69efa2697facb03be92a37749e89fada4b7f0d9d87800b4e"
1143
+ },
1144
+ {
1145
+ "path": "actions/confirm-subject-reidentification.yaml",
1146
+ "digest": "sha256:60afb798d37641202e10d0dd4ee7d4e7ecb0af7a085484b96264da20fa9853ef"
1147
+ },
1148
+ {
1149
+ "path": "actions/converge-main-index-partition-run.yaml",
1150
+ "digest": "sha256:edf4dc5271dd0d9052cace776cc11532ca7f9d6526dd40c5eca76110cb976a8d"
1151
+ },
1152
+ {
1153
+ "path": "actions/discover-markdown-indexer-providers.yaml",
1154
+ "digest": "sha256:ade21b433c3f0f5abd1940f9227f1184875e08be70298dcb041715f9be4c81b2"
1155
+ },
1156
+ {
1157
+ "path": "actions/evaluate-material-gaps.yaml",
1158
+ "digest": "sha256:91f31dc5f74725bb929e5844db4ab6813b1ad6c8a94d48518bed3a25b796299d"
1159
+ },
1160
+ {
1161
+ "path": "actions/fail-main-index-run.yaml",
1162
+ "digest": "sha256:b73dd9bd22188f9e846efa8ea781fdee2566c1a7b9cf7204662f5fde72fa77d1"
1163
+ },
1164
+ {
1165
+ "path": "actions/fail-material-answer-run.yaml",
1166
+ "digest": "sha256:76cb54c8e1dae187e3e889d958e59e1cc368e7267e0c435875b9fe1df2d89f70"
1167
+ },
1168
+ {
1169
+ "path": "actions/fail-post-author-composer-run.yaml",
1170
+ "digest": "sha256:26c35ebdfca9a4da92c1af0d7d22a1577594077fe254fef825b976639ca491d7"
1171
+ },
1172
+ {
1173
+ "path": "actions/flush-runtime-events.yaml",
1174
+ "digest": "sha256:a5f29f652fc9f5f3775fdf9aad0af837f8c72879a22c11074321923bda49b45a"
1175
+ },
1176
+ {
1177
+ "path": "actions/inspect-index-candidate-review-readiness.yaml",
1178
+ "digest": "sha256:e798248995a46b3662481143898cec63ae3030c7c8c8ebdeb66a02300c39f83a"
1179
+ },
1180
+ {
1181
+ "path": "actions/inspect-index-profile-failure.yaml",
1182
+ "digest": "sha256:f5b7eba151f2df106e894b362ef171bb14adb8ac29ba34b68847865dd864d22c"
1183
+ },
1184
+ {
1185
+ "path": "actions/inspect-indexer-dependencies.yaml",
1186
+ "digest": "sha256:5561937c8ac2e701dd45186881d85b9bfae1ef514e47c777aaf59cbf4859eb7c"
1187
+ },
1188
+ {
1189
+ "path": "actions/inspect-indexer-program-execution.yaml",
1190
+ "digest": "sha256:97c748e203302a179f535767a4dd05c79d8bfd346175064d46297f8afabd0640"
1191
+ },
1192
+ {
1193
+ "path": "actions/inspect-indexer-project-proposal.yaml",
1194
+ "digest": "sha256:c316afdc4fd13f273961fca69addf18bb971efd03601cddd532d58d12c43226e"
1195
+ },
1196
+ {
1197
+ "path": "actions/inspect-markdown-provider-capture.yaml",
1198
+ "digest": "sha256:3dd8631da8cb01f24dfe9db2c539e0d523bf77032006856b21a321aa81891d46"
1199
+ },
1200
+ {
1201
+ "path": "actions/inspect-material-answer-review.yaml",
1202
+ "digest": "sha256:86b88755089150753761e0efd73f118f7ade34b8388199f55ee7197923fa9c77"
1203
+ },
1204
+ {
1205
+ "path": "actions/inspect-repository-recovery.yaml",
1206
+ "digest": "sha256:6890fc2fb95823753beb7684066ddaac0b02e377c5fe3f568ac75286e00c9e88"
1207
+ },
1208
+ {
1209
+ "path": "actions/inspect-review.yaml",
1210
+ "digest": "sha256:79ab3605a3b17d227f4c3ae4d207634884e1422c4bb07fc275e98c2bb296f140"
1211
+ },
1212
+ {
1213
+ "path": "actions/maintain-evidence.yaml",
1214
+ "digest": "sha256:aad5a46717dada265d01caa9f6c872ffe9428b18e7b04450a506966574448aa5"
1215
+ },
1216
+ {
1217
+ "path": "actions/materialize-context-view.yaml",
1218
+ "digest": "sha256:0ed6b73b6a31324575fd10fb8f2067c8381609ab272a031b326080506105d115"
1219
+ },
1220
+ {
1221
+ "path": "actions/materialize-indexer-instructions.yaml",
1222
+ "digest": "sha256:6da47c03bd482b5b0170508b1ddc9e2d0998acff8ea08b0768dbbc3d2386926f"
1223
+ },
1224
+ {
1225
+ "path": "actions/observe-indexer-project.yaml",
1226
+ "digest": "sha256:0365519d1db7d6d6292a642f6357b409afae2025a3332024e4173d52d7ebaece"
1227
+ },
1228
+ {
1229
+ "path": "actions/observe-main-index-run-ledger.yaml",
1230
+ "digest": "sha256:c420be99b95acbe7c4b0587292c3423930d4702dd4d769336731e1db3c9c0dcc"
1231
+ },
1232
+ {
1233
+ "path": "actions/observe-material-answer-runs.yaml",
1234
+ "digest": "sha256:5e8da86a57b7a3859e32a894b89861c533f4e2961f46451374ac2252519ce40a"
1235
+ },
1236
+ {
1237
+ "path": "actions/observe-post-author-composer-worksets.yaml",
1238
+ "digest": "sha256:ee3757049541d4add6bb8ca3a3e69b388189b49eb6aa7b417ba988b198a7d1fa"
1239
+ },
1240
+ {
1241
+ "path": "actions/override-index-profile-audit.yaml",
1242
+ "digest": "sha256:4ef12f402e86b88e63aeff4848d6e508e2d839b3ec5abe0e341a7ca5cf1cd5ea"
1243
+ },
1244
+ {
1245
+ "path": "actions/prepare-indexer-customization-project.yaml",
1246
+ "digest": "sha256:134b04cb53d2d6f06ffe651ea0b9fd4f523243e01de7a73385a692c7ea521635"
1247
+ },
1248
+ {
1249
+ "path": "actions/prepare-main-index-run-ledger.yaml",
1250
+ "digest": "sha256:02571e4b34e3e25212a273ac8ac573baca760f99c356e4a2dfdd167ec7ff0681"
1251
+ },
1252
+ {
1253
+ "path": "actions/prepare-material-answer-runs.yaml",
1254
+ "digest": "sha256:fc3a7bb385bf9a0a24d56e91387f2bdb61add0af597126f890edc733a9b59cd1"
1255
+ },
1256
+ {
1257
+ "path": "actions/propose-indexer-customization.yaml",
1258
+ "digest": "sha256:07d1842805d62f5a8a9cef36c602ceee0876c91338493caa61ba3080ccad9bfa"
1259
+ },
1260
+ {
1261
+ "path": "actions/propose-overlay-question-amendment.yaml",
1262
+ "digest": "sha256:cf3ad2a7d0c77ab30de97059a69b3008e6efd1a6fac0ecf01ab199a167bbf37d"
1263
+ },
1264
+ {
1265
+ "path": "actions/rebind-indexer-selection-to-requirement.yaml",
1266
+ "digest": "sha256:620e75b2c328df1cee0608fe7fc5d5abfaa0522d676339cee3382ca377347990"
1267
+ },
1268
+ {
1269
+ "path": "actions/reconcile-indexer-results.yaml",
1270
+ "digest": "sha256:6121f000167ce9b1672268da098fea43a461e0c0421176ddccc9c926640d087b"
1271
+ },
1272
+ {
1273
+ "path": "actions/reconcile-review-identities.yaml",
1274
+ "digest": "sha256:aac95cc46ab8a872bdd1cc53cf64e3bbde8cf8dc2d6e9ac2da82bb378fcfe09a"
1275
+ },
1276
+ {
1277
+ "path": "actions/record-index-profile-revision.yaml",
1278
+ "digest": "sha256:aed060f49baad6ccb5ef9d088d96cb3f3567f511c8465cb7d19512d9b8830698"
1279
+ },
1280
+ {
1281
+ "path": "actions/register-source-batch.yaml",
1282
+ "digest": "sha256:506cd677d79363035040b83c30f3444e9d41a886e9532023db6b8a17444ad951"
1283
+ },
1284
+ {
1285
+ "path": "actions/repair-project-entry.yaml",
1286
+ "digest": "sha256:7850eea903cfb5d5f17078cc79f790325eed75f07cd7e40ef91add1ee87ed9cd"
1287
+ },
1288
+ {
1289
+ "path": "actions/repair-verification.yaml",
1290
+ "digest": "sha256:835789670d5a3ee0b140820c79a26b925b8df374a4a93f598055dfcb06498cc7"
1291
+ },
1292
+ {
1293
+ "path": "actions/repair-workspace-state.yaml",
1294
+ "digest": "sha256:67296adf5336a7f746e250dc23676972282f88410fb6a6edc41a929e15d1856b"
1295
+ },
1296
+ {
1297
+ "path": "actions/report-index-profile-failure.yaml",
1298
+ "digest": "sha256:ff4c0b73c76f9b074efe8f211f92a823bc35829c91a177adbde92679f50a7b0f"
1299
+ },
1300
+ {
1301
+ "path": "actions/report-indexer-incremental-impact.yaml",
1302
+ "digest": "sha256:74bbbfde59ee2561ca0d1ca966c79f9df374b1bfe79d7e8174012d4ff2a6d13c"
1303
+ },
1304
+ {
1305
+ "path": "actions/resolve-effective-composers.yaml",
1306
+ "digest": "sha256:46877f18d49466675a5f758a7eea6608dca8d68c01bf4a8a75ca22acae6f7adb"
1307
+ },
1308
+ {
1309
+ "path": "actions/restore-repository-sources.yaml",
1310
+ "digest": "sha256:58e40ee93d6bd1a9fe11d208fe771b576f8c5ceb05105d3e92a9aecc6b4a7fd8"
1311
+ },
1312
+ {
1313
+ "path": "actions/review-material-answer-candidate.yaml",
1314
+ "digest": "sha256:b83a407a4ada68abffdf5b2ec04ab60cab274db477ac1fedd4b88f944795be8f"
1315
+ },
1316
+ {
1317
+ "path": "actions/revise-document.yaml",
1318
+ "digest": "sha256:605d3808670582da69881c9a2eb8b0de21b42fbdd04c1d04a8fa93513989a08e"
1319
+ },
1320
+ {
1321
+ "path": "actions/revise-index-output.yaml",
1322
+ "digest": "sha256:af126714a12ae57ed9536c89b04bd991644fd341d9911d1b38295ae7b9eab9ab"
1323
+ },
1324
+ {
1325
+ "path": "actions/route-index-requirement-confirmation.yaml",
1326
+ "digest": "sha256:fb69e4931e8f310eead241f7ba468b19c245ac6709967674c3cff2120ae65c98"
1327
+ },
1328
+ {
1329
+ "path": "actions/route-indexer-provider-selection.yaml",
1330
+ "digest": "sha256:e3b88a1afb975c955f27c9e340dc4a5c78fc11a78190d603c9afb94eefcee29c"
1331
+ },
1332
+ {
1333
+ "path": "actions/run-indexer-agent-step.yaml",
1334
+ "digest": "sha256:1223b17c9e3ce35b584df82118b7048d470c6226abaf522dd84d8c797935b7e9"
1335
+ },
1336
+ {
1337
+ "path": "actions/run-indexer-lifecycle.yaml",
1338
+ "digest": "sha256:0a7878fb9454919e63b221ade0f6072cd20114a379fc21e990cfaa0492885aa0"
1339
+ },
1340
+ {
1341
+ "path": "actions/run-indexer-post-author-composer.yaml",
1342
+ "digest": "sha256:3ba76d84e3cbc7614fccebcb609a71b0dc1ba3849d0e77537286f16a6227991a"
1343
+ },
1344
+ {
1345
+ "path": "actions/run-material-answer-indexers.yaml",
1346
+ "digest": "sha256:6f1a9ec0563aa6a5202a0f6d9db1f4874340e58ea9284adcad5fe6d4b3e2157c"
1347
+ },
1348
+ {
1349
+ "path": "actions/start-main-index-run.yaml",
1350
+ "digest": "sha256:cb840b3eac3b042641d3797a4a2aba447a9ecae5d3999454b3777c8ec4572e03"
1351
+ },
1352
+ {
1353
+ "path": "actions/start-material-answer-run.yaml",
1354
+ "digest": "sha256:ef3b42d7e148c046442ae3dfa3028656abfcbbf66a294fe833ba85cd9d8468e6"
1355
+ },
1356
+ {
1357
+ "path": "actions/start-post-author-composer-run.yaml",
1358
+ "digest": "sha256:8f97cd69b198c21ef27a2d151f7b2111e363b5d664f118dc663145acb19a34ea"
1359
+ },
1360
+ {
1361
+ "path": "actions/validate-indexer-contract-overlays.yaml",
1362
+ "digest": "sha256:e9ecc7edc82dd37e7f3a2d07ac8f057404d2fca8a3b2d59a83a7e42b598014ef"
1363
+ },
1364
+ {
1365
+ "path": "actions/validate-indexer-customization.yaml",
1366
+ "digest": "sha256:d6ece3ece4c22724eb9b816f231da96d62c7ce71da0045f23531e5cc99236889"
1367
+ },
1368
+ {
1369
+ "path": "actions/validate-indexer-selection-proposal.yaml",
1370
+ "digest": "sha256:14aea733499a9adb736df5ef83a6b013c0bca1ca912e16994bbff30939360652"
1371
+ },
1372
+ {
1373
+ "path": "actions/validate-main-index-run.yaml",
1374
+ "digest": "sha256:de7cecd69c93d7d37dad0896134cdf8abe1f514e2101713828fe4ff865db351e"
1375
+ },
1376
+ {
1377
+ "path": "actions/validate-markdown-provider-selection.yaml",
1378
+ "digest": "sha256:aecb03ef1d05f8c71dde80ff8e2423b40885bd68c089b9cb55b4a8490cc9977b"
1379
+ },
1380
+ {
1381
+ "path": "actions/validate-subject-key-schemas.yaml",
1382
+ "digest": "sha256:90052a8b0a025c5517f76e9000abe8cf02674f784d70e82883b2f2140d7e1a85"
1383
+ },
1384
+ {
1385
+ "path": "codes.yaml",
1386
+ "digest": "sha256:bbefbf3cd8321f623aaa84c42eb05a57e2f7ca1419570b3389f97b13f56fa91e"
1387
+ },
1388
+ {
1389
+ "path": "graphs/indexer.yaml",
1390
+ "digest": "sha256:64733b0d7e983ddd2f8852b80294daca68fbb39d4ebc0efcc39831ae50c8e706"
1391
+ },
1392
+ {
1393
+ "path": "graphs/workspace.yaml",
1394
+ "digest": "sha256:276e068638e2fa94dd7f4f7043911f803b5b4321b2b396e19b5061e602709e78"
1395
+ },
1396
+ {
1397
+ "path": "provider.yaml",
1398
+ "digest": "sha256:d2fb912334c604ac8c93070a11ef20a6e29f09a604a62809346ece62d52a0502"
1399
+ },
1400
+ {
1401
+ "path": "resources/diagnostics/projection-stale.md",
1402
+ "digest": "sha256:d1d22317b42e2660c04c931dc50217063b883733a6e6a1abbbc9eb8725c7d9e1"
1403
+ },
1404
+ {
1405
+ "path": "resources/diagnostics/verification.md",
1406
+ "digest": "sha256:ce985a9ba83f3a78cd9e2ce09d4fa6c9424fb9d793724d6e02b8a1dffe506eab"
1407
+ },
1408
+ {
1409
+ "path": "resources/diagnostics/workspace-state.md",
1410
+ "digest": "sha256:276c545e7c9bca6d4e5590f75fe93a4fda49a8ac7454ae6dfea8e8a7dd056718"
1411
+ },
1412
+ {
1413
+ "path": "resources/dialogue/document-capture.md",
1414
+ "digest": "sha256:eab34072dc96d77c0749148463f722d2483d8e7d83899ce489e927176a1178e4"
1415
+ },
1416
+ {
1417
+ "path": "resources/dialogue/evidence-maintenance.md",
1418
+ "digest": "sha256:831ab87f272f9982eb086426302899d3ddc5e9afd582a8628cff2753b6d4115b"
1419
+ },
1420
+ {
1421
+ "path": "resources/dialogue/human-gates.md",
1422
+ "digest": "sha256:6c605c7805f45b2b5f0ab82307ddfbd10f8bf0e7200ca27f351842a155d061c8"
1423
+ },
1424
+ {
1425
+ "path": "resources/dialogue/knowledge-review.md",
1426
+ "digest": "sha256:d26107888fa81b1deb664377c0486de37dd72fd6bf23330deddc835f51bafcc8"
1427
+ },
1428
+ {
1429
+ "path": "resources/dialogue/package-output.md",
1430
+ "digest": "sha256:c1be66f24931afeed69877a22104146c5f2a5885c98b7ac7df02328f6f083a63"
1431
+ },
1432
+ {
1433
+ "path": "resources/dialogue/repository-source-recovery.md",
1434
+ "digest": "sha256:ac1c7ba59f91d870f011eb1526afa83003e45205a6c436f635fb0e5b2e3c3055"
1435
+ },
1436
+ {
1437
+ "path": "resources/dialogue/source-boundary.md",
1438
+ "digest": "sha256:15d37249d1cb2a8921247c689d81c135911b9933550120fadd8c17237c2c2c29"
784
1439
  },
785
1440
  {
786
1441
  "path": "resources/dialogue/workflow-mode-after-creation.md",
@@ -794,17 +1449,13 @@
794
1449
  "path": "resources/manuals/guides/package-outputs.md",
795
1450
  "digest": "sha256:d9a279e2a683802f838d9ff1cf49a84de703e9aef7a610cb08ef04ad91bbb88a"
796
1451
  },
797
- {
798
- "path": "resources/manuals/reference/code-extractors.md",
799
- "digest": "sha256:9d8e26914576e6d56f505520590874aabbe29c6f8ee17812bce9a5235d4a24a7"
800
- },
801
1452
  {
802
1453
  "path": "resources/manuals/reference/package-templates.md",
803
1454
  "digest": "sha256:9da4ee1684ffc0e1345d95567bb30566104140eb979269d3982f32f8c865eb64"
804
1455
  },
805
1456
  {
806
1457
  "path": "resources/manuals/reference/project-api.md",
807
- "digest": "sha256:b46ba47f9f0e5212c7633f9711074ee8cddbd75de50ebfab6198a9fc1aea5ee8"
1458
+ "digest": "sha256:6371207b0af4d6621cc4a787f0eb6e0d60cc1cc18a657d23ab2f6100da58a9c3"
808
1459
  },
809
1460
  {
810
1461
  "path": "resources/manuals/reference/template-variables.md",
@@ -814,26 +1465,10 @@
814
1465
  "path": "resources/procedures/close-and-build.md",
815
1466
  "digest": "sha256:cf3c635f49f42e86348009b49dcc1a6b9ee31492106419adf2bd7211c42cf469"
816
1467
  },
817
- {
818
- "path": "resources/procedures/code-extraction.md",
819
- "digest": "sha256:7901ad3cce9e59a7e8883ec0005883e665c1b287cca2dd1434ffaa8d833986aa"
820
- },
821
- {
822
- "path": "resources/procedures/code-index-audit.md",
823
- "digest": "sha256:57ceabbcd98edc1ba32e4ed45e7de7e65866d1ebee71b778f453738a8dfac7c0"
824
- },
825
1468
  {
826
1469
  "path": "resources/procedures/document-capture.md",
827
1470
  "digest": "sha256:46a8231e92fcb19db7918938970ace8b4e4c22153fa8cbf0bb8100275bfbbfcf"
828
1471
  },
829
- {
830
- "path": "resources/procedures/document-classification.md",
831
- "digest": "sha256:d248973ad671531334cd0c9f485183f40a9a78d0125186de5980d6b1099b940b"
832
- },
833
- {
834
- "path": "resources/procedures/document-optimization.md",
835
- "digest": "sha256:be1be830d2f7cc5409fcac47a43fd85c745056d705dac7c817f50bfe67ba15b3"
836
- },
837
1472
  {
838
1473
  "path": "resources/procedures/document-revision.md",
839
1474
  "digest": "sha256:a46498f66070485c019ed70c84640ed12f6374371ca9e6df0f42b93da69c051b"
@@ -854,14 +1489,6 @@
854
1489
  "path": "resources/procedures/project-configuration.md",
855
1490
  "digest": "sha256:4e62fe0e5056cedfa9976d38275e5b4c5805d7e3913cb13d26edc78fa04e49ef"
856
1491
  },
857
- {
858
- "path": "resources/procedures/prose-align.md",
859
- "digest": "sha256:e8357e1e0100d4de39a7c96bb910cdd14e806d0847153ffed6c9a5e784ab72b4"
860
- },
861
- {
862
- "path": "resources/procedures/prose-compile.md",
863
- "digest": "sha256:c36ba3dcf9aa11a8759afaab2c9a99859c31acaf5f06456c4e0e6793130b7d6e"
864
- },
865
1492
  {
866
1493
  "path": "resources/procedures/repository-source-recovery.md",
867
1494
  "digest": "sha256:af42c0f67d48518e76f4feac1969476fe16e35f591d2dd4432ae57fb31b6f794"
@@ -883,144 +1510,300 @@
883
1510
  "digest": "sha256:177d6c1f1f263f5c502ad197067a7fdcd5165d7ce2ac778672201c9f90888589"
884
1511
  },
885
1512
  {
886
- "path": "resources/semantic/align/candidate-resolution.md",
887
- "digest": "sha256:5c34122ec74ebd33b99b73c6c23b11dc7d80bd370133ed5fc77dee7ddadb1598"
1513
+ "path": "resources/views/document-optimization-current.yaml",
1514
+ "digest": "sha256:1b9f4c67fb0ac6514f4570a7bda72222cb92fbd74b37ccf9de10f11ee6dd4e87"
888
1515
  },
889
1516
  {
890
- "path": "resources/semantic/align/density-profile.md",
891
- "digest": "sha256:824327d88444a37f9d2c2386a8ce63cb07b7496a042ca01ba805dd6d34f7a46d"
1517
+ "path": "resources/views/package-current.yaml",
1518
+ "digest": "sha256:0c9cb3469748faca71279cabfc6f895c6adf90fa878369d5fc027169b390ea22"
892
1519
  },
893
1520
  {
894
- "path": "resources/semantic/align/gates.md",
895
- "digest": "sha256:517be59f675022a5d9e3fa04f9b35f801a80fc32aa42084dac8bce8a45481fea"
1521
+ "path": "resources/views/resolved-indexer-instructions.yaml",
1522
+ "digest": "sha256:f95c0196107b29102d0e66b1277b963ad0e6390a55ed37ebe5ecc12bf6ac9563"
896
1523
  },
897
1524
  {
898
- "path": "resources/semantic/align/structure-planning.md",
899
- "digest": "sha256:2930594fe849d3e70d2746c7619cff3ebbe70851c1f00ef3396f3cdf3860949a"
1525
+ "path": "resources/views/review-current.yaml",
1526
+ "digest": "sha256:0e45a5b090cb9427a46f9596f00aed9e89798a21cf24898cc07abcd10962c502"
900
1527
  },
901
1528
  {
902
- "path": "resources/semantic/code-index/classification.md",
903
- "digest": "sha256:6b76d21d95da84938a0cd044734befefe7a72cc05f2222ef95ff1f8ade982da1"
1529
+ "path": "resources/views/source-boundary.yaml",
1530
+ "digest": "sha256:b4417fd395b542021485d77f7f53c2dc3f8c37ec71714dac59c548f77b93c5fd"
904
1531
  },
905
1532
  {
906
- "path": "resources/semantic/code-index/templates/adapter.md",
907
- "digest": "sha256:7f54c6a4de6147f0ab0a28e013857210dc36b59e0e4b4593310b732aadbe2574"
1533
+ "path": "resources/views/source-current.yaml",
1534
+ "digest": "sha256:ab48a0b8a9ce71ad4e4494895ffc3428c97e72715346e7189c13070030cf1ed5"
908
1535
  },
909
1536
  {
910
- "path": "resources/semantic/code-index/templates/api-service.md",
911
- "digest": "sha256:e9843ae065afe0f3f323c6c8c71c9c40cfbc400093f0d1495019446916d4b5b9"
1537
+ "path": "resources/views/verification-current.yaml",
1538
+ "digest": "sha256:fefb4e3d2e94a9468d0ae59eb6563ed740cf0c36f6ca22e2681206c5bbee010b"
912
1539
  },
913
1540
  {
914
- "path": "resources/semantic/code-index/templates/background-runtime.md",
915
- "digest": "sha256:c55d2fcdc32c5d54e7dcafb62bfeac81df5c2b06a17c60173d7ef9664336a65c"
1541
+ "path": "resources/views/workspace-current.yaml",
1542
+ "digest": "sha256:e8a10119eb52a92ebf845cf9e2114bda70160419a0aa3e5e0947b905fccc51df"
916
1543
  },
917
1544
  {
918
- "path": "resources/semantic/code-index/templates/cli-tool.md",
919
- "digest": "sha256:3583ba14e27f64d72d9ddc8b9eb5dba26ab119600b4cb28b3cbb28d6edb55f63"
1545
+ "path": "schemas/evidence-maintenance-input.schema.json",
1546
+ "digest": "sha256:7d1c0a9cc20200b90495bea82337d2c0e42d9eff3c1e3eeeb7258226fd96c542"
920
1547
  },
921
1548
  {
922
- "path": "resources/semantic/code-index/templates/contract-source.md",
923
- "digest": "sha256:a78950484eb39e3acbbfa7b69e3b8902224c93c72510bfcb181e2e4c7158206a"
1549
+ "path": "schemas/indexer-agent-step-input.schema.json",
1550
+ "digest": "sha256:7bdee1013286e8b3128bcaddd44ed4136214346c769b8440e39f38ab7bf1e0aa"
924
1551
  },
925
1552
  {
926
- "path": "resources/semantic/code-index/templates/cross-module-chain.md",
927
- "digest": "sha256:03dc0d936757a55b7c3cf75054a2694023064bed8032dee4d78e6d68a0d6c1bb"
1553
+ "path": "schemas/indexer-agent-step-result.schema.json",
1554
+ "digest": "sha256:2125f4a45434045534c28c2dede2343c8d7c5490a6f9db4a8766b30104238023"
928
1555
  },
929
1556
  {
930
- "path": "resources/semantic/code-index/templates/derived-source.md",
931
- "digest": "sha256:7d7e5b3f1fa1f958cd4fd30ae8c74e869c0d948dc6a2a36b92b8ebe2f7192be8"
1557
+ "path": "schemas/indexer-candidate-compile-input.schema.json",
1558
+ "digest": "sha256:619ea6f51844e9b2da382f2a505f2cbea8ba87e688d4048d90ddef8f8879ece2"
932
1559
  },
933
1560
  {
934
- "path": "resources/semantic/code-index/templates/domain-service.md",
935
- "digest": "sha256:ce5dfc9e1db5f10efdd9b42cc80de6a5a18d44af9d7093f1defcd7547380f2a3"
1561
+ "path": "schemas/indexer-candidate-compile-output.schema.json",
1562
+ "digest": "sha256:5e08981154c52dfe3a267f11dde23d76c5c57d380f04be63911dd9ce60168fdb"
936
1563
  },
937
1564
  {
938
- "path": "resources/semantic/code-index/templates/event-flow.md",
939
- "digest": "sha256:6688bf567042409e183b7dd7fc677c8b2c1c02066ac8a5b53cfaeadfc5cad6c0"
1565
+ "path": "schemas/indexer-candidate-review-readiness-input.schema.json",
1566
+ "digest": "sha256:f3a2f38c6d81ad9d04a224c6ad6c622214bb54e61867da0e05fb657da73dc58c"
940
1567
  },
941
1568
  {
942
- "path": "resources/semantic/code-index/templates/monorepo-container.md",
943
- "digest": "sha256:f53271c2725322a003d44a40109d1a36e345ea4646f3bfb0cbd80c260dc1de78"
1569
+ "path": "schemas/indexer-candidate-review-readiness-output.schema.json",
1570
+ "digest": "sha256:dbad68aea79400e0363316c59f72133e96f31b89560011abea6b96665cc7beb3"
944
1571
  },
945
1572
  {
946
- "path": "resources/semantic/code-index/templates/persistence-boundary.md",
947
- "digest": "sha256:f25ddc9529c3ccc3c62969c1c3263db674dc307402a73884832c750287eefe67"
1573
+ "path": "schemas/indexer-contract-overlay-validation-input.schema.json",
1574
+ "digest": "sha256:907f4c63206cd987cfba7d3beacf2f6fdc92e027a2d014ff9fae3df948c1c4e7"
948
1575
  },
949
1576
  {
950
- "path": "resources/semantic/code-index/templates/plugin-extension.md",
951
- "digest": "sha256:c804e6dab4ef46761d1cf66fdf8713944d0af48156b8ddefd1f0288f2d0c56af"
1577
+ "path": "schemas/indexer-contract-overlay-validation-result.schema.json",
1578
+ "digest": "sha256:4779bc8c5b360a96421a0a534a381a98b222b8372e4fd2254d5975ad7cf6b88d"
952
1579
  },
953
1580
  {
954
- "path": "resources/semantic/code-index/templates/protocol-boundary.md",
955
- "digest": "sha256:2057242d57d92cf17a98f2148fe6cd7bde3d3f6a9d49288bab21b26e1f0d40cf"
1581
+ "path": "schemas/indexer-customization-project-preparation-result.schema.json",
1582
+ "digest": "sha256:e59cc6764c79ac84a612ea3355f95496efd5d7f0b734f23e9001b3e7bd634499"
956
1583
  },
957
1584
  {
958
- "path": "resources/semantic/code-index/templates/sdk-library.md",
959
- "digest": "sha256:a14f7b006512c00b20194460914aeb2a3e3e345a7ad70859797f4da62bcd265e"
1585
+ "path": "schemas/indexer-customization-proposal-draft.schema.json",
1586
+ "digest": "sha256:e4f9db8a828d036f285aec47e63eaf520c8790c6cdc849d89ce043c1aeb2700a"
960
1587
  },
961
1588
  {
962
- "path": "resources/semantic/code-index/templates/web-application.md",
963
- "digest": "sha256:44af201561876b8f97ee18284ca76dd1aa8ce8db7800639adacaca49c4bf7dc3"
1589
+ "path": "schemas/indexer-customization-validation-result.schema.json",
1590
+ "digest": "sha256:b1940b38f44463a5909991694ebdf8763e9d2072198564d1d4fcda6bac5415ab"
964
1591
  },
965
1592
  {
966
- "path": "resources/semantic/compile/index.md",
967
- "digest": "sha256:4145f6bdc2855e354d00d311448584c3ed4b73849fc1277a2ed72d7be84e9e7c"
1593
+ "path": "schemas/indexer-dependency-authorization-input.schema.json",
1594
+ "digest": "sha256:a211e545715cb575f3f74ce8854c28c495800128a676ce647d074460a778137b"
968
1595
  },
969
1596
  {
970
- "path": "resources/views/code-index-audit.yaml",
971
- "digest": "sha256:b74c2457d2cc2cb37183b6dd1da4c14f198baec56a6cbf6b78c0a1013b38cde6"
1597
+ "path": "schemas/indexer-dependency-authorization-result.schema.json",
1598
+ "digest": "sha256:e16e6236ad5e0f2187f8578ba2938cab1f7e5742c963d28dc0a3325ce86e308e"
972
1599
  },
973
1600
  {
974
- "path": "resources/views/document-optimization-current.yaml",
975
- "digest": "sha256:5c98530b9a33e09445ae5e0f18151f66975106b6a0d327ac27875497c2f7f76d"
1601
+ "path": "schemas/indexer-incremental-impact-input.schema.json",
1602
+ "digest": "sha256:71056f5c43ae03b3d4d5a32f71b82ad00dc628f6ad2d3288e8d7839b15f075c5"
976
1603
  },
977
1604
  {
978
- "path": "resources/views/extraction-preview.yaml",
979
- "digest": "sha256:a23c819c1bddd48485088897179c2487b7509ef25894480b64995a34c9f235be"
1605
+ "path": "schemas/indexer-incremental-impact-output.schema.json",
1606
+ "digest": "sha256:613dfbc9f98b4c9d6138f0a9f8eaf8a1d9782139cabaec90ac70887de24afed8"
980
1607
  },
981
1608
  {
982
- "path": "resources/views/package-current.yaml",
983
- "digest": "sha256:c7910ed553b962612159700cb05f81cd01e03f72facc1a60bc2603698702ecb6"
1609
+ "path": "schemas/indexer-lifecycle-continuation.schema.json",
1610
+ "digest": "sha256:59afa1e96f9b80f5e6b0884a393e0105272ab48f81178f03eaa57b6ef61e6227"
984
1611
  },
985
1612
  {
986
- "path": "resources/views/review-current.yaml",
987
- "digest": "sha256:264b6f7de5cce9034e5e0a344bf29341421467bfb1ef96c298d4936ee99d13f5"
1613
+ "path": "schemas/indexer-main-lifecycle-input.schema.json",
1614
+ "digest": "sha256:2faff58cfb8ec34520907970f2fb83c59015fd7b3f5ed42eaee57f6e69e2695c"
988
1615
  },
989
1616
  {
990
- "path": "resources/views/source-boundary.yaml",
991
- "digest": "sha256:6ff3eeaeb3ea8c3908106c26cfe8b8a6c6b0f636e3daaf7da9511830305feee2"
1617
+ "path": "schemas/indexer-main-lifecycle-output.schema.json",
1618
+ "digest": "sha256:a7a24962b1203665d26ac14a75061dc2f4eca3f0868c14079cdf4afafac99944"
992
1619
  },
993
1620
  {
994
- "path": "resources/views/source-current.yaml",
995
- "digest": "sha256:2d9c832f7f6c460d2b1e413048093da1ffb939f7d6ac4dc770433815c8fe3f09"
1621
+ "path": "schemas/indexer-markdown-provider-capture-input.schema.json",
1622
+ "digest": "sha256:1d0c5ee3e99a04f9ff62ae39d2d1ded4aceeb44b60b0b1e35ea34584eba95037"
996
1623
  },
997
1624
  {
998
- "path": "resources/views/structure-current.yaml",
999
- "digest": "sha256:e1487bbc23388dfe8c72f82f5a64ed5615e7a501be5f62d8d6973b4b49f315a8"
1625
+ "path": "schemas/indexer-markdown-provider-capture-output.schema.json",
1626
+ "digest": "sha256:52af7d606a6945b380a401eb3052b982e480fe095a25d0e123ddace897820024"
1000
1627
  },
1001
1628
  {
1002
- "path": "resources/views/verification-current.yaml",
1003
- "digest": "sha256:f58a7de670d8767b4e2844616ec7d638440ae8b32ff3e9deac48ab0471da179f"
1629
+ "path": "schemas/indexer-markdown-provider-validation-input.schema.json",
1630
+ "digest": "sha256:151c081969c4235dff06a484072363a7331daf3b853cec24c0ae2bcc304be05d"
1004
1631
  },
1005
1632
  {
1006
- "path": "resources/views/workspace-current.yaml",
1007
- "digest": "sha256:712d146a1538e47d09c0cfad9961c5ad1c7ebb7e9796a52c0b0bdb6007f50dc1"
1633
+ "path": "schemas/indexer-markdown-provider-validation-output.schema.json",
1634
+ "digest": "sha256:91f1f8772315337f0351aff66759fb6eaeffbbf493429d2d2c719f08e2572b39"
1008
1635
  },
1009
1636
  {
1010
- "path": "schemas/code-index-audit-decision.schema.json",
1011
- "digest": "sha256:96a1bc4b962577c8a5b000a7c619271aed8845109362a6c3e54187c74bf69919"
1637
+ "path": "schemas/indexer-material-answer-lifecycle-input.schema.json",
1638
+ "digest": "sha256:c4b0d8aefc5ed5320f4a4ae985c66e4fbf9cb98b38494b1ffe77c412c7b97086"
1012
1639
  },
1013
1640
  {
1014
- "path": "schemas/document-optimization-decisions.schema.json",
1015
- "digest": "sha256:6cf551aba82ff2a2ffcb575994c5c87974c3eb30a71dad74c0c5cbaaab445cfb"
1641
+ "path": "schemas/indexer-material-answer-lifecycle-output.schema.json",
1642
+ "digest": "sha256:18f7e976650a14d65ba783a221a62ba265a3efe23e8e9682c30535eb2e9886af"
1016
1643
  },
1017
1644
  {
1018
- "path": "schemas/evidence-maintenance-input.schema.json",
1019
- "digest": "sha256:7d1c0a9cc20200b90495bea82337d2c0e42d9eff3c1e3eeeb7258226fd96c542"
1645
+ "path": "schemas/indexer-material-answer-review-inspection-input.schema.json",
1646
+ "digest": "sha256:487b8ce606b6063374673ddf71d4da442a7a69d3c7cf8bba90825cbbec7dffa7"
1647
+ },
1648
+ {
1649
+ "path": "schemas/indexer-material-answer-review-inspection-output.schema.json",
1650
+ "digest": "sha256:044ebe461f1e9983d081f3a2deb386e20196b0b0cc00d2d56967105a62d1e352"
1651
+ },
1652
+ {
1653
+ "path": "schemas/indexer-material-answer-review-resolution-input.schema.json",
1654
+ "digest": "sha256:79e0254fcbfeba81f6b76f1979a1fe3745f253acefa061913ec13737d30a1cc7"
1655
+ },
1656
+ {
1657
+ "path": "schemas/indexer-material-answer-review-resolution-output.schema.json",
1658
+ "digest": "sha256:9aa8e922886b999696d43cc0c62b598e0ab0ea50bfc0098a7bfe8c0a0c7b3e1f"
1659
+ },
1660
+ {
1661
+ "path": "schemas/indexer-material-gap-lifecycle-input.schema.json",
1662
+ "digest": "sha256:e49de7c57b90532d52aaa546f0fa8e895860ed7e44fc5a9f0709cf4f0c9c2b02"
1663
+ },
1664
+ {
1665
+ "path": "schemas/indexer-material-gap-lifecycle-output.schema.json",
1666
+ "digest": "sha256:efcf96aeaf51d79d07a6bb71400095517c2583a53a1c71a8f563022a3a7f7846"
1667
+ },
1668
+ {
1669
+ "path": "schemas/indexer-materialize-request.schema.json",
1670
+ "digest": "sha256:b13bfc9956eda311afd2f5559e67b3e6f824500f2137af7c8f5cece7aa82c7af"
1671
+ },
1672
+ {
1673
+ "path": "schemas/indexer-materialized-resource.schema.json",
1674
+ "digest": "sha256:a3588569633ac421e8b8a2dc057245481a320159ae91b6020756f0cbe042e34b"
1675
+ },
1676
+ {
1677
+ "path": "schemas/indexer-overlay-question-amendment.schema.json",
1678
+ "digest": "sha256:b3a752514111f43ba695b0569fc7680f23442674e2cc1d87c07442cd25754281"
1679
+ },
1680
+ {
1681
+ "path": "schemas/indexer-overlay-question-proposal-input.schema.json",
1682
+ "digest": "sha256:d979056f7bc21f7bebb8e4002ed3d64007589fd1696e44f02c8666903b203388"
1683
+ },
1684
+ {
1685
+ "path": "schemas/indexer-overlay-question-rebind-input.schema.json",
1686
+ "digest": "sha256:57077bfe22409373512ce3726d84b43cd098e1b8ad83962632c938a2b6580937"
1687
+ },
1688
+ {
1689
+ "path": "schemas/indexer-overlay-question-rebind-result.schema.json",
1690
+ "digest": "sha256:d2961b0f56dba1cc2695141f82d3f6b31362f48eb9f93e7361fc23da1e200466"
1691
+ },
1692
+ {
1693
+ "path": "schemas/indexer-post-author-fragment-request.schema.json",
1694
+ "digest": "sha256:e8daad85219a68d630673ad2b61269264b15988ba94918aff1dd8bdb0dd1f287"
1695
+ },
1696
+ {
1697
+ "path": "schemas/indexer-post-author-fragment-result.schema.json",
1698
+ "digest": "sha256:06a37616cdb5078374c4a35a992a38bc9583456be1818091283e28df7f164ed3"
1699
+ },
1700
+ {
1701
+ "path": "schemas/indexer-post-author-lifecycle-input.schema.json",
1702
+ "digest": "sha256:afce4e1729d9430f3f9f527af11856cbc76a07f91cee06df5efe50d4ea944b0d"
1703
+ },
1704
+ {
1705
+ "path": "schemas/indexer-post-author-lifecycle-output.schema.json",
1706
+ "digest": "sha256:e1ae7a6f9bfe0047cf36837ed779a24789ef0c092f259c3b39e0e6c5bf56e1b7"
1707
+ },
1708
+ {
1709
+ "path": "schemas/indexer-profile-failure-inspection-input.schema.json",
1710
+ "digest": "sha256:44362552d8837ff6be3325a7dc79092442288ce0153c60de632112956dc0b7ed"
1711
+ },
1712
+ {
1713
+ "path": "schemas/indexer-profile-failure-inspection-result.schema.json",
1714
+ "digest": "sha256:39b0ba4e22b3e1c22f3e0898285419c5d3f7b9af2747ba072443c1c96e542f7a"
1715
+ },
1716
+ {
1717
+ "path": "schemas/indexer-profile-failure-report-input.schema.json",
1718
+ "digest": "sha256:c7ab97bd0302a1e1d620f2b8eeab989aff8a340bcb1ae06993c00c2da4406325"
1719
+ },
1720
+ {
1721
+ "path": "schemas/indexer-profile-failure-report-result.schema.json",
1722
+ "digest": "sha256:3c322f5add743d6c56e5ed0ba041fabbe1f8629cb3213342f7949611579f9966"
1723
+ },
1724
+ {
1725
+ "path": "schemas/indexer-profile-override-decision.schema.json",
1726
+ "digest": "sha256:3163bbf23104cd7dc8d63ae864d6e0dce5d956e16f995720ce292b11b3605958"
1727
+ },
1728
+ {
1729
+ "path": "schemas/indexer-profile-override-result.schema.json",
1730
+ "digest": "sha256:5ca7c399a73d0f0e0cb35ea1948e94d8a6f46e9533987543b5b23ef3cb0a2b1b"
1731
+ },
1732
+ {
1733
+ "path": "schemas/indexer-profile-revision-agent-input.schema.json",
1734
+ "digest": "sha256:30983189eeae396483d5e36511400a5206da1cdfbfb20a145668e2f542ef17e9"
1735
+ },
1736
+ {
1737
+ "path": "schemas/indexer-profile-revision-record-input.schema.json",
1738
+ "digest": "sha256:e2e8cff4870a2563a3492367397a69486b7c4c4f6a74f26df6e2915ef4fc1313"
1739
+ },
1740
+ {
1741
+ "path": "schemas/indexer-profile-revision-record-result.schema.json",
1742
+ "digest": "sha256:284c764593db89f9d7318f90d0e368e03d9282fae678b7f0f417404de8da4f45"
1743
+ },
1744
+ {
1745
+ "path": "schemas/indexer-program-execution-authorization-input.schema.json",
1746
+ "digest": "sha256:ea8be492a994f1dfb39e166977d8ccc7c4fa6df0f6e0504585bfdefe705c1e1d"
1747
+ },
1748
+ {
1749
+ "path": "schemas/indexer-program-execution-authorization-result.schema.json",
1750
+ "digest": "sha256:427d292b80c1bdb670a2835357c832c59e94b919a755f0fcc879fa32f13ad089"
1751
+ },
1752
+ {
1753
+ "path": "schemas/indexer-project-action-result.schema.json",
1754
+ "digest": "sha256:ee12714a76a1651ed1670d672526bdd475b54a3bbf70288153ca5dabb82f24c5"
1755
+ },
1756
+ {
1757
+ "path": "schemas/indexer-project-gate-input.schema.json",
1758
+ "digest": "sha256:15861043b84e36a0b256d6dcf9916fe921dad050172c35c4eb99b5c116f6b992"
1759
+ },
1760
+ {
1761
+ "path": "schemas/indexer-project-observation-input.schema.json",
1762
+ "digest": "sha256:2fd9eb7f64e27fbe2cf25606913ab0535265dcda4326c6bef23774c67b15b5bf"
1763
+ },
1764
+ {
1765
+ "path": "schemas/indexer-project-observation-result.schema.json",
1766
+ "digest": "sha256:47d6597b1fa7b94c56670bdffa780f894c4a2a523c2d029e68f97c55cc70a3ef"
1767
+ },
1768
+ {
1769
+ "path": "schemas/indexer-provider-route-input.schema.json",
1770
+ "digest": "sha256:fedba7614728a3ebaa3772674b3625af12512a7470f86cb2fae7d8cc0c663e83"
1771
+ },
1772
+ {
1773
+ "path": "schemas/indexer-provider-route-report.schema.json",
1774
+ "digest": "sha256:00476bf6bbf4dbb3bfbdd1f7fc6f416a845d7c7ec079b089fd52584290c084db"
1775
+ },
1776
+ {
1777
+ "path": "schemas/indexer-requirement-confirmation-input.schema.json",
1778
+ "digest": "sha256:b211f78bff8ca25d3f6cb73ca735a06789701464c34913ec67fc161db3af577b"
1779
+ },
1780
+ {
1781
+ "path": "schemas/indexer-requirement-confirmation-output.schema.json",
1782
+ "digest": "sha256:cd202627606a89b94c6cbf557e17721a3b472f32e2620ea3d60c9f157d2028ef"
1020
1783
  },
1021
1784
  {
1022
- "path": "schemas/prose-structure-batch.schema.json",
1023
- "digest": "sha256:fc4ebbb5ee81ae77238cd60350ebac16f55e8a5adf3f5f5db411040474e01842"
1785
+ "path": "schemas/indexer-result-reconciliation-input.schema.json",
1786
+ "digest": "sha256:48671f7e107dc6e0be8baa27a9816eae9eaeb19b1e9ecdc63120e11e884cfa4c"
1787
+ },
1788
+ {
1789
+ "path": "schemas/indexer-result-reconciliation-output.schema.json",
1790
+ "digest": "sha256:6c06c833a862d23dbcb7024e1fbb57c134d1d62c8ad961cc8560f176e36b73f8"
1791
+ },
1792
+ {
1793
+ "path": "schemas/indexer-selection-proposal-input.schema.json",
1794
+ "digest": "sha256:de25b302dff137151d11651201482fc1c70218e48c4e84f474fe8c8324145b80"
1795
+ },
1796
+ {
1797
+ "path": "schemas/indexer-selection-proposal-validation.schema.json",
1798
+ "digest": "sha256:eca4fae78a526aa7018411dd1853ecac0371ae8fa30ebef6423ce44fcbd55594"
1799
+ },
1800
+ {
1801
+ "path": "schemas/indexer-subject-reidentification-input.schema.json",
1802
+ "digest": "sha256:cd3c0ded9115e6e355e9c6e34faed702c49553c089d545e7e2d24b08736cf140"
1803
+ },
1804
+ {
1805
+ "path": "schemas/indexer-subject-reidentification-output.schema.json",
1806
+ "digest": "sha256:78c3f14147f959914f8122b4f749e7a081f48d4b9297e2f2435ef83b2c5307d3"
1024
1807
  },
1025
1808
  {
1026
1809
  "path": "schemas/repository-source-recovery.schema.json",
@@ -1033,10 +1816,39 @@
1033
1816
  {
1034
1817
  "path": "scripts/render-context-view.mjs",
1035
1818
  "digest": "sha256:7686916efd5792e8f003ec2df97271efba8c766e5afab3b9e2e8b82e4e86ecc1"
1819
+ },
1820
+ {
1821
+ "path": "skills/configure-indexer-providers/SKILL.md",
1822
+ "digest": "sha256:777a9b3ffca1c5fc947ccecf48bc8bdac38f68a33c6934ffa130923ef3ca0c36"
1823
+ },
1824
+ {
1825
+ "path": "skills/prepare-indexer-customization-project/SKILL.md",
1826
+ "digest": "sha256:14e4aa96856e7bd1daa8bfdd1137ef813e800597da0d79c072e3e4f84f1d369a"
1827
+ },
1828
+ {
1829
+ "path": "skills/propose-indexer-customization/SKILL.md",
1830
+ "digest": "sha256:d87245e3f58ea966e8a27d8016655aa833dc30df18464c58889f3a62a700f717"
1831
+ },
1832
+ {
1833
+ "path": "skills/revise-index-output/SKILL.md",
1834
+ "digest": "sha256:37b0c94c087b3cbc4150164d56ba91d281737b105682e6c472df7846e8a48ded"
1835
+ },
1836
+ {
1837
+ "path": "skills/run-indexer-agent-step/SKILL.md",
1838
+ "digest": "sha256:0fdcd8a6ca84c8a0d7e1927b06a6e2d044050688fa3d143ed95b68dc0ad28780"
1839
+ },
1840
+ {
1841
+ "path": "skills/run-indexer-lifecycle/SKILL.md",
1842
+ "digest": "sha256:eb19e5708566fc2f7c6f16ede0248ce56637828e1842f56c8bdbb9abcfc3ca94"
1843
+ },
1844
+ {
1845
+ "path": "skills/run-indexer-post-author-composer/SKILL.md",
1846
+ "digest": "sha256:f91786f5ac797b544e94b07b8125650ff8cc5d8c0b85bd17eea1206b9a5ba13a"
1036
1847
  }
1037
1848
  ],
1038
1849
  "graphDependencies": {
1850
+ "indexer": [],
1039
1851
  "workspace": []
1040
1852
  },
1041
- "digest": "sha256:c41605cbd86d4be02940c5f45ed8b7aaa189e7a5b3d3d7f1afc224a007afcbc8"
1853
+ "digest": "sha256:78bc686b9673fb89de29da8e134d49a70f6691b64ed5e5f9f3e6254bcb9ea0d1"
1042
1854
  }