@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
@@ -1,5 +1,5 @@
1
1
  ---
2
- id: semantic.code-index.template.monorepo-container
2
+ id: context.code-indexer.template.monorepo-container
3
3
  kind: procedure
4
4
  media-type: text/markdown
5
5
  ---
@@ -11,7 +11,7 @@ registration, ownership, dependency, build, or release topology of multiple
11
11
  child modules. Do not treat the physical repository as one application merely
12
12
  because it has one Git remote.
13
13
 
14
- Recommended `outputProfile`: `module-registry`.
14
+ Use the exact profile and Artifact policy variant supplied by the workset.
15
15
 
16
16
  ## Evidence pass
17
17
 
@@ -55,12 +55,11 @@ fallback and must not silently include generated output or dependency caches.
55
55
  Every user-visible child application, service, library, or CLI is classified as
56
56
  its own index unit before deeper extraction.
57
57
 
58
- For `extractTs()`, each child package must first be registered as its own source
59
- boundary. One root source cannot be assigned to several index units because
60
- source-level ownership would be ambiguous. If source registration intentionally
61
- remains at repository level, use `extractCustom()` for the container registry
62
- and assign aggregate candidates explicitly; do not use `include` to simulate
63
- package ownership.
58
+ Each independently visible child package must have one canonical inventory
59
+ identity and one primary partition owner. If source registration intentionally
60
+ remains at repository level, keep the container registry as an aggregate
61
+ logical unit and let Context build child worksets from canonical package facts;
62
+ do not use file filters to simulate package ownership.
64
63
 
65
64
  ## Chapter blueprints
66
65
 
@@ -109,9 +108,10 @@ but should not override declared workspace ownership or package boundaries.
109
108
 
110
109
  - A workspace containing a Web app, API gateway, CLI, and generated client
111
110
  produces one registry plus separately classified child units.
112
- - A workspace with independent release groups selects `build-release`; retain
113
- the release map at the container level and package-specific compatibility in
114
- each `sdk-library` unit.
111
+ - A workspace with independent release groups reads the
112
+ `development-and-delivery.md` composer contract; retain the release map at
113
+ the container level and package-specific compatibility in each `sdk-library`
114
+ unit.
115
115
  - A cross-module request flow reads `cross-module-chain.md` and receives its
116
116
  own output owner when it spans several child units.
117
117
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- id: semantic.code-index.template.plugin-extension
2
+ id: context.code-indexer.template.plugin-extension
3
3
  kind: procedure
4
4
  media-type: text/markdown
5
5
  ---
@@ -1,5 +1,5 @@
1
1
  ---
2
- id: semantic.code-index.template.sdk-library
2
+ id: context.code-indexer.template.sdk-library
3
3
  kind: procedure
4
4
  media-type: text/markdown
5
5
  ---
@@ -11,7 +11,8 @@ SDKs, public framework extensions, or shared runtimes consumed through a
11
11
  deliberately supported interface. A package being imported elsewhere is not
12
12
  enough; confirm its supported entry and consumer contract.
13
13
 
14
- Recommended `outputProfile`: `public-api-reference`.
14
+ Use the exact sdk-library or component-library profile and Artifact policy
15
+ variant supplied by the workset.
15
16
 
16
17
  ## Evidence pass
17
18
 
@@ -103,11 +104,10 @@ when consumers search for that exact public identity and its contract contains
103
104
  meaningful behavior beyond a signature. Do not copy complete function bodies,
104
105
  private members, generated declarations, fixtures, or every re-export.
105
106
 
106
- The 300-page limit remains per index unit. When a granular public surface would
107
- cross it, keep the public identities navigable but aggregate them into
108
- capability-family pages through `extractCustom()`; the limit is not raised for
109
- large libraries, and splitting one `extractTs()` source into overlapping units
110
- is not a valid workaround.
107
+ When a granular public surface would create enumeration-heavy output, keep the
108
+ public identities navigable but aggregate them into capability-family
109
+ Artifacts. Do not split one source into overlapping owners or invent ordinal
110
+ batches to evade the CLI profile contract.
111
111
 
112
112
  Relate public entries to capability families, configuration, examples, and
113
113
  external protocols. Internal call graphs are secondary unless the knowledge
@@ -117,10 +117,10 @@ goal explicitly concerns extension or lifecycle behavior.
117
117
 
118
118
  - A component library may use granular component pages plus family indexes,
119
119
  while its demo site is a separate `web-application` unit.
120
- - A generated client reads `derived-source.md` and
120
+ - A generated client reads `derived-generated-source.md` and
121
121
  `protocol-boundary.md`; document the supported client surface while naming
122
122
  the upstream schema authority.
123
- - A library with a plugin host also reads `adapter.md` and
123
+ - A library with a plugin host also reads `adapter-integration.md` and
124
124
  `plugin-extension.md`.
125
125
 
126
126
  ## Revise or stop when
@@ -1,12 +1,12 @@
1
1
  ---
2
- id: semantic.code-index.template.persistence-boundary
2
+ id: context.code-indexer.template.storage-repository
3
3
  kind: procedure
4
4
  media-type: text/markdown
5
5
  ---
6
6
 
7
- # Persistence boundary template
7
+ # Storage repository template
8
8
 
9
- Use for `persistence` when durable state, cache behavior, consistency, or
9
+ Use for `storage-repository` when durable state, cache behavior, consistency, or
10
10
  recovery is part of the confirmed reader goal. This template supplements the
11
11
  service or runtime that owns the operations; it is not a request to catalog
12
12
  every model or query.
@@ -1,5 +1,5 @@
1
1
  ---
2
- id: semantic.code-index.template.web-application
2
+ id: context.code-indexer.template.web-application
3
3
  kind: procedure
4
4
  media-type: text/markdown
5
5
  ---
@@ -15,7 +15,7 @@ only browser code. It does
15
15
  not automatically cover every package containing UI components; a reusable
16
16
  component package is usually `sdk-library`.
17
17
 
18
- Recommended `outputProfile`: `application-map`.
18
+ Use the exact profile and Artifact policy variant supplied by the workset.
19
19
 
20
20
  ## Evidence pass
21
21
 
@@ -127,7 +127,7 @@ product intent out of the index.
127
127
 
128
128
  - A server-rendered application with local API routes also reads
129
129
  `api-service.md` and `protocol-boundary.md`.
130
- - An embedded application with a host bridge also reads `adapter.md` and the
130
+ - An embedded application with a host bridge also reads `adapter-integration.md` and the
131
131
  applicable `plugin-extension.md` or `protocol-boundary.md` template.
132
132
  - A design-system package rendered in a demo application may need separate
133
133
  index units: `sdk-library` for the supported package and `web-application`
@@ -142,4 +142,5 @@ product intent out of the index.
142
142
  - one-symbol-per-page selection expands components or API types without a
143
143
  deliberate public-reference goal.
144
144
 
145
- Resolve these issues before the measured batch preview.
145
+ Resolve these issues before returning the current author Result for mechanical
146
+ audit.
@@ -0,0 +1,226 @@
1
+ [
2
+ {
3
+ "protocol": "context.indexer.chapter-fixture/v1",
4
+ "id": "anonymous-monorepo-container-chapter",
5
+ "anonymized": true,
6
+ "profile": "monorepo-container",
7
+ "canonical_facts": { "target": { "eligible": true, "bundle_compact_eligible": true } },
8
+ "artifact_policy_variant": "compact",
9
+ "artifact_kind": "content",
10
+ "reader_question_ref": "question:responsibility-and-entry",
11
+ "title": "Anonymous repository topology",
12
+ "sections": ["Scope and entry", "Project boundaries", "Build and delivery evidence"],
13
+ "evidence_condition": "Render only from a complete project inventory and current build evidence.",
14
+ "empty_behavior": "omit-chapter"
15
+ },
16
+ {
17
+ "protocol": "context.indexer.chapter-fixture/v1",
18
+ "id": "anonymous-web-application-chapter",
19
+ "anonymized": true,
20
+ "profile": "web-application",
21
+ "canonical_facts": { "target": { "eligible": true, "bundle_expanded_eligible": true } },
22
+ "artifact_policy_variant": "expanded",
23
+ "artifact_kind": "content",
24
+ "reader_question_ref": "question:dispatch-and-routing",
25
+ "title": "Anonymous application routes",
26
+ "sections": ["Application entry", "Route and page families", "Data and failure boundaries"],
27
+ "evidence_condition": "Render only from registered entries, routes, and source-backed handoffs.",
28
+ "empty_behavior": "omit-chapter"
29
+ },
30
+ {
31
+ "protocol": "context.indexer.chapter-fixture/v1",
32
+ "id": "anonymous-component-library-chapter",
33
+ "anonymized": true,
34
+ "profile": "component-library",
35
+ "canonical_facts": { "target": { "eligible": true, "bundle_expanded_eligible": true } },
36
+ "artifact_policy_variant": "expanded",
37
+ "artifact_kind": "content",
38
+ "reader_question_ref": "question:public-capability",
39
+ "title": "Anonymous component family",
40
+ "sections": ["Supported imports", "Composition and variants", "Source-backed usage"],
41
+ "evidence_condition": "Render only for a public component family with current contract evidence.",
42
+ "empty_behavior": "omit-chapter"
43
+ },
44
+ {
45
+ "protocol": "context.indexer.chapter-fixture/v1",
46
+ "id": "anonymous-sdk-library-chapter",
47
+ "anonymized": true,
48
+ "profile": "sdk-library",
49
+ "canonical_facts": { "target": { "eligible": true, "bundle_expanded_eligible": true } },
50
+ "artifact_policy_variant": "expanded",
51
+ "artifact_kind": "content",
52
+ "reader_question_ref": "question:examples-and-usage",
53
+ "title": "Anonymous capability family",
54
+ "sections": ["Consumer purpose", "Initialization and lifecycle", "Maintained examples"],
55
+ "evidence_condition": "Render only when the public entry and maintained usage are both evidenced.",
56
+ "empty_behavior": "omit-chapter"
57
+ },
58
+ {
59
+ "protocol": "context.indexer.chapter-fixture/v1",
60
+ "id": "anonymous-cli-tool-chapter",
61
+ "anonymized": true,
62
+ "profile": "cli-tool",
63
+ "canonical_facts": { "target": { "eligible": true } },
64
+ "artifact_policy_variant": "standard",
65
+ "artifact_kind": "content",
66
+ "reader_question_ref": "question:dispatch-and-routing",
67
+ "title": "Anonymous command family",
68
+ "sections": ["Command entry", "Arguments and dispatch", "Exit and recovery behavior"],
69
+ "evidence_condition": "Render only from registered commands and their current handlers.",
70
+ "empty_behavior": "omit-chapter"
71
+ },
72
+ {
73
+ "protocol": "context.indexer.chapter-fixture/v1",
74
+ "id": "anonymous-plugin-extension-chapter",
75
+ "anonymized": true,
76
+ "profile": "plugin-extension",
77
+ "canonical_facts": { "target": { "eligible": true } },
78
+ "artifact_policy_variant": "standard",
79
+ "artifact_kind": "content",
80
+ "reader_question_ref": "question:compatibility-and-extension",
81
+ "title": "Anonymous extension boundary",
82
+ "sections": ["Host contract", "Activation and lifecycle", "Compatibility limits"],
83
+ "evidence_condition": "Render only when host and extension identities are source-backed.",
84
+ "empty_behavior": "omit-chapter"
85
+ },
86
+ {
87
+ "protocol": "context.indexer.chapter-fixture/v1",
88
+ "id": "anonymous-api-service-chapter",
89
+ "anonymized": true,
90
+ "profile": "api-service",
91
+ "canonical_facts": { "target": { "eligible": true, "bundle_expanded_eligible": true } },
92
+ "artifact_policy_variant": "expanded",
93
+ "artifact_kind": "content",
94
+ "reader_question_ref": "question:public-capability",
95
+ "title": "Anonymous service boundary",
96
+ "sections": ["Protocol registration", "Operation families", "Handler and downstream handoff"],
97
+ "evidence_condition": "Render only from a complete operation inventory and authoritative registration.",
98
+ "empty_behavior": "omit-chapter"
99
+ },
100
+ {
101
+ "protocol": "context.indexer.chapter-fixture/v1",
102
+ "id": "anonymous-gateway-facade-chapter",
103
+ "anonymized": true,
104
+ "profile": "gateway-facade",
105
+ "canonical_facts": { "target": { "eligible": true } },
106
+ "artifact_policy_variant": "standard",
107
+ "artifact_kind": "content",
108
+ "reader_question_ref": "question:dependency-handoff",
109
+ "title": "Anonymous gateway handoff",
110
+ "sections": ["Inbound boundary", "Mapping and policy", "Downstream catalog"],
111
+ "evidence_condition": "Render only when both registration and downstream call evidence are current.",
112
+ "empty_behavior": "omit-chapter"
113
+ },
114
+ {
115
+ "protocol": "context.indexer.chapter-fixture/v1",
116
+ "id": "anonymous-domain-service-chapter",
117
+ "anonymized": true,
118
+ "profile": "domain-service",
119
+ "canonical_facts": { "target": { "eligible": true, "bundle_expanded_eligible": true } },
120
+ "artifact_policy_variant": "expanded",
121
+ "artifact_kind": "content",
122
+ "reader_question_ref": "question:state-and-consistency",
123
+ "title": "Anonymous stateful capability",
124
+ "sections": ["Capability entry", "State and transaction boundary", "Failure and consistency"],
125
+ "evidence_condition": "Render only from observed state operations and adjacent consistency evidence.",
126
+ "empty_behavior": "omit-chapter"
127
+ },
128
+ {
129
+ "protocol": "context.indexer.chapter-fixture/v1",
130
+ "id": "anonymous-background-runtime-chapter",
131
+ "anonymized": true,
132
+ "profile": "background-runtime",
133
+ "canonical_facts": { "target": { "eligible": true, "bundle_compact_eligible": true } },
134
+ "artifact_policy_variant": "compact",
135
+ "artifact_kind": "content",
136
+ "reader_question_ref": "question:dispatch-and-routing",
137
+ "title": "Anonymous scheduled runtime",
138
+ "sections": ["Trigger", "Dispatch branches", "Retry and completion"],
139
+ "evidence_condition": "Render only from a registered trigger and complete branch disposition.",
140
+ "empty_behavior": "omit-chapter"
141
+ },
142
+ {
143
+ "protocol": "context.indexer.chapter-fixture/v1",
144
+ "id": "anonymous-event-consumer-chapter",
145
+ "anonymized": true,
146
+ "profile": "event-consumer",
147
+ "canonical_facts": { "target": { "eligible": true } },
148
+ "artifact_policy_variant": "standard",
149
+ "artifact_kind": "content",
150
+ "reader_question_ref": "question:failure-recovery",
151
+ "title": "Anonymous event consumer",
152
+ "sections": ["Subscription and dispatch", "Processing outcome", "Retry and delivery"],
153
+ "evidence_condition": "Render only from source-backed subscription, handler, and failure evidence.",
154
+ "empty_behavior": "omit-chapter"
155
+ },
156
+ {
157
+ "protocol": "context.indexer.chapter-fixture/v1",
158
+ "id": "anonymous-data-sync-reconciliation-chapter",
159
+ "anonymized": true,
160
+ "profile": "data-sync-reconciliation",
161
+ "canonical_facts": { "target": { "eligible": true, "bundle_expanded_eligible": true } },
162
+ "artifact_policy_variant": "expanded",
163
+ "artifact_kind": "content",
164
+ "reader_question_ref": "question:state-and-consistency",
165
+ "title": "Anonymous reconciliation flow",
166
+ "sections": ["Source and trigger", "Transformation and sink", "Checkpoint and repair"],
167
+ "evidence_condition": "Render only when source, transformation, sink, and recovery boundaries are closed.",
168
+ "empty_behavior": "omit-chapter"
169
+ },
170
+ {
171
+ "protocol": "context.indexer.chapter-fixture/v1",
172
+ "id": "anonymous-storage-repository-chapter",
173
+ "anonymized": true,
174
+ "profile": "storage-repository",
175
+ "canonical_facts": { "target": { "eligible": true } },
176
+ "artifact_policy_variant": "standard",
177
+ "artifact_kind": "content",
178
+ "reader_question_ref": "question:public-capability",
179
+ "title": "Anonymous storage boundary",
180
+ "sections": ["Owned data surface", "Read and write capabilities", "Consistency and failure"],
181
+ "evidence_condition": "Render only from current schema, query, or client evidence within scope.",
182
+ "empty_behavior": "omit-chapter"
183
+ },
184
+ {
185
+ "protocol": "context.indexer.chapter-fixture/v1",
186
+ "id": "anonymous-adapter-integration-chapter",
187
+ "anonymized": true,
188
+ "profile": "adapter-integration",
189
+ "canonical_facts": { "target": { "eligible": true, "bundle_compact_eligible": true } },
190
+ "artifact_policy_variant": "compact",
191
+ "artifact_kind": "content",
192
+ "reader_question_ref": "question:dependency-handoff",
193
+ "title": "Anonymous adapter boundary",
194
+ "sections": ["Input contract", "Transformation", "Output and failure mapping"],
195
+ "evidence_condition": "Render only when both sides of the adaptation are explicitly evidenced.",
196
+ "empty_behavior": "omit-chapter"
197
+ },
198
+ {
199
+ "protocol": "context.indexer.chapter-fixture/v1",
200
+ "id": "anonymous-contract-source-chapter",
201
+ "anonymized": true,
202
+ "profile": "contract-source",
203
+ "canonical_facts": { "target": { "eligible": true } },
204
+ "artifact_policy_variant": "standard",
205
+ "artifact_kind": "content",
206
+ "reader_question_ref": "question:authority-and-generation",
207
+ "title": "Anonymous protocol authority",
208
+ "sections": ["Authoritative source", "Services and operations", "Generation and compatibility"],
209
+ "evidence_condition": "Render only from a fixed contract source and explicit generation boundary.",
210
+ "empty_behavior": "omit-chapter"
211
+ },
212
+ {
213
+ "protocol": "context.indexer.chapter-fixture/v1",
214
+ "id": "anonymous-derived-generated-source-chapter",
215
+ "anonymized": true,
216
+ "profile": "derived-generated-source",
217
+ "canonical_facts": { "target": { "eligible": true, "bundle_compact_eligible": true } },
218
+ "artifact_policy_variant": "compact",
219
+ "artifact_kind": "content",
220
+ "reader_question_ref": "question:authority-and-generation",
221
+ "title": "Anonymous generated surface",
222
+ "sections": ["Generated boundary", "Upstream authority", "Runtime consumers"],
223
+ "evidence_condition": "Render only when generator, upstream authority, and consumers are identifiable.",
224
+ "empty_behavior": "omit-chapter"
225
+ }
226
+ ]
@@ -0,0 +1,82 @@
1
+ [
2
+ {
3
+ "protocol": "context.indexer.composer-fixture/v1",
4
+ "id": "anonymous-public-contract",
5
+ "anonymized": true,
6
+ "composer": "public-contract",
7
+ "profile": "component-library",
8
+ "primary_input": { "fact_kinds": ["public-surface"], "artifact_kinds": ["content"] },
9
+ "expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "contract" },
10
+ "empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
11
+ },
12
+ {
13
+ "protocol": "context.indexer.composer-fixture/v1",
14
+ "id": "anonymous-protocol-boundary",
15
+ "anonymized": true,
16
+ "composer": "protocol-boundary",
17
+ "profile": "web-application",
18
+ "primary_input": { "fact_kinds": ["protocol-operation"], "artifact_kinds": ["contract"] },
19
+ "expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "contract" },
20
+ "empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
21
+ },
22
+ {
23
+ "protocol": "context.indexer.composer-fixture/v1",
24
+ "id": "anonymous-cross-module-chain",
25
+ "anonymized": true,
26
+ "composer": "cross-module-chain",
27
+ "profile": "monorepo-container",
28
+ "primary_input": { "fact_kinds": ["module-dependency"], "artifact_kinds": ["content"] },
29
+ "expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "content" },
30
+ "empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
31
+ },
32
+ {
33
+ "protocol": "context.indexer.composer-fixture/v1",
34
+ "id": "anonymous-contracts-and-chains",
35
+ "anonymized": true,
36
+ "composer": "contracts-and-chains",
37
+ "profile": "monorepo-container",
38
+ "primary_input": { "fact_kinds": ["contract-binding", "module-dependency"], "artifact_kinds": ["contract"] },
39
+ "expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "contract" },
40
+ "empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
41
+ },
42
+ {
43
+ "protocol": "context.indexer.composer-fixture/v1",
44
+ "id": "anonymous-event-flow",
45
+ "anonymized": true,
46
+ "composer": "event-flow",
47
+ "profile": "web-application",
48
+ "primary_input": { "fact_kinds": ["event-binding"], "artifact_kinds": ["content"] },
49
+ "expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "content" },
50
+ "empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
51
+ },
52
+ {
53
+ "protocol": "context.indexer.composer-fixture/v1",
54
+ "id": "anonymous-persistence-boundary",
55
+ "anonymized": true,
56
+ "composer": "persistence-boundary",
57
+ "profile": "api-service",
58
+ "primary_input": { "fact_kinds": ["persistence-binding"], "artifact_kinds": ["content"] },
59
+ "expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "content" },
60
+ "empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
61
+ },
62
+ {
63
+ "protocol": "context.indexer.composer-fixture/v1",
64
+ "id": "anonymous-examples-and-documentation",
65
+ "anonymized": true,
66
+ "composer": "examples-and-documentation",
67
+ "profile": "monorepo-container",
68
+ "primary_input": { "fact_kinds": ["example-candidate"], "artifact_kinds": ["content"] },
69
+ "expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "examples" },
70
+ "empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
71
+ },
72
+ {
73
+ "protocol": "context.indexer.composer-fixture/v1",
74
+ "id": "anonymous-development-and-delivery",
75
+ "anonymized": true,
76
+ "composer": "development-and-delivery",
77
+ "profile": "monorepo-container",
78
+ "primary_input": { "fact_kinds": ["development-entry"], "artifact_kinds": ["content"] },
79
+ "expected_proposal": { "artifact_policy_variant": "standard", "artifact_kind": "content" },
80
+ "empty_result": { "protocol": "context.indexer.layer-fragment-result/v1", "fragments": [] }
81
+ }
82
+ ]