@c4a/context-cli 0.7.9 → 0.7.10-alpha.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 (345) hide show
  1. package/cli.js +59387 -99747
  2. package/indexers/bundles/context-code-indexer/SKILL.md +19 -44
  3. package/indexers/bundles/context-code-indexer/context-indexer.yaml +2 -19
  4. package/indexers/bundles/context-code-indexer/references/composers/contracts-and-chains.md +7 -2
  5. package/indexers/bundles/context-code-indexer/references/composers/cross-module-chain.md +7 -2
  6. package/indexers/bundles/context-code-indexer/references/composers/development-and-delivery.md +7 -2
  7. package/indexers/bundles/context-code-indexer/references/composers/event-flow.md +7 -2
  8. package/indexers/bundles/context-code-indexer/references/composers/examples-and-documentation.md +7 -2
  9. package/indexers/bundles/context-code-indexer/references/composers/persistence-boundary.md +7 -2
  10. package/indexers/bundles/context-code-indexer/references/composers/protocol-boundary.md +8 -3
  11. package/indexers/bundles/context-code-indexer/references/composers/public-contract.md +9 -4
  12. package/indexers/bundles/context-code-indexer/references/indexer.md +137 -328
  13. package/indexers/bundles/context-code-indexer/references/metrics.md +1 -1
  14. package/indexers/bundles/context-code-indexer/templates/adapter-integration-maintenance-guide.md +1 -9
  15. package/indexers/bundles/context-code-indexer/templates/adapter-integration-request-adaptation-guide.md +1 -9
  16. package/indexers/bundles/context-code-indexer/templates/adapter-integration-usage-guide.md +1 -9
  17. package/indexers/bundles/context-code-indexer/templates/api-service-maintenance-guide.md +1 -9
  18. package/indexers/bundles/context-code-indexer/templates/api-service-public-api-reference.md +1 -9
  19. package/indexers/bundles/context-code-indexer/templates/background-runtime-maintenance-guide.md +1 -9
  20. package/indexers/bundles/context-code-indexer/templates/background-runtime-task-runtime-guide.md +1 -9
  21. package/indexers/bundles/context-code-indexer/templates/cli-tool-maintenance-guide.md +1 -9
  22. package/indexers/bundles/context-code-indexer/templates/cli-tool-public-api-reference.md +1 -9
  23. package/indexers/bundles/context-code-indexer/templates/cli-tool-usage-guide.md +1 -9
  24. package/indexers/bundles/context-code-indexer/templates/component-library-maintenance-guide.md +1 -9
  25. package/indexers/bundles/context-code-indexer/templates/component-library-public-api-reference.md +1 -9
  26. package/indexers/bundles/context-code-indexer/templates/component-library-usage-guide.md +1 -9
  27. package/indexers/bundles/context-code-indexer/templates/contract-source-public-api-reference.md +1 -9
  28. package/indexers/bundles/context-code-indexer/templates/contract-source-usage-guide.md +1 -9
  29. package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation-maintenance-guide.md +1 -9
  30. package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation-task-runtime-guide.md +1 -9
  31. package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation.md +5 -6
  32. package/indexers/bundles/context-code-indexer/templates/derived-generated-source-public-api-reference.md +1 -9
  33. package/indexers/bundles/context-code-indexer/templates/derived-generated-source-usage-guide.md +1 -9
  34. package/indexers/bundles/context-code-indexer/templates/domain-service-maintenance-guide.md +1 -9
  35. package/indexers/bundles/context-code-indexer/templates/domain-service-public-api-reference.md +1 -9
  36. package/indexers/bundles/context-code-indexer/templates/event-consumer-maintenance-guide.md +1 -9
  37. package/indexers/bundles/context-code-indexer/templates/event-consumer-task-runtime-guide.md +1 -9
  38. package/indexers/bundles/context-code-indexer/templates/gateway-facade-maintenance-guide.md +1 -9
  39. package/indexers/bundles/context-code-indexer/templates/gateway-facade-public-api-reference.md +1 -9
  40. package/indexers/bundles/context-code-indexer/templates/gateway-facade-request-adaptation-guide.md +1 -9
  41. package/indexers/bundles/context-code-indexer/templates/monorepo-container-maintenance-guide.md +1 -9
  42. package/indexers/bundles/context-code-indexer/templates/monorepo-container-usage-guide.md +1 -9
  43. package/indexers/bundles/context-code-indexer/templates/plugin-extension-maintenance-guide.md +1 -9
  44. package/indexers/bundles/context-code-indexer/templates/plugin-extension-public-api-reference.md +1 -9
  45. package/indexers/bundles/context-code-indexer/templates/plugin-extension-usage-guide.md +1 -9
  46. package/indexers/bundles/context-code-indexer/templates/sdk-library-maintenance-guide.md +1 -9
  47. package/indexers/bundles/context-code-indexer/templates/sdk-library-public-api-reference.md +1 -9
  48. package/indexers/bundles/context-code-indexer/templates/sdk-library-usage-guide.md +1 -9
  49. package/indexers/bundles/context-code-indexer/templates/storage-repository-maintenance-guide.md +1 -9
  50. package/indexers/bundles/context-code-indexer/templates/storage-repository-public-api-reference.md +1 -9
  51. package/indexers/bundles/context-code-indexer/templates/web-application-federation-guide.md +1 -9
  52. package/indexers/bundles/context-code-indexer/templates/web-application-maintenance-guide.md +1 -9
  53. package/indexers/bundles/context-code-indexer/templates/web-application-page-task-guide.md +1 -9
  54. package/indexers/bundles/context-code-indexer/tests/fixtures/composers.json +8 -8
  55. package/indexers/bundles/context-code-indexer/tests/fixtures/profiles.json +240 -48
  56. package/indexers/bundles/context-markdown-indexer/SKILL.md +20 -24
  57. package/indexers/bundles/context-markdown-indexer/context-indexer.yaml +2 -2
  58. package/indexers/bundles/context-markdown-indexer/references/classification.md +28 -63
  59. package/indexers/bundles/context-markdown-indexer/references/editorial-policy.md +2 -2
  60. package/indexers/bundles/context-markdown-indexer/references/indexer.md +57 -113
  61. package/indexers/bundles/context-markdown-indexer/references/semantic-planning.md +48 -176
  62. package/indexers/bundles/context-markdown-indexer/references/structure-and-artifacts.md +33 -115
  63. package/indexers/bundles/context-markdown-indexer/tests/fixtures/anonymous.json +0 -6
  64. package/indexers/bundles/context-markdown-indexer/tests/fixtures/profiles.json +195 -39
  65. package/indexers/bundles/context-note-indexer/SKILL.md +20 -5
  66. package/indexers/bundles/context-note-indexer/context-indexer.yaml +2 -371
  67. package/indexers/bundles/context-note-indexer/references/classification.md +22 -49
  68. package/indexers/bundles/context-note-indexer/references/customization.md +19 -32
  69. package/indexers/bundles/context-note-indexer/references/extension-placement.md +13 -39
  70. package/indexers/bundles/context-note-indexer/references/indexer.md +6 -2
  71. package/indexers/bundles/context-note-indexer/references/updates-and-composition.md +26 -32
  72. package/indexers/bundles/context-note-indexer/references/writing.md +4 -4
  73. package/indexers/bundles/context-note-indexer/tests/fixtures/profiles.json +0 -54
  74. package/indexers/bundles/context-sessions-indexer/SKILL.md +20 -5
  75. package/indexers/bundles/context-sessions-indexer/context-indexer.yaml +2 -371
  76. package/indexers/bundles/context-sessions-indexer/references/classification.md +22 -50
  77. package/indexers/bundles/context-sessions-indexer/references/customization.md +19 -32
  78. package/indexers/bundles/context-sessions-indexer/references/extension-placement.md +12 -39
  79. package/indexers/bundles/context-sessions-indexer/references/indexer.md +6 -2
  80. package/indexers/bundles/context-sessions-indexer/references/updates-and-composition.md +26 -32
  81. package/indexers/bundles/context-sessions-indexer/references/writing.md +4 -4
  82. package/indexers/bundles/context-sessions-indexer/tests/fixtures/profiles.json +0 -54
  83. package/indexers/contracts/operator-contract.json +2 -4
  84. package/indexers/contracts/profile-contract.json +246 -940
  85. package/indexers/release-manifest.json +94 -98
  86. package/package.json +12 -12
  87. package/parserEntryWorker.js +2759 -16446
  88. package/plugins/VERSION +1 -1
  89. package/plugins/claude/.claude-plugin/plugin.json +1 -1
  90. package/plugins/claude/commands/context.md +6 -7
  91. package/plugins/claude/skills/context-indexer-create/SKILL.md +31 -70
  92. package/plugins/claude/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
  93. package/plugins/codex/.codex-plugin/plugin.json +2 -2
  94. package/plugins/codex/skills/context/SKILL.md +6 -7
  95. package/plugins/codex/skills/context-indexer-create/SKILL.md +31 -70
  96. package/plugins/codex/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
  97. package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
  98. package/plugins/cursor/commands/c4a-context.md +6 -7
  99. package/plugins/cursor/skills/context-indexer-create/SKILL.md +31 -70
  100. package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
  101. package/plugins/skills/context/SKILL.md +6 -7
  102. package/plugins/skills/context-code-indexer/SKILL.md +19 -44
  103. package/plugins/skills/context-code-indexer/context-indexer.yaml +2 -19
  104. package/plugins/skills/context-code-indexer/references/composers/contracts-and-chains.md +7 -2
  105. package/plugins/skills/context-code-indexer/references/composers/cross-module-chain.md +7 -2
  106. package/plugins/skills/context-code-indexer/references/composers/development-and-delivery.md +7 -2
  107. package/plugins/skills/context-code-indexer/references/composers/event-flow.md +7 -2
  108. package/plugins/skills/context-code-indexer/references/composers/examples-and-documentation.md +7 -2
  109. package/plugins/skills/context-code-indexer/references/composers/persistence-boundary.md +7 -2
  110. package/plugins/skills/context-code-indexer/references/composers/protocol-boundary.md +8 -3
  111. package/plugins/skills/context-code-indexer/references/composers/public-contract.md +9 -4
  112. package/plugins/skills/context-code-indexer/references/indexer.md +137 -328
  113. package/plugins/skills/context-code-indexer/references/metrics.md +1 -1
  114. package/plugins/skills/context-code-indexer/templates/adapter-integration-maintenance-guide.md +1 -9
  115. package/plugins/skills/context-code-indexer/templates/adapter-integration-request-adaptation-guide.md +1 -9
  116. package/plugins/skills/context-code-indexer/templates/adapter-integration-usage-guide.md +1 -9
  117. package/plugins/skills/context-code-indexer/templates/api-service-maintenance-guide.md +1 -9
  118. package/plugins/skills/context-code-indexer/templates/api-service-public-api-reference.md +1 -9
  119. package/plugins/skills/context-code-indexer/templates/background-runtime-maintenance-guide.md +1 -9
  120. package/plugins/skills/context-code-indexer/templates/background-runtime-task-runtime-guide.md +1 -9
  121. package/plugins/skills/context-code-indexer/templates/cli-tool-maintenance-guide.md +1 -9
  122. package/plugins/skills/context-code-indexer/templates/cli-tool-public-api-reference.md +1 -9
  123. package/plugins/skills/context-code-indexer/templates/cli-tool-usage-guide.md +1 -9
  124. package/plugins/skills/context-code-indexer/templates/component-library-maintenance-guide.md +1 -9
  125. package/plugins/skills/context-code-indexer/templates/component-library-public-api-reference.md +1 -9
  126. package/plugins/skills/context-code-indexer/templates/component-library-usage-guide.md +1 -9
  127. package/plugins/skills/context-code-indexer/templates/contract-source-public-api-reference.md +1 -9
  128. package/plugins/skills/context-code-indexer/templates/contract-source-usage-guide.md +1 -9
  129. package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-maintenance-guide.md +1 -9
  130. package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-task-runtime-guide.md +1 -9
  131. package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation.md +5 -6
  132. package/plugins/skills/context-code-indexer/templates/derived-generated-source-public-api-reference.md +1 -9
  133. package/plugins/skills/context-code-indexer/templates/derived-generated-source-usage-guide.md +1 -9
  134. package/plugins/skills/context-code-indexer/templates/domain-service-maintenance-guide.md +1 -9
  135. package/plugins/skills/context-code-indexer/templates/domain-service-public-api-reference.md +1 -9
  136. package/plugins/skills/context-code-indexer/templates/event-consumer-maintenance-guide.md +1 -9
  137. package/plugins/skills/context-code-indexer/templates/event-consumer-task-runtime-guide.md +1 -9
  138. package/plugins/skills/context-code-indexer/templates/gateway-facade-maintenance-guide.md +1 -9
  139. package/plugins/skills/context-code-indexer/templates/gateway-facade-public-api-reference.md +1 -9
  140. package/plugins/skills/context-code-indexer/templates/gateway-facade-request-adaptation-guide.md +1 -9
  141. package/plugins/skills/context-code-indexer/templates/monorepo-container-maintenance-guide.md +1 -9
  142. package/plugins/skills/context-code-indexer/templates/monorepo-container-usage-guide.md +1 -9
  143. package/plugins/skills/context-code-indexer/templates/plugin-extension-maintenance-guide.md +1 -9
  144. package/plugins/skills/context-code-indexer/templates/plugin-extension-public-api-reference.md +1 -9
  145. package/plugins/skills/context-code-indexer/templates/plugin-extension-usage-guide.md +1 -9
  146. package/plugins/skills/context-code-indexer/templates/sdk-library-maintenance-guide.md +1 -9
  147. package/plugins/skills/context-code-indexer/templates/sdk-library-public-api-reference.md +1 -9
  148. package/plugins/skills/context-code-indexer/templates/sdk-library-usage-guide.md +1 -9
  149. package/plugins/skills/context-code-indexer/templates/storage-repository-maintenance-guide.md +1 -9
  150. package/plugins/skills/context-code-indexer/templates/storage-repository-public-api-reference.md +1 -9
  151. package/plugins/skills/context-code-indexer/templates/web-application-federation-guide.md +1 -9
  152. package/plugins/skills/context-code-indexer/templates/web-application-maintenance-guide.md +1 -9
  153. package/plugins/skills/context-code-indexer/templates/web-application-page-task-guide.md +1 -9
  154. package/plugins/skills/context-code-indexer/tests/fixtures/composers.json +8 -8
  155. package/plugins/skills/context-code-indexer/tests/fixtures/profiles.json +240 -48
  156. package/plugins/skills/context-indexer-create/SKILL.md +31 -70
  157. package/plugins/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
  158. package/plugins/skills/context-markdown-indexer/SKILL.md +20 -24
  159. package/plugins/skills/context-markdown-indexer/context-indexer.yaml +2 -2
  160. package/plugins/skills/context-markdown-indexer/references/classification.md +28 -63
  161. package/plugins/skills/context-markdown-indexer/references/editorial-policy.md +2 -2
  162. package/plugins/skills/context-markdown-indexer/references/indexer.md +57 -113
  163. package/plugins/skills/context-markdown-indexer/references/semantic-planning.md +48 -176
  164. package/plugins/skills/context-markdown-indexer/references/structure-and-artifacts.md +33 -115
  165. package/plugins/skills/context-markdown-indexer/tests/fixtures/anonymous.json +0 -6
  166. package/plugins/skills/context-markdown-indexer/tests/fixtures/profiles.json +195 -39
  167. package/plugins/skills/context-note-indexer/SKILL.md +20 -5
  168. package/plugins/skills/context-note-indexer/context-indexer.yaml +2 -371
  169. package/plugins/skills/context-note-indexer/references/classification.md +22 -49
  170. package/plugins/skills/context-note-indexer/references/customization.md +19 -32
  171. package/plugins/skills/context-note-indexer/references/extension-placement.md +13 -39
  172. package/plugins/skills/context-note-indexer/references/indexer.md +6 -2
  173. package/plugins/skills/context-note-indexer/references/updates-and-composition.md +26 -32
  174. package/plugins/skills/context-note-indexer/references/writing.md +4 -4
  175. package/plugins/skills/context-note-indexer/tests/fixtures/profiles.json +0 -54
  176. package/plugins/skills/context-sessions-indexer/SKILL.md +20 -5
  177. package/plugins/skills/context-sessions-indexer/context-indexer.yaml +2 -371
  178. package/plugins/skills/context-sessions-indexer/references/classification.md +22 -50
  179. package/plugins/skills/context-sessions-indexer/references/customization.md +19 -32
  180. package/plugins/skills/context-sessions-indexer/references/extension-placement.md +12 -39
  181. package/plugins/skills/context-sessions-indexer/references/indexer.md +6 -2
  182. package/plugins/skills/context-sessions-indexer/references/updates-and-composition.md +26 -32
  183. package/plugins/skills/context-sessions-indexer/references/writing.md +4 -4
  184. package/plugins/skills/context-sessions-indexer/tests/fixtures/profiles.json +0 -54
  185. package/providers/context/actions/approve-production-report.yaml +5 -0
  186. package/providers/context/actions/configure-production-requirements.yaml +5 -0
  187. package/providers/context/actions/prepare-production-stage.yaml +5 -0
  188. package/providers/context/actions/register-source-batch.yaml +1 -1
  189. package/providers/context/actions/run-indexer-lifecycle.yaml +4 -1
  190. package/providers/context/actions/work-production-stage.yaml +5 -0
  191. package/providers/context/codes.yaml +10 -7
  192. package/providers/context/graphs/indexer.yaml +127 -596
  193. package/providers/context/graphs/workspace.yaml +2 -37
  194. package/providers/context/manifest.json +106 -813
  195. package/providers/context/provider.yaml +1 -1
  196. package/providers/context/resources/contracts/indexer-provider-guide.yaml +2 -2
  197. package/providers/context/resources/diagnostics/verification.md +4 -6
  198. package/providers/context/resources/dialogue/source-boundary.md +5 -7
  199. package/providers/context/resources/manuals/guides/code-indexer-skill-authoring.md +84 -0
  200. package/providers/context/resources/manuals/guides/indexer-provider-and-customization.md +117 -0
  201. package/providers/context/resources/manuals/guides/knowledge-updates.md +35 -14
  202. package/providers/context/resources/manuals/guides/markdown-indexer-skill-authoring.md +65 -0
  203. package/providers/context/resources/manuals/reference/package-templates.md +39 -65
  204. package/providers/context/resources/manuals/reference/template-variables.md +2 -3
  205. package/providers/context/resources/procedures/approved-revision.md +28 -35
  206. package/providers/context/resources/procedures/knowledge-review.md +1 -1
  207. package/providers/context/resources/procedures/knowledge-updates.md +35 -14
  208. package/providers/context/resources/procedures/parallel-agent-batch.md +33 -134
  209. package/providers/context/resources/procedures/production-requirements.md +61 -0
  210. package/providers/context/resources/procedures/production-stage-files.md +57 -0
  211. package/providers/context/resources/procedures/source-boundary.md +8 -10
  212. package/providers/context/resources/procedures/task-recovery.md +15 -20
  213. package/providers/context/resources/procedures/work-start-report.md +91 -413
  214. package/providers/context/resources/templates/indexer-agent-worker.md +20 -61
  215. package/providers/context/resources/templates/work-start-report.md +43 -279
  216. package/providers/context/schemas/approved-revision-result.schema.json +61 -2
  217. package/providers/context/schemas/indexer-agent-step-result.schema.json +128 -2043
  218. package/providers/context/schemas/source-batch-input.schema.json +0 -14
  219. package/providers/context/skills/resolve-current-indexer-gate/SKILL.md +11 -50
  220. package/providers/context/skills/run-indexer-agent-step/SKILL.md +19 -425
  221. package/providers/context/skills/run-indexer-lifecycle/SKILL.md +28 -214
  222. package/providers/context/skills/work-production-stage/SKILL.md +35 -0
  223. package/indexers/bundles/context-markdown-indexer/tests/fixtures/migration-equivalence.json +0 -186
  224. package/plugins/claude/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
  225. package/plugins/claude/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
  226. package/plugins/claude/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -471
  227. package/plugins/claude/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
  228. package/plugins/claude/skills/context-indexer-create/references/guides/note.md +0 -37
  229. package/plugins/claude/skills/context-indexer-create/references/guides/sessions.md +0 -50
  230. package/plugins/claude/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -854
  231. package/plugins/codex/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
  232. package/plugins/codex/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
  233. package/plugins/codex/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -471
  234. package/plugins/codex/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
  235. package/plugins/codex/skills/context-indexer-create/references/guides/note.md +0 -37
  236. package/plugins/codex/skills/context-indexer-create/references/guides/sessions.md +0 -50
  237. package/plugins/codex/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -854
  238. package/plugins/cursor/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
  239. package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
  240. package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -471
  241. package/plugins/cursor/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
  242. package/plugins/cursor/skills/context-indexer-create/references/guides/note.md +0 -37
  243. package/plugins/cursor/skills/context-indexer-create/references/guides/sessions.md +0 -50
  244. package/plugins/cursor/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -854
  245. package/plugins/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
  246. package/plugins/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
  247. package/plugins/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -471
  248. package/plugins/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
  249. package/plugins/skills/context-indexer-create/references/guides/note.md +0 -37
  250. package/plugins/skills/context-indexer-create/references/guides/sessions.md +0 -50
  251. package/plugins/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -854
  252. package/plugins/skills/context-markdown-indexer/tests/fixtures/migration-equivalence.json +0 -186
  253. package/providers/context/actions/advance-current-indexer-lifecycle.yaml +0 -6
  254. package/providers/context/actions/apply-indexer-project.yaml +0 -7
  255. package/providers/context/actions/authorize-current-indexer-provider-program.yaml +0 -6
  256. package/providers/context/actions/authorize-indexer-dependencies.yaml +0 -7
  257. package/providers/context/actions/authorize-indexer-program-execution.yaml +0 -7
  258. package/providers/context/actions/compile-indexer-candidates.yaml +0 -8
  259. package/providers/context/actions/configure-community-indexer-fallback.yaml +0 -6
  260. package/providers/context/actions/configure-indexer-providers.yaml +0 -6
  261. package/providers/context/actions/confirm-index-requirement-workset.yaml +0 -8
  262. package/providers/context/actions/confirm-subject-reidentification.yaml +0 -8
  263. package/providers/context/actions/discover-markdown-indexer-providers.yaml +0 -6
  264. package/providers/context/actions/finalize-current-indexer-provider-selection.yaml +0 -5
  265. package/providers/context/actions/inspect-indexer-dependencies.yaml +0 -7
  266. package/providers/context/actions/inspect-indexer-program-execution.yaml +0 -7
  267. package/providers/context/actions/inspect-indexer-project-proposal.yaml +0 -7
  268. package/providers/context/actions/inspect-markdown-provider-capture.yaml +0 -7
  269. package/providers/context/actions/maintain-evidence.yaml +0 -6
  270. package/providers/context/actions/materialize-indexer-instructions.yaml +0 -7
  271. package/providers/context/actions/materialize-indexer-workset-view.yaml +0 -7
  272. package/providers/context/actions/observe-indexer-project.yaml +0 -7
  273. package/providers/context/actions/prepare-indexer-customization-project.yaml +0 -7
  274. package/providers/context/actions/propose-indexer-customization.yaml +0 -7
  275. package/providers/context/actions/propose-overlay-question-amendment.yaml +0 -7
  276. package/providers/context/actions/rebind-indexer-selection-to-requirement.yaml +0 -7
  277. package/providers/context/actions/report-indexer-incremental-impact.yaml +0 -8
  278. package/providers/context/actions/resolve-current-indexer-provider.yaml +0 -6
  279. package/providers/context/actions/route-index-requirement-confirmation.yaml +0 -8
  280. package/providers/context/actions/route-indexer-provider-selection.yaml +0 -7
  281. package/providers/context/actions/run-indexer-agent-step.yaml +0 -7
  282. package/providers/context/actions/run-indexer-post-author-composer.yaml +0 -7
  283. package/providers/context/actions/validate-indexer-contract-overlays.yaml +0 -7
  284. package/providers/context/actions/validate-indexer-customization.yaml +0 -7
  285. package/providers/context/actions/validate-indexer-selection-proposal.yaml +0 -7
  286. package/providers/context/actions/validate-main-index-run.yaml +0 -7
  287. package/providers/context/actions/validate-markdown-provider-selection.yaml +0 -7
  288. package/providers/context/actions/validate-subject-key-schemas.yaml +0 -8
  289. package/providers/context/resources/dialogue/evidence-maintenance.md +0 -26
  290. package/providers/context/resources/procedures/evidence-maintenance.md +0 -20
  291. package/providers/context/resources/views/authorized-indexer-workset-view.yaml +0 -15
  292. package/providers/context/resources/views/resolved-indexer-instructions.yaml +0 -21
  293. package/providers/context/schemas/evidence-maintenance-input.schema.json +0 -30
  294. package/providers/context/schemas/indexer-agent-step-input.schema.json +0 -80
  295. package/providers/context/schemas/indexer-authorized-workset-view.schema.json +0 -65
  296. package/providers/context/schemas/indexer-candidate-compile-input.schema.json +0 -57
  297. package/providers/context/schemas/indexer-candidate-compile-output.schema.json +0 -38
  298. package/providers/context/schemas/indexer-contract-overlay-validation-input.schema.json +0 -48
  299. package/providers/context/schemas/indexer-contract-overlay-validation-result.schema.json +0 -63
  300. package/providers/context/schemas/indexer-customization-project-preparation-result.schema.json +0 -44
  301. package/providers/context/schemas/indexer-customization-proposal-draft.schema.json +0 -83
  302. package/providers/context/schemas/indexer-customization-validation-result.schema.json +0 -36
  303. package/providers/context/schemas/indexer-dependency-authorization-input.schema.json +0 -71
  304. package/providers/context/schemas/indexer-dependency-authorization-result.schema.json +0 -138
  305. package/providers/context/schemas/indexer-incremental-impact-input.schema.json +0 -31
  306. package/providers/context/schemas/indexer-incremental-impact-output.schema.json +0 -52
  307. package/providers/context/schemas/indexer-main-lifecycle-input.schema.json +0 -180
  308. package/providers/context/schemas/indexer-main-lifecycle-output.schema.json +0 -194
  309. package/providers/context/schemas/indexer-markdown-provider-capture-input.schema.json +0 -17
  310. package/providers/context/schemas/indexer-markdown-provider-capture-output.schema.json +0 -54
  311. package/providers/context/schemas/indexer-markdown-provider-validation-input.schema.json +0 -34
  312. package/providers/context/schemas/indexer-markdown-provider-validation-output.schema.json +0 -75
  313. package/providers/context/schemas/indexer-materialize-request.schema.json +0 -49
  314. package/providers/context/schemas/indexer-materialized-resource.schema.json +0 -64
  315. package/providers/context/schemas/indexer-overlay-question-amendment.schema.json +0 -13
  316. package/providers/context/schemas/indexer-overlay-question-proposal-input.schema.json +0 -89
  317. package/providers/context/schemas/indexer-overlay-question-rebind-input.schema.json +0 -35
  318. package/providers/context/schemas/indexer-overlay-question-rebind-result.schema.json +0 -25
  319. package/providers/context/schemas/indexer-program-execution-authorization-input.schema.json +0 -145
  320. package/providers/context/schemas/indexer-program-execution-authorization-result.schema.json +0 -60
  321. package/providers/context/schemas/indexer-project-action-result.schema.json +0 -19
  322. package/providers/context/schemas/indexer-project-gate-input.schema.json +0 -100
  323. package/providers/context/schemas/indexer-project-observation-input.schema.json +0 -16
  324. package/providers/context/schemas/indexer-project-observation-result.schema.json +0 -42
  325. package/providers/context/schemas/indexer-provider-route-input.schema.json +0 -55
  326. package/providers/context/schemas/indexer-provider-route-report.schema.json +0 -188
  327. package/providers/context/schemas/indexer-requirement-confirmation-input.schema.json +0 -27
  328. package/providers/context/schemas/indexer-requirement-confirmation-output.schema.json +0 -24
  329. package/providers/context/schemas/indexer-selection-proposal-input.schema.json +0 -12
  330. package/providers/context/schemas/indexer-selection-proposal-validation.schema.json +0 -23
  331. package/providers/context/schemas/indexer-subject-reidentification-input.schema.json +0 -37
  332. package/providers/context/schemas/indexer-subject-reidentification-output.schema.json +0 -31
  333. package/providers/context/schemas/indexer-workset-view-materialization-request.schema.json +0 -35
  334. package/providers/context/skills/authorize-current-indexer-provider-program/SKILL.md +0 -20
  335. package/providers/context/skills/configure-indexer-providers/SKILL.md +0 -137
  336. package/providers/context/skills/configure-indexer-providers/references/guides/code-indexer-skill-authoring.md +0 -180
  337. package/providers/context/skills/configure-indexer-providers/references/guides/indexer-provider-and-customization.md +0 -471
  338. package/providers/context/skills/configure-indexer-providers/references/guides/markdown-indexer-skill-authoring.md +0 -136
  339. package/providers/context/skills/configure-indexer-providers/references/guides/note.md +0 -37
  340. package/providers/context/skills/configure-indexer-providers/references/guides/sessions.md +0 -50
  341. package/providers/context/skills/configure-indexer-providers/references/reference/indexer-provider-protocol.md +0 -854
  342. package/providers/context/skills/prepare-indexer-customization-project/SKILL.md +0 -31
  343. package/providers/context/skills/propose-indexer-customization/SKILL.md +0 -40
  344. package/providers/context/skills/resolve-current-indexer-provider/SKILL.md +0 -20
  345. package/providers/context/skills/run-indexer-post-author-composer/SKILL.md +0 -122
@@ -7,10 +7,22 @@
7
7
  "source_role": "authoritative-source",
8
8
  "logical_unit_id": "semantic-subject",
9
9
  "logical_unit_ref": "node:anonymous-monorepo-container",
10
- "canonical_facts": { "target": { "eligible": true } },
10
+ "canonical_facts": {
11
+ "target": {
12
+ "eligible": true
13
+ }
14
+ },
11
15
  "artifact_policy_variant": "standard",
12
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-monorepo-container-source"] }],
13
- "evidence_refs": ["evidence:anonymous-monorepo-container-source"]
16
+ "artifacts": [
17
+ {
18
+ "artifact_id": "content",
19
+ "artifact_kind": "content",
20
+ "purpose": "required",
21
+ "reader_question_refs": [
22
+ "question:failure-recovery"
23
+ ]
24
+ }
25
+ ]
14
26
  },
15
27
  {
16
28
  "protocol": "context.indexer.authoring-fixture/v1",
@@ -20,10 +32,22 @@
20
32
  "source_role": "authoritative-source",
21
33
  "logical_unit_id": "semantic-subject",
22
34
  "logical_unit_ref": "node:anonymous-web-application",
23
- "canonical_facts": { "target": { "eligible": true } },
35
+ "canonical_facts": {
36
+ "target": {
37
+ "eligible": true
38
+ }
39
+ },
24
40
  "artifact_policy_variant": "standard",
25
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-web-application-source"] }],
26
- "evidence_refs": ["evidence:anonymous-web-application-source"]
41
+ "artifacts": [
42
+ {
43
+ "artifact_id": "content",
44
+ "artifact_kind": "content",
45
+ "purpose": "required",
46
+ "reader_question_refs": [
47
+ "question:failure-recovery"
48
+ ]
49
+ }
50
+ ]
27
51
  },
28
52
  {
29
53
  "protocol": "context.indexer.authoring-fixture/v1",
@@ -33,10 +57,22 @@
33
57
  "source_role": "authoritative-source",
34
58
  "logical_unit_id": "semantic-subject",
35
59
  "logical_unit_ref": "node:anonymous-component-library",
36
- "canonical_facts": { "target": { "eligible": true } },
60
+ "canonical_facts": {
61
+ "target": {
62
+ "eligible": true
63
+ }
64
+ },
37
65
  "artifact_policy_variant": "standard",
38
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-component-library-source"] }],
39
- "evidence_refs": ["evidence:anonymous-component-library-source"]
66
+ "artifacts": [
67
+ {
68
+ "artifact_id": "content",
69
+ "artifact_kind": "content",
70
+ "purpose": "required",
71
+ "reader_question_refs": [
72
+ "question:failure-recovery"
73
+ ]
74
+ }
75
+ ]
40
76
  },
41
77
  {
42
78
  "protocol": "context.indexer.authoring-fixture/v1",
@@ -46,10 +82,22 @@
46
82
  "source_role": "authoritative-source",
47
83
  "logical_unit_id": "semantic-subject",
48
84
  "logical_unit_ref": "node:anonymous-sdk-library",
49
- "canonical_facts": { "target": { "eligible": true } },
85
+ "canonical_facts": {
86
+ "target": {
87
+ "eligible": true
88
+ }
89
+ },
50
90
  "artifact_policy_variant": "standard",
51
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-sdk-library-source"] }],
52
- "evidence_refs": ["evidence:anonymous-sdk-library-source"]
91
+ "artifacts": [
92
+ {
93
+ "artifact_id": "content",
94
+ "artifact_kind": "content",
95
+ "purpose": "required",
96
+ "reader_question_refs": [
97
+ "question:failure-recovery"
98
+ ]
99
+ }
100
+ ]
53
101
  },
54
102
  {
55
103
  "protocol": "context.indexer.authoring-fixture/v1",
@@ -59,10 +107,22 @@
59
107
  "source_role": "authoritative-source",
60
108
  "logical_unit_id": "semantic-subject",
61
109
  "logical_unit_ref": "node:anonymous-cli-tool",
62
- "canonical_facts": { "target": { "eligible": true } },
110
+ "canonical_facts": {
111
+ "target": {
112
+ "eligible": true
113
+ }
114
+ },
63
115
  "artifact_policy_variant": "standard",
64
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-cli-tool-source"] }],
65
- "evidence_refs": ["evidence:anonymous-cli-tool-source"]
116
+ "artifacts": [
117
+ {
118
+ "artifact_id": "content",
119
+ "artifact_kind": "content",
120
+ "purpose": "required",
121
+ "reader_question_refs": [
122
+ "question:failure-recovery"
123
+ ]
124
+ }
125
+ ]
66
126
  },
67
127
  {
68
128
  "protocol": "context.indexer.authoring-fixture/v1",
@@ -72,10 +132,22 @@
72
132
  "source_role": "authoritative-source",
73
133
  "logical_unit_id": "semantic-subject",
74
134
  "logical_unit_ref": "node:anonymous-plugin-extension",
75
- "canonical_facts": { "target": { "eligible": true } },
135
+ "canonical_facts": {
136
+ "target": {
137
+ "eligible": true
138
+ }
139
+ },
76
140
  "artifact_policy_variant": "standard",
77
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-plugin-extension-source"] }],
78
- "evidence_refs": ["evidence:anonymous-plugin-extension-source"]
141
+ "artifacts": [
142
+ {
143
+ "artifact_id": "content",
144
+ "artifact_kind": "content",
145
+ "purpose": "required",
146
+ "reader_question_refs": [
147
+ "question:failure-recovery"
148
+ ]
149
+ }
150
+ ]
79
151
  },
80
152
  {
81
153
  "protocol": "context.indexer.authoring-fixture/v1",
@@ -85,10 +157,22 @@
85
157
  "source_role": "authoritative-source",
86
158
  "logical_unit_id": "semantic-subject",
87
159
  "logical_unit_ref": "node:anonymous-api-service",
88
- "canonical_facts": { "target": { "eligible": true } },
160
+ "canonical_facts": {
161
+ "target": {
162
+ "eligible": true
163
+ }
164
+ },
89
165
  "artifact_policy_variant": "standard",
90
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-api-service-source"] }],
91
- "evidence_refs": ["evidence:anonymous-api-service-source"]
166
+ "artifacts": [
167
+ {
168
+ "artifact_id": "content",
169
+ "artifact_kind": "content",
170
+ "purpose": "required",
171
+ "reader_question_refs": [
172
+ "question:failure-recovery"
173
+ ]
174
+ }
175
+ ]
92
176
  },
93
177
  {
94
178
  "protocol": "context.indexer.authoring-fixture/v1",
@@ -98,10 +182,22 @@
98
182
  "source_role": "authoritative-source",
99
183
  "logical_unit_id": "semantic-subject",
100
184
  "logical_unit_ref": "node:anonymous-gateway-facade",
101
- "canonical_facts": { "target": { "eligible": true } },
185
+ "canonical_facts": {
186
+ "target": {
187
+ "eligible": true
188
+ }
189
+ },
102
190
  "artifact_policy_variant": "standard",
103
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-gateway-facade-source"] }],
104
- "evidence_refs": ["evidence:anonymous-gateway-facade-source"]
191
+ "artifacts": [
192
+ {
193
+ "artifact_id": "content",
194
+ "artifact_kind": "content",
195
+ "purpose": "required",
196
+ "reader_question_refs": [
197
+ "question:failure-recovery"
198
+ ]
199
+ }
200
+ ]
105
201
  },
106
202
  {
107
203
  "protocol": "context.indexer.authoring-fixture/v1",
@@ -111,10 +207,22 @@
111
207
  "source_role": "authoritative-source",
112
208
  "logical_unit_id": "semantic-subject",
113
209
  "logical_unit_ref": "node:anonymous-domain-service",
114
- "canonical_facts": { "target": { "eligible": true } },
210
+ "canonical_facts": {
211
+ "target": {
212
+ "eligible": true
213
+ }
214
+ },
115
215
  "artifact_policy_variant": "standard",
116
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-domain-service-source"] }],
117
- "evidence_refs": ["evidence:anonymous-domain-service-source"]
216
+ "artifacts": [
217
+ {
218
+ "artifact_id": "content",
219
+ "artifact_kind": "content",
220
+ "purpose": "required",
221
+ "reader_question_refs": [
222
+ "question:failure-recovery"
223
+ ]
224
+ }
225
+ ]
118
226
  },
119
227
  {
120
228
  "protocol": "context.indexer.authoring-fixture/v1",
@@ -124,10 +232,22 @@
124
232
  "source_role": "authoritative-source",
125
233
  "logical_unit_id": "semantic-subject",
126
234
  "logical_unit_ref": "node:anonymous-background-runtime",
127
- "canonical_facts": { "target": { "eligible": true } },
235
+ "canonical_facts": {
236
+ "target": {
237
+ "eligible": true
238
+ }
239
+ },
128
240
  "artifact_policy_variant": "standard",
129
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-background-runtime-source"] }],
130
- "evidence_refs": ["evidence:anonymous-background-runtime-source"]
241
+ "artifacts": [
242
+ {
243
+ "artifact_id": "content",
244
+ "artifact_kind": "content",
245
+ "purpose": "required",
246
+ "reader_question_refs": [
247
+ "question:failure-recovery"
248
+ ]
249
+ }
250
+ ]
131
251
  },
132
252
  {
133
253
  "protocol": "context.indexer.authoring-fixture/v1",
@@ -137,10 +257,22 @@
137
257
  "source_role": "authoritative-source",
138
258
  "logical_unit_id": "semantic-subject",
139
259
  "logical_unit_ref": "node:anonymous-event-consumer",
140
- "canonical_facts": { "target": { "eligible": true } },
260
+ "canonical_facts": {
261
+ "target": {
262
+ "eligible": true
263
+ }
264
+ },
141
265
  "artifact_policy_variant": "standard",
142
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-event-consumer-source"] }],
143
- "evidence_refs": ["evidence:anonymous-event-consumer-source"]
266
+ "artifacts": [
267
+ {
268
+ "artifact_id": "content",
269
+ "artifact_kind": "content",
270
+ "purpose": "required",
271
+ "reader_question_refs": [
272
+ "question:failure-recovery"
273
+ ]
274
+ }
275
+ ]
144
276
  },
145
277
  {
146
278
  "protocol": "context.indexer.authoring-fixture/v1",
@@ -150,10 +282,22 @@
150
282
  "source_role": "authoritative-source",
151
283
  "logical_unit_id": "semantic-subject",
152
284
  "logical_unit_ref": "node:anonymous-data-sync-reconciliation",
153
- "canonical_facts": { "target": { "eligible": true } },
285
+ "canonical_facts": {
286
+ "target": {
287
+ "eligible": true
288
+ }
289
+ },
154
290
  "artifact_policy_variant": "standard",
155
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-data-sync-reconciliation-source"] }],
156
- "evidence_refs": ["evidence:anonymous-data-sync-reconciliation-source"]
291
+ "artifacts": [
292
+ {
293
+ "artifact_id": "content",
294
+ "artifact_kind": "content",
295
+ "purpose": "required",
296
+ "reader_question_refs": [
297
+ "question:failure-recovery"
298
+ ]
299
+ }
300
+ ]
157
301
  },
158
302
  {
159
303
  "protocol": "context.indexer.authoring-fixture/v1",
@@ -163,10 +307,22 @@
163
307
  "source_role": "authoritative-source",
164
308
  "logical_unit_id": "semantic-subject",
165
309
  "logical_unit_ref": "node:anonymous-storage-repository",
166
- "canonical_facts": { "target": { "eligible": true } },
310
+ "canonical_facts": {
311
+ "target": {
312
+ "eligible": true
313
+ }
314
+ },
167
315
  "artifact_policy_variant": "standard",
168
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-storage-repository-source"] }],
169
- "evidence_refs": ["evidence:anonymous-storage-repository-source"]
316
+ "artifacts": [
317
+ {
318
+ "artifact_id": "content",
319
+ "artifact_kind": "content",
320
+ "purpose": "required",
321
+ "reader_question_refs": [
322
+ "question:failure-recovery"
323
+ ]
324
+ }
325
+ ]
170
326
  },
171
327
  {
172
328
  "protocol": "context.indexer.authoring-fixture/v1",
@@ -176,10 +332,22 @@
176
332
  "source_role": "authoritative-source",
177
333
  "logical_unit_id": "semantic-subject",
178
334
  "logical_unit_ref": "node:anonymous-adapter-integration",
179
- "canonical_facts": { "target": { "eligible": true } },
335
+ "canonical_facts": {
336
+ "target": {
337
+ "eligible": true
338
+ }
339
+ },
180
340
  "artifact_policy_variant": "standard",
181
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-adapter-integration-source"] }],
182
- "evidence_refs": ["evidence:anonymous-adapter-integration-source"]
341
+ "artifacts": [
342
+ {
343
+ "artifact_id": "content",
344
+ "artifact_kind": "content",
345
+ "purpose": "required",
346
+ "reader_question_refs": [
347
+ "question:failure-recovery"
348
+ ]
349
+ }
350
+ ]
183
351
  },
184
352
  {
185
353
  "protocol": "context.indexer.authoring-fixture/v1",
@@ -189,10 +357,22 @@
189
357
  "source_role": "authoritative-source",
190
358
  "logical_unit_id": "semantic-subject",
191
359
  "logical_unit_ref": "node:anonymous-contract-source",
192
- "canonical_facts": { "target": { "eligible": true } },
360
+ "canonical_facts": {
361
+ "target": {
362
+ "eligible": true
363
+ }
364
+ },
193
365
  "artifact_policy_variant": "standard",
194
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-contract-source-source"] }],
195
- "evidence_refs": ["evidence:anonymous-contract-source-source"]
366
+ "artifacts": [
367
+ {
368
+ "artifact_id": "content",
369
+ "artifact_kind": "content",
370
+ "purpose": "required",
371
+ "reader_question_refs": [
372
+ "question:failure-recovery"
373
+ ]
374
+ }
375
+ ]
196
376
  },
197
377
  {
198
378
  "protocol": "context.indexer.authoring-fixture/v1",
@@ -202,9 +382,21 @@
202
382
  "source_role": "authoritative-source",
203
383
  "logical_unit_id": "semantic-subject",
204
384
  "logical_unit_ref": "node:anonymous-derived-generated-source",
205
- "canonical_facts": { "target": { "eligible": true } },
385
+ "canonical_facts": {
386
+ "target": {
387
+ "eligible": true
388
+ }
389
+ },
206
390
  "artifact_policy_variant": "standard",
207
- "artifacts": [{ "artifact_id": "content", "artifact_kind": "content", "purpose": "required", "reader_question_refs": ["question:failure-recovery"], "evidence_refs": ["evidence:anonymous-derived-generated-source-source"] }],
208
- "evidence_refs": ["evidence:anonymous-derived-generated-source-source"]
391
+ "artifacts": [
392
+ {
393
+ "artifact_id": "content",
394
+ "artifact_kind": "content",
395
+ "purpose": "required",
396
+ "reader_question_refs": [
397
+ "question:failure-recovery"
398
+ ]
399
+ }
400
+ ]
209
401
  }
210
402
  ]
@@ -1,36 +1,32 @@
1
1
  ---
2
2
  name: context-markdown-indexer
3
- description: Context-managed Provider for source-grounded document knowledge. Use only when the Context Indexer lifecycle selects this Provider, not as a standalone workflow.
3
+ description: Investigate captured document outlines and write source-grounded Context articles. Use when selected for the current authorized planning or writing task, not as a standalone import workflow.
4
4
  metadata:
5
5
  context-role: "indexer-provider"
6
6
  context-public-entry: "false"
7
- context-provider-version: "1.1.3"
8
7
  ---
9
8
 
10
9
  # Context Markdown Indexer
11
10
 
12
- Provider authors must satisfy
13
- `node_modules/@c4a/context/docs/guides/markdown-indexer-skill-authoring.md` and
14
- the shared Provider/customization guide before publishing or extending this
15
- Skill. Those documents are authoring contracts; the current captured evidence,
16
- workset and Route remain execution authority.
11
+ Use the current stage's reader purpose, authorized sources and submission schema.
12
+ Read [planning](references/semantic-planning.md) during investigation and
13
+ [writing](references/indexer.md) when writing. Consult
14
+ [reader outcomes](references/classification.md) or
15
+ [article boundaries](references/structure-and-artifacts.md) when the material
16
+ raises a real grouping choice. Do not read every catalog or template by default.
17
17
 
18
- Use this Provider only through the Context Indexer lifecycle. Context supplies exact profile/workset authority and one Authorized Workset View containing the permitted captured evidence. The Provider does not open source-specific readers, manage pagination/receipts, read arbitrary workspace paths, or write approved knowledge directly.
18
+ Start with the CLI's document titles, bounded opening excerpts and complete
19
+ H2/H3 outlines. Selectively read authorized full text where needed to decide
20
+ topics and writing batches. The outline is navigation, not evidence that a
21
+ claim is true or a fixed instruction to split one article per heading.
22
+ A coherent source may remain one article; several sources may form one topic.
19
23
 
20
- Treat the captured document as reader material, not as pipeline metadata. Every
21
- reader Artifact must preserve or synthesize the source-backed guidance needed by
22
- the selected profile. A heading inventory, directory summary, generic document
23
- description, internal Fact/View/digest count, or a sentence sending the reader
24
- back to the source is not useful knowledge and must not be emitted. Keep
25
- execution receipts, content digests, internal refs, and other recovery machinery
26
- out of reader Markdown. Bind each reader claim only to the smallest relevant
27
- source span or captured evidence set; never attach a whole document corpus or
28
- Authorized Workset View to a generic summary.
24
+ Use existing article navigation, including code-related topics, as possible
25
+ anchors. Do not force business concepts into code directory names. Source and
26
+ skill boundaries do not require separate articles or primary/extension binding.
27
+ No skill version, hash or complete-file receipt is required for production.
29
28
 
30
- For updates, read the current approved page as well as the selected change.
31
- Preserve applicable tasks, steps, images, limits and confirmed contributions;
32
- do not turn every update into a troubleshooting article. A newly supplied
33
- explanation can improve the existing page without becoming a separate topic. Source text or an image that cannot
34
- be read remains an explicit gap, not permission to delete the page.
35
-
36
- The machine-readable authority is `context-indexer.yaml`. Context materializes the detailed guidance only after verifying this Bundle's release identity and complete file ledger.
29
+ Read the relevant full source before writing; retain useful guidance, examples,
30
+ limits and actual regional citations. Write draft Markdown and references or
31
+ section edits in the designated temporary directory and submit through the
32
+ returned CLI action. Do not write formal knowledge or alter sources directly.
@@ -1,6 +1,6 @@
1
1
  protocol: context.indexer.provider/v1
2
2
  id: context-markdown-indexer
3
- version: 1.1.3
3
+ version: 1.1.4-alpha.1
4
4
  domains:
5
5
  - markdown
6
6
  activation:
@@ -67,7 +67,7 @@ provides:
67
67
  - decision-record
68
68
  logical_units:
69
69
  - id: reader-subject
70
- identity: canonical-subject-key
70
+ identity: stable-article
71
71
  artifacts:
72
72
  recommended:
73
73
  - content
@@ -1,63 +1,28 @@
1
- # Section classification and projection intent
2
-
3
- Classify evidence at Section granularity. A profile describes the source family;
4
- it does not force one whole document into one reader purpose. For every emitted
5
- Section, choose the semantic `document_kind`, `reader_goal`, and
6
- `artifact_kind` before grouping Sections into Artifacts.
7
-
8
- Use body evidence, source authority, audience, and the reader task. File names,
9
- URLs, headings, navigation labels, and the selected profile are hints, not proof
10
- that every Section has the same intent. Do not infer authority from polished
11
- language or an official-looking path.
12
-
13
- ## Canonical projection vocabulary
14
-
15
- The current community Markdown profiles use the following semantic intents.
16
- The CLI profile contract owns their stable storage projection; this table does
17
- not authorize a collection or output path.
18
-
19
- | Profile or Section family | Use when the evidence primarily… | `document_kind` | `reader_goal` | `artifact_kind` |
20
- | --- | --- | --- | --- | --- |
21
- | `domain-reference` | defines a durable domain, vocabulary, boundary, or business concept | `domain-reference` | `understand-domain` | `content` |
22
- | `product-requirements` | states product intent, behavior, scope, actors, or acceptance needs | `product-requirements` | `understand-product-intent` | `content` |
23
- | `technical-guide` | explains architecture, runtime behavior, interfaces, or design constraints | `technical-guide` | `understand-technical-design` | `content` |
24
- | user/developer product guidance | explains a user-visible capability or product behavior | `product-requirements` | `understand-product-intent` | `content` |
25
- | user/developer technical guidance | explains implementation-facing design or integration context | `technical-guide` | `understand-technical-design` | `content` |
26
- | user/developer task guidance | gives a repeatable task, setup, operation, or troubleshooting sequence | `task-guide` | `complete-reader-task` | `content` |
27
- | public API contract | supports lookup of public operations, fields, compatibility, or examples | `public-api-reference` | `look-up-public-contract` | `content` |
28
- | public contract policy | states normative compatibility or usage constraints around a public contract | `public-contract-policy` | `follow-public-contract-policy` | `content` |
29
- | `runbook` | directs operation, diagnosis, mitigation, recovery, or rollback | `runbook` | `operate-or-recover-system` | `content` |
30
- | `faq-support` | answers a durable reader question with reusable evidence | `faq-support` | `resolve-reader-question` | `content` |
31
- | `standard-policy` | defines a stable rule, standard, policy, or compliance boundary | `standard-policy` | `follow-standard-or-policy` | `content` |
32
- | `decision-record` | records alternatives, a choice, rationale, and consequences | `decision-record` | `understand-decision-and-tradeoffs` | `content` |
33
- | `incident-review` | records impact, timeline, cause, response, and follow-up learning | `incident-review` | `learn-from-incident` | `content` |
34
- | `test-validation` | defines or reports verification, acceptance, or observed results | `test-validation` | `verify-behavior-or-acceptance` | `content` |
35
- | release explanation | explains what changed, compatibility, or release impact | `release-guide` | `understand-release-change` | `content` |
36
- | migration procedure | tells a reader how to migrate, verify, and recover | `migration-guide` | `complete-migration` | `content` |
37
-
38
- `documentation-site` is an umbrella router. Apply the matching row above to
39
- each source-backed Section; do not invent a site-wide projection intent and do
40
- not collapse a multi-document site to one classification.
41
-
42
- ## Classification order
43
-
44
- 1. Establish the Section's current source authority and audience from the
45
- authorized evidence view.
46
- 2. State the concrete question the Section enables a reader to answer or task
47
- it enables them to complete.
48
- 3. Choose the narrowest matching `document_kind` and `reader_goal` pair from
49
- the current profile contract.
50
- 4. Use `artifact_kind: content` for the current community Markdown Bundle. Do
51
- not invent a specialized Artifact kind unless the supplied profile contract
52
- explicitly registers it.
53
- 5. Return the intent on every actual or template-projected Section. Do not put
54
- a collection, directory, filename, or package root in the Result.
55
-
56
- When a Section mixes multiple reader tasks, split it along continuous evidence
57
- boundaries. Keep one Section only when the material forms one coherent answer
58
- for one reader goal. A heading change alone does not require a split, and a
59
- shared heading does not justify combining unrelated tasks.
60
-
61
- If no registered intent fits, return a material/capability disposition instead
62
- of selecting the nearest label. Unsupported or authority-ambiguous material
63
- must not become a reader Artifact.
1
+ # Choose a useful reader outcome
2
+
3
+ Use the content, audience and reader question, not a required classification
4
+ tuple for every section. The current plan schema supplies supported output
5
+ paths; article title and description belong in its Markdown.
6
+
7
+ | Reader need | Useful form |
8
+ | --- | --- |
9
+ | Understand a term, boundary or business rule | Domain explanation with scope and examples |
10
+ | Understand intended product behavior | Requirements and acceptance conditions, distinct from implementation |
11
+ | Understand architecture or integration | Technical explanation, contracts and relevant limitations |
12
+ | Complete a repeatable task | Guide with prerequisites, actions and checks |
13
+ | Look up a public interface | Contract reference with actual parameters and examples |
14
+ | Diagnose or recover | Runbook with symptoms, safe actions and verification |
15
+ | Understand a choice | Decision, alternatives, rationale and consequences |
16
+ | Learn from an incident | Impact, observations, causes and response, separating hypotheses |
17
+ | Interpret a test | Method, scope and what the observed result establishes |
18
+ | Follow a rule or migrate | Normative boundaries or migration steps, compatibility and recovery |
19
+
20
+ These forms guide writing; they are not profile registrations or fixed
21
+ templates. One useful article can contain related explanations, procedures and
22
+ examples. Split only when distinct reader tasks require it, not because two
23
+ sections would previously have had different projection labels.
24
+
25
+ Do not turn a document site into one generic summary or every note into a FAQ.
26
+ An unfamiliar topic or imperfect stock outline is not a missing capability.
27
+ Ask for essential missing material; otherwise preserve bounded uncertainty
28
+ and write what the authorized source actually establishes.
@@ -92,5 +92,5 @@ Protected-value and reference checks remain mechanical safeguards.
92
92
  - Struck-through text that is the only surviving historical record may be kept
93
93
  when it has continuing reader value; no signal-specific receipt is required.
94
94
 
95
- Before returning a decision, confirm every Section has one outcome and no
96
- revision accidentally changes authority, evidence, identity, or protected values.
95
+ Before submitting, check that the revision preserves authority, evidence,
96
+ identity and protected values. Do not submit an outcome ledger for every section.