@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
@@ -3,23 +3,16 @@
3
3
  "$id": "https://context4ai.dev/schemas/context-source-batch-input.v1.json",
4
4
  "title": "Context source batch input",
5
5
  "description": "One confirmed batch of repository, local document, and Lark document source boundaries.",
6
- "oneOf": [
7
- {
8
- "type": "object",
9
- "additionalProperties": false,
10
- "required": [
11
- "sources"
12
- ],
13
- "properties": {
14
- "sources": {
15
- "$ref": "#/$defs/sources"
16
- }
17
- }
18
- },
19
- {
6
+ "type": "object",
7
+ "additionalProperties": false,
8
+ "required": [
9
+ "sources"
10
+ ],
11
+ "properties": {
12
+ "sources": {
20
13
  "$ref": "#/$defs/sources"
21
14
  }
22
- ],
15
+ },
23
16
  "$defs": {
24
17
  "module": {
25
18
  "type": "string",
@@ -0,0 +1,46 @@
1
+ ---
2
+ name: record-workspace-version
3
+ description: Record the completed Context knowledge iteration when the workspace Route selects this action.
4
+ ---
5
+
6
+ Run `context version inspect --format json`. Read the changed formal files and
7
+ the current conversation to write a concise reader-facing changelog. The CLI
8
+ checks real changes and an increasing SemVer; you decide the wording and impact.
9
+ Do not summarize temporary execution progress as knowledge changes.
10
+
11
+ This action is selected at completed-scope delivery, after Review, Close and
12
+ package configuration/template approval, before the final package build.
13
+ Record one version for the completed scope, then follow the returned workspace
14
+ Route to build outputs with that version. A failed build alone does not require
15
+ another version; retry through the Route using the recorded version. Do not
16
+ record a version for each intermediate batch or worker result.
17
+
18
+ Keep each version's details within 1500 visible characters total, including
19
+ punctuation across title, changes, trigger descriptions and actor display name;
20
+ exclude protocol keys, version and date. Before submitting, compress longer
21
+ entries by merging related changes and removing repeated execution narration.
22
+ Retain the main changes, impact and actual triggers. Do not truncate text blindly
23
+ or split one iteration into extra versions to evade the limit.
24
+
25
+ Use the returned digest in `context version record --input <file> --format json`.
26
+ Input fields: `expected_digest`, `version`, `title`, `changes` (nonempty list),
27
+ `triggers` (nonempty list of `{kind, description}`), and optional
28
+ `actor: {name, kind}`. Trigger kinds are initial, note, sessions, mr, module,
29
+ document, navigation, repair, dist, other. Describe what actually triggered the
30
+ iteration, not merely the CLI command. Never include raw private transcripts,
31
+ credentials, local absolute paths or private account IDs in public history.
32
+
33
+ Increment minor for added modules/material that expands knowledge coverage;
34
+ increment patch for repairs, existing-module updates, navigation or persistent
35
+ work-status changes. Major increases require an explicit user instruction.
36
+ Start at 0.1.0 unless the workspace already has a higher version or the user
37
+ specifies one. One completed scope receives one version, not one per worker.
38
+
39
+ Use a Lark user's display name only when explicitly known from the conversation
40
+ (`kind: lark`); otherwise omit actor and let the CLI use Git user.name. Do not
41
+ look up accounts just for attribution. No identity is preferable to guessing.
42
+ Only the coordinator records the version. Consume the returned `workflow.current`
43
+ directly; refresh status only when the response has no Route or configuration changed.
44
+ In managed mode resume `context run --managed --until blocked-or-complete --format json`
45
+ for mechanical execution. Recording a
46
+ version does not authorize a commit, tag, upload or deployment.
@@ -0,0 +1,15 @@
1
+ ---
2
+ name: context-recover-workspace
3
+ description: Recover a stuck existing Context task through the independent diagnostic and scoped recovery commands. Internal entry selected by Context recovery intent; usable even when normal Graph evaluation fails.
4
+ ---
5
+
6
+ # Recover a Context workspace
7
+
8
+ Read [the recovery procedure](../../resources/procedures/task-recovery.md).
9
+ Start with `context task recover --format json` in the intended existing workspace,
10
+ without a historical workflow revision. This read-only inspection does not invoke
11
+ normal status, source parsing, project entry execution or Graph evaluation.
12
+ Use the reported operations and current digests, preserving approved work.
13
+
14
+ If no safe operation succeeds, use [the issue template](../../resources/templates/recovery-issue.md)
15
+ to write a sanitized `issue/YYYY-MM-DD-short-description.md` in the workspace.
@@ -1,59 +1,20 @@
1
1
  ---
2
2
  name: context-resolve-current-indexer-gate
3
- description: Resolve the current Indexer structure or layout Gate using the exact current Route input and output schema.
3
+ description: Present and resolve a source-update article structure proposal when selected by the current Context Gate.
4
4
  metadata:
5
5
  agent-graph: path:../../provider.yaml
6
6
  agent-graph.graph: indexer
7
- agent-graph.entry: current-lifecycle
7
+ agent-graph.entry: update-structure-review
8
8
  ---
9
9
 
10
- # Resolve the current Indexer Gate
10
+ # Resolve the current structure proposal
11
11
 
12
- Use this Skill only when the current Indexer Route exposes it as
13
- `gate.resolution_action`. Read the Route input and the resolution Action output
14
- schema before deciding.
12
+ Read the exact Gate input and its output schema. Explain the proposed new topics,
13
+ affected existing articles, source scope and unresolved gaps in the user's
14
+ language. Reuse prior scope decisions, but wait for the confirmation required by
15
+ this Gate; managed execution does not waive a non-delegatable decision.
15
16
 
16
- For `stage: structure-review`, inspect the complete semantic structure Resource
17
- and return `approved`, `exclude-obsolete`, or `request-adjustment`. Include specific feedback
18
- when requesting adjustment.
19
-
20
- If the preview requires obsolete-scope confirmation, compare the affected
21
- pages/files and mixed-current pages with the user's current request, existing
22
- requirements and applicable work-start report. Reuse an explicit include/exclude
23
- decision for the same scope. When the user explicitly delegated this scope choice,
24
- make a reasoned recommendation and apply it within that delegation. A generic
25
- managed/no-review instruction, source-read permission or silence does not choose
26
- whether to include old APIs. A delegatable Gate permits authorized judgment; it
27
- does not supply missing scope authorization.
28
-
29
- If no applicable decision or delegation exists, explain the counts and both
30
- consequences briefly, recommend an option, ask the user and wait before submitting.
31
- Report this as a pending scope question, not a tool failure or an issue requiring
32
- CLI repair. Revisit a prior decision only when newly discovered content materially
33
- changes its scope or consequences. Do not request the same approval twice.
34
-
35
- Keep the decision and rationale in existing requirements/report when applicable,
36
- without inventing an authorization flag or a separate decision ledger. Inspect
37
- the full structure: these actions also approve it, so ordinary structure review
38
- still requires the user's approval unless its review authority was delegated.
39
- Include uses the supplied approval action; exclude uses the supplied exclusion
40
- action, retaining current API groups without full repartitioning. Do not delete
41
- sources or accepted knowledge. Use only the current revision and supplied action.
42
- If exclusion leaves no current pages, explain that there is nothing left to
43
- generate and stop without submitting an empty Partition or approving the old
44
- scope. A different scope requires a new user instruction; do not manufacture
45
- work to continue.
46
-
47
- For `stage: layout-confirmation`, use the supplied change reports and the
48
- user's decision. Return either `approved` or `rejected`. Include specific
49
- feedback when rejecting. A non-delegatable layout Gate must not be approved on
50
- the user's behalf.
51
-
52
- Submit exactly one existing `context.indexer.current-action-input/v2` value to
53
- the Route's completion command. Do not invent a lifecycle continuation
54
- envelope, a second approval protocol, or additional audit data.
55
-
56
- For a topic carrying `scope_change`, its old title/task/outline may no longer fit
57
- its remaining members. Inspect those members explicitly rather than approving
58
- all titles by count. Author receives the same change and may choose a justified
59
- page form or a non-publishing result; exclusion does not establish usefulness.
17
+ Submit approval or specific adjustment feedback through the returned command.
18
+ Use a temporary JSON/YAML file for long feedback. Do not invent another approval
19
+ record, change source authorization, delete articles or reconstruct an old plan.
20
+ Keep existing article identities and unaffected production tasks intact.
@@ -1,385 +1,30 @@
1
1
  ---
2
2
  name: context-run-indexer-agent-step
3
- description: Execute one bounded batch of Context-authorized Indexer worksets using the current Route input, shared Provider instructions, and each task's authorized View.
3
+ description: Revise approved Context articles or assess an explicit source update when selected by the current Route.
4
4
  metadata:
5
5
  agent-graph: path:../../provider.yaml
6
6
  agent-graph.graph: indexer
7
- agent-graph.entry: agent-step
7
+ agent-graph.entry: approved-revision
8
8
  ---
9
9
 
10
- # Run one bounded Indexer Agent batch
10
+ # Maintain current articles
11
11
 
12
- Read the current Route action input and every required Resource marked `read-required`.
13
- For `stage: approved-revision`, follow `procedure.approved-revision`: read the
14
- supplied approved page and return the revised Markdown using that action's schema.
15
- The batch instructions below apply to Partition, Author, and Composer worksets.
12
+ Read the current Route input and its required procedure. For an approved
13
+ revision, use the supplied article, change instruction and actual source regions;
14
+ for a source update, inspect the fixed source changes and existing article
15
+ references before choosing affected articles or new topics.
16
16
 
17
- Use the readable `resolved-indexer-instructions` and each task's
18
- `authorized-indexer-workset-view/task-NNN`, including its goals, constraints and source material.
19
- Each task has its own reading file. Read its referenced shared files once;
20
- relative links resolve beside that task file. Shared resources are also listed
21
- in the Route. A shared file does not authorize another task to use its references.
22
- Match each result to its task's own goals, source material and allowed references.
23
- If the file tool truncates its output, continue with the unread part of that same file;
24
- do not mistake tool truncation for missing source material or restart the Context task.
25
- Match Views and outputs only through
26
- the short `task_key`; do not copy internal digests into the semantic result. The reading contains the
27
- recommended source material, supplementary facts, Provider fragments, and authority for each task. Do not
28
- construct evidence read requests, manage pages or cursors, discover another Skill, read a
29
- Provider path, widen source scope, run an unauthorized Indexer or parser, or invent missing
30
- evidence.
17
+ Preserve unrelated prose, article identities and user edits. Read relevant source
18
+ text when navigation or declarations cannot establish a claim. A supplied program
19
+ block can replace a duplicate table, but does not establish surrounding behavior.
20
+ Do not regenerate unrelated articles or read the entire library by default.
31
21
 
32
- Return exactly one `results[]` entry for every task in the current batch, in task-key order. Each
33
- entry carries its `task_key` and the existing stage-specific semantic Result. A single-task batch
34
- still uses the same array shape. Prepare distinct results together and submit the batch once;
35
- do not turn it into a separate CLI round trip for each page. Copy dynamic authority values only from the Route input or that
36
- task's authorized View.
22
+ Use the returned action schema and command. Keep long Markdown or JSON/YAML in
23
+ the Agent temporary area and pass a file path rather than a long CLI argument.
24
+ Do not add skill versions, hashes, ownership records or per-symbol dispositions.
37
25
 
38
- At the start of Partition, preserve the settled purpose/scope decisions in the
39
- work-start report when this substantial task warrants one and the earlier setup
40
- did not already cover it. The current Route exposes `procedure.work-start-report`
41
- and `template.work-start-report` for that handoff, including the scratch write
42
- boundary. Reuse an applicable report on continuation; do not recreate it for each
43
- workset. Report text is context, not evidence or authority. Author follows the
44
- accepted page plan and does not reread these resources or rewrite the report
45
- unless a material task decision changes.
46
-
47
- For Partition, apply the grouping rules in `resolved-indexer-instructions` to each
48
- task's View. Check its material against the settled reader purpose and scope;
49
- inventory membership is not a requirement to publish a page. A newly discovered
50
- region with materially different relevance, version or lifecycle may require a
51
- scope discussion before dependent output, even in managed mode. Explain the
52
- specific impact and preserve accepted work; refresh the Route after an authorized
53
- configuration change. Do not silently exclude unresolved work or replay all tasks.
54
- Context handles strategy selection and retries; do not look up a separate
55
- strategy definition or submit strategy metadata. Report missing source material or
56
- unresolvable semantic boundaries through the current Result schema.
57
-
58
- During Partition, read the whole inventory overview and each member's identity,
59
- not every implementation body. `partition-navigation` shows the surrounding scope;
60
- `consumer-anchor overview` links to complete immutable fact details. Open those
61
- files and the bounded `source-access` paths whenever ownership, lifecycle, a
62
- shared dependency or the reader task is unclear. Sampling helps orient you but
63
- cannot justify excluding uninspected members or asserting behavior. Unknown
64
- material formats remain full required reading. Author can access complete selected
65
- facts and source text; reduced planning input is not evidence for a final claim.
66
-
67
- Set a group's `ready_for_author: true` only after its identity, primary ownership,
68
- reader task and relevant shared dependencies are resolved well enough to write
69
- an independently useful page. A sample, file boundary or large fact count is
70
- not sufficient. Leave it absent/false when neighboring material could change the
71
- boundary. This declaration permits an early wave; it does not mark the remaining
72
- inventory complete or bypass normal structure/content review. After a wave's
73
- build, follow the fresh Route back to remaining Partition tasks. Later material
74
- for the same subject must retain its identity and improve its approved pages,
75
- not create duplicates. All inventory members still need final dispositions.
76
-
77
- Read `partition-authority` before choosing each group subject. A string
78
- changes only the local key and preserves `base_subject_key` namespace and kind. Use an explicit
79
- subject object only when its kind is listed in `subject_key_contract.kinds`; never invent a kind
80
- from a page title, operation name, framework term, or business vocabulary.
81
- For a new reader subject, choose a durable, readable namespace and local key:
82
- the main page defaults to `knowledge/<collection>/<namespace>/<local-key>.md`
83
- (normalized as readable slugs). `group.key` identifies a group and `title` labels
84
- its content; neither renames that path. A capture token such as `wiki-a1b2c3d4`
85
- is not a reader namespace. Use the existing explicit subject object to choose,
86
- for example, `namespace: sample-web`, `local_key: faq`, with the permitted kind.
87
- Avoid repeating the same name as both directory and basename. Preserve an
88
- existing subject when enriching it; changing a title is not a reason to change
89
- identity. Context preserves approved paths and routes collisions to the existing
90
- layout confirmation, where readable renames are chosen instead of hash suffixes.
91
-
92
- `subject_intent` describes the reader-subject outcome, not the source file's role. Use `primary`
93
- when the group owns a reader subject. Use `enrich-or-independent` for a publishable supplemental
94
- view such as test or example behavior: Context reuses a matching subject when available and creates
95
- an independent subject otherwise. Do not emit `supporting`; material that must never become a reader
96
- subject must not be emitted as a group.
97
-
98
- For an Author Result, write reader-facing `title`, `summary`, and `sections` only when publishing.
99
- Read the main task and its shared material, then expand details for the claims and
100
- member decisions you need to make; do not open every optional file as a checklist.
101
- Style-name rows locate captured CSS, not public interfaces or runtime behavior.
102
- Rows use the supplied column names; row numbers are never source or member IDs.
103
- All inventory IDs remain explicit. Supporting style rows without a ref can be
104
- traced through the source or full parser detail when a fact citation is needed.
105
- A stylesheet path or inventory ID is not a requirement to read the whole file.
106
- Use the accepted plan and supplied evidence for supporting/catalog decisions;
107
- open the relevant rules only when a planned claim or unresolved member decision
108
- needs layout/state/theme/override/accessibility detail. Do not add visual prose
109
- merely to cover style records, or infer exclusions from selector names alone.
110
- Package briefs support the fields explicitly shown. Open the full manifest only
111
- when a needed import condition, dependency or build detail is missing. Do not
112
- reread either source solely because it appears in navigation.
113
- `members_from` reuses an identical Props member list within the same source file;
114
- combine it with the component's own parameters/defaults and retain any uncertainty.
115
- Inherit `page_plan.artifact_intent`; omitting `artifact_intent` also uses the saved plan.
116
- Use `primary_artifact_options` when selecting a policy; derived-page intents are not additional pages to write.
117
- For mechanical assembly, copy the current Route's recommended `indexer-author-scaffold`
118
- JSON resource to workspace `.tmp/agent-payloads/`; do not edit the runtime resource.
119
- It already contains the current task keys, planned intent, unambiguous policy and member IDs.
120
- Write the prose, references and member decisions. Use a fresh scaffold when the Route's
121
- revision or task set changes; never reuse accepted tasks from an earlier batch.
122
- `context action scaffold-current --revision <current-revision>` remains available to
123
- explicitly recreate the skeleton, but is not an additional required command.
124
- Empty states are intentional:
125
- the scaffold never chooses coverage or a publishing decision on your behalf.
126
- Members with the same state, section and reason can share one disposition entry:
127
- `{items: [<member-id>, ...], state: covered, section: <section-key>}`.
128
- Do not also list these members individually. Context expands the groups and performs
129
- the same per-member ownership and coverage validation.
130
- For uncertain submissions, add `--preview` to the current Author completion command.
131
- It validates and renders the current result without accepting tasks or advancing the Route;
132
- this is optional, not another required round trip. Read failures, repair the payload,
133
- then submit normally. Preview input errors include `issues` with paths relative to
134
- each task entry (starting at `result`) and section/member identifiers when available.
135
- Use those paths to locate edits; errors from conversion or rendering keep their
136
- original message and do not imply a payload field location. Preview does not replace Review or guarantee a later unchanged revision.
137
- Each section references supplied source material through `source_items`, `facts`, or both.
138
- Both are arrays of references, not objects. Authorized Facts already carry their source
139
- bindings, so do not repeat those bindings in `source_items` merely to satisfy a field.
140
- A section with neither resolvable sources nor Facts is still invalid.
141
- Catalog-only and unsupported results publish no Artifact and need no policy selection. Copy `source_items` from the
142
- task's Source material, or use repository-relative file paths for captured code you read directly,
143
- not inventory or repository identifiers. Context constructs the internal
144
- Facts and EvidenceBindings. For `catalog-only`, return the member dispositions without dummy prose
145
- or sections: Context retains the corresponding authorized facts. Do not use it when the View lacks
146
- facts for that member; report unsupported or missing material instead.
147
- For behavior, read source text. Source material is a focused default, not an exclusive reading boundary.
148
- The task's `source-access` lists captured file paths under `captured_root`; use your file tool to read
149
- these files directly when excerpts are insufficient. Do not switch to a live checkout or unrelated
150
- sources. Submit the read files' repository-relative paths in `sections[].source_items`; Context
151
- resolves the source association without manual fingerprints or a separate CLI call.
152
- A signature or call name alone does
153
- not establish behavior absent from those lines. Do not copy process-only carriers into reader Markdown.
154
- Read shared instructions once while they remain available in the current conversation;
155
- unchanged instructions do not need rereading for each task. Read every task's own goals and member overview. Large captured files may be linked
156
- rather than inlined: read the relevant implementations and dependencies by range;
157
- if scope or behavior is unclear, expand the whole file. Navigation, CSS selectors
158
- and AST signatures do not establish behavior by themselves. Full parser detail
159
- files are optional unless needed to resolve a relationship or ambiguity. Known
160
- carrier metadata may be omitted from the overview; all submission references and
161
- canonical facts remain available. Never treat absent overview text as absent capability.
162
- If an explanation needs a dependency body, first read its captured file directly. Only when
163
- the supplied source access cannot provide the body, use `request-material` with
164
- specific repository-relative file or directory paths in `material_gaps[].source_hints`.
165
- Context expands available registered source bodies through the same completion command.
166
- On `material-expanded`, read the returned task's added material and finish the preserved draft;
167
- do not recollect, repartition, or repeat accepted peers. Re-requesting supplied files is safe and
168
- returns usable material again. If a path is unavailable, correct it or describe the remaining gap.
169
- Installed guidance can be newer than a resumed task. Context owns this compatibility decision;
170
- follow the current Route without comparing Provider fingerprints or regenerating task identities.
171
- Do not invent or manually copy read-receipt, execution-receipt, or stable-result digests. Submit
172
- the stage-specific input described by the current Action schema through the Route's completion command; Context
173
- derives internal envelopes and performs dependency, schema, owner, scope, and per-workset validation
174
- before reporting each task accepted. Read the completion's `outcomes` and
175
- `next_route.file` (the exact next Route). Read `result_file` when `details_required`
176
- is true, output was truncated or the outcome is unclear; an ordinary successful
177
- summary does not require rereading the full result, which embeds the same Route.
178
- Continue directly from that Route and ready Resource paths. Do not run `context status` or either Resource materializer
179
- between successful batches. A failed item is retried from its returned task-only skeleton; already
180
- accepted peers are not repeated. Never report success merely because the envelope or prose looks valid.
181
- If `next` is null and `next_preparation` reports failure, the committed outcomes
182
- are still saved: run its recovery command, not the previous submission. A stage's
183
- `progress.stop=complete` does not mean Review, close or package build is finished.
184
-
185
- ## Reader purpose and saved page plans
186
-
187
- Use the bound requirement's `purpose` and open `reader_goals` throughout planning,
188
- authoring and review. During Partition, select `artifact_intent` and `template_id`
189
- from the current partition authority, retain `reader_task` and `outline`, and use
190
- `priority` (lower first) and `delivery_boundary` to identify a complete reader task.
191
- Choose a first representative module of roughly one to three pages. Do not group
192
- unrelated types because they share a file, or treat every export as a page.
193
- Author uses the saved choice; do not change it on retries or Provider refresh.
194
- Integration and maintenance purposes may share contracts without duplicating prose.
195
- Identify actual module roles from registrations and consumption: a client is not
196
- a server, a runtime is not a module role, and an application component is not
197
- a published component library. Preserve behavior needed for the reader's task.
198
-
199
- For `stage: source-update`, follow the selected source-update procedure and action schema. Read current approved pages and the fixed source changes before deciding which pages need revision, including any new topics absent from existing page references.
200
-
201
- ## Semantic judgment and narrowed scope
202
-
203
- Scripts may assemble references, serialize an Agent-authored result and submit it.
204
- Do not use the first path to name an entire mixed group, classify all inventory
205
- members as one topic, or generate identical API prose and unconditional publish
206
- results. Reading a View with a script is not a substitute for understanding its
207
- sources. Reuse mechanics, not unsupported content claims.
208
-
209
- When the selected template supplies a program-generated API table, bind the
210
- applicable facts and let the renderer produce field rows, types and defaults.
211
- Do not write a second equivalent table or restate every row in prose. Explain
212
- usage decisions, composition, pitfalls and migration boundaries; mention a
213
- parameter or default when it helps explain that behavior. This does not waive
214
- source reading or member coverage. If a generated value conflicts with source,
215
- identify the field and source location through the current repair flow; do not
216
- patch the generated block or add a competing answer in prose. Without a suitable
217
- program block, follow the selected template and write the source-backed explanation
218
- needed by the reader rather than omitting it.
219
-
220
- Keep each parameter and default attached to its own callable or type. Missing
221
- extracted members do not establish that an API has no parameters or callbacks;
222
- read the referenced source when inherited types or static methods matter to the
223
- reader. Before extending a first batch, check that its pages answer the promised
224
- reader tasks, including document-grounded integration or troubleshooting where
225
- required, rather than only listing exports.
226
-
227
- For Composer, inspect the selected task's primary page and remaining material
228
- before choosing an empty proposal list. A script must not decide that every
229
- Composer is unnecessary. Existing API tables may remove duplicate table work
230
- without answering the task's examples or usage questions.
231
-
232
- Use one production driver for this workspace. If a submission process is still
233
- running, await its completion instead of starting another lifecycle driver from
234
- an observed status. A local content repair or truncated read is not a reason to
235
- run `task prepare --apply`: that command ends the old task. When scope decisions
236
- change, update the existing applicable requirement/report without extending a
237
- one-task exclusion into a permanent policy.
238
-
239
- When `page_plan.scope_change` is present, reassess the residual group before
240
- Author: the previous title, reader task and outline describe the original scope.
241
- Excluded members remain excluded. Publish only when the remaining sources support
242
- a useful page, with an accurate title, summary and an allowed artifact intent.
243
- The old template/intent restriction has been released for this changed group.
244
- If it should not be a page, use a supported non-publishing outcome and truthful
245
- member dispositions; catalog-only requires authorized facts. Zero extracted facts
246
- alone does not prohibit a source-grounded document, and does not establish an API.
247
- Do not restart unrelated accepted tasks to repair this group's interpretation.
248
-
249
- ## User-facing progress
250
-
251
- Use CLI `progress.scopes` (or `indexerProgress.scopes` in status) as the
252
- single source for progress in conversation and reports. It separates:
253
- - `overall`: delivered pages and cumulative planning for the current Indexer run;
254
- - `wave`: writing tasks, observed pages and composition for the current wave;
255
- - `slice`: tasks in the currently active Route slice.
256
-
257
- Planning completed counts currently valid accepted tasks, not lifetime effort.
258
- When overall.planning.needs_recheck is nonzero, report “规划当前有效 X/Y 项;Z 项因任务绑定变化待复核”.
259
- Do not describe a lower valid count as lost pages or silently restarting from zero.
260
- The CLI reason identifies binding changes, not proof that source code changed;
261
- do not invent a more specific cause.
262
-
263
- Keep these scopes separate. A wave or pause target never replaces the overall
264
- scope. Preserve overall planning across Author, Composer and Review transitions.
265
- Use each counter's `unit`: task means 项/任务, page means 页. A writing task is
266
- not automatically one page. A null total means 总数待确定, not zero or the
267
- number of currently prepared tasks. Revisions can overlap delivered pages;
268
- do not add wave tasks to delivered pages to invent a page total.
269
-
270
- Use two bold progress lines. The first combines `overall` and a clearly labelled
271
- `wave` supplement; the second uses `slice`. For example, with matching CLI values:
272
- **[总体进度:已交付 33 页,总页数待确定;规划完成 50/122 项;本轮写作完成 30/30 项]**
273
- **[当前分片:补充内容检查 0/8 项]**
274
-
275
- A completion receipt's `submitted_slice` describes the slice just submitted;
276
- `progress.scopes.slice` can already describe the next Route. Use the former when
277
- reporting submission success and the latter when announcing the next slice.
278
- Never combine their numerators and denominators. A null slice means no active
279
- Agent task slice, not that the workflow is complete. During Review/build, state
280
- the returned Route action briefly rather than inventing a slice ratio.
281
- If progress is unavailable after task cleanup, say the counters are unavailable;
282
- do not turn the last wave into the overall scope or report delivery as zero.
283
- Continue authorized work after an update; only the agreed delivery stop or an
284
- actual unresolved blocker permits stopping. This format governs progress, not
285
- answers, review findings or necessary questions.
286
-
287
- ### Planned articles
288
-
289
- When the current Partition authority supports an article plan, keep one subject
290
- and one inventory owner for the topic. Plan stable article keys, the reader task,
291
- allowed intent and template, required or optional articles and sections, and one
292
- required article responsible for each primary question target. A shared source
293
- member may support several articles without being owned several times.
294
-
295
- For an accepted `page_plan.articles`, submit per-article content using those keys
296
- and the current Author question identifiers. Keep the group member dispositions
297
- unique; a covered member identifies its article and section. Follow the current
298
- schema and returned diagnostics when a required article or its evidence is
299
- missing. Change the accepted plan through the existing structure adjustment
300
- route before adding articles or changing their purpose. Legacy single-page
301
- plans continue to use the single-page submission.
302
-
303
- For a selected page program, use the current variable catalog and its linked
304
- article guidance. A semantic `template_variables` value may bind its own
305
- `value`, `source_items` and `facts`; use current reading-view aliases. This lets
306
- you supply a supported chapter without writing another copy merely to attach
307
- evidence. Plain strings retain the existing section-evidence binding behavior.
308
- Do not populate deterministic variables with prose: the runtime projects them
309
- from authorized facts. Select a registered reader goal compatible with the
310
- article intent; the program cannot change an accepted article's purpose.
311
-
312
- Choose the article form before filling variables. For L03, a system overview
313
- uses scope, packages, foundations, components, configuration, adoption and
314
- references; a foundation topic uses purpose, catalog, mapping, consumption,
315
- rules, platforms and references; runtime adoption uses environment, globals,
316
- inheritance, resources, ssr, platforms and verification. These are alternatives,
317
- not a request to fill all slots or produce a page for every token. Use only forms
318
- supported by the selected source and reader task.
319
- For F11, a directory emphasizes scope, catalog, contracts and details; a child
320
- application detail emphasizes ownership, integration, capabilities, navigation
321
- and delivery. Link common host contracts rather than repeat them in each detail.
322
- Read each selected article's guidance for chapter responsibilities and examples.
323
- If a supported chapter does not fit an available variable, submit it in that
324
- article's `sections` with source evidence; do not put it in an unknown variable,
325
- which is warned about and ignored. Preserve accepted section identities where
326
- applicable. Empty scaffolds are input skeletons, never finished reader content.
327
-
328
- Treat article outlines, writing slots and size recommendations as guidance.
329
- Keep useful evidence-backed content when a slot is unavailable; assess whether
330
- to merge, omit or add a chapter. A template or source version difference alone
331
- does not require approval or a restart: retain the versions, explain relevant
332
- uncertainty and continue work that the evidence supports. Agent review decides
333
- relevance, completeness and compatibility; the CLI checks reference identity,
334
- authorized scope, parseable inputs and concurrent revisions. A missing promised
335
- article remains unfinished until delivered or the accepted plan is adjusted.
336
-
337
- When supplied source text contains relevant usage examples, Author may declare
338
- `example_candidates` with a stable `scenario_key` and the authorized
339
- `source_item` path or reference. Select examples by reading their contents;
340
- file names alone are insufficient. The runtime binds the selection to the
341
- current subject, full path, source version and evidence, then exposes it to a
342
- selected examples Composer. Distinct files with the same basename remain
343
- distinct. Do not invent example source items, runtime outcomes or missing demos;
344
- omit the optional collection when no example is applicable.
345
-
346
- ### Useful article content
347
-
348
- Choose one primary location for each explanation. An overview states actual
349
- capabilities and links to specialist articles; do not fill it with a promise
350
- that another page has the information. Keep summaries short plain text, not
351
- source tables. Merge a small overview and source-entry task when they would
352
- repeat the same file list and reading instructions. Source-entry articles
353
- should explain why each entry matters and name the next inspection action.
354
-
355
- For C02 feature details use prerequisites, operations, exceptions, acceptance
356
- and version when supported. For D04 engineering guides use scope, commands,
357
- delivery and conventions; operational diagnostics remain separate.
358
- For Q01 prefer systems/navigation/development/tools for a testing-domain map.
359
- Q02 lasting strategy uses layers/coverage/collaboration; a change plan uses
360
- risks/scenarios/environment/execution. Q04 regression selection uses
361
- smoke/selection/prerequisites/records; results/failures/conclusion describe
362
- actual recorded runs, never substitute for the selection baseline. Q07
363
- confirmed incident reviews use triggers/cause/repair/prevention; unresolved
364
- FAQ answers may omit these and retain investigation/followup.
365
-
366
- When planning an entry article, mark the source-supported entry and next-step
367
- sections as suggested required sections in the accepted article outline.
368
- Existing outline-gap diagnostics are advisory; explain missing material or
369
- add the supported content, without treating prose warnings as a new gate.
370
- Template section question_refs label writing responsibilities; actual reader
371
- coverage and its single primary carrier come from accepted question_targets.
372
- Do not count template section labels as additional answered user questions.
373
-
374
- For a deterministic API table, select the authorized contracts relevant to
375
- that article's task. A page task needs its page inputs and consumed contract
376
- entries, not every exported constant in the module. Keep caller/route context
377
- in source-backed prose; a declared API does not prove a live call.
378
-
379
- ### Diagrams in reader articles
380
-
381
- Use the selected Provider diagram instructions and the article guidance to choose a diagram only when useful. Put fenced Mermaid in an evidence-backed semantic section; use text trees for hierarchy and tables for exact contracts. Explain the diagram in prose and retain source/next-step coordinates for consumers without rendering. Diagram syntax or missing optional graphics never establish a new completion gate. During review, check the meaning and provenance of arrows, not the diagram count.
382
-
383
- ### Existing visual sources
384
-
385
- For Author/Review involving source images or tables, consume the selected Provider `references/visual-source-processing.md`. Read current workspace AGENTS.md and `context.convertVisuals`; explicit user instructions override defaults. Use authorized `visual_resources` and sections[].visuals; reuse accepted unchanged results. Capability absence or unsuitable content retains originals without a new gate. Never edit source snapshots or delete assets yourself.
26
+ Report unresolved semantic choices in the user's language. Follow the current
27
+ Review and conflict-recovery routes; acceptance does not approve publication.
28
+ If the next preparation fails after acceptance, use its recovery command without
29
+ repeating saved content. An unfinished production stage can remain suspended
30
+ while this maintenance action runs; do not replace or clear its tasks.