@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
@@ -1,186 +0,0 @@
1
- {
2
- "protocol": "context.indexer.markdown-migration-equivalence-fixture-set/v1",
3
- "anonymized": true,
4
- "cases": [
5
- {
6
- "id": "evidence-first",
7
- "rule_id": "evidence-first",
8
- "authority": "community-instructions",
9
- "source_shape": "A captured page has an operations-looking path but its body is a product acceptance specification.",
10
- "expected_decision": "classify-from-body-authority-and-reader-task",
11
- "forbidden_decision": "classify-from-path",
12
- "recovery": "Read the complete authorized evidence before returning a Section intent."
13
- },
14
- {
15
- "id": "complete-evidence-read",
16
- "rule_id": "complete-evidence-read",
17
- "authority": "community-instructions",
18
- "source_shape": "A long page preview shows only headings while the required evidence view still has unread pages.",
19
- "expected_decision": "continue-current-evidence-read",
20
- "forbidden_decision": "decide-from-heading-preview",
21
- "recovery": "Follow the current workset evidence continuation before authoring."
22
- },
23
- {
24
- "id": "mixed-section-intents",
25
- "rule_id": "mixed-section-intents",
26
- "authority": "community-instructions",
27
- "source_shape": "One document contains product behavior, technical design, and a recovery procedure.",
28
- "expected_decision": "classify-each-section",
29
- "forbidden_decision": "force-one-document-classification",
30
- "recovery": "Split along continuous reader-task boundaries and return registered intents."
31
- },
32
- {
33
- "id": "reuse-exact-subject",
34
- "rule_id": "reuse-exact-subject",
35
- "authority": "community-instructions",
36
- "source_shape": "The target-resolution view contains an exact current subject with matching evidence.",
37
- "expected_decision": "reuse-existing",
38
- "forbidden_decision": "create-title-alias",
39
- "recovery": "Use the supplied target identity and leave identity derivation to Context."
40
- },
41
- {
42
- "id": "independent-subject",
43
- "rule_id": "independent-subject",
44
- "authority": "community-instructions",
45
- "source_shape": "A separately named component has its own contract, lifecycle, and standalone reader questions.",
46
- "expected_decision": "create-independent",
47
- "forbidden_decision": "merge-into-unrelated-parent",
48
- "recovery": "Bind the independent decision to current evidence and a permitted SubjectKey schema."
49
- },
50
- {
51
- "id": "local-heading-stays-section",
52
- "rule_id": "local-heading-stays-section",
53
- "authority": "community-instructions",
54
- "source_shape": "A local heading contains one warning that only makes sense inside the parent guide.",
55
- "expected_decision": "retain-section-group",
56
- "forbidden_decision": "create-thin-subject",
57
- "recovery": "Keep the warning as a source-backed Section under the owning Artifact."
58
- },
59
- {
60
- "id": "navigation-only",
61
- "rule_id": "navigation-only",
62
- "authority": "community-instructions",
63
- "source_shape": "A page contains labels and unresolved links but no citable reader content.",
64
- "expected_decision": "request-material",
65
- "forbidden_decision": "publish-empty-artifact",
66
- "recovery": "Return the registered missing-material or unsupported disposition."
67
- },
68
- {
69
- "id": "density-only-guides-reading",
70
- "rule_id": "density-only-guides-reading",
71
- "authority": "community-instructions",
72
- "source_shape": "A fragmented note contains many short independent claims.",
73
- "expected_decision": "use-micro-reading",
74
- "forbidden_decision": "infer-quality-from-density",
75
- "recovery": "Keep evidence windows narrow, then apply the normal semantic gates."
76
- },
77
- {
78
- "id": "duplicate-same-boundary",
79
- "rule_id": "duplicate-same-boundary",
80
- "authority": "community-instructions",
81
- "source_shape": "Two paragraphs repeat the same claim for the same reader task and authority.",
82
- "expected_decision": "collapse-duplicate",
83
- "forbidden_decision": "publish-repeated-sections",
84
- "recovery": "Retain one canonical statement with its evidence boundary."
85
- },
86
- {
87
- "id": "conflicting-evidence",
88
- "rule_id": "conflicting-evidence",
89
- "authority": "community-instructions",
90
- "source_shape": "Two current sources disagree and the workset supplies no precedence.",
91
- "expected_decision": "keep-unresolved",
92
- "forbidden_decision": "choose-by-file-order",
93
- "recovery": "Return a material question or supported diagnostic instead of guessing."
94
- },
95
- {
96
- "id": "source-backed-relation",
97
- "rule_id": "source-backed-relation",
98
- "authority": "community-instructions",
99
- "source_shape": "A cited Section explicitly states that one authorized component consumes another component's output.",
100
- "expected_decision": "emit-owned-cited-claim",
101
- "forbidden_decision": "emit-endpoint-only-relation",
102
- "recovery": "Keep the claim only under the Section carrying relation evidence."
103
- },
104
- {
105
- "id": "source-authored-uncertainty",
106
- "rule_id": "source-authored-uncertainty",
107
- "authority": "community-instructions",
108
- "source_shape": "The source explicitly describes a possible cause, while the structured schema has no confidence field.",
109
- "expected_decision": "preserve-uncertainty-in-prose",
110
- "forbidden_decision": "invent-confidence-field",
111
- "recovery": "Keep Agent uncertainty unresolved and preserve only source-authored uncertainty."
112
- },
113
- {
114
- "id": "canonical-layout-identity",
115
- "rule_id": "canonical-layout-identity",
116
- "authority": "context-layout",
117
- "source_shape": "An accepted Result carries a current SubjectKey and Section projection intents.",
118
- "expected_decision": "derive-node-artifact-view-section-and-path",
119
- "forbidden_decision": "accept-hand-authored-path",
120
- "recovery": "Recompute the proposal from the current Result and contract."
121
- },
122
- {
123
- "id": "layout-collision",
124
- "rule_id": "layout-collision",
125
- "authority": "context-layout",
126
- "source_shape": "Two proposals claim the same Node, Artifact, Section, or output path.",
127
- "expected_decision": "reject-collision",
128
- "forbidden_decision": "resolve-with-alias",
129
- "recovery": "Return to current subject resolution instead of mutating a path."
130
- },
131
- {
132
- "id": "destructive-layout-change",
133
- "rule_id": "destructive-layout-change",
134
- "authority": "context-layout",
135
- "source_shape": "A current Artifact would be removed or moved after a new Result.",
136
- "expected_decision": "require-confirm-layout-change",
137
- "forbidden_decision": "apply-destructive-change-silently",
138
- "recovery": "Bind one human confirmation to the exact base and target digests."
139
- },
140
- {
141
- "id": "eligible-omission",
142
- "rule_id": "eligible-omission",
143
- "authority": "community-instructions",
144
- "source_shape": "A Section is only an unanswered placeholder and the analyzer supplies an eligible omission reason.",
145
- "expected_decision": "omit-with-exact-reason",
146
- "forbidden_decision": "publish-placeholder",
147
- "recovery": "Use the exact eligible omission reason and preserve lifecycle audit in Context."
148
- },
149
- {
150
- "id": "protected-knowledge-retention",
151
- "rule_id": "protected-knowledge-retention",
152
- "authority": "community-instructions",
153
- "source_shape": "A question has an evidence-backed answer and a deprecation names its replacement.",
154
- "expected_decision": "retain-knowledge",
155
- "forbidden_decision": "omit-by-label",
156
- "recovery": "Repair or reshape without removing the answer or replacement."
157
- },
158
- {
159
- "id": "missing-input",
160
- "rule_id": "missing-input",
161
- "authority": "community-instructions",
162
- "source_shape": "A Section contains an ambiguous owner or link purpose that current evidence cannot recover.",
163
- "expected_decision": "request-input",
164
- "forbidden_decision": "keep-to-avoid-pause",
165
- "recovery": "Ask one concise batched question after completing independent safe work."
166
- },
167
- {
168
- "id": "stale-recovery",
169
- "rule_id": "stale-recovery",
170
- "authority": "context-layout",
171
- "source_shape": "The workset, profile contract, or source digest changes before layout acceptance.",
172
- "expected_decision": "reject-stale-and-recompute",
173
- "forbidden_decision": "patch-digest-or-path",
174
- "recovery": "Resume from the fresh Context route and recompute the bound Result and layout."
175
- },
176
- {
177
- "id": "three-attempt-guidance",
178
- "rule_id": "three-attempt-guidance",
179
- "authority": "context-revision",
180
- "source_shape": "The same current quality problem survives three accepted revision attempts while other Sections pass.",
181
- "expected_decision": "request-aggregated-guidance",
182
- "forbidden_decision": "restart-passing-sections",
183
- "recovery": "Ask for content organization, source fidelity, or missing material once."
184
- }
185
- ]
186
- }
@@ -1,6 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: advance-current-indexer-lifecycle
3
- description: Advance deterministic Indexer setup, fallback, recovery, and finalization to the next semantic step or Gate.
4
- runner: command
5
- effect: write
6
- command: context run --format json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: apply-indexer-project
3
- runner: host
4
- effect: write
5
- handler: context.apply-indexer-project/v1
6
- inputSchema: schemas/indexer-project-gate-input.schema.json
7
- outputSchema: schemas/indexer-project-action-result.schema.json
@@ -1,6 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: authorize-current-indexer-provider-program
3
- runner: agent
4
- effect: external
5
- skill: skills/authorize-current-indexer-provider-program/SKILL.md
6
- outputSchema: schemas/indexer-agent-step-result.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: authorize-indexer-dependencies
3
- runner: host
4
- effect: external
5
- handler: context.authorize-indexer-dependencies/v1
6
- inputSchema: schemas/indexer-dependency-authorization-input.schema.json
7
- outputSchema: schemas/indexer-dependency-authorization-result.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: authorize-indexer-program-execution
3
- runner: host
4
- effect: external
5
- handler: context.authorize-indexer-program-execution/v1
6
- inputSchema: schemas/indexer-program-execution-authorization-input.schema.json
7
- outputSchema: schemas/indexer-program-execution-authorization-result.schema.json
@@ -1,8 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: compile-indexer-candidates
3
- description: Compile Candidate Artifacts only from the exact current accepted author IndexerResult set and authorized layout transition.
4
- runner: command
5
- effect: write
6
- command: context indexer compile-indexer-candidates --input .tmp/agent-payloads/indexer-candidate-compile.json --format json
7
- inputSchema: schemas/indexer-candidate-compile-input.schema.json
8
- outputSchema: schemas/indexer-candidate-compile-output.schema.json
@@ -1,6 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: configure-community-indexer-fallback
3
- runner: agent
4
- effect: write
5
- skill: skills/configure-indexer-providers/SKILL.md
6
- outputSchema: schemas/indexer-provider-route-input.schema.json
@@ -1,6 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: configure-indexer-providers
3
- runner: agent
4
- effect: write
5
- skill: skills/configure-indexer-providers/SKILL.md
6
- outputSchema: schemas/indexer-agent-step-result.schema.json
@@ -1,8 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: confirm-index-requirement-workset
3
- description: Confirm one exact requirement workset with the authority required by its recomputed comparator.
4
- runner: host
5
- effect: external
6
- handler: context.confirm-index-requirement-workset/v1
7
- inputSchema: schemas/indexer-requirement-confirmation-input.schema.json
8
- outputSchema: schemas/indexer-requirement-confirmation-output.schema.json
@@ -1,8 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: confirm-subject-reidentification
3
- description: Confirm one activation-safe, complete, collision-free old-to-new SubjectKey mapping.
4
- runner: host
5
- effect: external
6
- handler: context.confirm-subject-reidentification/v1
7
- inputSchema: schemas/indexer-subject-reidentification-input.schema.json
8
- outputSchema: schemas/indexer-subject-reidentification-output.schema.json
@@ -1,6 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: discover-markdown-indexer-providers
3
- runner: agent
4
- effect: write
5
- skill: skills/configure-indexer-providers/SKILL.md
6
- outputSchema: schemas/indexer-provider-route-input.schema.json
@@ -1,5 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: finalize-current-indexer-provider-selection
3
- runner: command
4
- effect: write
5
- command: context run --format json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: inspect-indexer-dependencies
3
- runner: host
4
- effect: read
5
- handler: context.inspect-indexer-dependencies/v1
6
- inputSchema: schemas/indexer-dependency-authorization-input.schema.json
7
- outputSchema: schemas/indexer-dependency-authorization-result.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: inspect-indexer-program-execution
3
- runner: host
4
- effect: read
5
- handler: context.inspect-indexer-program-execution/v1
6
- inputSchema: schemas/indexer-program-execution-authorization-input.schema.json
7
- outputSchema: schemas/indexer-program-execution-authorization-result.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: inspect-indexer-project-proposal
3
- runner: host
4
- effect: read
5
- handler: context.inspect-indexer-project-proposal/v1
6
- inputSchema: schemas/indexer-project-gate-input.schema.json
7
- outputSchema: schemas/indexer-project-action-result.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: inspect-markdown-provider-capture
3
- runner: command
4
- effect: read
5
- command: context indexer inspect-markdown-provider-capture --input .tmp/agent-payloads/indexer-markdown-provider-capture.json --format json
6
- inputSchema: schemas/indexer-markdown-provider-capture-input.schema.json
7
- outputSchema: schemas/indexer-markdown-provider-capture-output.schema.json
@@ -1,6 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: maintain-evidence
3
- runner: command
4
- effect: write
5
- command: context review maintain --input .tmp/agent-payloads/evidence-maintenance.json --format json
6
- inputSchema: schemas/evidence-maintenance-input.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: materialize-indexer-instructions
3
- runner: host
4
- effect: read
5
- handler: context.materialize-indexer-instructions/v1
6
- inputSchema: schemas/indexer-materialize-request.schema.json
7
- outputSchema: schemas/indexer-materialized-resource.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: materialize-indexer-workset-view
3
- runner: host
4
- effect: read
5
- handler: context.materialize-indexer-workset-view/v1
6
- inputSchema: schemas/indexer-workset-view-materialization-request.schema.json
7
- outputSchema: schemas/indexer-authorized-workset-view.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: observe-indexer-project
3
- runner: host
4
- effect: read
5
- handler: context.observe-indexer-project/v1
6
- inputSchema: schemas/indexer-project-observation-input.schema.json
7
- outputSchema: schemas/indexer-project-observation-result.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: prepare-indexer-customization-project
3
- runner: agent
4
- effect: write
5
- skill: skills/prepare-indexer-customization-project/SKILL.md
6
- inputSchema: schemas/indexer-customization-validation-result.schema.json
7
- outputSchema: schemas/indexer-customization-project-preparation-result.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: propose-indexer-customization
3
- runner: agent
4
- effect: write
5
- skill: skills/propose-indexer-customization/SKILL.md
6
- inputSchema: schemas/indexer-provider-route-report.schema.json
7
- outputSchema: schemas/indexer-customization-proposal-draft.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: propose-overlay-question-amendment
3
- runner: host
4
- effect: read
5
- handler: context.propose-overlay-question-amendment/v1
6
- inputSchema: schemas/indexer-overlay-question-proposal-input.schema.json
7
- outputSchema: schemas/indexer-overlay-question-amendment.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: rebind-indexer-selection-to-requirement
3
- runner: host
4
- effect: read
5
- handler: context.rebind-indexer-selection-to-requirement/v1
6
- inputSchema: schemas/indexer-overlay-question-rebind-input.schema.json
7
- outputSchema: schemas/indexer-overlay-question-rebind-result.schema.json
@@ -1,8 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: report-indexer-incremental-impact
3
- description: Compare the complete current author dependency views with the durable accepted Merkle projections and report exact Artifact and Section impact.
4
- runner: command
5
- effect: read
6
- command: context indexer report-indexer-incremental-impact --input .tmp/agent-payloads/indexer-incremental-impact.json --format json
7
- inputSchema: schemas/indexer-incremental-impact-input.schema.json
8
- outputSchema: schemas/indexer-incremental-impact-output.schema.json
@@ -1,6 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: resolve-current-indexer-provider
3
- runner: agent
4
- effect: external
5
- skill: skills/resolve-current-indexer-provider/SKILL.md
6
- outputSchema: schemas/indexer-agent-step-result.schema.json
@@ -1,8 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: route-index-requirement-confirmation
3
- description: Revalidate a requirement comparison report and select its exact confirmation Gate.
4
- runner: command
5
- effect: read
6
- command: context indexer route-index-requirement-confirmation --input .tmp/agent-payloads/indexer-requirement-confirmation-route.json --format json
7
- inputSchema: schemas/indexer-requirement-confirmation-input.schema.json
8
- outputSchema: schemas/indexer-requirement-confirmation-output.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: route-indexer-provider-selection
3
- runner: host
4
- effect: read
5
- handler: context.route-indexer-provider-selection/v1
6
- inputSchema: schemas/indexer-provider-route-input.schema.json
7
- outputSchema: schemas/indexer-provider-route-report.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: run-indexer-agent-step
3
- runner: agent
4
- effect: write
5
- skill: skills/run-indexer-agent-step/SKILL.md
6
- inputSchema: schemas/indexer-agent-step-input.schema.json
7
- outputSchema: schemas/indexer-agent-step-result.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: run-indexer-post-author-composer
3
- runner: agent
4
- effect: write
5
- skill: skills/run-indexer-post-author-composer/SKILL.md
6
- inputSchema: schemas/indexer-agent-step-input.schema.json
7
- outputSchema: schemas/indexer-agent-step-result.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: validate-indexer-contract-overlays
3
- runner: host
4
- effect: read
5
- handler: context.validate-indexer-contract-overlay/v1
6
- inputSchema: schemas/indexer-contract-overlay-validation-input.schema.json
7
- outputSchema: schemas/indexer-contract-overlay-validation-result.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: validate-indexer-customization
3
- runner: host
4
- effect: write
5
- handler: context.validate-indexer-customization/v1
6
- inputSchema: schemas/indexer-customization-proposal-draft.schema.json
7
- outputSchema: schemas/indexer-customization-validation-result.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: validate-indexer-selection-proposal
3
- runner: host
4
- effect: read
5
- handler: context.validate-indexer-selection-proposal/v1
6
- inputSchema: schemas/indexer-selection-proposal-input.schema.json
7
- outputSchema: schemas/indexer-selection-proposal-validation.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: validate-main-index-run
3
- runner: command
4
- effect: read
5
- command: context indexer validate-main-index-run --input .tmp/agent-payloads/indexer-main-lifecycle.json --format json
6
- inputSchema: schemas/indexer-main-lifecycle-input.schema.json
7
- outputSchema: schemas/indexer-main-lifecycle-output.schema.json
@@ -1,7 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: validate-markdown-provider-selection
3
- runner: command
4
- effect: write
5
- command: context indexer validate-markdown-provider-selection --input .tmp/agent-payloads/indexer-markdown-provider-validation.json --format json
6
- inputSchema: schemas/indexer-markdown-provider-validation-input.schema.json
7
- outputSchema: schemas/indexer-markdown-provider-validation-output.schema.json
@@ -1,8 +0,0 @@
1
- schema: agent-graph.action.v1
2
- id: validate-subject-key-schemas
3
- description: Recompute SubjectKey schema evolution and exact approved-Node mappings.
4
- runner: command
5
- effect: read
6
- command: context indexer validate-subject-key-schemas --input .tmp/agent-payloads/indexer-subject-key-validation.json --format json
7
- inputSchema: schemas/indexer-subject-reidentification-input.schema.json
8
- outputSchema: schemas/indexer-subject-reidentification-output.schema.json
@@ -1,26 +0,0 @@
1
- ---
2
- id: dialogue.evidence-maintenance
3
- kind: procedure
4
- mediaType: text/markdown
5
- ---
6
-
7
- # Evidence-maintenance dialogue
8
-
9
- Explain that approved content remains present but its current source evidence
10
- has changed.
11
-
12
- For stale evidence, offer:
13
-
14
- - create an updated Review candidate when facts, wording, or scope may have
15
- changed; or
16
- - re-pin the existing page only when the content is still valid and the change
17
- is purely locational or otherwise body-neutral.
18
-
19
- For orphaned evidence, offer:
20
-
21
- - deprecate the page so later packages stop selecting it while audit history is
22
- retained; or
23
- - keep it as source-orphaned knowledge with an explicit continuing warning.
24
-
25
- Do not describe re-pin as content refresh, and do not target maintenance by a
26
- guessed file path. Use the current diagnostic's exact `view_ref`.
@@ -1,20 +0,0 @@
1
- ---
2
- id: procedure.evidence-maintenance
3
- kind: procedure
4
- mediaType: text/markdown
5
- ---
6
-
7
- # Evidence maintenance
8
-
9
- Approved knowledge can outlive a moved or temporarily unavailable source, but
10
- the resulting evidence state must stay explicit.
11
-
12
- - Re-pin only when the approved body still matches current source content and
13
- only the evidence location changed.
14
- - Create a new candidate when source content changed.
15
- - Deprecate knowledge that should no longer be used.
16
- - Keep source-orphaned knowledge only after an explicit user decision and retain
17
- the evidence warning.
18
-
19
- Use the affected `view_ref` values from the current diagnostic resource. Do not
20
- target maintenance by guessed paths or node names.
@@ -1,15 +0,0 @@
1
- schema: agent-graph.resource.host-action.v1
2
- id: authorized-indexer-workset-view
3
- kind: procedure
4
- mediaType: application/json
5
- materializer: actions/materialize-indexer-workset-view.yaml
6
- input:
7
- protocol: context.indexer.workset-view-materialization-request/v1
8
- handler: context.materialize-indexer-workset-view/v1
9
- resource_id: authorized-indexer-workset-view
10
- workset_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
11
- execution_request_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
12
- view_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
13
- payload_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
14
- request_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
15
- description: Runtime-bound authorized evidence for one exact Indexer workset; Context replaces the reserved template before exposing the Route.
@@ -1,21 +0,0 @@
1
- schema: agent-graph.resource.host-action.v1
2
- id: resolved-indexer-instructions
3
- kind: procedure
4
- mediaType: text/markdown
5
- materializer: actions/materialize-indexer-instructions.yaml
6
- input:
7
- protocol: context.indexer.materialize-request/v2
8
- handler: context.materialize-indexer-instructions/v1
9
- resource_id: resolved-indexer-instructions
10
- indexer_id: __runtime__
11
- provider_id: __runtime__
12
- provider_fingerprint: sha256:0000000000000000000000000000000000000000000000000000000000000000
13
- provider_integrity: sha256:0000000000000000000000000000000000000000000000000000000000000000
14
- manifest_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
15
- stage: partition
16
- profile: __runtime__
17
- composer_id: null
18
- instruction_set_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
19
- customization_fingerprint: sha256:0000000000000000000000000000000000000000000000000000000000000000
20
- request_digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
21
- description: Runtime-bound exact Provider instructions; Context replaces the reserved template input before exposing this Route.
@@ -1,30 +0,0 @@
1
- {
2
- "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "context.evidence-maintenance.v1",
4
- "type": "object",
5
- "additionalProperties": false,
6
- "required": ["schema", "decisions"],
7
- "properties": {
8
- "schema": {
9
- "const": "context.evidence-maintenance.v1"
10
- },
11
- "decisions": {
12
- "type": "array",
13
- "minItems": 1,
14
- "items": {
15
- "type": "object",
16
- "additionalProperties": false,
17
- "required": ["view_ref", "action"],
18
- "properties": {
19
- "view_ref": {
20
- "type": "string",
21
- "minLength": 1
22
- },
23
- "action": {
24
- "enum": ["re-pin", "deprecate", "keep-orphaned"]
25
- }
26
- }
27
- }
28
- }
29
- }
30
- }