@c4a/context-cli 0.7.8 → 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 (1386) hide show
  1. package/cli.js +66439 -103495
  2. package/indexers/bundles/context-code-indexer/SKILL.md +19 -44
  3. package/indexers/bundles/context-code-indexer/context-indexer.yaml +217 -234
  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 -324
  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/articles/c01.md +23 -0
  20. package/indexers/bundles/context-code-indexer/templates/articles/c02.md +17 -0
  21. package/indexers/bundles/context-code-indexer/templates/articles/c03.md +11 -0
  22. package/indexers/bundles/context-code-indexer/templates/articles/c04.md +12 -0
  23. package/indexers/bundles/context-code-indexer/templates/articles/c05.md +13 -0
  24. package/indexers/bundles/context-code-indexer/templates/articles/c07.md +34 -0
  25. package/indexers/bundles/context-code-indexer/templates/articles/d01.md +12 -0
  26. package/indexers/bundles/context-code-indexer/templates/articles/d02.md +13 -0
  27. package/indexers/bundles/context-code-indexer/templates/articles/d03.md +13 -0
  28. package/indexers/bundles/context-code-indexer/templates/articles/d04.md +17 -0
  29. package/indexers/bundles/context-code-indexer/templates/articles/f01.md +31 -0
  30. package/indexers/bundles/context-code-indexer/templates/articles/f02.md +12 -0
  31. package/indexers/bundles/context-code-indexer/templates/articles/f03.md +17 -0
  32. package/indexers/bundles/context-code-indexer/templates/articles/f04.md +13 -0
  33. package/indexers/bundles/context-code-indexer/templates/articles/f05.md +13 -0
  34. package/indexers/bundles/context-code-indexer/templates/articles/f06.md +13 -0
  35. package/indexers/bundles/context-code-indexer/templates/articles/f07.md +12 -0
  36. package/indexers/bundles/context-code-indexer/templates/articles/f08.md +15 -0
  37. package/indexers/bundles/context-code-indexer/templates/articles/f09.md +13 -0
  38. package/indexers/bundles/context-code-indexer/templates/articles/f10.md +13 -0
  39. package/indexers/bundles/context-code-indexer/templates/articles/f11.md +16 -0
  40. package/indexers/bundles/context-code-indexer/templates/articles/f12.md +13 -0
  41. package/indexers/bundles/context-code-indexer/templates/articles/l01.md +15 -0
  42. package/indexers/bundles/context-code-indexer/templates/articles/l02.md +15 -0
  43. package/indexers/bundles/context-code-indexer/templates/articles/l03.md +26 -0
  44. package/indexers/bundles/context-code-indexer/templates/articles/l04.md +13 -0
  45. package/indexers/bundles/context-code-indexer/templates/articles/l05.md +14 -0
  46. package/indexers/bundles/context-code-indexer/templates/articles/q03.md +12 -0
  47. package/indexers/bundles/context-code-indexer/templates/articles/q05.md +12 -0
  48. package/indexers/bundles/context-code-indexer/templates/articles/q06.md +12 -0
  49. package/indexers/bundles/context-code-indexer/templates/articles/s01.md +14 -0
  50. package/indexers/bundles/context-code-indexer/templates/articles/s02.md +13 -0
  51. package/indexers/bundles/context-code-indexer/templates/articles/s03.md +15 -0
  52. package/indexers/bundles/context-code-indexer/templates/articles/s04.md +14 -0
  53. package/indexers/bundles/context-code-indexer/templates/articles/s05.md +13 -0
  54. package/indexers/bundles/context-code-indexer/templates/articles/s06.md +13 -0
  55. package/indexers/bundles/context-code-indexer/templates/articles/s07.md +14 -0
  56. package/indexers/bundles/context-code-indexer/templates/background-runtime-maintenance-guide.md +1 -9
  57. package/indexers/bundles/context-code-indexer/templates/background-runtime-task-runtime-guide.md +1 -9
  58. package/indexers/bundles/context-code-indexer/templates/cli-tool-maintenance-guide.md +1 -9
  59. package/indexers/bundles/context-code-indexer/templates/cli-tool-public-api-reference.md +1 -9
  60. package/indexers/bundles/context-code-indexer/templates/cli-tool-usage-guide.md +1 -9
  61. package/indexers/bundles/context-code-indexer/templates/component-library-maintenance-guide.md +1 -9
  62. package/indexers/bundles/context-code-indexer/templates/component-library-public-api-reference.md +1 -9
  63. package/indexers/bundles/context-code-indexer/templates/component-library-usage-guide.md +1 -9
  64. package/indexers/bundles/context-code-indexer/templates/contract-source-public-api-reference.md +1 -9
  65. package/indexers/bundles/context-code-indexer/templates/contract-source-usage-guide.md +1 -9
  66. package/indexers/bundles/context-code-indexer/templates/contract-source.md +49 -0
  67. package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation-maintenance-guide.md +1 -9
  68. package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation-task-runtime-guide.md +1 -9
  69. package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation.md +5 -6
  70. package/indexers/bundles/context-code-indexer/templates/derived-generated-source-public-api-reference.md +1 -9
  71. package/indexers/bundles/context-code-indexer/templates/derived-generated-source-usage-guide.md +1 -9
  72. package/indexers/bundles/context-code-indexer/templates/derived-generated-source.md +15 -0
  73. package/indexers/bundles/context-code-indexer/templates/domain-service-maintenance-guide.md +1 -9
  74. package/indexers/bundles/context-code-indexer/templates/domain-service-public-api-reference.md +1 -9
  75. package/indexers/bundles/context-code-indexer/templates/event-consumer-maintenance-guide.md +1 -9
  76. package/indexers/bundles/context-code-indexer/templates/event-consumer-task-runtime-guide.md +1 -9
  77. package/indexers/bundles/context-code-indexer/templates/gateway-facade-maintenance-guide.md +1 -9
  78. package/indexers/bundles/context-code-indexer/templates/gateway-facade-public-api-reference.md +1 -9
  79. package/indexers/bundles/context-code-indexer/templates/gateway-facade-request-adaptation-guide.md +1 -9
  80. package/indexers/bundles/context-code-indexer/templates/monorepo-container-maintenance-guide.md +1 -9
  81. package/indexers/bundles/context-code-indexer/templates/monorepo-container-usage-guide.md +1 -9
  82. package/indexers/bundles/context-code-indexer/templates/monorepo-container.md +9 -0
  83. package/indexers/bundles/context-code-indexer/templates/plugin-extension-maintenance-guide.md +1 -9
  84. package/indexers/bundles/context-code-indexer/templates/plugin-extension-public-api-reference.md +1 -9
  85. package/indexers/bundles/context-code-indexer/templates/plugin-extension-usage-guide.md +1 -9
  86. package/indexers/bundles/context-code-indexer/templates/sdk-library-maintenance-guide.md +1 -9
  87. package/indexers/bundles/context-code-indexer/templates/sdk-library-public-api-reference.md +1 -9
  88. package/indexers/bundles/context-code-indexer/templates/sdk-library-usage-guide.md +1 -9
  89. package/indexers/bundles/context-code-indexer/templates/storage-repository-maintenance-guide.md +1 -9
  90. package/indexers/bundles/context-code-indexer/templates/storage-repository-public-api-reference.md +1 -9
  91. package/indexers/bundles/context-code-indexer/templates/web-application-federation-guide.md +1 -9
  92. package/indexers/bundles/context-code-indexer/templates/web-application-maintenance-guide.md +1 -9
  93. package/indexers/bundles/context-code-indexer/templates/web-application-page-task-guide.md +1 -9
  94. package/indexers/bundles/context-code-indexer/tests/fixtures/composers.json +8 -8
  95. package/indexers/bundles/context-code-indexer/tests/fixtures/profiles.json +240 -48
  96. package/indexers/bundles/context-markdown-indexer/SKILL.md +20 -24
  97. package/indexers/bundles/context-markdown-indexer/context-indexer.yaml +65 -65
  98. package/indexers/bundles/context-markdown-indexer/references/classification.md +28 -63
  99. package/indexers/bundles/context-markdown-indexer/references/editorial-policy.md +2 -2
  100. package/indexers/bundles/context-markdown-indexer/references/indexer.md +57 -109
  101. package/indexers/bundles/context-markdown-indexer/references/semantic-planning.md +48 -176
  102. package/indexers/bundles/context-markdown-indexer/references/structure-and-artifacts.md +33 -115
  103. package/indexers/bundles/context-markdown-indexer/templates/articles/c01.md +11 -0
  104. package/indexers/bundles/context-markdown-indexer/templates/articles/c02.md +15 -0
  105. package/indexers/bundles/context-markdown-indexer/templates/articles/c03.md +9 -0
  106. package/indexers/bundles/context-markdown-indexer/templates/articles/c04.md +10 -0
  107. package/indexers/bundles/context-markdown-indexer/templates/articles/c05.md +11 -0
  108. package/indexers/bundles/context-markdown-indexer/templates/articles/c06.md +11 -0
  109. package/indexers/bundles/context-markdown-indexer/templates/articles/c07.md +10 -0
  110. package/indexers/bundles/context-markdown-indexer/templates/articles/d01.md +10 -0
  111. package/indexers/bundles/context-markdown-indexer/templates/articles/d02.md +11 -0
  112. package/indexers/bundles/context-markdown-indexer/templates/articles/d03.md +11 -0
  113. package/indexers/bundles/context-markdown-indexer/templates/articles/d04.md +23 -0
  114. package/indexers/bundles/context-markdown-indexer/templates/articles/f01.md +11 -0
  115. package/indexers/bundles/context-markdown-indexer/templates/articles/f05.md +11 -0
  116. package/indexers/bundles/context-markdown-indexer/templates/articles/f06.md +11 -0
  117. package/indexers/bundles/context-markdown-indexer/templates/articles/f08.md +13 -0
  118. package/indexers/bundles/context-markdown-indexer/templates/articles/f09.md +11 -0
  119. package/indexers/bundles/context-markdown-indexer/templates/articles/l01.md +12 -0
  120. package/indexers/bundles/context-markdown-indexer/templates/articles/l02.md +13 -0
  121. package/indexers/bundles/context-markdown-indexer/templates/articles/l03.md +24 -0
  122. package/indexers/bundles/context-markdown-indexer/templates/articles/l04.md +11 -0
  123. package/indexers/bundles/context-markdown-indexer/templates/articles/l05.md +12 -0
  124. package/indexers/bundles/context-markdown-indexer/templates/articles/q01.md +15 -0
  125. package/indexers/bundles/context-markdown-indexer/templates/articles/q02.md +14 -0
  126. package/indexers/bundles/context-markdown-indexer/templates/articles/q03.md +10 -0
  127. package/indexers/bundles/context-markdown-indexer/templates/articles/q04.md +15 -0
  128. package/indexers/bundles/context-markdown-indexer/templates/articles/q05.md +10 -0
  129. package/indexers/bundles/context-markdown-indexer/templates/articles/q06.md +10 -0
  130. package/indexers/bundles/context-markdown-indexer/templates/articles/q07.md +15 -0
  131. package/indexers/bundles/context-markdown-indexer/templates/articles/s01.md +12 -0
  132. package/indexers/bundles/context-markdown-indexer/templates/articles/s02.md +10 -0
  133. package/indexers/bundles/context-markdown-indexer/templates/articles/s03.md +12 -0
  134. package/indexers/bundles/context-markdown-indexer/templates/articles/s04.md +12 -0
  135. package/indexers/bundles/context-markdown-indexer/templates/articles/s05.md +11 -0
  136. package/indexers/bundles/context-markdown-indexer/templates/articles/s06.md +11 -0
  137. package/indexers/bundles/context-markdown-indexer/templates/articles/s07.md +12 -0
  138. package/indexers/bundles/context-markdown-indexer/tests/fixtures/anonymous.json +0 -6
  139. package/indexers/bundles/context-markdown-indexer/tests/fixtures/profiles.json +195 -39
  140. package/indexers/bundles/context-note-indexer/SKILL.md +20 -5
  141. package/indexers/bundles/context-note-indexer/context-indexer.yaml +50 -419
  142. package/indexers/bundles/context-note-indexer/references/classification.md +22 -49
  143. package/indexers/bundles/context-note-indexer/references/customization.md +19 -32
  144. package/indexers/bundles/context-note-indexer/references/extension-placement.md +13 -39
  145. package/indexers/bundles/context-note-indexer/references/indexer.md +9 -1
  146. package/indexers/bundles/context-note-indexer/references/updates-and-composition.md +26 -32
  147. package/indexers/bundles/context-note-indexer/references/writing.md +4 -4
  148. package/indexers/bundles/context-note-indexer/templates/articles/c01.md +11 -0
  149. package/indexers/bundles/context-note-indexer/templates/articles/c02.md +15 -0
  150. package/indexers/bundles/context-note-indexer/templates/articles/c03.md +9 -0
  151. package/indexers/bundles/context-note-indexer/templates/articles/c04.md +10 -0
  152. package/indexers/bundles/context-note-indexer/templates/articles/c05.md +11 -0
  153. package/indexers/bundles/context-note-indexer/templates/articles/c06.md +11 -0
  154. package/indexers/bundles/context-note-indexer/templates/articles/c07.md +10 -0
  155. package/indexers/bundles/context-note-indexer/templates/articles/d01.md +10 -0
  156. package/indexers/bundles/context-note-indexer/templates/articles/d02.md +11 -0
  157. package/indexers/bundles/context-note-indexer/templates/articles/d03.md +11 -0
  158. package/indexers/bundles/context-note-indexer/templates/articles/d04.md +15 -0
  159. package/indexers/bundles/context-note-indexer/templates/articles/f01.md +11 -0
  160. package/indexers/bundles/context-note-indexer/templates/articles/f06.md +11 -0
  161. package/indexers/bundles/context-note-indexer/templates/articles/f08.md +13 -0
  162. package/indexers/bundles/context-note-indexer/templates/articles/f09.md +11 -0
  163. package/indexers/bundles/context-note-indexer/templates/articles/l01.md +12 -0
  164. package/indexers/bundles/context-note-indexer/templates/articles/l02.md +13 -0
  165. package/indexers/bundles/context-note-indexer/templates/articles/l03.md +24 -0
  166. package/indexers/bundles/context-note-indexer/templates/articles/l04.md +11 -0
  167. package/indexers/bundles/context-note-indexer/templates/articles/l05.md +12 -0
  168. package/indexers/bundles/context-note-indexer/templates/articles/q01.md +15 -0
  169. package/indexers/bundles/context-note-indexer/templates/articles/q02.md +14 -0
  170. package/indexers/bundles/context-note-indexer/templates/articles/q03.md +10 -0
  171. package/indexers/bundles/context-note-indexer/templates/articles/q04.md +15 -0
  172. package/indexers/bundles/context-note-indexer/templates/articles/q05.md +10 -0
  173. package/indexers/bundles/context-note-indexer/templates/articles/q06.md +10 -0
  174. package/indexers/bundles/context-note-indexer/templates/articles/q07.md +15 -0
  175. package/indexers/bundles/context-note-indexer/templates/articles/s01.md +12 -0
  176. package/indexers/bundles/context-note-indexer/templates/articles/s04.md +12 -0
  177. package/indexers/bundles/context-note-indexer/templates/articles/s05.md +11 -0
  178. package/indexers/bundles/context-note-indexer/templates/articles/s06.md +11 -0
  179. package/indexers/bundles/context-note-indexer/templates/articles/s07.md +12 -0
  180. package/indexers/bundles/context-note-indexer/tests/fixtures/profiles.json +0 -54
  181. package/indexers/bundles/context-sessions-indexer/SKILL.md +20 -5
  182. package/indexers/bundles/context-sessions-indexer/context-indexer.yaml +50 -419
  183. package/indexers/bundles/context-sessions-indexer/references/classification.md +22 -50
  184. package/indexers/bundles/context-sessions-indexer/references/customization.md +19 -32
  185. package/indexers/bundles/context-sessions-indexer/references/extension-placement.md +12 -39
  186. package/indexers/bundles/context-sessions-indexer/references/indexer.md +9 -1
  187. package/indexers/bundles/context-sessions-indexer/references/updates-and-composition.md +26 -32
  188. package/indexers/bundles/context-sessions-indexer/references/writing.md +4 -4
  189. package/indexers/bundles/context-sessions-indexer/templates/articles/c01.md +11 -0
  190. package/indexers/bundles/context-sessions-indexer/templates/articles/c02.md +15 -0
  191. package/indexers/bundles/context-sessions-indexer/templates/articles/c03.md +9 -0
  192. package/indexers/bundles/context-sessions-indexer/templates/articles/c04.md +10 -0
  193. package/indexers/bundles/context-sessions-indexer/templates/articles/c05.md +11 -0
  194. package/indexers/bundles/context-sessions-indexer/templates/articles/c06.md +11 -0
  195. package/indexers/bundles/context-sessions-indexer/templates/articles/c07.md +10 -0
  196. package/indexers/bundles/context-sessions-indexer/templates/articles/d01.md +10 -0
  197. package/indexers/bundles/context-sessions-indexer/templates/articles/d02.md +11 -0
  198. package/indexers/bundles/context-sessions-indexer/templates/articles/d03.md +11 -0
  199. package/indexers/bundles/context-sessions-indexer/templates/articles/d04.md +15 -0
  200. package/indexers/bundles/context-sessions-indexer/templates/articles/f01.md +11 -0
  201. package/indexers/bundles/context-sessions-indexer/templates/articles/f06.md +11 -0
  202. package/indexers/bundles/context-sessions-indexer/templates/articles/f08.md +13 -0
  203. package/indexers/bundles/context-sessions-indexer/templates/articles/f09.md +11 -0
  204. package/indexers/bundles/context-sessions-indexer/templates/articles/l01.md +12 -0
  205. package/indexers/bundles/context-sessions-indexer/templates/articles/l02.md +13 -0
  206. package/indexers/bundles/context-sessions-indexer/templates/articles/l03.md +24 -0
  207. package/indexers/bundles/context-sessions-indexer/templates/articles/l04.md +11 -0
  208. package/indexers/bundles/context-sessions-indexer/templates/articles/l05.md +12 -0
  209. package/indexers/bundles/context-sessions-indexer/templates/articles/q01.md +15 -0
  210. package/indexers/bundles/context-sessions-indexer/templates/articles/q02.md +14 -0
  211. package/indexers/bundles/context-sessions-indexer/templates/articles/q03.md +10 -0
  212. package/indexers/bundles/context-sessions-indexer/templates/articles/q04.md +15 -0
  213. package/indexers/bundles/context-sessions-indexer/templates/articles/q05.md +10 -0
  214. package/indexers/bundles/context-sessions-indexer/templates/articles/q06.md +10 -0
  215. package/indexers/bundles/context-sessions-indexer/templates/articles/q07.md +15 -0
  216. package/indexers/bundles/context-sessions-indexer/templates/articles/s01.md +12 -0
  217. package/indexers/bundles/context-sessions-indexer/templates/articles/s04.md +12 -0
  218. package/indexers/bundles/context-sessions-indexer/templates/articles/s05.md +11 -0
  219. package/indexers/bundles/context-sessions-indexer/templates/articles/s06.md +11 -0
  220. package/indexers/bundles/context-sessions-indexer/templates/articles/s07.md +12 -0
  221. package/indexers/bundles/context-sessions-indexer/tests/fixtures/profiles.json +0 -54
  222. package/indexers/contracts/operator-contract.json +2 -4
  223. package/indexers/contracts/profile-contract.json +246 -940
  224. package/indexers/release-manifest.json +294 -1794
  225. package/package.json +14 -12
  226. package/parserEntryWorker.js +20919 -0
  227. package/plugins/VERSION +1 -1
  228. package/plugins/claude/.claude-plugin/plugin.json +1 -1
  229. package/plugins/claude/commands/context.md +95 -18
  230. package/plugins/claude/skills/context-indexer-create/SKILL.md +31 -70
  231. package/plugins/claude/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
  232. package/plugins/codex/.codex-plugin/plugin.json +2 -2
  233. package/plugins/codex/skills/context/SKILL.md +95 -18
  234. package/plugins/codex/skills/context-indexer-create/SKILL.md +31 -70
  235. package/plugins/codex/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
  236. package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
  237. package/plugins/cursor/commands/c4a-context.md +95 -18
  238. package/plugins/cursor/skills/context-indexer-create/SKILL.md +31 -70
  239. package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
  240. package/plugins/skills/context/SKILL.md +95 -18
  241. package/plugins/skills/context-code-indexer/SKILL.md +19 -44
  242. package/plugins/skills/context-code-indexer/context-indexer.yaml +217 -234
  243. package/plugins/skills/context-code-indexer/references/composers/contracts-and-chains.md +7 -2
  244. package/plugins/skills/context-code-indexer/references/composers/cross-module-chain.md +7 -2
  245. package/plugins/skills/context-code-indexer/references/composers/development-and-delivery.md +7 -2
  246. package/plugins/skills/context-code-indexer/references/composers/event-flow.md +7 -2
  247. package/plugins/skills/context-code-indexer/references/composers/examples-and-documentation.md +7 -2
  248. package/plugins/skills/context-code-indexer/references/composers/persistence-boundary.md +7 -2
  249. package/plugins/skills/context-code-indexer/references/composers/protocol-boundary.md +8 -3
  250. package/plugins/skills/context-code-indexer/references/composers/public-contract.md +9 -4
  251. package/plugins/skills/context-code-indexer/references/indexer.md +137 -324
  252. package/plugins/skills/context-code-indexer/references/metrics.md +1 -1
  253. package/plugins/skills/context-code-indexer/templates/adapter-integration-maintenance-guide.md +1 -9
  254. package/plugins/skills/context-code-indexer/templates/adapter-integration-request-adaptation-guide.md +1 -9
  255. package/plugins/skills/context-code-indexer/templates/adapter-integration-usage-guide.md +1 -9
  256. package/plugins/skills/context-code-indexer/templates/api-service-maintenance-guide.md +1 -9
  257. package/plugins/skills/context-code-indexer/templates/api-service-public-api-reference.md +1 -9
  258. package/plugins/skills/context-code-indexer/templates/articles/c01.md +23 -0
  259. package/plugins/skills/context-code-indexer/templates/articles/c02.md +17 -0
  260. package/plugins/skills/context-code-indexer/templates/articles/c03.md +11 -0
  261. package/plugins/skills/context-code-indexer/templates/articles/c04.md +12 -0
  262. package/plugins/skills/context-code-indexer/templates/articles/c05.md +13 -0
  263. package/plugins/skills/context-code-indexer/templates/articles/c07.md +34 -0
  264. package/plugins/skills/context-code-indexer/templates/articles/d01.md +12 -0
  265. package/plugins/skills/context-code-indexer/templates/articles/d02.md +13 -0
  266. package/plugins/skills/context-code-indexer/templates/articles/d03.md +13 -0
  267. package/plugins/skills/context-code-indexer/templates/articles/d04.md +17 -0
  268. package/plugins/skills/context-code-indexer/templates/articles/f01.md +31 -0
  269. package/plugins/skills/context-code-indexer/templates/articles/f02.md +12 -0
  270. package/plugins/skills/context-code-indexer/templates/articles/f03.md +17 -0
  271. package/plugins/skills/context-code-indexer/templates/articles/f04.md +13 -0
  272. package/plugins/skills/context-code-indexer/templates/articles/f05.md +13 -0
  273. package/plugins/skills/context-code-indexer/templates/articles/f06.md +13 -0
  274. package/plugins/skills/context-code-indexer/templates/articles/f07.md +12 -0
  275. package/plugins/skills/context-code-indexer/templates/articles/f08.md +15 -0
  276. package/plugins/skills/context-code-indexer/templates/articles/f09.md +13 -0
  277. package/plugins/skills/context-code-indexer/templates/articles/f10.md +13 -0
  278. package/plugins/skills/context-code-indexer/templates/articles/f11.md +16 -0
  279. package/plugins/skills/context-code-indexer/templates/articles/f12.md +13 -0
  280. package/plugins/skills/context-code-indexer/templates/articles/l01.md +15 -0
  281. package/plugins/skills/context-code-indexer/templates/articles/l02.md +15 -0
  282. package/plugins/skills/context-code-indexer/templates/articles/l03.md +26 -0
  283. package/plugins/skills/context-code-indexer/templates/articles/l04.md +13 -0
  284. package/plugins/skills/context-code-indexer/templates/articles/l05.md +14 -0
  285. package/plugins/skills/context-code-indexer/templates/articles/q03.md +12 -0
  286. package/plugins/skills/context-code-indexer/templates/articles/q05.md +12 -0
  287. package/plugins/skills/context-code-indexer/templates/articles/q06.md +12 -0
  288. package/plugins/skills/context-code-indexer/templates/articles/s01.md +14 -0
  289. package/plugins/skills/context-code-indexer/templates/articles/s02.md +13 -0
  290. package/plugins/skills/context-code-indexer/templates/articles/s03.md +15 -0
  291. package/plugins/skills/context-code-indexer/templates/articles/s04.md +14 -0
  292. package/plugins/skills/context-code-indexer/templates/articles/s05.md +13 -0
  293. package/plugins/skills/context-code-indexer/templates/articles/s06.md +13 -0
  294. package/plugins/skills/context-code-indexer/templates/articles/s07.md +14 -0
  295. package/plugins/skills/context-code-indexer/templates/background-runtime-maintenance-guide.md +1 -9
  296. package/plugins/skills/context-code-indexer/templates/background-runtime-task-runtime-guide.md +1 -9
  297. package/plugins/skills/context-code-indexer/templates/cli-tool-maintenance-guide.md +1 -9
  298. package/plugins/skills/context-code-indexer/templates/cli-tool-public-api-reference.md +1 -9
  299. package/plugins/skills/context-code-indexer/templates/cli-tool-usage-guide.md +1 -9
  300. package/plugins/skills/context-code-indexer/templates/component-library-maintenance-guide.md +1 -9
  301. package/plugins/skills/context-code-indexer/templates/component-library-public-api-reference.md +1 -9
  302. package/plugins/skills/context-code-indexer/templates/component-library-usage-guide.md +1 -9
  303. package/plugins/skills/context-code-indexer/templates/contract-source-public-api-reference.md +1 -9
  304. package/plugins/skills/context-code-indexer/templates/contract-source-usage-guide.md +1 -9
  305. package/plugins/skills/context-code-indexer/templates/contract-source.md +49 -0
  306. package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-maintenance-guide.md +1 -9
  307. package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-task-runtime-guide.md +1 -9
  308. package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation.md +5 -6
  309. package/plugins/skills/context-code-indexer/templates/derived-generated-source-public-api-reference.md +1 -9
  310. package/plugins/skills/context-code-indexer/templates/derived-generated-source-usage-guide.md +1 -9
  311. package/plugins/skills/context-code-indexer/templates/derived-generated-source.md +15 -0
  312. package/plugins/skills/context-code-indexer/templates/domain-service-maintenance-guide.md +1 -9
  313. package/plugins/skills/context-code-indexer/templates/domain-service-public-api-reference.md +1 -9
  314. package/plugins/skills/context-code-indexer/templates/event-consumer-maintenance-guide.md +1 -9
  315. package/plugins/skills/context-code-indexer/templates/event-consumer-task-runtime-guide.md +1 -9
  316. package/plugins/skills/context-code-indexer/templates/gateway-facade-maintenance-guide.md +1 -9
  317. package/plugins/skills/context-code-indexer/templates/gateway-facade-public-api-reference.md +1 -9
  318. package/plugins/skills/context-code-indexer/templates/gateway-facade-request-adaptation-guide.md +1 -9
  319. package/plugins/skills/context-code-indexer/templates/monorepo-container-maintenance-guide.md +1 -9
  320. package/plugins/skills/context-code-indexer/templates/monorepo-container-usage-guide.md +1 -9
  321. package/plugins/skills/context-code-indexer/templates/monorepo-container.md +9 -0
  322. package/plugins/skills/context-code-indexer/templates/plugin-extension-maintenance-guide.md +1 -9
  323. package/plugins/skills/context-code-indexer/templates/plugin-extension-public-api-reference.md +1 -9
  324. package/plugins/skills/context-code-indexer/templates/plugin-extension-usage-guide.md +1 -9
  325. package/plugins/skills/context-code-indexer/templates/sdk-library-maintenance-guide.md +1 -9
  326. package/plugins/skills/context-code-indexer/templates/sdk-library-public-api-reference.md +1 -9
  327. package/plugins/skills/context-code-indexer/templates/sdk-library-usage-guide.md +1 -9
  328. package/plugins/skills/context-code-indexer/templates/storage-repository-maintenance-guide.md +1 -9
  329. package/plugins/skills/context-code-indexer/templates/storage-repository-public-api-reference.md +1 -9
  330. package/plugins/skills/context-code-indexer/templates/web-application-federation-guide.md +1 -9
  331. package/plugins/skills/context-code-indexer/templates/web-application-maintenance-guide.md +1 -9
  332. package/plugins/skills/context-code-indexer/templates/web-application-page-task-guide.md +1 -9
  333. package/plugins/skills/context-code-indexer/tests/fixtures/composers.json +8 -8
  334. package/plugins/skills/context-code-indexer/tests/fixtures/profiles.json +240 -48
  335. package/plugins/skills/context-indexer-create/SKILL.md +31 -70
  336. package/plugins/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
  337. package/plugins/skills/context-markdown-indexer/SKILL.md +20 -24
  338. package/plugins/skills/context-markdown-indexer/context-indexer.yaml +65 -65
  339. package/plugins/skills/context-markdown-indexer/references/classification.md +28 -63
  340. package/plugins/skills/context-markdown-indexer/references/editorial-policy.md +2 -2
  341. package/plugins/skills/context-markdown-indexer/references/indexer.md +57 -109
  342. package/plugins/skills/context-markdown-indexer/references/semantic-planning.md +48 -176
  343. package/plugins/skills/context-markdown-indexer/references/structure-and-artifacts.md +33 -115
  344. package/plugins/skills/context-markdown-indexer/templates/articles/c01.md +11 -0
  345. package/plugins/skills/context-markdown-indexer/templates/articles/c02.md +15 -0
  346. package/plugins/skills/context-markdown-indexer/templates/articles/c03.md +9 -0
  347. package/plugins/skills/context-markdown-indexer/templates/articles/c04.md +10 -0
  348. package/plugins/skills/context-markdown-indexer/templates/articles/c05.md +11 -0
  349. package/plugins/skills/context-markdown-indexer/templates/articles/c06.md +11 -0
  350. package/plugins/skills/context-markdown-indexer/templates/articles/c07.md +10 -0
  351. package/plugins/skills/context-markdown-indexer/templates/articles/d01.md +10 -0
  352. package/plugins/skills/context-markdown-indexer/templates/articles/d02.md +11 -0
  353. package/plugins/skills/context-markdown-indexer/templates/articles/d03.md +11 -0
  354. package/plugins/skills/context-markdown-indexer/templates/articles/d04.md +23 -0
  355. package/plugins/skills/context-markdown-indexer/templates/articles/f01.md +11 -0
  356. package/plugins/skills/context-markdown-indexer/templates/articles/f05.md +11 -0
  357. package/plugins/skills/context-markdown-indexer/templates/articles/f06.md +11 -0
  358. package/plugins/skills/context-markdown-indexer/templates/articles/f08.md +13 -0
  359. package/plugins/skills/context-markdown-indexer/templates/articles/f09.md +11 -0
  360. package/plugins/skills/context-markdown-indexer/templates/articles/l01.md +12 -0
  361. package/plugins/skills/context-markdown-indexer/templates/articles/l02.md +13 -0
  362. package/plugins/skills/context-markdown-indexer/templates/articles/l03.md +24 -0
  363. package/plugins/skills/context-markdown-indexer/templates/articles/l04.md +11 -0
  364. package/plugins/skills/context-markdown-indexer/templates/articles/l05.md +12 -0
  365. package/plugins/skills/context-markdown-indexer/templates/articles/q01.md +15 -0
  366. package/plugins/skills/context-markdown-indexer/templates/articles/q02.md +14 -0
  367. package/plugins/skills/context-markdown-indexer/templates/articles/q03.md +10 -0
  368. package/plugins/skills/context-markdown-indexer/templates/articles/q04.md +15 -0
  369. package/plugins/skills/context-markdown-indexer/templates/articles/q05.md +10 -0
  370. package/plugins/skills/context-markdown-indexer/templates/articles/q06.md +10 -0
  371. package/plugins/skills/context-markdown-indexer/templates/articles/q07.md +15 -0
  372. package/plugins/skills/context-markdown-indexer/templates/articles/s01.md +12 -0
  373. package/plugins/skills/context-markdown-indexer/templates/articles/s02.md +10 -0
  374. package/plugins/skills/context-markdown-indexer/templates/articles/s03.md +12 -0
  375. package/plugins/skills/context-markdown-indexer/templates/articles/s04.md +12 -0
  376. package/plugins/skills/context-markdown-indexer/templates/articles/s05.md +11 -0
  377. package/plugins/skills/context-markdown-indexer/templates/articles/s06.md +11 -0
  378. package/plugins/skills/context-markdown-indexer/templates/articles/s07.md +12 -0
  379. package/plugins/skills/context-markdown-indexer/tests/fixtures/anonymous.json +0 -6
  380. package/plugins/skills/context-markdown-indexer/tests/fixtures/profiles.json +195 -39
  381. package/plugins/skills/context-note-indexer/SKILL.md +20 -5
  382. package/plugins/skills/context-note-indexer/context-indexer.yaml +50 -419
  383. package/plugins/skills/context-note-indexer/references/classification.md +22 -49
  384. package/plugins/skills/context-note-indexer/references/customization.md +19 -32
  385. package/plugins/skills/context-note-indexer/references/extension-placement.md +13 -39
  386. package/plugins/skills/context-note-indexer/references/indexer.md +9 -1
  387. package/plugins/skills/context-note-indexer/references/updates-and-composition.md +26 -32
  388. package/plugins/skills/context-note-indexer/references/writing.md +4 -4
  389. package/plugins/skills/context-note-indexer/templates/articles/c01.md +11 -0
  390. package/plugins/skills/context-note-indexer/templates/articles/c02.md +15 -0
  391. package/plugins/skills/context-note-indexer/templates/articles/c03.md +9 -0
  392. package/plugins/skills/context-note-indexer/templates/articles/c04.md +10 -0
  393. package/plugins/skills/context-note-indexer/templates/articles/c05.md +11 -0
  394. package/plugins/skills/context-note-indexer/templates/articles/c06.md +11 -0
  395. package/plugins/skills/context-note-indexer/templates/articles/c07.md +10 -0
  396. package/plugins/skills/context-note-indexer/templates/articles/d01.md +10 -0
  397. package/plugins/skills/context-note-indexer/templates/articles/d02.md +11 -0
  398. package/plugins/skills/context-note-indexer/templates/articles/d03.md +11 -0
  399. package/plugins/skills/context-note-indexer/templates/articles/d04.md +15 -0
  400. package/plugins/skills/context-note-indexer/templates/articles/f01.md +11 -0
  401. package/plugins/skills/context-note-indexer/templates/articles/f06.md +11 -0
  402. package/plugins/skills/context-note-indexer/templates/articles/f08.md +13 -0
  403. package/plugins/skills/context-note-indexer/templates/articles/f09.md +11 -0
  404. package/plugins/skills/context-note-indexer/templates/articles/l01.md +12 -0
  405. package/plugins/skills/context-note-indexer/templates/articles/l02.md +13 -0
  406. package/plugins/skills/context-note-indexer/templates/articles/l03.md +24 -0
  407. package/plugins/skills/context-note-indexer/templates/articles/l04.md +11 -0
  408. package/plugins/skills/context-note-indexer/templates/articles/l05.md +12 -0
  409. package/plugins/skills/context-note-indexer/templates/articles/q01.md +15 -0
  410. package/plugins/skills/context-note-indexer/templates/articles/q02.md +14 -0
  411. package/plugins/skills/context-note-indexer/templates/articles/q03.md +10 -0
  412. package/plugins/skills/context-note-indexer/templates/articles/q04.md +15 -0
  413. package/plugins/skills/context-note-indexer/templates/articles/q05.md +10 -0
  414. package/plugins/skills/context-note-indexer/templates/articles/q06.md +10 -0
  415. package/plugins/skills/context-note-indexer/templates/articles/q07.md +15 -0
  416. package/plugins/skills/context-note-indexer/templates/articles/s01.md +12 -0
  417. package/plugins/skills/context-note-indexer/templates/articles/s04.md +12 -0
  418. package/plugins/skills/context-note-indexer/templates/articles/s05.md +11 -0
  419. package/plugins/skills/context-note-indexer/templates/articles/s06.md +11 -0
  420. package/plugins/skills/context-note-indexer/templates/articles/s07.md +12 -0
  421. package/plugins/skills/context-note-indexer/tests/fixtures/profiles.json +0 -54
  422. package/plugins/skills/context-sessions-indexer/SKILL.md +20 -5
  423. package/plugins/skills/context-sessions-indexer/context-indexer.yaml +50 -419
  424. package/plugins/skills/context-sessions-indexer/references/classification.md +22 -50
  425. package/plugins/skills/context-sessions-indexer/references/customization.md +19 -32
  426. package/plugins/skills/context-sessions-indexer/references/extension-placement.md +12 -39
  427. package/plugins/skills/context-sessions-indexer/references/indexer.md +9 -1
  428. package/plugins/skills/context-sessions-indexer/references/updates-and-composition.md +26 -32
  429. package/plugins/skills/context-sessions-indexer/references/writing.md +4 -4
  430. package/plugins/skills/context-sessions-indexer/templates/articles/c01.md +11 -0
  431. package/plugins/skills/context-sessions-indexer/templates/articles/c02.md +15 -0
  432. package/plugins/skills/context-sessions-indexer/templates/articles/c03.md +9 -0
  433. package/plugins/skills/context-sessions-indexer/templates/articles/c04.md +10 -0
  434. package/plugins/skills/context-sessions-indexer/templates/articles/c05.md +11 -0
  435. package/plugins/skills/context-sessions-indexer/templates/articles/c06.md +11 -0
  436. package/plugins/skills/context-sessions-indexer/templates/articles/c07.md +10 -0
  437. package/plugins/skills/context-sessions-indexer/templates/articles/d01.md +10 -0
  438. package/plugins/skills/context-sessions-indexer/templates/articles/d02.md +11 -0
  439. package/plugins/skills/context-sessions-indexer/templates/articles/d03.md +11 -0
  440. package/plugins/skills/context-sessions-indexer/templates/articles/d04.md +15 -0
  441. package/plugins/skills/context-sessions-indexer/templates/articles/f01.md +11 -0
  442. package/plugins/skills/context-sessions-indexer/templates/articles/f06.md +11 -0
  443. package/plugins/skills/context-sessions-indexer/templates/articles/f08.md +13 -0
  444. package/plugins/skills/context-sessions-indexer/templates/articles/f09.md +11 -0
  445. package/plugins/skills/context-sessions-indexer/templates/articles/l01.md +12 -0
  446. package/plugins/skills/context-sessions-indexer/templates/articles/l02.md +13 -0
  447. package/plugins/skills/context-sessions-indexer/templates/articles/l03.md +24 -0
  448. package/plugins/skills/context-sessions-indexer/templates/articles/l04.md +11 -0
  449. package/plugins/skills/context-sessions-indexer/templates/articles/l05.md +12 -0
  450. package/plugins/skills/context-sessions-indexer/templates/articles/q01.md +15 -0
  451. package/plugins/skills/context-sessions-indexer/templates/articles/q02.md +14 -0
  452. package/plugins/skills/context-sessions-indexer/templates/articles/q03.md +10 -0
  453. package/plugins/skills/context-sessions-indexer/templates/articles/q04.md +15 -0
  454. package/plugins/skills/context-sessions-indexer/templates/articles/q05.md +10 -0
  455. package/plugins/skills/context-sessions-indexer/templates/articles/q06.md +10 -0
  456. package/plugins/skills/context-sessions-indexer/templates/articles/q07.md +15 -0
  457. package/plugins/skills/context-sessions-indexer/templates/articles/s01.md +12 -0
  458. package/plugins/skills/context-sessions-indexer/templates/articles/s04.md +12 -0
  459. package/plugins/skills/context-sessions-indexer/templates/articles/s05.md +11 -0
  460. package/plugins/skills/context-sessions-indexer/templates/articles/s06.md +11 -0
  461. package/plugins/skills/context-sessions-indexer/templates/articles/s07.md +12 -0
  462. package/plugins/skills/context-sessions-indexer/tests/fixtures/profiles.json +0 -54
  463. package/providers/context/actions/approve-production-report.yaml +5 -0
  464. package/providers/context/actions/configure-production-requirements.yaml +5 -0
  465. package/providers/context/actions/inspect-task-recovery.yaml +5 -0
  466. package/providers/context/actions/prepare-production-stage.yaml +5 -0
  467. package/providers/context/actions/record-workspace-version.yaml +5 -0
  468. package/providers/context/actions/register-source-batch.yaml +1 -1
  469. package/providers/context/actions/resume-workspace-task.yaml +5 -0
  470. package/providers/context/actions/run-indexer-lifecycle.yaml +4 -1
  471. package/providers/context/actions/work-production-stage.yaml +5 -0
  472. package/providers/context/codes.yaml +13 -7
  473. package/providers/context/graphs/indexer.yaml +129 -587
  474. package/providers/context/graphs/workspace.yaml +41 -37
  475. package/providers/context/manifest.json +173 -800
  476. package/providers/context/provider.yaml +1 -1
  477. package/providers/context/resources/contracts/indexer-provider-guide.yaml +2 -2
  478. package/providers/context/resources/diagnostics/verification.md +4 -6
  479. package/providers/context/resources/dialogue/package-output.md +13 -4
  480. package/providers/context/resources/dialogue/source-boundary.md +9 -1
  481. package/providers/context/resources/dialogue/workflow-mode-after-creation.md +15 -17
  482. package/providers/context/resources/manuals/guides/code-indexer-skill-authoring.md +84 -0
  483. package/providers/context/resources/manuals/guides/indexer-provider-and-customization.md +117 -0
  484. package/providers/context/resources/manuals/guides/knowledge-updates.md +137 -18
  485. package/providers/context/resources/manuals/guides/markdown-indexer-skill-authoring.md +65 -0
  486. package/providers/context/resources/manuals/guides/package-outputs.md +213 -47
  487. package/providers/context/resources/manuals/reference/package-templates.md +39 -65
  488. package/providers/context/resources/manuals/reference/project-api.md +53 -0
  489. package/providers/context/resources/manuals/reference/template-variables.md +2 -3
  490. package/providers/context/resources/procedures/approved-revision.md +28 -35
  491. package/providers/context/resources/procedures/close-and-build.md +52 -0
  492. package/providers/context/resources/procedures/homogeneous-source-review.md +123 -0
  493. package/providers/context/resources/procedures/knowledge-review.md +1 -1
  494. package/providers/context/resources/procedures/knowledge-updates.md +137 -18
  495. package/providers/context/resources/procedures/package-output.md +20 -1
  496. package/providers/context/resources/procedures/parallel-agent-batch.md +39 -0
  497. package/providers/context/resources/procedures/production-requirements.md +61 -0
  498. package/providers/context/resources/procedures/production-stage-files.md +57 -0
  499. package/providers/context/resources/procedures/source-boundary.md +9 -0
  500. package/providers/context/resources/procedures/source-capture-detailed.md +36 -2
  501. package/providers/context/resources/procedures/task-recovery.md +66 -0
  502. package/providers/context/resources/procedures/verify-and-repair.md +5 -0
  503. package/providers/context/resources/procedures/work-start-report.md +91 -259
  504. package/providers/context/resources/templates/indexer-agent-worker.md +26 -0
  505. package/providers/context/resources/templates/recovery-issue.md +54 -0
  506. package/providers/context/resources/templates/work-start-report.md +57 -169
  507. package/providers/context/schemas/approved-revision-result.schema.json +61 -2
  508. package/providers/context/schemas/indexer-agent-step-result.schema.json +132 -2013
  509. package/providers/context/schemas/source-batch-input.schema.json +8 -15
  510. package/providers/context/skills/record-workspace-version/SKILL.md +46 -0
  511. package/providers/context/skills/recover-workspace/SKILL.md +15 -0
  512. package/providers/context/skills/resolve-current-indexer-gate/SKILL.md +11 -50
  513. package/providers/context/skills/run-indexer-agent-step/SKILL.md +19 -374
  514. package/providers/context/skills/run-indexer-lifecycle/SKILL.md +28 -205
  515. package/providers/context/skills/work-production-stage/SKILL.md +35 -0
  516. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-c01-page.md +0 -232
  517. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-c03-page.md +0 -168
  518. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-c04-page.md +0 -200
  519. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-c05-page.md +0 -232
  520. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-c07-page.md +0 -200
  521. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-d02-page.md +0 -232
  522. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-d04-page.md +0 -360
  523. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-f09-page.md +0 -232
  524. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-l01-page.md +0 -304
  525. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-l04-page.md +0 -232
  526. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-q03-page.md +0 -200
  527. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-q05-page.md +0 -200
  528. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-s01-page.md +0 -264
  529. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-s06-page.md +0 -232
  530. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-c01-page.md +0 -232
  531. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-c03-page.md +0 -168
  532. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-c04-page.md +0 -200
  533. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-c05-page.md +0 -232
  534. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-c07-page.md +0 -200
  535. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-d02-page.md +0 -232
  536. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-d04-page.md +0 -360
  537. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-f09-page.md +0 -232
  538. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-q03-page.md +0 -200
  539. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-q05-page.md +0 -200
  540. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-s01-page.md +0 -264
  541. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-s02-page.md +0 -240
  542. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-s03-page.md +0 -304
  543. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-s06-page.md +0 -232
  544. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-c01-page.md +0 -232
  545. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-c03-page.md +0 -168
  546. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-c04-page.md +0 -200
  547. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-c05-page.md +0 -232
  548. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-c07-page.md +0 -200
  549. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-d02-page.md +0 -232
  550. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-d04-page.md +0 -360
  551. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-f09-page.md +0 -232
  552. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-q03-page.md +0 -200
  553. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-q05-page.md +0 -200
  554. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-s01-page.md +0 -264
  555. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-s06-page.md +0 -232
  556. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-s07-page.md +0 -264
  557. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-c01-page.md +0 -232
  558. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-c03-page.md +0 -168
  559. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-c04-page.md +0 -200
  560. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-c05-page.md +0 -232
  561. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-c07-page.md +0 -200
  562. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-d04-page.md +0 -360
  563. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-f09-page.md +0 -232
  564. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-l01-page.md +0 -304
  565. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-q03-page.md +0 -200
  566. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-q05-page.md +0 -200
  567. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-q06-page.md +0 -200
  568. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-c01-page.md +0 -232
  569. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-c03-page.md +0 -168
  570. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-c04-page.md +0 -200
  571. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-c05-page.md +0 -232
  572. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-c07-page.md +0 -200
  573. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-d04-page.md +0 -360
  574. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-f09-page.md +0 -232
  575. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-l02-page.md +0 -304
  576. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-l03-page.md +0 -648
  577. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-l05-page.md +0 -264
  578. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-q03-page.md +0 -200
  579. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-q05-page.md +0 -200
  580. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-c01-page.md +0 -232
  581. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-c03-page.md +0 -168
  582. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-c04-page.md +0 -200
  583. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-c05-page.md +0 -232
  584. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-c07-page.md +0 -200
  585. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-d04-page.md +0 -360
  586. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-f06-page.md +0 -232
  587. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-f09-page.md +0 -232
  588. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-q03-page.md +0 -200
  589. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-q05-page.md +0 -200
  590. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-s02-page.md +0 -240
  591. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-c01-page.md +0 -232
  592. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-c03-page.md +0 -168
  593. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-c04-page.md +0 -200
  594. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-c05-page.md +0 -232
  595. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-c07-page.md +0 -200
  596. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-d02-page.md +0 -232
  597. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-d04-page.md +0 -360
  598. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-f09-page.md +0 -232
  599. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-q03-page.md +0 -200
  600. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-q05-page.md +0 -200
  601. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-s01-page.md +0 -264
  602. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-s06-page.md +0 -232
  603. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-s07-page.md +0 -264
  604. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-c01-page.md +0 -232
  605. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-c03-page.md +0 -168
  606. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-c04-page.md +0 -200
  607. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-c05-page.md +0 -232
  608. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-c07-page.md +0 -200
  609. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-d04-page.md +0 -360
  610. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-f06-page.md +0 -232
  611. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-f09-page.md +0 -232
  612. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-q03-page.md +0 -200
  613. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-q05-page.md +0 -200
  614. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-s02-page.md +0 -240
  615. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c01-page.md +0 -232
  616. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c02-page.md +0 -360
  617. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c03-page.md +0 -168
  618. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c04-page.md +0 -200
  619. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c05-page.md +0 -232
  620. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c07-page.md +0 -200
  621. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-d02-page.md +0 -232
  622. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-d03-page.md +0 -232
  623. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-d04-page.md +0 -360
  624. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-f09-page.md +0 -232
  625. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-q03-page.md +0 -200
  626. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-q05-page.md +0 -200
  627. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-s01-page.md +0 -264
  628. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-s03-page.md +0 -304
  629. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-s04-page.md +0 -264
  630. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-s05-page.md +0 -232
  631. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-s06-page.md +0 -232
  632. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-c01-page.md +0 -232
  633. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-c03-page.md +0 -168
  634. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-c04-page.md +0 -200
  635. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-c05-page.md +0 -232
  636. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-c07-page.md +0 -200
  637. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-d02-page.md +0 -232
  638. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-d04-page.md +0 -360
  639. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-f09-page.md +0 -232
  640. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-q03-page.md +0 -200
  641. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-q05-page.md +0 -200
  642. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-s01-page.md +0 -264
  643. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-s06-page.md +0 -232
  644. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-s07-page.md +0 -264
  645. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-c01-page.md +0 -232
  646. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-c03-page.md +0 -168
  647. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-c04-page.md +0 -200
  648. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-c05-page.md +0 -232
  649. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-c07-page.md +0 -200
  650. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-d02-page.md +0 -232
  651. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-d04-page.md +0 -360
  652. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-f09-page.md +0 -232
  653. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-l04-page.md +0 -232
  654. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-q03-page.md +0 -200
  655. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-q05-page.md +0 -200
  656. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-s01-page.md +0 -264
  657. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-s02-page.md +0 -240
  658. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-s03-page.md +0 -304
  659. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-s06-page.md +0 -232
  660. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-c01-page.md +0 -232
  661. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-c03-page.md +0 -168
  662. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-c04-page.md +0 -200
  663. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-c05-page.md +0 -232
  664. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-c07-page.md +0 -200
  665. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-d01-page.md +0 -200
  666. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-d04-page.md +0 -360
  667. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-f09-page.md +0 -232
  668. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-f11-page.md +0 -328
  669. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-q03-page.md +0 -200
  670. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-q05-page.md +0 -200
  671. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-c01-page.md +0 -232
  672. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-c03-page.md +0 -168
  673. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-c04-page.md +0 -200
  674. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-c05-page.md +0 -232
  675. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-c07-page.md +0 -200
  676. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-d04-page.md +0 -360
  677. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-f09-page.md +0 -232
  678. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-l01-page.md +0 -304
  679. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-l04-page.md +0 -232
  680. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-q03-page.md +0 -200
  681. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-q05-page.md +0 -200
  682. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-c01-page.md +0 -232
  683. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-c03-page.md +0 -168
  684. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-c04-page.md +0 -200
  685. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-c05-page.md +0 -232
  686. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-c07-page.md +0 -200
  687. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-d04-page.md +0 -360
  688. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-f09-page.md +0 -232
  689. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-l01-page.md +0 -304
  690. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-l03-page.md +0 -648
  691. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-l04-page.md +0 -232
  692. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-q03-page.md +0 -200
  693. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-q05-page.md +0 -200
  694. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-c01-page.md +0 -232
  695. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-c03-page.md +0 -168
  696. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-c04-page.md +0 -200
  697. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-c05-page.md +0 -232
  698. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-c07-page.md +0 -200
  699. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-d02-page.md +0 -232
  700. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-d04-page.md +0 -360
  701. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-f09-page.md +0 -232
  702. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-q03-page.md +0 -200
  703. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-q05-page.md +0 -200
  704. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-s01-page.md +0 -264
  705. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-s05-page.md +0 -232
  706. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-s06-page.md +0 -232
  707. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c01-page.md +0 -232
  708. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c02-page.md +0 -360
  709. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c03-page.md +0 -168
  710. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c04-page.md +0 -200
  711. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c05-page.md +0 -232
  712. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c07-page.md +0 -200
  713. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-d02-page.md +0 -232
  714. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-d03-page.md +0 -232
  715. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-d04-page.md +0 -360
  716. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f01-page.md +0 -232
  717. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f02-page.md +0 -200
  718. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f03-page.md +0 -368
  719. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f04-page.md +0 -232
  720. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f05-page.md +0 -232
  721. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f06-page.md +0 -232
  722. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f07-page.md +0 -200
  723. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f08-page.md +0 -296
  724. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f09-page.md +0 -232
  725. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f10-page.md +0 -232
  726. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f11-page.md +0 -328
  727. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f12-page.md +0 -232
  728. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-q03-page.md +0 -200
  729. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-q05-page.md +0 -200
  730. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-s04-page.md +0 -264
  731. package/indexers/bundles/context-markdown-indexer/templates/article-programs/decision-record-c06-page.md +0 -230
  732. package/indexers/bundles/context-markdown-indexer/templates/article-programs/documentation-site-c01-page.md +0 -230
  733. package/indexers/bundles/context-markdown-indexer/templates/article-programs/documentation-site-l05-page.md +0 -262
  734. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-c01-page.md +0 -230
  735. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-c02-page.md +0 -358
  736. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-c03-page.md +0 -166
  737. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-d01-page.md +0 -198
  738. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-d02-page.md +0 -230
  739. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-d03-page.md +0 -230
  740. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-q01-page.md +0 -358
  741. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-s04-page.md +0 -262
  742. package/indexers/bundles/context-markdown-indexer/templates/article-programs/faq-support-c05-page.md +0 -230
  743. package/indexers/bundles/context-markdown-indexer/templates/article-programs/faq-support-q07-page.md +0 -358
  744. package/indexers/bundles/context-markdown-indexer/templates/article-programs/incident-review-c05-page.md +0 -230
  745. package/indexers/bundles/context-markdown-indexer/templates/article-programs/incident-review-c06-page.md +0 -230
  746. package/indexers/bundles/context-markdown-indexer/templates/article-programs/incident-review-q07-page.md +0 -358
  747. package/indexers/bundles/context-markdown-indexer/templates/article-programs/product-requirements-c02-page.md +0 -358
  748. package/indexers/bundles/context-markdown-indexer/templates/article-programs/product-requirements-c03-page.md +0 -166
  749. package/indexers/bundles/context-markdown-indexer/templates/article-programs/public-api-reference-f05-page.md +0 -230
  750. package/indexers/bundles/context-markdown-indexer/templates/article-programs/public-api-reference-l02-page.md +0 -294
  751. package/indexers/bundles/context-markdown-indexer/templates/article-programs/public-api-reference-s02-page.md +0 -198
  752. package/indexers/bundles/context-markdown-indexer/templates/article-programs/public-api-reference-s03-page.md +0 -262
  753. package/indexers/bundles/context-markdown-indexer/templates/article-programs/release-migration-guide-c06-page.md +0 -230
  754. package/indexers/bundles/context-markdown-indexer/templates/article-programs/release-migration-guide-f09-page.md +0 -230
  755. package/indexers/bundles/context-markdown-indexer/templates/article-programs/release-migration-guide-l01-page.md +0 -262
  756. package/indexers/bundles/context-markdown-indexer/templates/article-programs/release-migration-guide-l03-page.md +0 -646
  757. package/indexers/bundles/context-markdown-indexer/templates/article-programs/release-migration-guide-l05-page.md +0 -262
  758. package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-c05-page.md +0 -230
  759. package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-d04-page.md +0 -358
  760. package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-f09-page.md +0 -230
  761. package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-q05-page.md +0 -198
  762. package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-q06-page.md +0 -198
  763. package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-s07-page.md +0 -262
  764. package/indexers/bundles/context-markdown-indexer/templates/article-programs/standard-policy-d03-page.md +0 -230
  765. package/indexers/bundles/context-markdown-indexer/templates/article-programs/standard-policy-d04-page.md +0 -358
  766. package/indexers/bundles/context-markdown-indexer/templates/article-programs/standard-policy-f08-page.md +0 -294
  767. package/indexers/bundles/context-markdown-indexer/templates/article-programs/standard-policy-l03-page.md +0 -646
  768. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-c01-page.md +0 -230
  769. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-c04-page.md +0 -198
  770. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-c07-page.md +0 -198
  771. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-d01-page.md +0 -198
  772. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-d02-page.md +0 -230
  773. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-d04-page.md +0 -358
  774. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-f01-page.md +0 -230
  775. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-f06-page.md +0 -230
  776. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-f08-page.md +0 -294
  777. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-l03-page.md +0 -646
  778. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-l04-page.md +0 -230
  779. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-s01-page.md +0 -262
  780. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-s05-page.md +0 -230
  781. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-s06-page.md +0 -230
  782. package/indexers/bundles/context-markdown-indexer/templates/article-programs/test-validation-q01-page.md +0 -358
  783. package/indexers/bundles/context-markdown-indexer/templates/article-programs/test-validation-q02-page.md +0 -326
  784. package/indexers/bundles/context-markdown-indexer/templates/article-programs/test-validation-q03-page.md +0 -198
  785. package/indexers/bundles/context-markdown-indexer/templates/article-programs/test-validation-q04-page.md +0 -358
  786. package/indexers/bundles/context-markdown-indexer/templates/article-programs/test-validation-q05-page.md +0 -198
  787. package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +0 -358
  788. package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +0 -230
  789. package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +0 -262
  790. package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +0 -294
  791. package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +0 -646
  792. package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +0 -262
  793. package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +0 -198
  794. package/indexers/bundles/context-markdown-indexer/tests/fixtures/migration-equivalence.json +0 -186
  795. package/indexers/bundles/context-note-indexer/templates/article-programs/decision-record-c06-page.md +0 -230
  796. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-c01-page.md +0 -230
  797. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-c02-page.md +0 -358
  798. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-c03-page.md +0 -166
  799. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-d01-page.md +0 -198
  800. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-d02-page.md +0 -230
  801. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-d03-page.md +0 -230
  802. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-q01-page.md +0 -358
  803. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-s04-page.md +0 -262
  804. package/indexers/bundles/context-note-indexer/templates/article-programs/faq-support-c05-page.md +0 -230
  805. package/indexers/bundles/context-note-indexer/templates/article-programs/faq-support-q07-page.md +0 -358
  806. package/indexers/bundles/context-note-indexer/templates/article-programs/incident-review-c05-page.md +0 -230
  807. package/indexers/bundles/context-note-indexer/templates/article-programs/incident-review-c06-page.md +0 -230
  808. package/indexers/bundles/context-note-indexer/templates/article-programs/incident-review-q07-page.md +0 -358
  809. package/indexers/bundles/context-note-indexer/templates/article-programs/product-requirements-c02-page.md +0 -358
  810. package/indexers/bundles/context-note-indexer/templates/article-programs/product-requirements-c03-page.md +0 -166
  811. package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-c05-page.md +0 -230
  812. package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-d04-page.md +0 -358
  813. package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-f09-page.md +0 -230
  814. package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-q05-page.md +0 -198
  815. package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-q06-page.md +0 -198
  816. package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-s07-page.md +0 -262
  817. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-c01-page.md +0 -230
  818. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-c04-page.md +0 -198
  819. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-c07-page.md +0 -198
  820. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-d01-page.md +0 -198
  821. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-d02-page.md +0 -230
  822. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-d04-page.md +0 -358
  823. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-f01-page.md +0 -230
  824. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-f06-page.md +0 -230
  825. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-f08-page.md +0 -294
  826. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-l03-page.md +0 -646
  827. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-l04-page.md +0 -230
  828. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-s01-page.md +0 -262
  829. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-s05-page.md +0 -230
  830. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-s06-page.md +0 -230
  831. package/indexers/bundles/context-note-indexer/templates/article-programs/test-validation-q01-page.md +0 -358
  832. package/indexers/bundles/context-note-indexer/templates/article-programs/test-validation-q02-page.md +0 -326
  833. package/indexers/bundles/context-note-indexer/templates/article-programs/test-validation-q03-page.md +0 -198
  834. package/indexers/bundles/context-note-indexer/templates/article-programs/test-validation-q04-page.md +0 -358
  835. package/indexers/bundles/context-note-indexer/templates/article-programs/test-validation-q05-page.md +0 -198
  836. package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +0 -358
  837. package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +0 -230
  838. package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +0 -262
  839. package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +0 -294
  840. package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +0 -646
  841. package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +0 -262
  842. package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +0 -198
  843. package/indexers/bundles/context-sessions-indexer/templates/article-programs/decision-record-c06-page.md +0 -230
  844. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-c01-page.md +0 -230
  845. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-c02-page.md +0 -358
  846. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-c03-page.md +0 -166
  847. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-d01-page.md +0 -198
  848. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-d02-page.md +0 -230
  849. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-d03-page.md +0 -230
  850. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-q01-page.md +0 -358
  851. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-s04-page.md +0 -262
  852. package/indexers/bundles/context-sessions-indexer/templates/article-programs/faq-support-c05-page.md +0 -230
  853. package/indexers/bundles/context-sessions-indexer/templates/article-programs/faq-support-q07-page.md +0 -358
  854. package/indexers/bundles/context-sessions-indexer/templates/article-programs/incident-review-c05-page.md +0 -230
  855. package/indexers/bundles/context-sessions-indexer/templates/article-programs/incident-review-c06-page.md +0 -230
  856. package/indexers/bundles/context-sessions-indexer/templates/article-programs/incident-review-q07-page.md +0 -358
  857. package/indexers/bundles/context-sessions-indexer/templates/article-programs/product-requirements-c02-page.md +0 -358
  858. package/indexers/bundles/context-sessions-indexer/templates/article-programs/product-requirements-c03-page.md +0 -166
  859. package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-c05-page.md +0 -230
  860. package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-d04-page.md +0 -358
  861. package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-f09-page.md +0 -230
  862. package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-q05-page.md +0 -198
  863. package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-q06-page.md +0 -198
  864. package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-s07-page.md +0 -262
  865. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-c01-page.md +0 -230
  866. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-c04-page.md +0 -198
  867. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-c07-page.md +0 -198
  868. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-d01-page.md +0 -198
  869. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-d02-page.md +0 -230
  870. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-d04-page.md +0 -358
  871. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-f01-page.md +0 -230
  872. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-f06-page.md +0 -230
  873. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-f08-page.md +0 -294
  874. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-l03-page.md +0 -646
  875. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-l04-page.md +0 -230
  876. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-s01-page.md +0 -262
  877. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-s05-page.md +0 -230
  878. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-s06-page.md +0 -230
  879. package/indexers/bundles/context-sessions-indexer/templates/article-programs/test-validation-q01-page.md +0 -358
  880. package/indexers/bundles/context-sessions-indexer/templates/article-programs/test-validation-q02-page.md +0 -326
  881. package/indexers/bundles/context-sessions-indexer/templates/article-programs/test-validation-q03-page.md +0 -198
  882. package/indexers/bundles/context-sessions-indexer/templates/article-programs/test-validation-q04-page.md +0 -358
  883. package/indexers/bundles/context-sessions-indexer/templates/article-programs/test-validation-q05-page.md +0 -198
  884. package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +0 -358
  885. package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +0 -230
  886. package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +0 -262
  887. package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +0 -294
  888. package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +0 -646
  889. package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +0 -262
  890. package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +0 -198
  891. package/plugins/claude/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
  892. package/plugins/claude/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
  893. package/plugins/claude/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -416
  894. package/plugins/claude/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
  895. package/plugins/claude/skills/context-indexer-create/references/guides/note.md +0 -37
  896. package/plugins/claude/skills/context-indexer-create/references/guides/sessions.md +0 -50
  897. package/plugins/claude/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -835
  898. package/plugins/codex/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
  899. package/plugins/codex/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
  900. package/plugins/codex/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -416
  901. package/plugins/codex/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
  902. package/plugins/codex/skills/context-indexer-create/references/guides/note.md +0 -37
  903. package/plugins/codex/skills/context-indexer-create/references/guides/sessions.md +0 -50
  904. package/plugins/codex/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -835
  905. package/plugins/cursor/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
  906. package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
  907. package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -416
  908. package/plugins/cursor/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
  909. package/plugins/cursor/skills/context-indexer-create/references/guides/note.md +0 -37
  910. package/plugins/cursor/skills/context-indexer-create/references/guides/sessions.md +0 -50
  911. package/plugins/cursor/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -835
  912. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-c01-page.md +0 -232
  913. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-c03-page.md +0 -168
  914. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-c04-page.md +0 -200
  915. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-c05-page.md +0 -232
  916. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-c07-page.md +0 -200
  917. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-d02-page.md +0 -232
  918. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-d04-page.md +0 -360
  919. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-f09-page.md +0 -232
  920. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-l01-page.md +0 -304
  921. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-l04-page.md +0 -232
  922. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-q03-page.md +0 -200
  923. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-q05-page.md +0 -200
  924. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-s01-page.md +0 -264
  925. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-s06-page.md +0 -232
  926. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-c01-page.md +0 -232
  927. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-c03-page.md +0 -168
  928. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-c04-page.md +0 -200
  929. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-c05-page.md +0 -232
  930. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-c07-page.md +0 -200
  931. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-d02-page.md +0 -232
  932. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-d04-page.md +0 -360
  933. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-f09-page.md +0 -232
  934. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-q03-page.md +0 -200
  935. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-q05-page.md +0 -200
  936. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-s01-page.md +0 -264
  937. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-s02-page.md +0 -240
  938. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-s03-page.md +0 -304
  939. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-s06-page.md +0 -232
  940. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-c01-page.md +0 -232
  941. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-c03-page.md +0 -168
  942. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-c04-page.md +0 -200
  943. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-c05-page.md +0 -232
  944. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-c07-page.md +0 -200
  945. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-d02-page.md +0 -232
  946. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-d04-page.md +0 -360
  947. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-f09-page.md +0 -232
  948. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-q03-page.md +0 -200
  949. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-q05-page.md +0 -200
  950. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-s01-page.md +0 -264
  951. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-s06-page.md +0 -232
  952. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-s07-page.md +0 -264
  953. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-c01-page.md +0 -232
  954. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-c03-page.md +0 -168
  955. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-c04-page.md +0 -200
  956. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-c05-page.md +0 -232
  957. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-c07-page.md +0 -200
  958. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-d04-page.md +0 -360
  959. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-f09-page.md +0 -232
  960. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-l01-page.md +0 -304
  961. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-q03-page.md +0 -200
  962. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-q05-page.md +0 -200
  963. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-q06-page.md +0 -200
  964. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-c01-page.md +0 -232
  965. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-c03-page.md +0 -168
  966. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-c04-page.md +0 -200
  967. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-c05-page.md +0 -232
  968. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-c07-page.md +0 -200
  969. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-d04-page.md +0 -360
  970. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-f09-page.md +0 -232
  971. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-l02-page.md +0 -304
  972. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-l03-page.md +0 -648
  973. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-l05-page.md +0 -264
  974. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-q03-page.md +0 -200
  975. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-q05-page.md +0 -200
  976. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-c01-page.md +0 -232
  977. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-c03-page.md +0 -168
  978. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-c04-page.md +0 -200
  979. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-c05-page.md +0 -232
  980. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-c07-page.md +0 -200
  981. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-d04-page.md +0 -360
  982. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-f06-page.md +0 -232
  983. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-f09-page.md +0 -232
  984. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-q03-page.md +0 -200
  985. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-q05-page.md +0 -200
  986. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-s02-page.md +0 -240
  987. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-c01-page.md +0 -232
  988. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-c03-page.md +0 -168
  989. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-c04-page.md +0 -200
  990. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-c05-page.md +0 -232
  991. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-c07-page.md +0 -200
  992. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-d02-page.md +0 -232
  993. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-d04-page.md +0 -360
  994. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-f09-page.md +0 -232
  995. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-q03-page.md +0 -200
  996. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-q05-page.md +0 -200
  997. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-s01-page.md +0 -264
  998. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-s06-page.md +0 -232
  999. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-s07-page.md +0 -264
  1000. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-c01-page.md +0 -232
  1001. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-c03-page.md +0 -168
  1002. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-c04-page.md +0 -200
  1003. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-c05-page.md +0 -232
  1004. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-c07-page.md +0 -200
  1005. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-d04-page.md +0 -360
  1006. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-f06-page.md +0 -232
  1007. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-f09-page.md +0 -232
  1008. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-q03-page.md +0 -200
  1009. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-q05-page.md +0 -200
  1010. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-s02-page.md +0 -240
  1011. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c01-page.md +0 -232
  1012. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c02-page.md +0 -360
  1013. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c03-page.md +0 -168
  1014. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c04-page.md +0 -200
  1015. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c05-page.md +0 -232
  1016. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c07-page.md +0 -200
  1017. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-d02-page.md +0 -232
  1018. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-d03-page.md +0 -232
  1019. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-d04-page.md +0 -360
  1020. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-f09-page.md +0 -232
  1021. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-q03-page.md +0 -200
  1022. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-q05-page.md +0 -200
  1023. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-s01-page.md +0 -264
  1024. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-s03-page.md +0 -304
  1025. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-s04-page.md +0 -264
  1026. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-s05-page.md +0 -232
  1027. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-s06-page.md +0 -232
  1028. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-c01-page.md +0 -232
  1029. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-c03-page.md +0 -168
  1030. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-c04-page.md +0 -200
  1031. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-c05-page.md +0 -232
  1032. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-c07-page.md +0 -200
  1033. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-d02-page.md +0 -232
  1034. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-d04-page.md +0 -360
  1035. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-f09-page.md +0 -232
  1036. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-q03-page.md +0 -200
  1037. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-q05-page.md +0 -200
  1038. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-s01-page.md +0 -264
  1039. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-s06-page.md +0 -232
  1040. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-s07-page.md +0 -264
  1041. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-c01-page.md +0 -232
  1042. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-c03-page.md +0 -168
  1043. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-c04-page.md +0 -200
  1044. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-c05-page.md +0 -232
  1045. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-c07-page.md +0 -200
  1046. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-d02-page.md +0 -232
  1047. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-d04-page.md +0 -360
  1048. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-f09-page.md +0 -232
  1049. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-l04-page.md +0 -232
  1050. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-q03-page.md +0 -200
  1051. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-q05-page.md +0 -200
  1052. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-s01-page.md +0 -264
  1053. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-s02-page.md +0 -240
  1054. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-s03-page.md +0 -304
  1055. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-s06-page.md +0 -232
  1056. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-c01-page.md +0 -232
  1057. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-c03-page.md +0 -168
  1058. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-c04-page.md +0 -200
  1059. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-c05-page.md +0 -232
  1060. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-c07-page.md +0 -200
  1061. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-d01-page.md +0 -200
  1062. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-d04-page.md +0 -360
  1063. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-f09-page.md +0 -232
  1064. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-f11-page.md +0 -328
  1065. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-q03-page.md +0 -200
  1066. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-q05-page.md +0 -200
  1067. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-c01-page.md +0 -232
  1068. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-c03-page.md +0 -168
  1069. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-c04-page.md +0 -200
  1070. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-c05-page.md +0 -232
  1071. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-c07-page.md +0 -200
  1072. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-d04-page.md +0 -360
  1073. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-f09-page.md +0 -232
  1074. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-l01-page.md +0 -304
  1075. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-l04-page.md +0 -232
  1076. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-q03-page.md +0 -200
  1077. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-q05-page.md +0 -200
  1078. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-c01-page.md +0 -232
  1079. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-c03-page.md +0 -168
  1080. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-c04-page.md +0 -200
  1081. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-c05-page.md +0 -232
  1082. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-c07-page.md +0 -200
  1083. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-d04-page.md +0 -360
  1084. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-f09-page.md +0 -232
  1085. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-l01-page.md +0 -304
  1086. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-l03-page.md +0 -648
  1087. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-l04-page.md +0 -232
  1088. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-q03-page.md +0 -200
  1089. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-q05-page.md +0 -200
  1090. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-c01-page.md +0 -232
  1091. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-c03-page.md +0 -168
  1092. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-c04-page.md +0 -200
  1093. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-c05-page.md +0 -232
  1094. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-c07-page.md +0 -200
  1095. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-d02-page.md +0 -232
  1096. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-d04-page.md +0 -360
  1097. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-f09-page.md +0 -232
  1098. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-q03-page.md +0 -200
  1099. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-q05-page.md +0 -200
  1100. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-s01-page.md +0 -264
  1101. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-s05-page.md +0 -232
  1102. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-s06-page.md +0 -232
  1103. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c01-page.md +0 -232
  1104. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c02-page.md +0 -360
  1105. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c03-page.md +0 -168
  1106. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c04-page.md +0 -200
  1107. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c05-page.md +0 -232
  1108. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c07-page.md +0 -200
  1109. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-d02-page.md +0 -232
  1110. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-d03-page.md +0 -232
  1111. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-d04-page.md +0 -360
  1112. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f01-page.md +0 -232
  1113. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f02-page.md +0 -200
  1114. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f03-page.md +0 -368
  1115. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f04-page.md +0 -232
  1116. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f05-page.md +0 -232
  1117. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f06-page.md +0 -232
  1118. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f07-page.md +0 -200
  1119. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f08-page.md +0 -296
  1120. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f09-page.md +0 -232
  1121. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f10-page.md +0 -232
  1122. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f11-page.md +0 -328
  1123. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f12-page.md +0 -232
  1124. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-q03-page.md +0 -200
  1125. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-q05-page.md +0 -200
  1126. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-s04-page.md +0 -264
  1127. package/plugins/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
  1128. package/plugins/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
  1129. package/plugins/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -416
  1130. package/plugins/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
  1131. package/plugins/skills/context-indexer-create/references/guides/note.md +0 -37
  1132. package/plugins/skills/context-indexer-create/references/guides/sessions.md +0 -50
  1133. package/plugins/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -835
  1134. package/plugins/skills/context-markdown-indexer/templates/article-programs/decision-record-c06-page.md +0 -230
  1135. package/plugins/skills/context-markdown-indexer/templates/article-programs/documentation-site-c01-page.md +0 -230
  1136. package/plugins/skills/context-markdown-indexer/templates/article-programs/documentation-site-l05-page.md +0 -262
  1137. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-c01-page.md +0 -230
  1138. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-c02-page.md +0 -358
  1139. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-c03-page.md +0 -166
  1140. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-d01-page.md +0 -198
  1141. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-d02-page.md +0 -230
  1142. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-d03-page.md +0 -230
  1143. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-q01-page.md +0 -358
  1144. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-s04-page.md +0 -262
  1145. package/plugins/skills/context-markdown-indexer/templates/article-programs/faq-support-c05-page.md +0 -230
  1146. package/plugins/skills/context-markdown-indexer/templates/article-programs/faq-support-q07-page.md +0 -358
  1147. package/plugins/skills/context-markdown-indexer/templates/article-programs/incident-review-c05-page.md +0 -230
  1148. package/plugins/skills/context-markdown-indexer/templates/article-programs/incident-review-c06-page.md +0 -230
  1149. package/plugins/skills/context-markdown-indexer/templates/article-programs/incident-review-q07-page.md +0 -358
  1150. package/plugins/skills/context-markdown-indexer/templates/article-programs/product-requirements-c02-page.md +0 -358
  1151. package/plugins/skills/context-markdown-indexer/templates/article-programs/product-requirements-c03-page.md +0 -166
  1152. package/plugins/skills/context-markdown-indexer/templates/article-programs/public-api-reference-f05-page.md +0 -230
  1153. package/plugins/skills/context-markdown-indexer/templates/article-programs/public-api-reference-l02-page.md +0 -294
  1154. package/plugins/skills/context-markdown-indexer/templates/article-programs/public-api-reference-s02-page.md +0 -198
  1155. package/plugins/skills/context-markdown-indexer/templates/article-programs/public-api-reference-s03-page.md +0 -262
  1156. package/plugins/skills/context-markdown-indexer/templates/article-programs/release-migration-guide-c06-page.md +0 -230
  1157. package/plugins/skills/context-markdown-indexer/templates/article-programs/release-migration-guide-f09-page.md +0 -230
  1158. package/plugins/skills/context-markdown-indexer/templates/article-programs/release-migration-guide-l01-page.md +0 -262
  1159. package/plugins/skills/context-markdown-indexer/templates/article-programs/release-migration-guide-l03-page.md +0 -646
  1160. package/plugins/skills/context-markdown-indexer/templates/article-programs/release-migration-guide-l05-page.md +0 -262
  1161. package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-c05-page.md +0 -230
  1162. package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-d04-page.md +0 -358
  1163. package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-f09-page.md +0 -230
  1164. package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-q05-page.md +0 -198
  1165. package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-q06-page.md +0 -198
  1166. package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-s07-page.md +0 -262
  1167. package/plugins/skills/context-markdown-indexer/templates/article-programs/standard-policy-d03-page.md +0 -230
  1168. package/plugins/skills/context-markdown-indexer/templates/article-programs/standard-policy-d04-page.md +0 -358
  1169. package/plugins/skills/context-markdown-indexer/templates/article-programs/standard-policy-f08-page.md +0 -294
  1170. package/plugins/skills/context-markdown-indexer/templates/article-programs/standard-policy-l03-page.md +0 -646
  1171. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-c01-page.md +0 -230
  1172. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-c04-page.md +0 -198
  1173. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-c07-page.md +0 -198
  1174. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-d01-page.md +0 -198
  1175. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-d02-page.md +0 -230
  1176. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-d04-page.md +0 -358
  1177. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-f01-page.md +0 -230
  1178. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-f06-page.md +0 -230
  1179. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-f08-page.md +0 -294
  1180. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-l03-page.md +0 -646
  1181. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-l04-page.md +0 -230
  1182. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-s01-page.md +0 -262
  1183. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-s05-page.md +0 -230
  1184. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-s06-page.md +0 -230
  1185. package/plugins/skills/context-markdown-indexer/templates/article-programs/test-validation-q01-page.md +0 -358
  1186. package/plugins/skills/context-markdown-indexer/templates/article-programs/test-validation-q02-page.md +0 -326
  1187. package/plugins/skills/context-markdown-indexer/templates/article-programs/test-validation-q03-page.md +0 -198
  1188. package/plugins/skills/context-markdown-indexer/templates/article-programs/test-validation-q04-page.md +0 -358
  1189. package/plugins/skills/context-markdown-indexer/templates/article-programs/test-validation-q05-page.md +0 -198
  1190. package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +0 -358
  1191. package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +0 -230
  1192. package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +0 -262
  1193. package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +0 -294
  1194. package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +0 -646
  1195. package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +0 -262
  1196. package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +0 -198
  1197. package/plugins/skills/context-markdown-indexer/tests/fixtures/migration-equivalence.json +0 -186
  1198. package/plugins/skills/context-note-indexer/templates/article-programs/decision-record-c06-page.md +0 -230
  1199. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-c01-page.md +0 -230
  1200. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-c02-page.md +0 -358
  1201. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-c03-page.md +0 -166
  1202. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-d01-page.md +0 -198
  1203. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-d02-page.md +0 -230
  1204. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-d03-page.md +0 -230
  1205. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-q01-page.md +0 -358
  1206. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-s04-page.md +0 -262
  1207. package/plugins/skills/context-note-indexer/templates/article-programs/faq-support-c05-page.md +0 -230
  1208. package/plugins/skills/context-note-indexer/templates/article-programs/faq-support-q07-page.md +0 -358
  1209. package/plugins/skills/context-note-indexer/templates/article-programs/incident-review-c05-page.md +0 -230
  1210. package/plugins/skills/context-note-indexer/templates/article-programs/incident-review-c06-page.md +0 -230
  1211. package/plugins/skills/context-note-indexer/templates/article-programs/incident-review-q07-page.md +0 -358
  1212. package/plugins/skills/context-note-indexer/templates/article-programs/product-requirements-c02-page.md +0 -358
  1213. package/plugins/skills/context-note-indexer/templates/article-programs/product-requirements-c03-page.md +0 -166
  1214. package/plugins/skills/context-note-indexer/templates/article-programs/runbook-c05-page.md +0 -230
  1215. package/plugins/skills/context-note-indexer/templates/article-programs/runbook-d04-page.md +0 -358
  1216. package/plugins/skills/context-note-indexer/templates/article-programs/runbook-f09-page.md +0 -230
  1217. package/plugins/skills/context-note-indexer/templates/article-programs/runbook-q05-page.md +0 -198
  1218. package/plugins/skills/context-note-indexer/templates/article-programs/runbook-q06-page.md +0 -198
  1219. package/plugins/skills/context-note-indexer/templates/article-programs/runbook-s07-page.md +0 -262
  1220. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-c01-page.md +0 -230
  1221. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-c04-page.md +0 -198
  1222. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-c07-page.md +0 -198
  1223. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-d01-page.md +0 -198
  1224. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-d02-page.md +0 -230
  1225. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-d04-page.md +0 -358
  1226. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-f01-page.md +0 -230
  1227. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-f06-page.md +0 -230
  1228. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-f08-page.md +0 -294
  1229. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-l03-page.md +0 -646
  1230. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-l04-page.md +0 -230
  1231. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-s01-page.md +0 -262
  1232. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-s05-page.md +0 -230
  1233. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-s06-page.md +0 -230
  1234. package/plugins/skills/context-note-indexer/templates/article-programs/test-validation-q01-page.md +0 -358
  1235. package/plugins/skills/context-note-indexer/templates/article-programs/test-validation-q02-page.md +0 -326
  1236. package/plugins/skills/context-note-indexer/templates/article-programs/test-validation-q03-page.md +0 -198
  1237. package/plugins/skills/context-note-indexer/templates/article-programs/test-validation-q04-page.md +0 -358
  1238. package/plugins/skills/context-note-indexer/templates/article-programs/test-validation-q05-page.md +0 -198
  1239. package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +0 -358
  1240. package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +0 -230
  1241. package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +0 -262
  1242. package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +0 -294
  1243. package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +0 -646
  1244. package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +0 -262
  1245. package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +0 -198
  1246. package/plugins/skills/context-sessions-indexer/templates/article-programs/decision-record-c06-page.md +0 -230
  1247. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-c01-page.md +0 -230
  1248. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-c02-page.md +0 -358
  1249. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-c03-page.md +0 -166
  1250. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-d01-page.md +0 -198
  1251. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-d02-page.md +0 -230
  1252. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-d03-page.md +0 -230
  1253. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-q01-page.md +0 -358
  1254. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-s04-page.md +0 -262
  1255. package/plugins/skills/context-sessions-indexer/templates/article-programs/faq-support-c05-page.md +0 -230
  1256. package/plugins/skills/context-sessions-indexer/templates/article-programs/faq-support-q07-page.md +0 -358
  1257. package/plugins/skills/context-sessions-indexer/templates/article-programs/incident-review-c05-page.md +0 -230
  1258. package/plugins/skills/context-sessions-indexer/templates/article-programs/incident-review-c06-page.md +0 -230
  1259. package/plugins/skills/context-sessions-indexer/templates/article-programs/incident-review-q07-page.md +0 -358
  1260. package/plugins/skills/context-sessions-indexer/templates/article-programs/product-requirements-c02-page.md +0 -358
  1261. package/plugins/skills/context-sessions-indexer/templates/article-programs/product-requirements-c03-page.md +0 -166
  1262. package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-c05-page.md +0 -230
  1263. package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-d04-page.md +0 -358
  1264. package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-f09-page.md +0 -230
  1265. package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-q05-page.md +0 -198
  1266. package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-q06-page.md +0 -198
  1267. package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-s07-page.md +0 -262
  1268. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-c01-page.md +0 -230
  1269. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-c04-page.md +0 -198
  1270. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-c07-page.md +0 -198
  1271. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-d01-page.md +0 -198
  1272. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-d02-page.md +0 -230
  1273. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-d04-page.md +0 -358
  1274. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-f01-page.md +0 -230
  1275. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-f06-page.md +0 -230
  1276. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-f08-page.md +0 -294
  1277. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-l03-page.md +0 -646
  1278. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-l04-page.md +0 -230
  1279. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-s01-page.md +0 -262
  1280. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-s05-page.md +0 -230
  1281. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-s06-page.md +0 -230
  1282. package/plugins/skills/context-sessions-indexer/templates/article-programs/test-validation-q01-page.md +0 -358
  1283. package/plugins/skills/context-sessions-indexer/templates/article-programs/test-validation-q02-page.md +0 -326
  1284. package/plugins/skills/context-sessions-indexer/templates/article-programs/test-validation-q03-page.md +0 -198
  1285. package/plugins/skills/context-sessions-indexer/templates/article-programs/test-validation-q04-page.md +0 -358
  1286. package/plugins/skills/context-sessions-indexer/templates/article-programs/test-validation-q05-page.md +0 -198
  1287. package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +0 -358
  1288. package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +0 -230
  1289. package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +0 -262
  1290. package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +0 -294
  1291. package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +0 -646
  1292. package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +0 -262
  1293. package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +0 -198
  1294. package/providers/context/actions/advance-current-indexer-lifecycle.yaml +0 -6
  1295. package/providers/context/actions/apply-indexer-project.yaml +0 -7
  1296. package/providers/context/actions/authorize-current-indexer-provider-program.yaml +0 -6
  1297. package/providers/context/actions/authorize-indexer-dependencies.yaml +0 -7
  1298. package/providers/context/actions/authorize-indexer-program-execution.yaml +0 -7
  1299. package/providers/context/actions/compile-indexer-candidates.yaml +0 -8
  1300. package/providers/context/actions/configure-community-indexer-fallback.yaml +0 -6
  1301. package/providers/context/actions/configure-indexer-providers.yaml +0 -6
  1302. package/providers/context/actions/confirm-index-requirement-workset.yaml +0 -8
  1303. package/providers/context/actions/confirm-subject-reidentification.yaml +0 -8
  1304. package/providers/context/actions/discover-markdown-indexer-providers.yaml +0 -6
  1305. package/providers/context/actions/finalize-current-indexer-provider-selection.yaml +0 -5
  1306. package/providers/context/actions/inspect-indexer-dependencies.yaml +0 -7
  1307. package/providers/context/actions/inspect-indexer-program-execution.yaml +0 -7
  1308. package/providers/context/actions/inspect-indexer-project-proposal.yaml +0 -7
  1309. package/providers/context/actions/inspect-markdown-provider-capture.yaml +0 -7
  1310. package/providers/context/actions/maintain-evidence.yaml +0 -6
  1311. package/providers/context/actions/materialize-indexer-instructions.yaml +0 -7
  1312. package/providers/context/actions/materialize-indexer-workset-view.yaml +0 -7
  1313. package/providers/context/actions/observe-indexer-project.yaml +0 -7
  1314. package/providers/context/actions/prepare-indexer-customization-project.yaml +0 -7
  1315. package/providers/context/actions/propose-indexer-customization.yaml +0 -7
  1316. package/providers/context/actions/propose-overlay-question-amendment.yaml +0 -7
  1317. package/providers/context/actions/rebind-indexer-selection-to-requirement.yaml +0 -7
  1318. package/providers/context/actions/report-indexer-incremental-impact.yaml +0 -8
  1319. package/providers/context/actions/resolve-current-indexer-provider.yaml +0 -6
  1320. package/providers/context/actions/route-index-requirement-confirmation.yaml +0 -8
  1321. package/providers/context/actions/route-indexer-provider-selection.yaml +0 -7
  1322. package/providers/context/actions/run-indexer-agent-step.yaml +0 -7
  1323. package/providers/context/actions/run-indexer-post-author-composer.yaml +0 -7
  1324. package/providers/context/actions/validate-indexer-contract-overlays.yaml +0 -7
  1325. package/providers/context/actions/validate-indexer-customization.yaml +0 -7
  1326. package/providers/context/actions/validate-indexer-selection-proposal.yaml +0 -7
  1327. package/providers/context/actions/validate-main-index-run.yaml +0 -7
  1328. package/providers/context/actions/validate-markdown-provider-selection.yaml +0 -7
  1329. package/providers/context/actions/validate-subject-key-schemas.yaml +0 -8
  1330. package/providers/context/resources/dialogue/evidence-maintenance.md +0 -26
  1331. package/providers/context/resources/procedures/evidence-maintenance.md +0 -20
  1332. package/providers/context/resources/views/authorized-indexer-workset-view.yaml +0 -15
  1333. package/providers/context/resources/views/resolved-indexer-instructions.yaml +0 -21
  1334. package/providers/context/schemas/evidence-maintenance-input.schema.json +0 -30
  1335. package/providers/context/schemas/indexer-agent-step-input.schema.json +0 -80
  1336. package/providers/context/schemas/indexer-authorized-workset-view.schema.json +0 -65
  1337. package/providers/context/schemas/indexer-candidate-compile-input.schema.json +0 -57
  1338. package/providers/context/schemas/indexer-candidate-compile-output.schema.json +0 -38
  1339. package/providers/context/schemas/indexer-contract-overlay-validation-input.schema.json +0 -48
  1340. package/providers/context/schemas/indexer-contract-overlay-validation-result.schema.json +0 -63
  1341. package/providers/context/schemas/indexer-customization-project-preparation-result.schema.json +0 -44
  1342. package/providers/context/schemas/indexer-customization-proposal-draft.schema.json +0 -83
  1343. package/providers/context/schemas/indexer-customization-validation-result.schema.json +0 -36
  1344. package/providers/context/schemas/indexer-dependency-authorization-input.schema.json +0 -71
  1345. package/providers/context/schemas/indexer-dependency-authorization-result.schema.json +0 -138
  1346. package/providers/context/schemas/indexer-incremental-impact-input.schema.json +0 -31
  1347. package/providers/context/schemas/indexer-incremental-impact-output.schema.json +0 -52
  1348. package/providers/context/schemas/indexer-main-lifecycle-input.schema.json +0 -180
  1349. package/providers/context/schemas/indexer-main-lifecycle-output.schema.json +0 -194
  1350. package/providers/context/schemas/indexer-markdown-provider-capture-input.schema.json +0 -17
  1351. package/providers/context/schemas/indexer-markdown-provider-capture-output.schema.json +0 -54
  1352. package/providers/context/schemas/indexer-markdown-provider-validation-input.schema.json +0 -34
  1353. package/providers/context/schemas/indexer-markdown-provider-validation-output.schema.json +0 -75
  1354. package/providers/context/schemas/indexer-materialize-request.schema.json +0 -49
  1355. package/providers/context/schemas/indexer-materialized-resource.schema.json +0 -64
  1356. package/providers/context/schemas/indexer-overlay-question-amendment.schema.json +0 -13
  1357. package/providers/context/schemas/indexer-overlay-question-proposal-input.schema.json +0 -89
  1358. package/providers/context/schemas/indexer-overlay-question-rebind-input.schema.json +0 -35
  1359. package/providers/context/schemas/indexer-overlay-question-rebind-result.schema.json +0 -25
  1360. package/providers/context/schemas/indexer-program-execution-authorization-input.schema.json +0 -145
  1361. package/providers/context/schemas/indexer-program-execution-authorization-result.schema.json +0 -60
  1362. package/providers/context/schemas/indexer-project-action-result.schema.json +0 -19
  1363. package/providers/context/schemas/indexer-project-gate-input.schema.json +0 -100
  1364. package/providers/context/schemas/indexer-project-observation-input.schema.json +0 -16
  1365. package/providers/context/schemas/indexer-project-observation-result.schema.json +0 -42
  1366. package/providers/context/schemas/indexer-provider-route-input.schema.json +0 -55
  1367. package/providers/context/schemas/indexer-provider-route-report.schema.json +0 -188
  1368. package/providers/context/schemas/indexer-requirement-confirmation-input.schema.json +0 -27
  1369. package/providers/context/schemas/indexer-requirement-confirmation-output.schema.json +0 -24
  1370. package/providers/context/schemas/indexer-selection-proposal-input.schema.json +0 -12
  1371. package/providers/context/schemas/indexer-selection-proposal-validation.schema.json +0 -23
  1372. package/providers/context/schemas/indexer-subject-reidentification-input.schema.json +0 -37
  1373. package/providers/context/schemas/indexer-subject-reidentification-output.schema.json +0 -31
  1374. package/providers/context/schemas/indexer-workset-view-materialization-request.schema.json +0 -35
  1375. package/providers/context/skills/authorize-current-indexer-provider-program/SKILL.md +0 -20
  1376. package/providers/context/skills/configure-indexer-providers/SKILL.md +0 -124
  1377. package/providers/context/skills/configure-indexer-providers/references/guides/code-indexer-skill-authoring.md +0 -180
  1378. package/providers/context/skills/configure-indexer-providers/references/guides/indexer-provider-and-customization.md +0 -416
  1379. package/providers/context/skills/configure-indexer-providers/references/guides/markdown-indexer-skill-authoring.md +0 -136
  1380. package/providers/context/skills/configure-indexer-providers/references/guides/note.md +0 -37
  1381. package/providers/context/skills/configure-indexer-providers/references/guides/sessions.md +0 -50
  1382. package/providers/context/skills/configure-indexer-providers/references/reference/indexer-provider-protocol.md +0 -835
  1383. package/providers/context/skills/prepare-indexer-customization-project/SKILL.md +0 -31
  1384. package/providers/context/skills/propose-indexer-customization/SKILL.md +0 -40
  1385. package/providers/context/skills/resolve-current-indexer-provider/SKILL.md +0 -20
  1386. package/providers/context/skills/run-indexer-post-author-composer/SKILL.md +0 -110
@@ -1,416 +0,0 @@
1
- # Indexer Provider selection and customization
2
-
3
- This guide is for workspace users and Agents selecting Code, Markdown, Note or Sessions
4
- Indexer Providers. Provider authors should also read the dedicated
5
- [Code Indexer](./code-indexer-skill-authoring.md) or
6
- [Markdown Indexer](./markdown-indexer-skill-authoring.md) authoring guide.
7
-
8
- Context is registry-only by default. The durable selection lives in
9
- `src/indexers.yaml`; `package.json`, discovered Skill paths, Host cache paths,
10
- resolved transport paths and runtime staging directories are not selection
11
- authority. A Provider-only project does not create `src/indexer/`.
12
-
13
- ## Selection flow
14
-
15
- Follow `workflow.current` from `context status --format json` or `context run`.
16
- When the registry is missing, the Route names `src/indexers.yaml` in
17
- `configuration`: declare the confirmed requirements with `indexers: []`, then
18
- re-evaluate. The next Route supplies the Provider selection input and completion
19
- command. An unconfigured project does not begin Partition or require a fabricated
20
- primary owner. `run --managed --until blocked-or-complete` stops at the same
21
- configuration or semantic input boundary; it does not make those decisions.
22
-
23
- 1. Form the complete requirements using the initial registry contract below.
24
- Reuse the user's stated meaning and research the selected material. Ask about
25
- consequential missing purpose or scope even in managed mode; delegation
26
- covers execution and eligible reviews, not unanswered intent. A Provider,
27
- registry entry or Result may strengthen it but cannot remove targets,
28
- questions, evidence obligations or required owner cells.
29
- 2. Select applicable Providers from the Host-visible Skills and the CLI-bundled
30
- catalog already in the current Action input. No separate catalog command,
31
- installed-Skill inventory, discovery report, or discovery-only confirmation
32
- is required. Use the supplied exact identity and cli-bundled distribution
33
- for shipped Providers, even when their Skills are also visible to the Host.
34
- For a relevant external Skill, read only its exact Host-exposed frontmatter
35
- and sibling `context-indexer.yaml` needed for selection. Do not guess versions
36
- or scan `.claude`, `.codex`, `.agents` or arbitrary user directories. Different
37
- versions remain distinct; discovery order is not selection precedence.
38
- 3. Submit the semantic `indexers` and any relevant non-CLI `host_visible_skills`
39
- through the current Route's `context action complete-current` command. The
40
- latter may be empty; it is not an inventory or an additional discovery step.
41
- 4. The CLI performs routing, validation, resolution and staging internally.
42
- Shipped Providers load directly from this CLI release; only external
43
- Providers may require the returned Host resolution Action. Follow the
44
- current Route if a distribution is missing, a version conflicts, or program
45
- execution needs authorization. Do not call the low-level commands below as
46
- a second production workflow.
47
- 5. The CLI atomically applies the validated registry and any declared
48
- customization. A successful static report alone is not write or execution
49
- authority. Resume from the returned current Route.
50
-
51
- Every required requirement/domain/source/module cell has exactly one primary
52
- owner. Read scope may overlap for supporting profiles, extensions and
53
- enrichers. Array order is never precedence. Each Provider layer retains its own
54
- exact version, integrity, portable distribution, config and resource
55
- fingerprints.
56
- For CLI-bundled instruction Providers, these fields record the original
57
- selection; they are not a requirement to reinstall old bytes when resuming.
58
- The current CLI supplies its installed Provider's guidance automatically.
59
-
60
- ## Resuming after a tool update
61
-
62
- Continue with the current Route and its supplied source material. Agents do not
63
- compare Provider, Fact, signature or inventory fingerprints and do not rewrite
64
- them in an old request. Context rebuilds the internal result from the submitted
65
- page content and references.
66
-
67
- An added parser field or a more complete line range in the same unchanged file
68
- does not invalidate Author work. Continuation compares selected sources and
69
- subjects rather than serialized Fact payloads; accepted work retains its
70
- original request/result pair. New results retain the source references used for
71
- later updates. Repeated Fact references or reader-question answers are deduplicated;
72
- multiple sections may answer the same question. A question ID only identifies a
73
- reader question to cover, not an additional user approval.
74
-
75
- Missing references, a changed source file, a different page owner/subject or a
76
- concurrent write remain meaningful conflicts. Requirements, membership and result
77
- contracts still determine whether a task can be reused. This does not introduce a
78
- new Agent protocol, hash-entry step or persistent audit file.
79
-
80
- ## Provider selection result
81
-
82
- Use the current Action's output schema, which defines the accepted Indexer
83
- entry fields. This is a `complete-current` input, not a replacement registry
84
- and not the requirements-only bootstrap schema.
85
-
86
- For one component-library requirement, the following template selects one
87
- primary Code Provider. Replace the quoted placeholders using the **current
88
- Action input**, not values from a different CLI installation:
89
-
90
- ```yaml
91
- stage: provider-selection
92
- host_visible_skills: []
93
- indexers:
94
- - id: component-guide
95
- operations: [main-index]
96
- requirement_bindings:
97
- - requirement_ref: "<requirement.id>"
98
- coverage_domains: ["<required-domain>"]
99
- owned_scope:
100
- ref: "requirement:<requirement.id>#target_scope"
101
- role: primary
102
- read_scope:
103
- refs:
104
- - "requirement:<requirement.id>#target_scope"
105
- - "requirement:<requirement.id>#evidence_source_scope"
106
- profile:
107
- primary:
108
- id: component-library
109
- provider: community
110
- providers:
111
- - id: community
112
- role: primary
113
- skill: "<catalog.skill>"
114
- version: "<catalog.version>"
115
- integrity: "<catalog.integrity>"
116
- distribution:
117
- kind: cli-bundled
118
- locator: "<catalog.distribution.locator>"
119
- ```
120
-
121
- - Choose `component-library` only if it matches the reader task and appears in
122
- the selected catalog entry's `capabilities.profiles`. For captured documents,
123
- notes or conversation summaries, select a profile from the corresponding
124
- compatible Provider. Copy the actual catalog identity.
125
- - Bind each selected requirement and all required coverage domains it owns;
126
- the single-domain template is not permission to drop other required domains.
127
- `owned_scope` names the target being described. `read_scope` may also include
128
- supporting evidence, which does not become another owned target.
129
- - `profile.primary.provider`, each additional profile's `provider`, and each
130
- composer's `provider` reference a layer's `providers[].id`, not a Skill path.
131
- Supporting or extension profiles use `profile.additional` with `kind`;
132
- composers use `profile.composers`. Select only combinations supported by the
133
- manifests; do not add empty customization or speculative config.
134
- - The current catalog includes domains, target kinds, profile IDs, operations,
135
- composers and extension relationships. If more detail is needed, read the
136
- selected entry's exact `guidance.skill_path` and `guidance.manifest_path`.
137
- These paths and capabilities are reading aids, not fields to copy into the
138
- persistent registry. No separate discovery command or cache scan is needed.
139
- - JSON Schema describes input shapes and accepted values. The CLI additionally
140
- checks coverage ownership, scope relationships and Provider composition when
141
- submitting. It atomically applies the selection; do not edit `indexers`
142
- manually to bypass a rejected result.
143
-
144
- ## Initial registry: `src/indexers.yaml`
145
-
146
- The initial configuration Route provides the registered source boundary view.
147
- Read it when the source identities are not already available from the current
148
- source registration results. It is a metadata view, not another source capture
149
- or a request to scan the repository. Use only the user's agreed source scope.
150
-
151
- Read the `context.indexer.registry-bootstrap` schema at the exact path in the
152
- current Route's required resources. It ships with the CLI, so it does not
153
- require a workspace SDK reinstall. It describes this **configuration file**,
154
- not an Action completion payload. It
155
- covers the requirements-only state before Provider selection: `indexers` must
156
- be empty here. Later the Provider selection Route fills that array.
157
-
158
- Start with this complete YAML example. Replace the example source reference,
159
- reader goals and coverage domains with the agreed project requirements:
160
-
161
- ```yaml
162
- protocol: context.indexer.registry/v1
163
- requirements:
164
- - id: component-guide
165
- purpose: Help application developers integrate components and look up their public API.
166
- reader_goals: [understand-components, integrate-components]
167
- coverage_domains:
168
- component-usage: required
169
- public-api: required
170
- target_scope:
171
- targets:
172
- - source_ref: repo:20260901/component-library
173
- evidence_source_scope:
174
- targets:
175
- - source_ref: repo:20260901/component-library
176
- indexers: []
177
- ```
178
-
179
- | Field | What to write |
180
- | --- | --- |
181
- | `protocol` | Exactly `context.indexer.registry/v1` for the file. |
182
- | `requirements` | One or more knowledge goals, grouped by reader need; not one entry per file or symbol. |
183
- | `id` | A unique, readable identifier for this requirement. |
184
- | `purpose` | Optional short natural-language reader and task purpose; reuse explicit existing goals when absent. |
185
- | `reader_goals` | One or more readable goal identifiers, such as `integrate-components`. These are not Provider names. |
186
- | `coverage_domains` | A nonempty map of intended information categories to `required`, `optional` or `out-of-scope`. Provider selection must cover the required categories. |
187
- | `target_scope.targets` | Sources whose subjects the knowledge should describe. At least one target is required. |
188
- | `evidence_source_scope.targets` | Sources the Agent may read to support that knowledge. Include the relevant target sources and any agreed supporting documents. At least one is required. |
189
- | `source_ref` | The source type plus its complete registered name, such as `repo:20260901/component-library`, `file:20260901/usage-guide` or `lark:20260901/faq`. Saved text uses `note:20260908/topic.md` or `sessions:20260908/topic.md`. Preserve the actual name, not these examples. |
190
- | `module_refs` | Optional on each target; omit for the complete registered source boundary. Supply only known module references for an explicitly narrower scope. Do not invent a module merely because the source is a code module. |
191
- | `questions` | Optional structured contract-question bindings, not free-text user questions. Omit unless an actual CLI/profile contract supplies their references, versions and digests. Never invent hashes. |
192
- | `exclusions` | Optional explicit exclusions with `id`, `scope.targets` and a nonempty `reason`. For repository input, optional `paths` lists exact source-relative files or directories, without globs; omitted means the whole named scope. Agreed paths are filtered before Parser and Partition. A shared Indexer retains material still needed by another requirement. Omit when none were agreed. |
193
- | `indexers` | `[]` until the next Route selects Providers. Do not copy version or integrity values from an unrelated project. |
194
-
195
- Requirement, goal, domain and exclusion identifiers use lowercase letters,
196
- digits and `._/-`; the first character is a letter or digit, and slash-separated
197
- segments cannot be empty, `.` or `..`. Requirement ids and goal lists must not
198
- contain duplicates. Each scope lists a source once; put its selected modules in
199
- that target's `module_refs` rather than repeating the source.
200
-
201
- For document-only knowledge, use the selected captured `file:` or `lark:` source,
202
- or saved `note:` or `sessions:` source, in both scopes. Saved text must first be
203
- explicitly selected in the project's `sources`; saving alone is not selection. For a code guide supported by a FAQ, keep the code source in the target
204
- scope and include both code and FAQ in the evidence scope. If the FAQ also needs
205
- independent knowledge coverage, include it as a target in the appropriate
206
- requirement; do not silently treat all captured documents as background.
207
- Source references identify selected source boundaries, not filesystem paths, URLs,
208
- image ids, span references or content digests. A repo source already registered
209
- at a package subdirectory remains bounded to that subdirectory when
210
- `module_refs` is omitted.
211
-
212
- Three existing input shapes have different roles:
213
-
214
- - `src/indexers.yaml`: `protocol: context.indexer.registry/v1`, `requirements`,
215
- and `indexers`.
216
- - `IndexRequirementSet`: `protocol: context.indexer.requirement-set/v1` and
217
- `requirements` only. This is the SDK's requirement value, not the whole file.
218
- - Diagnostic `inspect-index-requirements --input`: an envelope with
219
- `protocol: context.indexer.requirement-inspection-input/v1`, `project_ref`
220
- (the workspace root) and `requirements`; optional `question_contracts` are
221
- only for real resolved contract questions. It does not accept the whole
222
- registry or a bare requirement set, and is not a mandatory bootstrap step.
223
-
224
- After editing the named configuration file, run `context status --format json`
225
- and follow its new current Route. The next step is Provider selection. Do not
226
- submit the YAML through `complete-current`, fabricate a lifecycle Result,
227
- restart the workspace or recapture existing sources.
228
-
229
- ## Six-level customization ladder
230
-
231
- Use the first level that closes the CLI-proven capability gap. Do not start at
232
- a more powerful level because it is convenient.
233
-
234
- | Level | Change | Entry evidence | Exit condition |
235
- | --- | --- | --- | --- |
236
- | 1. Provider only | Select an existing exact Provider/profile | The confirmed requirements are fully owned by declared capabilities | Final selection validation passes and no project customization files exist |
237
- | 2. Config | Select declared variants, resources or data-only options | The manifest exposes a closed config schema that covers the difference | Config validates; no instruction, template or program change is needed |
238
- | 3. Instructions append | Add bounded project guidance | The gap is semantic guidance and does not change contracts, scope, identity, denominators or hard rules | Appended resource closes the gap and the origin/version fingerprint is retained |
239
- | 4. Template override | Replace one declared template for one profile | The Artifact policy is already valid; only reader organization/rendering differs | One exact template id/profile is overridden; unrelated templates remain Provider-owned |
240
- | 5. Program extension | Add a fixed local program under the declared indexer root | A structured algorithm is required and smaller levels are proven insufficient | Static policy passes and independent program/dependency authorization is complete |
241
- | 6. Restricted replace | Replace only the capability named by the final gap proof | Extension cannot satisfy the exact owner cells and a human accepts the larger maintenance boundary | Replacement remains requirement-compatible, content-addressed and explicitly reviewable |
242
-
243
- Levels 3–6 are allowed only after the Route returns
244
- `indexer-customization-required` with a current `capability_gap_proof`. Copy the
245
- proof into the draft unchanged. A draft cannot weaken requirements, widen
246
- source scope, copy a parser, add an evaluator, or claim that it has been
247
- applied. If no safe level closes the gap, stop instead of emitting a
248
- conforming-looking file.
249
-
250
- ## Upgrade and conflict handling
251
-
252
- For a CLI-bundled instruction Provider, resume with the installed Skill and
253
- portable distribution. A version or content change alone does not require
254
- Provider selection, registry edits, source capture or a restart. The CLI
255
- refreshes the current batch's instruction resources and Route revision;
256
- the Agent follows the returned Route without comparing fingerprints.
257
-
258
- Compatible tasks keep their original request/result records. Instruction or
259
- template edits do not, by themselves, discard accepted groups or authored
260
- content. Changes to sources, requirements, executable programs, configuration,
261
- result contracts or semantic extension inputs remain work invalidation reasons;
262
- old results must not be relabeled as outputs of a different task.
263
-
264
- Executable/external Providers continue using their resolved staged programs.
265
- Updating instruction delivery does not replace executable code or grant new
266
- execution permissions. Local customization files remain user-owned:
267
-
268
- - An unchanged upstream resource keeps the local override current.
269
- - A changed instruction resource outside the override refreshes guidance for
270
- pending work, without automatically regenerating completed knowledge.
271
- - A changed resource under an instruction/template/program override returns
272
- `indexer-customization-upstream-changed`; rebase or remove the override.
273
- - Missing, undeclared, escaping or contract-conflicting local resources return
274
- `indexer-customization-invalid`.
275
- - A missing CLI-bundled Provider or selected profile/operation/composer returns
276
- the existing Provider selection Action, with its schema and next command.
277
- Captured sources and completed knowledge are retained. External distributions
278
- that cannot be resolved still require the existing resolution/selection flow.
279
- - Multiple primary owners return a conflict for explicit resolution. Do not
280
- use discovery order or a preferred Provider name as a tie-breaker.
281
-
282
- The optional `@context-indexer-origin <skill>@<version>` comment records where
283
- a local customization began. It grants no trust and never bypasses revalidation.
284
-
285
- ## Outcome handling
286
-
287
- These outcomes all point back to this guide:
288
-
289
- | Outcome | Required next action |
290
- | --- | --- |
291
- | `indexer-provider-required` | Discover visible entry Skills, route a path-free proposal, and keep the requirement set unchanged. |
292
- | `provider-unavailable` / `indexer-provider-unavailable` | Follow the current selection/resolution Action to restore the missing capability. A historical bundled content pin alone is not a failure. |
293
- | `indexer-customization-required` | Follow the six-level ladder using only the returned current gap proof. |
294
- | `indexer-customization-invalid` | Remove undeclared/escaping/conflicting files, then rebuild and restage the proposal. |
295
- | `indexer-customization-upstream-changed` | Reconcile the upstream change with every affected override and rerun final validation. |
296
-
297
- ## Debugging commands
298
-
299
- These are diagnostic/manual primitives, not a checklist for normal selection.
300
- Use them only for an explicit diagnostic or a returned recovery. `--help`
301
- describes command options, not necessarily the payload fields. Use the current
302
- Route's schema and the initial registry contract above; prefer Route-returned commands:
303
-
304
- ```bash
305
- context indexer catalog --format json
306
- context indexer inspect-index-requirements --help
307
- context indexer compare-index-requirements --help
308
- context indexer route-indexer-provider-selection --help
309
- context indexer validate-indexer-selection-proposal --help
310
- context indexer resolve-indexer-providers --help
311
- context indexer stage-indexer-provider-bundle --help
312
- context indexer validate-indexer-customization --help
313
- context indexer prepare-indexer-customization-project --help
314
- context indexer stage-indexer-project-proposal --help
315
- context indexer apply-indexer-project --help
316
- context indexer observe-indexer-project --help
317
- ```
318
-
319
- Keep full runtime reports under `.tmp/context-runtime/`. Do not persist Bundle
320
- bytes, resolution receipts, selection discovery, run ledgers or audit reports
321
- in `src/`, `knowledge/` or `dist/`.
322
-
323
- ## Completion check
324
-
325
- Selection/customization is complete only when all of these are true:
326
-
327
- - the confirmed requirement digest is unchanged;
328
- - every required owner cell has exactly one primary owner;
329
- - every Provider is exact-versioned, integrity-checked and staged from a
330
- portable distribution;
331
- - profile variants, SubjectKey authority, config and resources pass final
332
- validation;
333
- - each local change is the smallest proven ladder level and has no unrelated
334
- copied resources;
335
- - program and dependency receipts exist when required and do not claim a
336
- sandbox the Host does not provide;
337
- - the transactional apply observation matches every target digest;
338
- - a final static/final selection validation passes after apply.
339
-
340
- For the complete manifest and execution surface, see
341
- [Indexer Provider protocol](../reference/indexer-provider-protocol.md).
342
-
343
- ## Purpose, page selection, and delivery
344
-
345
- `purpose` is an optional short description of the intended reader and task.
346
- Existing `reader_goals` remain valid when it is absent. Context passes this
347
- requirement through Partition, Author, and Review; it does not classify free
348
- text against a fixed vocabulary.
349
-
350
- After representative reading and necessary scope discussion, substantial new work
351
- can preserve the decisions in `.tmp/work-start-report.md` before Partition.
352
- The current workflow supplies `procedure.work-start-report` and
353
- `template.work-start-report`: a readable report with its existing requirement
354
- reference, use scenarios, scope choices, proposed classifications, first delivery
355
- and actual execution settings. Lightweight edits keep a short summary. The report
356
- is scratch context, not a published Artifact, a new approval or a condition for
357
- advancing the workflow. On its first presentation, invite the user to read and
358
- correct it and pause for that response, including in managed mode, unless they
359
- explicitly waived this reading opportunity. Reuse the response and report when
360
- continuing the same task; do not add a per-batch pause or report-status field.
361
-
362
- Partition may select `artifact_intent` and `template_id` from the current
363
- Provider catalog, along with `reader_task`, `outline`, `priority`, and
364
- `delivery_boundary`. These choices are saved in the existing page plan and
365
- reused by Author retries. Program templates declare `kind: page-program` in the
366
- Provider's template resources. Only the selected program is included in the
367
- Author View; procedure templates remain shared instructions. Workspace template
368
- overrides retain priority over the bundled default.
369
-
370
- Selected Code page programs append a deterministic public-contract table to the
371
- same Candidate as its semantic explanation. Declarations provide field types,
372
- requiredness, explicit defaults, signatures, and supported registration facts.
373
- Missing declarations remain explicit; reference tables do not substitute for
374
- source-backed examples, behavior, or change guidance.
375
-
376
- The first readable delivery normally contains one to three pages. Subsequent
377
- batches contain 30–50 pages, or a smaller final tail. Context retains accepted
378
- Results across Review, close, and build, then continues the remaining pages.
379
- `context run --deliver --format json` requests an earlier checkpoint. It keeps
380
- the current approval rules. Status reports page counts and built preview paths;
381
- Author task counts are reported separately.
382
-
383
-
384
- ## Source-specific Providers and Host switches
385
-
386
- The default distribution includes Code, Markdown, Note and Sessions Providers.
387
- `context-note-indexer` interprets saved records/excerpts/observations;
388
- `context-sessions-indexer` interprets bounded conversation summaries, with or
389
- without code associations. Their shared markdown domain reuses document reading
390
- and profiles; it does not force all sources through Markdown's semantic policy.
391
- See [note preparation](note.md) and [sessions preparation](sessions.md).
392
-
393
- The host owns installation and enabled/disabled switches. Business skills may be
394
- installed by any supported host channel. Discover relevant currently visible
395
- `context-…-indexer…` skills and read the real sibling manifest; the prefix alone
396
- is not compatibility proof. Declare the selected business Provider through the
397
- existing host_visible_skills and indexers result. It can replace a default without
398
- enabling that default. CLI validates/resolves what was declared; it does not scan
399
- host caches or maintain a second business-skill enable registry. Respect explicit
400
- user exclusions even when the bundled catalog contains the default.
401
-
402
- Choose the page owner from reader need. A note may improve an existing guide,
403
- answer a FAQ or justify a new reference topic. A session without code may justify
404
- a decision or process guide. Neither saving nor source type requires a new page.
405
- For a Code/Markdown page retain its primary and include the actual supporting
406
- source in evidence/read scope. When specialized source interpretation is needed,
407
- select a Note/Sessions extension layer and the matching namespaced profile
408
- (`note/component-library` or `sessions/component-library`, for example) with
409
- `kind: extension`. The manifest declares each supported base. Supporting profiles
410
- with `kind: supporting` must come from the same primary layer. One primary writes
411
- the final page; extension guidance does not create another production target.
412
-
413
- Optional sessions `changes` records known commit/MR associations in the source
414
- file. Existing structure.yaml source/section links connect knowledge to it.
415
- Do not add per-page commit, session or Provider frontmatter. A reference is not
416
- proof of merging/testing and does not expand source-read authorization.
@@ -1,136 +0,0 @@
1
- # Markdown Indexer Skill authoring
2
-
3
- Markdown Providers use the same `context.indexer.provider/v1` manifest,
4
- versioning, Bundle, requirement, trust, Result and customization contracts as
5
- Code Providers. Read the shared
6
- [Code Indexer author checklist](./code-indexer-skill-authoring.md) and
7
- [Provider selection/customization guide](./indexer-provider-and-customization.md)
8
- first. This page defines the boundary for captured file/Lark documents.
9
- Saved notes and conversation summaries use their dedicated Note/Sessions
10
- Providers, or an explicitly selected business replacement, on the same protocol.
11
- They reuse Markdown reading without a second capture phase. A Markdown page may
12
- still consume either as authorized supporting material; specialized extension
13
- guidance does not transfer primary ownership.
14
-
15
- ## Capture before semantics
16
-
17
- Capture owns source authorization, retrieval, revision identity, complete bytes,
18
- Markdown/MDX parsing and evidence spans. A Markdown Indexer starts only from a
19
- current captured source report and authorized evidence view. URLs, titles,
20
- filenames, headings and capture success are activation candidates, not semantic
21
- classification or proof that the whole document was read.
22
-
23
- The Provider cannot fetch the document again, follow new links, rewrite source
24
- revisions or widen capture scope. Missing/unsupported capture capability is an
25
- explicit unsupported result, never a prose fallback.
26
-
27
- ## Activation and source roles
28
-
29
- Declare document activation signals and map evidence-backed sources to declared
30
- roles such as authoritative, explanatory, operational, decision or example
31
- material. Keep role selection separate from collection placement. One document
32
- may support multiple reader questions, but every consumed span retains its
33
- source/revision identity and cannot be promoted to a stronger authority by an
34
- instruction.
35
-
36
- ## Section projection and collection mapping
37
-
38
- Author Results propose logical Sections and their intent; they do not write
39
- `knowledge/` paths. Each Section binds:
40
-
41
- - the canonical SubjectKey/Node target or an explicit independent target;
42
- - its reader-question refs and exact evidence spans;
43
- - an Artifact kind and Section key stable across content-only changes;
44
- - a projection intent describing purpose, not a physical filename;
45
- - structured content layers and their digests.
46
-
47
- Context owns the closed mapping from profile/Section intent to collection and
48
- path. The layout resolver reuses an existing Artifact by stable identity,
49
- detects add/remove/rename/split/merge/move changes. Ordinary production reviews
50
- the proposed new structure before Author, including new topics in an update.
51
- Protected changes to an approved layout have their own human-only Gate; this
52
- is distinct from ordinary structure review and its managed delegation. A Provider cannot
53
- avoid that Gate by emitting a path or relabeling the change.
54
-
55
- ## Reusing Code Nodes
56
-
57
- Use the supplied subject catalog and TargetResolutionView. Equal SubjectKeys use
58
- the same NodeRef across Code and Markdown. `resolved` enriches the existing
59
- Node; `absent` may create an explicitly independent subject or a material gap;
60
- `ambiguous` fails before authoring. Titles, heading similarity and filenames
61
- are never identity fallback. Unrelated catalog changes must not make a workset
62
- stale.
63
-
64
- ## Artifact and Section planning
65
-
66
- One logical unit may produce an Artifact Bundle with multiple meaningful
67
- Sections or semantic split Artifacts. Do not use fixed-count, ordinal or
68
- alphabetic batches. Do not create one page per heading/member or inflate page
69
- count to satisfy a metric. The CLI owns Artifact-policy eligibility, physical
70
- fan-out audit, layout actualization and the final Candidate compile.
71
-
72
- The first actual Section of each reader Artifact begins with one concise,
73
- source-backed level-one heading. Context uses that heading as the outline and
74
- Candidate Review display title. It never participates in SubjectKey derivation
75
- or ownership, and later Sections in the same Artifact do not repeat it.
76
-
77
- Each Section carries exact positive and negative dependency refs. Incremental
78
- impact is Section/Artifact-local: a source membership, question denominator,
79
- candidate pool, evidence span or run-envelope change invalidates only the
80
- dependent scope. A Provider must not replace this with source-wide or
81
- collection-wide recomputation.
82
-
83
- ## Editorial policy
84
-
85
- Editorial instructions may guide clarity, consolidation, ordering and
86
- reader-facing terminology. They cannot alter facts, evidence, source role,
87
- requirement scope, protected values, revision identity or collection authority.
88
- Deterministic blocks render only registered facts; semantic prose cites consumed
89
- evidence. The Agent or user assesses missing explanations, speculation and
90
- unfilled placeholders in the existing content Review. Context does not scan
91
- words, braces, comments or headings to reject content, and an editorial hint
92
- does not create another gate or require a signal-clearing receipt.
93
-
94
- ## Missing material
95
-
96
- When current material cannot answer a required canonical question, return the
97
- exact material-question disposition for the supplied owner cell, question
98
- contract and Subject target. Do not invent a new question contract or landing.
99
- Context reports the unresolved set in current reconciliation state; it does not
100
- create a second checkpoint ledger or published gap artifact.
101
-
102
- Capture the missing Markdown or other source normally, then rerun `main-index`.
103
- The new Result updates the same knowledge Candidate and enters the same final
104
- content Review. There is no answer-only operation or evidence-specific Review.
105
- A blocking gap closes only through current source or an explicit non-delegable
106
- requirement change.
107
-
108
- ## Bounded execution
109
-
110
- Each captured document remains an independently recoverable Partition input,
111
- but Context may transport several documents in one bounded Agent step. Return
112
- one result for every supplied task key and let global convergence merge
113
- documents that establish the same Subject. Batch order, filename order and
114
- heading order never create Subject identity. Author and Review use the same
115
- bounded transport rule without adding intermediate user approvals.
116
-
117
- ## Markdown author fixture checklist
118
-
119
- Release fixtures should cover:
120
-
121
- - complete Markdown and MDX capture plus unsupported parser/capture paths;
122
- - authoritative reference, guide, runbook, FAQ, decision, incident, policy,
123
- test and release/migration document shapes using anonymous content;
124
- - per-Section projection into every supported collection intent;
125
- - existing Code Node reuse, independent subject, ambiguity and material gap;
126
- - content-only reuse plus add/remove/rename/split/merge/collection/path/Section
127
- move in both directions;
128
- - protected values, links, images/assets and source-span fidelity;
129
- - editorial positives and placeholder/speculation/unsupported negatives;
130
- - material-gap runtime recovery, main-index retry and no-output-leak;
131
- - Section-local incremental invalidation, new membership/denominator/candidate
132
- pool changes and unaffected Section reuse.
133
-
134
- Source authorization, capture revision safety, canonical question/collection
135
- contracts, layout confirmation, review and build remain Context authority and
136
- cannot be replaced by the Skill.
@@ -1,37 +0,0 @@
1
- # Prepare a note source
2
-
3
- Read this before importing or correcting a note. The CLI saves supplied Markdown;
4
- source preparation happens before knowledge production.
5
-
6
- A note may contain supplied original text, selected verbatim excerpts, a summary,
7
- or a useful combination. Do not require raw text plus a summary for every note.
8
- If both exist, distinguish them with readable headings or prose. Preserve short
9
- original text when useful; do not duplicate it just to fill a form. Label an
10
- external or Agent summary as a summary, never an original transcript.
11
-
12
- For long inputs, retain relevant excerpts or summarize within the agreed purpose.
13
- Keep qualifications, exceptions, disagreement and unresolved questions that affect
14
- the conclusion. State the available origin and selected scope, including material
15
- omissions when consequential. Quote only actual verbatim input. Do not invent
16
- links, speakers, dates or confirmation. A link does not mean its target was read;
17
- ask about essential missing context rather than fetching everything for a label.
18
-
19
- Save the body under sources/note/YYYYMMDD/topic.md with the existing import action.
20
- No extra raw/summary fields, sidecar, duplicate file or mandatory section template
21
- is needed. Saving alone does not start indexing. Independent reader topics can
22
- use the selected Note Provider (default or business replacement); supporting
23
- explanations use the current page's evidence/read scope, retaining its primary.
24
- When specialized interpretation is needed, explicitly select a compatible
25
- extension layer. Do not enable another skill merely because a note exists.
26
-
27
- Knowledge integrates the useful information into explanations, rules or steps
28
- for the reader. Do not copy the note wholesale or turn proposals into facts.
29
- An exact short passage is appropriate when its wording matters. Cite the stored
30
- material actually read, without claiming access to an unavailable original.
31
-
32
- If the note misrepresents the supplied material, explicitly correct the source
33
- with its current base_digest, following task adjust first for pinned inputs.
34
- Do not overwrite original text merely to fit new prose. If the source is correct
35
- but the knowledge is misleading, revise only that page through Author/Review.
36
- A confirmed future decision may differ from current implementation; make the
37
- boundary clear. Knowledge approval does not change or remove the note.
@@ -1,50 +0,0 @@
1
- # Prepare a conversation-summary source
2
-
3
- Use sessions for a bounded summary formed from an authorized conversation:
4
- requirements, design, troubleshooting, operational or general knowledge.
5
- Code association is optional. An Agent or external supplier prepares the summary
6
- before import. Do not scan host history, ingest the full transcript, invent a
7
- conversation from a diff, or move an unrelated conversation into note merely
8
- because it lacks a commit.
9
-
10
- Keep the problem, confirmed decisions, useful reasons, constraints and open
11
- questions. Remove repetitive turns, tool logs and abandoned attempts unless they
12
- explain a current limit. Preserve whether each statement was proposed, agreed,
13
- implemented or verified. If only a supplied summary is available, say so; do not
14
- claim to have read the original. Do not make up speakers, dates or approval.
15
- A session with no reusable information can remain outside the workspace.
16
-
17
- Save through `context source import --input <file> --format json`, using
18
- `type: sessions`, `name: YYYYMMDD/topic.md` and the prepared `markdown` string.
19
- Choose the actual conversation date, or collection date if unknown, and retain
20
- the same path for corrections. The summary needs no mandatory body headings.
21
-
22
- Optional `changes` associates one or several code changes. Each row accepts
23
- `commit` (full 40/64 hexadecimal Git SHA), `mr` (HTTP(S) MR/PR URL), and optional
24
- `repository`. At least commit or mr is needed per row; omit the entire field
25
- for unrelated sessions. Use actual known identifiers, never fabricated hashes.
26
- A reference does not prove merge, deployment, tests or authorize fetching code.
27
- The CLI stores this field in the source's YAML frontmatter, discovers it from
28
- that same file, and does not introduce a sidecar or separate registry.
29
-
30
- For example, an import may have `changes: [{mr: "https://git.example.org/team/project/merge_requests/42"}]`.
31
- This is an illustrative URL, not a lookup target. The same payload without
32
- changes imports an independent requirements discussion normally. Use the current
33
- base_digest to change text or associations; explicit `changes: []` clears the
34
- associations. Omission leaves the source's inline changes intact. When replacing
35
- only the summary body, preserve existing associations unless explicitly removed.
36
- Do not duplicate commit/MR fields into knowledge frontmatter.
37
-
38
- Saving alone does not start indexing. Select a compatible Sessions Provider for
39
- an independent reader topic, or keep an existing page's Code/Markdown primary
40
- and include the summary in its authorized evidence/read scope. If specialized
41
- interpretation is needed, explicitly select an extension from the Sessions or
42
- business Provider. Knowledge turns useful conclusions into answers, explanations
43
- and procedures, not a meeting recap. Existing structure.yaml source references
44
- connect each relevant page/section to the saved summary and its optional changes.
45
-
46
- Correct a faulty summary through source import with current base_digest and task
47
- adjustment for pinned inputs. If the summary is accurate but the page is wrong,
48
- revise the approved page. A new topic goes through structure review then normal
49
- Author/Review. Neither knowledge approval nor source storage approves an upstream
50
- change. A failed update retains source and approved knowledge for recovery.