@c4a/context-cli 0.7.4 → 0.7.8

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 (1441) hide show
  1. package/README.md +63 -2
  2. package/README.zh-CN.md +16 -0
  3. package/cli.js +130011 -107544
  4. package/docs/context-debug-event-v1.schema.json +3 -1
  5. package/docs/debug-tracing.md +17 -1
  6. package/indexers/bundles/context-code-indexer/SKILL.md +10 -1
  7. package/indexers/bundles/context-code-indexer/context-indexer.yaml +3102 -64
  8. package/indexers/bundles/context-code-indexer/references/article-catalog/adapter-integration-article-catalog.md +20 -0
  9. package/indexers/bundles/context-code-indexer/references/article-catalog/api-service-article-catalog.md +20 -0
  10. package/indexers/bundles/context-code-indexer/references/article-catalog/background-runtime-article-catalog.md +19 -0
  11. package/indexers/bundles/context-code-indexer/references/article-catalog/cli-tool-article-catalog.md +17 -0
  12. package/indexers/bundles/context-code-indexer/references/article-catalog/component-library-article-catalog.md +18 -0
  13. package/indexers/bundles/context-code-indexer/references/article-catalog/contract-source-article-catalog.md +17 -0
  14. package/indexers/bundles/context-code-indexer/references/article-catalog/data-sync-reconciliation-article-catalog.md +19 -0
  15. package/indexers/bundles/context-code-indexer/references/article-catalog/derived-generated-source-article-catalog.md +17 -0
  16. package/indexers/bundles/context-code-indexer/references/article-catalog/domain-service-article-catalog.md +23 -0
  17. package/indexers/bundles/context-code-indexer/references/article-catalog/event-consumer-article-catalog.md +19 -0
  18. package/indexers/bundles/context-code-indexer/references/article-catalog/gateway-facade-article-catalog.md +21 -0
  19. package/indexers/bundles/context-code-indexer/references/article-catalog/monorepo-container-article-catalog.md +17 -0
  20. package/indexers/bundles/context-code-indexer/references/article-catalog/plugin-extension-article-catalog.md +17 -0
  21. package/indexers/bundles/context-code-indexer/references/article-catalog/sdk-library-article-catalog.md +18 -0
  22. package/indexers/bundles/context-code-indexer/references/article-catalog/storage-repository-article-catalog.md +19 -0
  23. package/indexers/bundles/context-code-indexer/references/article-catalog/web-application-article-catalog.md +30 -0
  24. package/indexers/bundles/context-code-indexer/references/composers/public-contract.md +13 -1
  25. package/indexers/bundles/context-code-indexer/references/diagrams.md +122 -0
  26. package/indexers/bundles/context-code-indexer/references/indexer.md +180 -8
  27. package/indexers/bundles/context-code-indexer/references/visual-source-processing.md +42 -0
  28. package/indexers/bundles/context-code-indexer/templates/adapter-integration-maintenance-guide.md +81 -0
  29. package/indexers/bundles/context-code-indexer/templates/adapter-integration-request-adaptation-guide.md +81 -0
  30. package/indexers/bundles/context-code-indexer/templates/adapter-integration-usage-guide.md +81 -0
  31. package/indexers/bundles/context-code-indexer/templates/api-service-maintenance-guide.md +81 -0
  32. package/indexers/bundles/context-code-indexer/templates/api-service-public-api-reference.md +81 -0
  33. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-c01-page.md +232 -0
  34. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-c03-page.md +168 -0
  35. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-c04-page.md +200 -0
  36. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-c05-page.md +232 -0
  37. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-c07-page.md +200 -0
  38. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-d02-page.md +232 -0
  39. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-d04-page.md +360 -0
  40. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-f09-page.md +232 -0
  41. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-l01-page.md +304 -0
  42. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-l04-page.md +232 -0
  43. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-q03-page.md +200 -0
  44. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-q05-page.md +200 -0
  45. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-s01-page.md +264 -0
  46. package/indexers/bundles/context-code-indexer/templates/article-programs/adapter-integration-s06-page.md +232 -0
  47. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-c01-page.md +232 -0
  48. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-c03-page.md +168 -0
  49. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-c04-page.md +200 -0
  50. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-c05-page.md +232 -0
  51. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-c07-page.md +200 -0
  52. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-d02-page.md +232 -0
  53. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-d04-page.md +360 -0
  54. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-f09-page.md +232 -0
  55. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-q03-page.md +200 -0
  56. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-q05-page.md +200 -0
  57. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-s01-page.md +264 -0
  58. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-s02-page.md +240 -0
  59. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-s03-page.md +304 -0
  60. package/indexers/bundles/context-code-indexer/templates/article-programs/api-service-s06-page.md +232 -0
  61. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-c01-page.md +232 -0
  62. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-c03-page.md +168 -0
  63. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-c04-page.md +200 -0
  64. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-c05-page.md +232 -0
  65. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-c07-page.md +200 -0
  66. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-d02-page.md +232 -0
  67. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-d04-page.md +360 -0
  68. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-f09-page.md +232 -0
  69. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-q03-page.md +200 -0
  70. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-q05-page.md +200 -0
  71. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-s01-page.md +264 -0
  72. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-s06-page.md +232 -0
  73. package/indexers/bundles/context-code-indexer/templates/article-programs/background-runtime-s07-page.md +264 -0
  74. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-c01-page.md +232 -0
  75. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-c03-page.md +168 -0
  76. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-c04-page.md +200 -0
  77. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-c05-page.md +232 -0
  78. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-c07-page.md +200 -0
  79. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-d04-page.md +360 -0
  80. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-f09-page.md +232 -0
  81. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-l01-page.md +304 -0
  82. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-q03-page.md +200 -0
  83. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-q05-page.md +200 -0
  84. package/indexers/bundles/context-code-indexer/templates/article-programs/cli-tool-q06-page.md +200 -0
  85. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-c01-page.md +232 -0
  86. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-c03-page.md +168 -0
  87. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-c04-page.md +200 -0
  88. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-c05-page.md +232 -0
  89. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-c07-page.md +200 -0
  90. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-d04-page.md +360 -0
  91. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-f09-page.md +232 -0
  92. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-l02-page.md +304 -0
  93. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-l03-page.md +648 -0
  94. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-l05-page.md +264 -0
  95. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-q03-page.md +200 -0
  96. package/indexers/bundles/context-code-indexer/templates/article-programs/component-library-q05-page.md +200 -0
  97. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-c01-page.md +232 -0
  98. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-c03-page.md +168 -0
  99. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-c04-page.md +200 -0
  100. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-c05-page.md +232 -0
  101. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-c07-page.md +200 -0
  102. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-d04-page.md +360 -0
  103. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-f06-page.md +232 -0
  104. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-f09-page.md +232 -0
  105. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-q03-page.md +200 -0
  106. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-q05-page.md +200 -0
  107. package/indexers/bundles/context-code-indexer/templates/article-programs/contract-source-s02-page.md +240 -0
  108. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-c01-page.md +232 -0
  109. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-c03-page.md +168 -0
  110. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-c04-page.md +200 -0
  111. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-c05-page.md +232 -0
  112. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-c07-page.md +200 -0
  113. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-d02-page.md +232 -0
  114. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-d04-page.md +360 -0
  115. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-f09-page.md +232 -0
  116. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-q03-page.md +200 -0
  117. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-q05-page.md +200 -0
  118. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-s01-page.md +264 -0
  119. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-s06-page.md +232 -0
  120. package/indexers/bundles/context-code-indexer/templates/article-programs/data-sync-reconciliation-s07-page.md +264 -0
  121. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-c01-page.md +232 -0
  122. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-c03-page.md +168 -0
  123. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-c04-page.md +200 -0
  124. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-c05-page.md +232 -0
  125. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-c07-page.md +200 -0
  126. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-d04-page.md +360 -0
  127. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-f06-page.md +232 -0
  128. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-f09-page.md +232 -0
  129. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-q03-page.md +200 -0
  130. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-q05-page.md +200 -0
  131. package/indexers/bundles/context-code-indexer/templates/article-programs/derived-generated-source-s02-page.md +240 -0
  132. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c01-page.md +232 -0
  133. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c02-page.md +360 -0
  134. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c03-page.md +168 -0
  135. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c04-page.md +200 -0
  136. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c05-page.md +232 -0
  137. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-c07-page.md +200 -0
  138. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-d02-page.md +232 -0
  139. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-d03-page.md +232 -0
  140. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-d04-page.md +360 -0
  141. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-f09-page.md +232 -0
  142. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-q03-page.md +200 -0
  143. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-q05-page.md +200 -0
  144. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-s01-page.md +264 -0
  145. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-s03-page.md +304 -0
  146. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-s04-page.md +264 -0
  147. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-s05-page.md +232 -0
  148. package/indexers/bundles/context-code-indexer/templates/article-programs/domain-service-s06-page.md +232 -0
  149. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-c01-page.md +232 -0
  150. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-c03-page.md +168 -0
  151. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-c04-page.md +200 -0
  152. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-c05-page.md +232 -0
  153. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-c07-page.md +200 -0
  154. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-d02-page.md +232 -0
  155. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-d04-page.md +360 -0
  156. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-f09-page.md +232 -0
  157. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-q03-page.md +200 -0
  158. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-q05-page.md +200 -0
  159. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-s01-page.md +264 -0
  160. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-s06-page.md +232 -0
  161. package/indexers/bundles/context-code-indexer/templates/article-programs/event-consumer-s07-page.md +264 -0
  162. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-c01-page.md +232 -0
  163. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-c03-page.md +168 -0
  164. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-c04-page.md +200 -0
  165. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-c05-page.md +232 -0
  166. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-c07-page.md +200 -0
  167. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-d02-page.md +232 -0
  168. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-d04-page.md +360 -0
  169. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-f09-page.md +232 -0
  170. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-l04-page.md +232 -0
  171. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-q03-page.md +200 -0
  172. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-q05-page.md +200 -0
  173. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-s01-page.md +264 -0
  174. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-s02-page.md +240 -0
  175. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-s03-page.md +304 -0
  176. package/indexers/bundles/context-code-indexer/templates/article-programs/gateway-facade-s06-page.md +232 -0
  177. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-c01-page.md +232 -0
  178. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-c03-page.md +168 -0
  179. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-c04-page.md +200 -0
  180. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-c05-page.md +232 -0
  181. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-c07-page.md +200 -0
  182. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-d01-page.md +200 -0
  183. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-d04-page.md +360 -0
  184. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-f09-page.md +232 -0
  185. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-f11-page.md +328 -0
  186. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-q03-page.md +200 -0
  187. package/indexers/bundles/context-code-indexer/templates/article-programs/monorepo-container-q05-page.md +200 -0
  188. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-c01-page.md +232 -0
  189. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-c03-page.md +168 -0
  190. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-c04-page.md +200 -0
  191. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-c05-page.md +232 -0
  192. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-c07-page.md +200 -0
  193. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-d04-page.md +360 -0
  194. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-f09-page.md +232 -0
  195. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-l01-page.md +304 -0
  196. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-l04-page.md +232 -0
  197. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-q03-page.md +200 -0
  198. package/indexers/bundles/context-code-indexer/templates/article-programs/plugin-extension-q05-page.md +200 -0
  199. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-c01-page.md +232 -0
  200. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-c03-page.md +168 -0
  201. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-c04-page.md +200 -0
  202. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-c05-page.md +232 -0
  203. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-c07-page.md +200 -0
  204. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-d04-page.md +360 -0
  205. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-f09-page.md +232 -0
  206. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-l01-page.md +304 -0
  207. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-l03-page.md +648 -0
  208. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-l04-page.md +232 -0
  209. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-q03-page.md +200 -0
  210. package/indexers/bundles/context-code-indexer/templates/article-programs/sdk-library-q05-page.md +200 -0
  211. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-c01-page.md +232 -0
  212. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-c03-page.md +168 -0
  213. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-c04-page.md +200 -0
  214. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-c05-page.md +232 -0
  215. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-c07-page.md +200 -0
  216. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-d02-page.md +232 -0
  217. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-d04-page.md +360 -0
  218. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-f09-page.md +232 -0
  219. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-q03-page.md +200 -0
  220. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-q05-page.md +200 -0
  221. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-s01-page.md +264 -0
  222. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-s05-page.md +232 -0
  223. package/indexers/bundles/context-code-indexer/templates/article-programs/storage-repository-s06-page.md +232 -0
  224. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c01-page.md +232 -0
  225. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c02-page.md +360 -0
  226. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c03-page.md +168 -0
  227. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c04-page.md +200 -0
  228. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c05-page.md +232 -0
  229. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-c07-page.md +200 -0
  230. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-d02-page.md +232 -0
  231. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-d03-page.md +232 -0
  232. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-d04-page.md +360 -0
  233. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f01-page.md +232 -0
  234. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f02-page.md +200 -0
  235. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f03-page.md +368 -0
  236. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f04-page.md +232 -0
  237. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f05-page.md +232 -0
  238. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f06-page.md +232 -0
  239. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f07-page.md +200 -0
  240. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f08-page.md +296 -0
  241. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f09-page.md +232 -0
  242. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f10-page.md +232 -0
  243. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f11-page.md +328 -0
  244. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-f12-page.md +232 -0
  245. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-q03-page.md +200 -0
  246. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-q05-page.md +200 -0
  247. package/indexers/bundles/context-code-indexer/templates/article-programs/web-application-s04-page.md +264 -0
  248. package/indexers/bundles/context-code-indexer/templates/articles/c01.md +26 -0
  249. package/indexers/bundles/context-code-indexer/templates/articles/c02.md +19 -0
  250. package/indexers/bundles/context-code-indexer/templates/articles/c03.md +17 -0
  251. package/indexers/bundles/context-code-indexer/templates/articles/c04.md +17 -0
  252. package/indexers/bundles/context-code-indexer/templates/articles/c05.md +17 -0
  253. package/indexers/bundles/context-code-indexer/templates/articles/c07.md +17 -0
  254. package/indexers/bundles/context-code-indexer/templates/articles/d01.md +19 -0
  255. package/indexers/bundles/context-code-indexer/templates/articles/d02.md +19 -0
  256. package/indexers/bundles/context-code-indexer/templates/articles/d03.md +19 -0
  257. package/indexers/bundles/context-code-indexer/templates/articles/d04.md +21 -0
  258. package/indexers/bundles/context-code-indexer/templates/articles/f01.md +19 -0
  259. package/indexers/bundles/context-code-indexer/templates/articles/f02.md +21 -0
  260. package/indexers/bundles/context-code-indexer/templates/articles/f03.md +21 -0
  261. package/indexers/bundles/context-code-indexer/templates/articles/f04.md +19 -0
  262. package/indexers/bundles/context-code-indexer/templates/articles/f05.md +19 -0
  263. package/indexers/bundles/context-code-indexer/templates/articles/f06.md +19 -0
  264. package/indexers/bundles/context-code-indexer/templates/articles/f07.md +19 -0
  265. package/indexers/bundles/context-code-indexer/templates/articles/f08.md +21 -0
  266. package/indexers/bundles/context-code-indexer/templates/articles/f09.md +19 -0
  267. package/indexers/bundles/context-code-indexer/templates/articles/f10.md +19 -0
  268. package/indexers/bundles/context-code-indexer/templates/articles/f11.md +23 -0
  269. package/indexers/bundles/context-code-indexer/templates/articles/f12.md +46 -0
  270. package/indexers/bundles/context-code-indexer/templates/articles/l01.md +23 -0
  271. package/indexers/bundles/context-code-indexer/templates/articles/l02.md +88 -0
  272. package/indexers/bundles/context-code-indexer/templates/articles/l03.md +66 -0
  273. package/indexers/bundles/context-code-indexer/templates/articles/l04.md +17 -0
  274. package/indexers/bundles/context-code-indexer/templates/articles/l05.md +36 -0
  275. package/indexers/bundles/context-code-indexer/templates/articles/q03.md +17 -0
  276. package/indexers/bundles/context-code-indexer/templates/articles/q05.md +17 -0
  277. package/indexers/bundles/context-code-indexer/templates/articles/q06.md +17 -0
  278. package/indexers/bundles/context-code-indexer/templates/articles/s01.md +17 -0
  279. package/indexers/bundles/context-code-indexer/templates/articles/s02.md +17 -0
  280. package/indexers/bundles/context-code-indexer/templates/articles/s03.md +19 -0
  281. package/indexers/bundles/context-code-indexer/templates/articles/s04.md +21 -0
  282. package/indexers/bundles/context-code-indexer/templates/articles/s05.md +17 -0
  283. package/indexers/bundles/context-code-indexer/templates/articles/s06.md +17 -0
  284. package/indexers/bundles/context-code-indexer/templates/articles/s07.md +19 -0
  285. package/indexers/bundles/context-code-indexer/templates/background-runtime-maintenance-guide.md +81 -0
  286. package/indexers/bundles/context-code-indexer/templates/background-runtime-task-runtime-guide.md +81 -0
  287. package/indexers/bundles/context-code-indexer/templates/cli-tool-maintenance-guide.md +81 -0
  288. package/indexers/bundles/context-code-indexer/templates/cli-tool-public-api-reference.md +81 -0
  289. package/indexers/bundles/context-code-indexer/templates/cli-tool-usage-guide.md +81 -0
  290. package/indexers/bundles/context-code-indexer/templates/component-library-maintenance-guide.md +81 -0
  291. package/indexers/bundles/context-code-indexer/templates/component-library-public-api-reference.md +81 -0
  292. package/indexers/bundles/context-code-indexer/templates/component-library-usage-guide.md +81 -0
  293. package/indexers/bundles/context-code-indexer/templates/component-library.md +40 -3
  294. package/indexers/bundles/context-code-indexer/templates/contract-source-public-api-reference.md +81 -0
  295. package/indexers/bundles/context-code-indexer/templates/contract-source-usage-guide.md +81 -0
  296. package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation-maintenance-guide.md +81 -0
  297. package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation-task-runtime-guide.md +81 -0
  298. package/indexers/bundles/context-code-indexer/templates/derived-generated-source-public-api-reference.md +81 -0
  299. package/indexers/bundles/context-code-indexer/templates/derived-generated-source-usage-guide.md +81 -0
  300. package/indexers/bundles/context-code-indexer/templates/domain-service-maintenance-guide.md +81 -0
  301. package/indexers/bundles/context-code-indexer/templates/domain-service-public-api-reference.md +81 -0
  302. package/indexers/bundles/context-code-indexer/templates/event-consumer-maintenance-guide.md +81 -0
  303. package/indexers/bundles/context-code-indexer/templates/event-consumer-task-runtime-guide.md +81 -0
  304. package/indexers/bundles/context-code-indexer/templates/gateway-facade-maintenance-guide.md +81 -0
  305. package/indexers/bundles/context-code-indexer/templates/gateway-facade-public-api-reference.md +81 -0
  306. package/indexers/bundles/context-code-indexer/templates/gateway-facade-request-adaptation-guide.md +81 -0
  307. package/indexers/bundles/context-code-indexer/templates/monorepo-container-maintenance-guide.md +81 -0
  308. package/indexers/bundles/context-code-indexer/templates/monorepo-container-usage-guide.md +81 -0
  309. package/indexers/bundles/context-code-indexer/templates/plugin-extension-maintenance-guide.md +81 -0
  310. package/indexers/bundles/context-code-indexer/templates/plugin-extension-public-api-reference.md +81 -0
  311. package/indexers/bundles/context-code-indexer/templates/plugin-extension-usage-guide.md +81 -0
  312. package/indexers/bundles/context-code-indexer/templates/sdk-library-maintenance-guide.md +81 -0
  313. package/indexers/bundles/context-code-indexer/templates/sdk-library-public-api-reference.md +81 -0
  314. package/indexers/bundles/context-code-indexer/templates/sdk-library-usage-guide.md +81 -0
  315. package/indexers/bundles/context-code-indexer/templates/storage-repository-maintenance-guide.md +81 -0
  316. package/indexers/bundles/context-code-indexer/templates/storage-repository-public-api-reference.md +81 -0
  317. package/indexers/bundles/context-code-indexer/templates/web-application-federation-guide.md +81 -0
  318. package/indexers/bundles/context-code-indexer/templates/web-application-maintenance-guide.md +81 -0
  319. package/indexers/bundles/context-code-indexer/templates/web-application-page-task-guide.md +81 -0
  320. package/indexers/bundles/context-code-indexer/tests/fixtures/composers.json +1 -1
  321. package/indexers/bundles/context-code-indexer/tests/fixtures/scenarios.json +1 -1
  322. package/indexers/bundles/context-markdown-indexer/SKILL.md +7 -1
  323. package/indexers/bundles/context-markdown-indexer/context-indexer.yaml +856 -15
  324. package/indexers/bundles/context-markdown-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
  325. package/indexers/bundles/context-markdown-indexer/references/article-catalog/documentation-site-article-catalog.md +8 -0
  326. package/indexers/bundles/context-markdown-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
  327. package/indexers/bundles/context-markdown-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
  328. package/indexers/bundles/context-markdown-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
  329. package/indexers/bundles/context-markdown-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
  330. package/indexers/bundles/context-markdown-indexer/references/article-catalog/public-api-reference-article-catalog.md +10 -0
  331. package/indexers/bundles/context-markdown-indexer/references/article-catalog/release-migration-guide-article-catalog.md +11 -0
  332. package/indexers/bundles/context-markdown-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
  333. package/indexers/bundles/context-markdown-indexer/references/article-catalog/standard-policy-article-catalog.md +10 -0
  334. package/indexers/bundles/context-markdown-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
  335. package/indexers/bundles/context-markdown-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
  336. package/indexers/bundles/context-markdown-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
  337. package/indexers/bundles/context-markdown-indexer/references/diagrams.md +122 -0
  338. package/indexers/bundles/context-markdown-indexer/references/editorial-policy.md +19 -29
  339. package/indexers/bundles/context-markdown-indexer/references/indexer.md +59 -2
  340. package/indexers/bundles/context-markdown-indexer/references/semantic-planning.md +22 -8
  341. package/indexers/bundles/context-markdown-indexer/references/visual-source-processing.md +42 -0
  342. package/indexers/bundles/context-markdown-indexer/templates/article-programs/decision-record-c06-page.md +230 -0
  343. package/indexers/bundles/context-markdown-indexer/templates/article-programs/documentation-site-c01-page.md +230 -0
  344. package/indexers/bundles/context-markdown-indexer/templates/article-programs/documentation-site-l05-page.md +262 -0
  345. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-c01-page.md +230 -0
  346. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-c02-page.md +358 -0
  347. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-c03-page.md +166 -0
  348. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-d01-page.md +198 -0
  349. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-d02-page.md +230 -0
  350. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-d03-page.md +230 -0
  351. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-q01-page.md +358 -0
  352. package/indexers/bundles/context-markdown-indexer/templates/article-programs/domain-reference-s04-page.md +262 -0
  353. package/indexers/bundles/context-markdown-indexer/templates/article-programs/faq-support-c05-page.md +230 -0
  354. package/indexers/bundles/context-markdown-indexer/templates/article-programs/faq-support-q07-page.md +358 -0
  355. package/indexers/bundles/context-markdown-indexer/templates/article-programs/incident-review-c05-page.md +230 -0
  356. package/indexers/bundles/context-markdown-indexer/templates/article-programs/incident-review-c06-page.md +230 -0
  357. package/indexers/bundles/context-markdown-indexer/templates/article-programs/incident-review-q07-page.md +358 -0
  358. package/indexers/bundles/context-markdown-indexer/templates/article-programs/product-requirements-c02-page.md +358 -0
  359. package/indexers/bundles/context-markdown-indexer/templates/article-programs/product-requirements-c03-page.md +166 -0
  360. package/indexers/bundles/context-markdown-indexer/templates/article-programs/public-api-reference-f05-page.md +230 -0
  361. package/indexers/bundles/context-markdown-indexer/templates/article-programs/public-api-reference-l02-page.md +294 -0
  362. package/indexers/bundles/context-markdown-indexer/templates/article-programs/public-api-reference-s02-page.md +198 -0
  363. package/indexers/bundles/context-markdown-indexer/templates/article-programs/public-api-reference-s03-page.md +262 -0
  364. package/indexers/bundles/context-markdown-indexer/templates/article-programs/release-migration-guide-c06-page.md +230 -0
  365. package/indexers/bundles/context-markdown-indexer/templates/article-programs/release-migration-guide-f09-page.md +230 -0
  366. package/indexers/bundles/context-markdown-indexer/templates/article-programs/release-migration-guide-l01-page.md +262 -0
  367. package/indexers/bundles/context-markdown-indexer/templates/article-programs/release-migration-guide-l03-page.md +646 -0
  368. package/indexers/bundles/context-markdown-indexer/templates/article-programs/release-migration-guide-l05-page.md +262 -0
  369. package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-c05-page.md +230 -0
  370. package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-d04-page.md +358 -0
  371. package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-f09-page.md +230 -0
  372. package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-q05-page.md +198 -0
  373. package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-q06-page.md +198 -0
  374. package/indexers/bundles/context-markdown-indexer/templates/article-programs/runbook-s07-page.md +262 -0
  375. package/indexers/bundles/context-markdown-indexer/templates/article-programs/standard-policy-d03-page.md +230 -0
  376. package/indexers/bundles/context-markdown-indexer/templates/article-programs/standard-policy-d04-page.md +358 -0
  377. package/indexers/bundles/context-markdown-indexer/templates/article-programs/standard-policy-f08-page.md +294 -0
  378. package/indexers/bundles/context-markdown-indexer/templates/article-programs/standard-policy-l03-page.md +646 -0
  379. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-c01-page.md +230 -0
  380. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-c04-page.md +198 -0
  381. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-c07-page.md +198 -0
  382. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-d01-page.md +198 -0
  383. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-d02-page.md +230 -0
  384. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-d04-page.md +358 -0
  385. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-f01-page.md +230 -0
  386. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-f06-page.md +230 -0
  387. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-f08-page.md +294 -0
  388. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-l03-page.md +646 -0
  389. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-l04-page.md +230 -0
  390. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-s01-page.md +262 -0
  391. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-s05-page.md +230 -0
  392. package/indexers/bundles/context-markdown-indexer/templates/article-programs/technical-guide-s06-page.md +230 -0
  393. package/indexers/bundles/context-markdown-indexer/templates/article-programs/test-validation-q01-page.md +358 -0
  394. package/indexers/bundles/context-markdown-indexer/templates/article-programs/test-validation-q02-page.md +326 -0
  395. package/indexers/bundles/context-markdown-indexer/templates/article-programs/test-validation-q03-page.md +198 -0
  396. package/indexers/bundles/context-markdown-indexer/templates/article-programs/test-validation-q04-page.md +358 -0
  397. package/indexers/bundles/context-markdown-indexer/templates/article-programs/test-validation-q05-page.md +198 -0
  398. package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +358 -0
  399. package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +230 -0
  400. package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +262 -0
  401. package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +294 -0
  402. package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +646 -0
  403. package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +262 -0
  404. package/indexers/bundles/context-markdown-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +198 -0
  405. package/indexers/bundles/context-markdown-indexer/templates/articles/c01.md +26 -0
  406. package/indexers/bundles/context-markdown-indexer/templates/articles/c02.md +19 -0
  407. package/indexers/bundles/context-markdown-indexer/templates/articles/c03.md +17 -0
  408. package/indexers/bundles/context-markdown-indexer/templates/articles/c04.md +17 -0
  409. package/indexers/bundles/context-markdown-indexer/templates/articles/c05.md +17 -0
  410. package/indexers/bundles/context-markdown-indexer/templates/articles/c06.md +17 -0
  411. package/indexers/bundles/context-markdown-indexer/templates/articles/c07.md +17 -0
  412. package/indexers/bundles/context-markdown-indexer/templates/articles/d01.md +19 -0
  413. package/indexers/bundles/context-markdown-indexer/templates/articles/d02.md +19 -0
  414. package/indexers/bundles/context-markdown-indexer/templates/articles/d03.md +19 -0
  415. package/indexers/bundles/context-markdown-indexer/templates/articles/d04.md +21 -0
  416. package/indexers/bundles/context-markdown-indexer/templates/articles/f01.md +19 -0
  417. package/indexers/bundles/context-markdown-indexer/templates/articles/f05.md +19 -0
  418. package/indexers/bundles/context-markdown-indexer/templates/articles/f06.md +19 -0
  419. package/indexers/bundles/context-markdown-indexer/templates/articles/f08.md +21 -0
  420. package/indexers/bundles/context-markdown-indexer/templates/articles/f09.md +19 -0
  421. package/indexers/bundles/context-markdown-indexer/templates/articles/l01.md +23 -0
  422. package/indexers/bundles/context-markdown-indexer/templates/articles/l02.md +88 -0
  423. package/indexers/bundles/context-markdown-indexer/templates/articles/l03.md +66 -0
  424. package/indexers/bundles/context-markdown-indexer/templates/articles/l04.md +17 -0
  425. package/indexers/bundles/context-markdown-indexer/templates/articles/l05.md +36 -0
  426. package/indexers/bundles/context-markdown-indexer/templates/articles/q01.md +17 -0
  427. package/indexers/bundles/context-markdown-indexer/templates/articles/q02.md +19 -0
  428. package/indexers/bundles/context-markdown-indexer/templates/articles/q03.md +17 -0
  429. package/indexers/bundles/context-markdown-indexer/templates/articles/q04.md +17 -0
  430. package/indexers/bundles/context-markdown-indexer/templates/articles/q05.md +17 -0
  431. package/indexers/bundles/context-markdown-indexer/templates/articles/q06.md +17 -0
  432. package/indexers/bundles/context-markdown-indexer/templates/articles/q07.md +17 -0
  433. package/indexers/bundles/context-markdown-indexer/templates/articles/s01.md +17 -0
  434. package/indexers/bundles/context-markdown-indexer/templates/articles/s02.md +17 -0
  435. package/indexers/bundles/context-markdown-indexer/templates/articles/s03.md +19 -0
  436. package/indexers/bundles/context-markdown-indexer/templates/articles/s04.md +21 -0
  437. package/indexers/bundles/context-markdown-indexer/templates/articles/s05.md +17 -0
  438. package/indexers/bundles/context-markdown-indexer/templates/articles/s06.md +17 -0
  439. package/indexers/bundles/context-markdown-indexer/templates/articles/s07.md +19 -0
  440. package/indexers/bundles/context-note-indexer/SKILL.md +16 -0
  441. package/indexers/bundles/context-note-indexer/context-indexer.yaml +1459 -0
  442. package/indexers/bundles/context-note-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
  443. package/indexers/bundles/context-note-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
  444. package/indexers/bundles/context-note-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
  445. package/indexers/bundles/context-note-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
  446. package/indexers/bundles/context-note-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
  447. package/indexers/bundles/context-note-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
  448. package/indexers/bundles/context-note-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
  449. package/indexers/bundles/context-note-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
  450. package/indexers/bundles/context-note-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
  451. package/indexers/bundles/context-note-indexer/references/classification.md +55 -0
  452. package/indexers/bundles/context-note-indexer/references/customization.md +36 -0
  453. package/indexers/bundles/context-note-indexer/references/diagrams.md +122 -0
  454. package/indexers/bundles/context-note-indexer/references/extension-placement.md +57 -0
  455. package/indexers/bundles/context-note-indexer/references/indexer.md +39 -0
  456. package/indexers/bundles/context-note-indexer/references/updates-and-composition.md +37 -0
  457. package/indexers/bundles/context-note-indexer/references/visual-source-processing.md +42 -0
  458. package/indexers/bundles/context-note-indexer/references/writing.md +57 -0
  459. package/indexers/bundles/context-note-indexer/templates/article-programs/decision-record-c06-page.md +230 -0
  460. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-c01-page.md +230 -0
  461. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-c02-page.md +358 -0
  462. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-c03-page.md +166 -0
  463. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-d01-page.md +198 -0
  464. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-d02-page.md +230 -0
  465. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-d03-page.md +230 -0
  466. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-q01-page.md +358 -0
  467. package/indexers/bundles/context-note-indexer/templates/article-programs/domain-reference-s04-page.md +262 -0
  468. package/indexers/bundles/context-note-indexer/templates/article-programs/faq-support-c05-page.md +230 -0
  469. package/indexers/bundles/context-note-indexer/templates/article-programs/faq-support-q07-page.md +358 -0
  470. package/indexers/bundles/context-note-indexer/templates/article-programs/incident-review-c05-page.md +230 -0
  471. package/indexers/bundles/context-note-indexer/templates/article-programs/incident-review-c06-page.md +230 -0
  472. package/indexers/bundles/context-note-indexer/templates/article-programs/incident-review-q07-page.md +358 -0
  473. package/indexers/bundles/context-note-indexer/templates/article-programs/product-requirements-c02-page.md +358 -0
  474. package/indexers/bundles/context-note-indexer/templates/article-programs/product-requirements-c03-page.md +166 -0
  475. package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-c05-page.md +230 -0
  476. package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-d04-page.md +358 -0
  477. package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-f09-page.md +230 -0
  478. package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-q05-page.md +198 -0
  479. package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-q06-page.md +198 -0
  480. package/indexers/bundles/context-note-indexer/templates/article-programs/runbook-s07-page.md +262 -0
  481. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-c01-page.md +230 -0
  482. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-c04-page.md +198 -0
  483. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-c07-page.md +198 -0
  484. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-d01-page.md +198 -0
  485. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-d02-page.md +230 -0
  486. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-d04-page.md +358 -0
  487. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-f01-page.md +230 -0
  488. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-f06-page.md +230 -0
  489. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-f08-page.md +294 -0
  490. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-l03-page.md +646 -0
  491. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-l04-page.md +230 -0
  492. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-s01-page.md +262 -0
  493. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-s05-page.md +230 -0
  494. package/indexers/bundles/context-note-indexer/templates/article-programs/technical-guide-s06-page.md +230 -0
  495. package/indexers/bundles/context-note-indexer/templates/article-programs/test-validation-q01-page.md +358 -0
  496. package/indexers/bundles/context-note-indexer/templates/article-programs/test-validation-q02-page.md +326 -0
  497. package/indexers/bundles/context-note-indexer/templates/article-programs/test-validation-q03-page.md +198 -0
  498. package/indexers/bundles/context-note-indexer/templates/article-programs/test-validation-q04-page.md +358 -0
  499. package/indexers/bundles/context-note-indexer/templates/article-programs/test-validation-q05-page.md +198 -0
  500. package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +358 -0
  501. package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +230 -0
  502. package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +262 -0
  503. package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +294 -0
  504. package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +646 -0
  505. package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +262 -0
  506. package/indexers/bundles/context-note-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +198 -0
  507. package/indexers/bundles/context-note-indexer/templates/articles/c01.md +26 -0
  508. package/indexers/bundles/context-note-indexer/templates/articles/c02.md +19 -0
  509. package/indexers/bundles/context-note-indexer/templates/articles/c03.md +17 -0
  510. package/indexers/bundles/context-note-indexer/templates/articles/c04.md +17 -0
  511. package/indexers/bundles/context-note-indexer/templates/articles/c05.md +17 -0
  512. package/indexers/bundles/context-note-indexer/templates/articles/c06.md +17 -0
  513. package/indexers/bundles/context-note-indexer/templates/articles/c07.md +17 -0
  514. package/indexers/bundles/context-note-indexer/templates/articles/d01.md +19 -0
  515. package/indexers/bundles/context-note-indexer/templates/articles/d02.md +19 -0
  516. package/indexers/bundles/context-note-indexer/templates/articles/d03.md +19 -0
  517. package/indexers/bundles/context-note-indexer/templates/articles/d04.md +21 -0
  518. package/indexers/bundles/context-note-indexer/templates/articles/f01.md +19 -0
  519. package/indexers/bundles/context-note-indexer/templates/articles/f06.md +19 -0
  520. package/indexers/bundles/context-note-indexer/templates/articles/f08.md +21 -0
  521. package/indexers/bundles/context-note-indexer/templates/articles/f09.md +19 -0
  522. package/indexers/bundles/context-note-indexer/templates/articles/l01.md +23 -0
  523. package/indexers/bundles/context-note-indexer/templates/articles/l02.md +88 -0
  524. package/indexers/bundles/context-note-indexer/templates/articles/l03.md +66 -0
  525. package/indexers/bundles/context-note-indexer/templates/articles/l04.md +17 -0
  526. package/indexers/bundles/context-note-indexer/templates/articles/l05.md +36 -0
  527. package/indexers/bundles/context-note-indexer/templates/articles/q01.md +17 -0
  528. package/indexers/bundles/context-note-indexer/templates/articles/q02.md +19 -0
  529. package/indexers/bundles/context-note-indexer/templates/articles/q03.md +17 -0
  530. package/indexers/bundles/context-note-indexer/templates/articles/q04.md +17 -0
  531. package/indexers/bundles/context-note-indexer/templates/articles/q05.md +17 -0
  532. package/indexers/bundles/context-note-indexer/templates/articles/q06.md +17 -0
  533. package/indexers/bundles/context-note-indexer/templates/articles/q07.md +17 -0
  534. package/indexers/bundles/context-note-indexer/templates/articles/s01.md +17 -0
  535. package/indexers/bundles/context-note-indexer/templates/articles/s04.md +21 -0
  536. package/indexers/bundles/context-note-indexer/templates/articles/s05.md +17 -0
  537. package/indexers/bundles/context-note-indexer/templates/articles/s06.md +17 -0
  538. package/indexers/bundles/context-note-indexer/templates/articles/s07.md +19 -0
  539. package/indexers/bundles/context-note-indexer/templates/decision-record.md +33 -0
  540. package/indexers/bundles/context-note-indexer/templates/domain-reference.md +31 -0
  541. package/indexers/bundles/context-note-indexer/templates/faq-support.md +30 -0
  542. package/indexers/bundles/context-note-indexer/templates/incident-review.md +28 -0
  543. package/indexers/bundles/context-note-indexer/templates/product-requirements.md +29 -0
  544. package/indexers/bundles/context-note-indexer/templates/runbook.md +30 -0
  545. package/indexers/bundles/context-note-indexer/templates/technical-guide.md +31 -0
  546. package/indexers/bundles/context-note-indexer/templates/test-validation.md +28 -0
  547. package/indexers/bundles/context-note-indexer/templates/user-and-developer-guide.md +28 -0
  548. package/indexers/bundles/context-note-indexer/tests/fixtures/profiles.json +281 -0
  549. package/indexers/bundles/context-sessions-indexer/SKILL.md +16 -0
  550. package/indexers/bundles/context-sessions-indexer/context-indexer.yaml +1459 -0
  551. package/indexers/bundles/context-sessions-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
  552. package/indexers/bundles/context-sessions-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
  553. package/indexers/bundles/context-sessions-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
  554. package/indexers/bundles/context-sessions-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
  555. package/indexers/bundles/context-sessions-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
  556. package/indexers/bundles/context-sessions-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
  557. package/indexers/bundles/context-sessions-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
  558. package/indexers/bundles/context-sessions-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
  559. package/indexers/bundles/context-sessions-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
  560. package/indexers/bundles/context-sessions-indexer/references/classification.md +56 -0
  561. package/indexers/bundles/context-sessions-indexer/references/customization.md +36 -0
  562. package/indexers/bundles/context-sessions-indexer/references/diagrams.md +122 -0
  563. package/indexers/bundles/context-sessions-indexer/references/extension-placement.md +63 -0
  564. package/indexers/bundles/context-sessions-indexer/references/indexer.md +44 -0
  565. package/indexers/bundles/context-sessions-indexer/references/updates-and-composition.md +37 -0
  566. package/indexers/bundles/context-sessions-indexer/references/visual-source-processing.md +42 -0
  567. package/indexers/bundles/context-sessions-indexer/references/writing.md +63 -0
  568. package/indexers/bundles/context-sessions-indexer/templates/article-programs/decision-record-c06-page.md +230 -0
  569. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-c01-page.md +230 -0
  570. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-c02-page.md +358 -0
  571. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-c03-page.md +166 -0
  572. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-d01-page.md +198 -0
  573. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-d02-page.md +230 -0
  574. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-d03-page.md +230 -0
  575. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-q01-page.md +358 -0
  576. package/indexers/bundles/context-sessions-indexer/templates/article-programs/domain-reference-s04-page.md +262 -0
  577. package/indexers/bundles/context-sessions-indexer/templates/article-programs/faq-support-c05-page.md +230 -0
  578. package/indexers/bundles/context-sessions-indexer/templates/article-programs/faq-support-q07-page.md +358 -0
  579. package/indexers/bundles/context-sessions-indexer/templates/article-programs/incident-review-c05-page.md +230 -0
  580. package/indexers/bundles/context-sessions-indexer/templates/article-programs/incident-review-c06-page.md +230 -0
  581. package/indexers/bundles/context-sessions-indexer/templates/article-programs/incident-review-q07-page.md +358 -0
  582. package/indexers/bundles/context-sessions-indexer/templates/article-programs/product-requirements-c02-page.md +358 -0
  583. package/indexers/bundles/context-sessions-indexer/templates/article-programs/product-requirements-c03-page.md +166 -0
  584. package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-c05-page.md +230 -0
  585. package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-d04-page.md +358 -0
  586. package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-f09-page.md +230 -0
  587. package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-q05-page.md +198 -0
  588. package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-q06-page.md +198 -0
  589. package/indexers/bundles/context-sessions-indexer/templates/article-programs/runbook-s07-page.md +262 -0
  590. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-c01-page.md +230 -0
  591. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-c04-page.md +198 -0
  592. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-c07-page.md +198 -0
  593. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-d01-page.md +198 -0
  594. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-d02-page.md +230 -0
  595. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-d04-page.md +358 -0
  596. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-f01-page.md +230 -0
  597. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-f06-page.md +230 -0
  598. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-f08-page.md +294 -0
  599. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-l03-page.md +646 -0
  600. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-l04-page.md +230 -0
  601. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-s01-page.md +262 -0
  602. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-s05-page.md +230 -0
  603. package/indexers/bundles/context-sessions-indexer/templates/article-programs/technical-guide-s06-page.md +230 -0
  604. package/indexers/bundles/context-sessions-indexer/templates/article-programs/test-validation-q01-page.md +358 -0
  605. package/indexers/bundles/context-sessions-indexer/templates/article-programs/test-validation-q02-page.md +326 -0
  606. package/indexers/bundles/context-sessions-indexer/templates/article-programs/test-validation-q03-page.md +198 -0
  607. package/indexers/bundles/context-sessions-indexer/templates/article-programs/test-validation-q04-page.md +358 -0
  608. package/indexers/bundles/context-sessions-indexer/templates/article-programs/test-validation-q05-page.md +198 -0
  609. package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +358 -0
  610. package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +230 -0
  611. package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +262 -0
  612. package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +294 -0
  613. package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +646 -0
  614. package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +262 -0
  615. package/indexers/bundles/context-sessions-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +198 -0
  616. package/indexers/bundles/context-sessions-indexer/templates/articles/c01.md +26 -0
  617. package/indexers/bundles/context-sessions-indexer/templates/articles/c02.md +19 -0
  618. package/indexers/bundles/context-sessions-indexer/templates/articles/c03.md +17 -0
  619. package/indexers/bundles/context-sessions-indexer/templates/articles/c04.md +17 -0
  620. package/indexers/bundles/context-sessions-indexer/templates/articles/c05.md +17 -0
  621. package/indexers/bundles/context-sessions-indexer/templates/articles/c06.md +17 -0
  622. package/indexers/bundles/context-sessions-indexer/templates/articles/c07.md +17 -0
  623. package/indexers/bundles/context-sessions-indexer/templates/articles/d01.md +19 -0
  624. package/indexers/bundles/context-sessions-indexer/templates/articles/d02.md +19 -0
  625. package/indexers/bundles/context-sessions-indexer/templates/articles/d03.md +19 -0
  626. package/indexers/bundles/context-sessions-indexer/templates/articles/d04.md +21 -0
  627. package/indexers/bundles/context-sessions-indexer/templates/articles/f01.md +19 -0
  628. package/indexers/bundles/context-sessions-indexer/templates/articles/f06.md +19 -0
  629. package/indexers/bundles/context-sessions-indexer/templates/articles/f08.md +21 -0
  630. package/indexers/bundles/context-sessions-indexer/templates/articles/f09.md +19 -0
  631. package/indexers/bundles/context-sessions-indexer/templates/articles/l01.md +23 -0
  632. package/indexers/bundles/context-sessions-indexer/templates/articles/l02.md +88 -0
  633. package/indexers/bundles/context-sessions-indexer/templates/articles/l03.md +66 -0
  634. package/indexers/bundles/context-sessions-indexer/templates/articles/l04.md +17 -0
  635. package/indexers/bundles/context-sessions-indexer/templates/articles/l05.md +36 -0
  636. package/indexers/bundles/context-sessions-indexer/templates/articles/q01.md +17 -0
  637. package/indexers/bundles/context-sessions-indexer/templates/articles/q02.md +19 -0
  638. package/indexers/bundles/context-sessions-indexer/templates/articles/q03.md +17 -0
  639. package/indexers/bundles/context-sessions-indexer/templates/articles/q04.md +17 -0
  640. package/indexers/bundles/context-sessions-indexer/templates/articles/q05.md +17 -0
  641. package/indexers/bundles/context-sessions-indexer/templates/articles/q06.md +17 -0
  642. package/indexers/bundles/context-sessions-indexer/templates/articles/q07.md +17 -0
  643. package/indexers/bundles/context-sessions-indexer/templates/articles/s01.md +17 -0
  644. package/indexers/bundles/context-sessions-indexer/templates/articles/s04.md +21 -0
  645. package/indexers/bundles/context-sessions-indexer/templates/articles/s05.md +17 -0
  646. package/indexers/bundles/context-sessions-indexer/templates/articles/s06.md +17 -0
  647. package/indexers/bundles/context-sessions-indexer/templates/articles/s07.md +19 -0
  648. package/indexers/bundles/context-sessions-indexer/templates/decision-record.md +43 -0
  649. package/indexers/bundles/context-sessions-indexer/templates/domain-reference.md +31 -0
  650. package/indexers/bundles/context-sessions-indexer/templates/faq-support.md +33 -0
  651. package/indexers/bundles/context-sessions-indexer/templates/incident-review.md +37 -0
  652. package/indexers/bundles/context-sessions-indexer/templates/product-requirements.md +35 -0
  653. package/indexers/bundles/context-sessions-indexer/templates/runbook.md +32 -0
  654. package/indexers/bundles/context-sessions-indexer/templates/technical-guide.md +31 -0
  655. package/indexers/bundles/context-sessions-indexer/templates/test-validation.md +37 -0
  656. package/indexers/bundles/context-sessions-indexer/templates/user-and-developer-guide.md +31 -0
  657. package/indexers/bundles/context-sessions-indexer/tests/fixtures/profiles.json +281 -0
  658. package/indexers/contracts/profile-contract.json +657 -277
  659. package/indexers/release-manifest.json +2665 -81
  660. package/package.json +12 -12
  661. package/plugins/README.md +24 -6
  662. package/plugins/README_CN.md +21 -5
  663. package/plugins/VERSION +1 -1
  664. package/plugins/claude/.claude-plugin/plugin.json +14 -3
  665. package/plugins/claude/commands/context-inspect-search.md +159 -0
  666. package/plugins/claude/commands/context.md +293 -217
  667. package/plugins/claude/skills/context-indexer-create/SKILL.md +80 -0
  668. package/plugins/claude/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +180 -0
  669. package/plugins/claude/skills/context-indexer-create/references/guides/indexer-manifest-example.md +103 -0
  670. package/plugins/claude/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +416 -0
  671. package/plugins/claude/skills/context-indexer-create/references/guides/indexer-skill-creation.md +99 -0
  672. package/plugins/claude/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +136 -0
  673. package/plugins/claude/skills/context-indexer-create/references/guides/note.md +37 -0
  674. package/plugins/claude/skills/context-indexer-create/references/guides/sessions.md +50 -0
  675. package/plugins/claude/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +835 -0
  676. package/plugins/codex/.codex-plugin/plugin.json +2 -2
  677. package/plugins/codex/skills/context/SKILL.md +290 -217
  678. package/plugins/codex/skills/context/agents/openai.yaml +2 -0
  679. package/plugins/codex/skills/context-indexer-create/SKILL.md +80 -0
  680. package/plugins/codex/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +180 -0
  681. package/plugins/codex/skills/context-indexer-create/references/guides/indexer-manifest-example.md +103 -0
  682. package/plugins/codex/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +416 -0
  683. package/plugins/codex/skills/context-indexer-create/references/guides/indexer-skill-creation.md +99 -0
  684. package/plugins/codex/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +136 -0
  685. package/plugins/codex/skills/context-indexer-create/references/guides/note.md +37 -0
  686. package/plugins/codex/skills/context-indexer-create/references/guides/sessions.md +50 -0
  687. package/plugins/codex/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +835 -0
  688. package/plugins/codex/skills/context-inspect-search/SKILL.md +159 -0
  689. package/plugins/codex/skills/context-inspect-search/agents/openai.yaml +2 -0
  690. package/plugins/cursor/.cursor-plugin/plugin.json +21 -5
  691. package/plugins/cursor/commands/c4a-context-inspect-search.md +157 -0
  692. package/plugins/cursor/commands/c4a-context.md +287 -218
  693. package/plugins/cursor/skills/context-indexer-create/SKILL.md +80 -0
  694. package/plugins/cursor/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +180 -0
  695. package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-manifest-example.md +103 -0
  696. package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +416 -0
  697. package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-skill-creation.md +99 -0
  698. package/plugins/cursor/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +136 -0
  699. package/plugins/cursor/skills/context-indexer-create/references/guides/note.md +37 -0
  700. package/plugins/cursor/skills/context-indexer-create/references/guides/sessions.md +50 -0
  701. package/plugins/cursor/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +835 -0
  702. package/plugins/skills/context/SKILL.md +290 -217
  703. package/plugins/skills/context/agents/openai.yaml +2 -0
  704. package/plugins/skills/context-code-indexer/SKILL.md +10 -1
  705. package/plugins/skills/context-code-indexer/context-indexer.yaml +3102 -64
  706. package/plugins/skills/context-code-indexer/references/article-catalog/adapter-integration-article-catalog.md +20 -0
  707. package/plugins/skills/context-code-indexer/references/article-catalog/api-service-article-catalog.md +20 -0
  708. package/plugins/skills/context-code-indexer/references/article-catalog/background-runtime-article-catalog.md +19 -0
  709. package/plugins/skills/context-code-indexer/references/article-catalog/cli-tool-article-catalog.md +17 -0
  710. package/plugins/skills/context-code-indexer/references/article-catalog/component-library-article-catalog.md +18 -0
  711. package/plugins/skills/context-code-indexer/references/article-catalog/contract-source-article-catalog.md +17 -0
  712. package/plugins/skills/context-code-indexer/references/article-catalog/data-sync-reconciliation-article-catalog.md +19 -0
  713. package/plugins/skills/context-code-indexer/references/article-catalog/derived-generated-source-article-catalog.md +17 -0
  714. package/plugins/skills/context-code-indexer/references/article-catalog/domain-service-article-catalog.md +23 -0
  715. package/plugins/skills/context-code-indexer/references/article-catalog/event-consumer-article-catalog.md +19 -0
  716. package/plugins/skills/context-code-indexer/references/article-catalog/gateway-facade-article-catalog.md +21 -0
  717. package/plugins/skills/context-code-indexer/references/article-catalog/monorepo-container-article-catalog.md +17 -0
  718. package/plugins/skills/context-code-indexer/references/article-catalog/plugin-extension-article-catalog.md +17 -0
  719. package/plugins/skills/context-code-indexer/references/article-catalog/sdk-library-article-catalog.md +18 -0
  720. package/plugins/skills/context-code-indexer/references/article-catalog/storage-repository-article-catalog.md +19 -0
  721. package/plugins/skills/context-code-indexer/references/article-catalog/web-application-article-catalog.md +30 -0
  722. package/plugins/skills/context-code-indexer/references/composers/public-contract.md +13 -1
  723. package/plugins/skills/context-code-indexer/references/diagrams.md +122 -0
  724. package/plugins/skills/context-code-indexer/references/indexer.md +180 -8
  725. package/plugins/skills/context-code-indexer/references/visual-source-processing.md +42 -0
  726. package/plugins/skills/context-code-indexer/templates/adapter-integration-maintenance-guide.md +81 -0
  727. package/plugins/skills/context-code-indexer/templates/adapter-integration-request-adaptation-guide.md +81 -0
  728. package/plugins/skills/context-code-indexer/templates/adapter-integration-usage-guide.md +81 -0
  729. package/plugins/skills/context-code-indexer/templates/api-service-maintenance-guide.md +81 -0
  730. package/plugins/skills/context-code-indexer/templates/api-service-public-api-reference.md +81 -0
  731. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-c01-page.md +232 -0
  732. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-c03-page.md +168 -0
  733. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-c04-page.md +200 -0
  734. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-c05-page.md +232 -0
  735. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-c07-page.md +200 -0
  736. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-d02-page.md +232 -0
  737. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-d04-page.md +360 -0
  738. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-f09-page.md +232 -0
  739. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-l01-page.md +304 -0
  740. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-l04-page.md +232 -0
  741. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-q03-page.md +200 -0
  742. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-q05-page.md +200 -0
  743. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-s01-page.md +264 -0
  744. package/plugins/skills/context-code-indexer/templates/article-programs/adapter-integration-s06-page.md +232 -0
  745. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-c01-page.md +232 -0
  746. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-c03-page.md +168 -0
  747. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-c04-page.md +200 -0
  748. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-c05-page.md +232 -0
  749. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-c07-page.md +200 -0
  750. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-d02-page.md +232 -0
  751. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-d04-page.md +360 -0
  752. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-f09-page.md +232 -0
  753. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-q03-page.md +200 -0
  754. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-q05-page.md +200 -0
  755. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-s01-page.md +264 -0
  756. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-s02-page.md +240 -0
  757. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-s03-page.md +304 -0
  758. package/plugins/skills/context-code-indexer/templates/article-programs/api-service-s06-page.md +232 -0
  759. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-c01-page.md +232 -0
  760. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-c03-page.md +168 -0
  761. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-c04-page.md +200 -0
  762. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-c05-page.md +232 -0
  763. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-c07-page.md +200 -0
  764. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-d02-page.md +232 -0
  765. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-d04-page.md +360 -0
  766. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-f09-page.md +232 -0
  767. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-q03-page.md +200 -0
  768. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-q05-page.md +200 -0
  769. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-s01-page.md +264 -0
  770. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-s06-page.md +232 -0
  771. package/plugins/skills/context-code-indexer/templates/article-programs/background-runtime-s07-page.md +264 -0
  772. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-c01-page.md +232 -0
  773. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-c03-page.md +168 -0
  774. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-c04-page.md +200 -0
  775. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-c05-page.md +232 -0
  776. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-c07-page.md +200 -0
  777. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-d04-page.md +360 -0
  778. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-f09-page.md +232 -0
  779. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-l01-page.md +304 -0
  780. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-q03-page.md +200 -0
  781. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-q05-page.md +200 -0
  782. package/plugins/skills/context-code-indexer/templates/article-programs/cli-tool-q06-page.md +200 -0
  783. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-c01-page.md +232 -0
  784. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-c03-page.md +168 -0
  785. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-c04-page.md +200 -0
  786. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-c05-page.md +232 -0
  787. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-c07-page.md +200 -0
  788. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-d04-page.md +360 -0
  789. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-f09-page.md +232 -0
  790. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-l02-page.md +304 -0
  791. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-l03-page.md +648 -0
  792. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-l05-page.md +264 -0
  793. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-q03-page.md +200 -0
  794. package/plugins/skills/context-code-indexer/templates/article-programs/component-library-q05-page.md +200 -0
  795. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-c01-page.md +232 -0
  796. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-c03-page.md +168 -0
  797. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-c04-page.md +200 -0
  798. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-c05-page.md +232 -0
  799. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-c07-page.md +200 -0
  800. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-d04-page.md +360 -0
  801. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-f06-page.md +232 -0
  802. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-f09-page.md +232 -0
  803. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-q03-page.md +200 -0
  804. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-q05-page.md +200 -0
  805. package/plugins/skills/context-code-indexer/templates/article-programs/contract-source-s02-page.md +240 -0
  806. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-c01-page.md +232 -0
  807. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-c03-page.md +168 -0
  808. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-c04-page.md +200 -0
  809. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-c05-page.md +232 -0
  810. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-c07-page.md +200 -0
  811. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-d02-page.md +232 -0
  812. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-d04-page.md +360 -0
  813. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-f09-page.md +232 -0
  814. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-q03-page.md +200 -0
  815. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-q05-page.md +200 -0
  816. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-s01-page.md +264 -0
  817. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-s06-page.md +232 -0
  818. package/plugins/skills/context-code-indexer/templates/article-programs/data-sync-reconciliation-s07-page.md +264 -0
  819. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-c01-page.md +232 -0
  820. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-c03-page.md +168 -0
  821. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-c04-page.md +200 -0
  822. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-c05-page.md +232 -0
  823. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-c07-page.md +200 -0
  824. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-d04-page.md +360 -0
  825. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-f06-page.md +232 -0
  826. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-f09-page.md +232 -0
  827. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-q03-page.md +200 -0
  828. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-q05-page.md +200 -0
  829. package/plugins/skills/context-code-indexer/templates/article-programs/derived-generated-source-s02-page.md +240 -0
  830. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c01-page.md +232 -0
  831. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c02-page.md +360 -0
  832. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c03-page.md +168 -0
  833. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c04-page.md +200 -0
  834. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c05-page.md +232 -0
  835. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-c07-page.md +200 -0
  836. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-d02-page.md +232 -0
  837. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-d03-page.md +232 -0
  838. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-d04-page.md +360 -0
  839. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-f09-page.md +232 -0
  840. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-q03-page.md +200 -0
  841. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-q05-page.md +200 -0
  842. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-s01-page.md +264 -0
  843. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-s03-page.md +304 -0
  844. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-s04-page.md +264 -0
  845. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-s05-page.md +232 -0
  846. package/plugins/skills/context-code-indexer/templates/article-programs/domain-service-s06-page.md +232 -0
  847. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-c01-page.md +232 -0
  848. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-c03-page.md +168 -0
  849. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-c04-page.md +200 -0
  850. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-c05-page.md +232 -0
  851. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-c07-page.md +200 -0
  852. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-d02-page.md +232 -0
  853. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-d04-page.md +360 -0
  854. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-f09-page.md +232 -0
  855. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-q03-page.md +200 -0
  856. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-q05-page.md +200 -0
  857. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-s01-page.md +264 -0
  858. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-s06-page.md +232 -0
  859. package/plugins/skills/context-code-indexer/templates/article-programs/event-consumer-s07-page.md +264 -0
  860. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-c01-page.md +232 -0
  861. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-c03-page.md +168 -0
  862. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-c04-page.md +200 -0
  863. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-c05-page.md +232 -0
  864. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-c07-page.md +200 -0
  865. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-d02-page.md +232 -0
  866. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-d04-page.md +360 -0
  867. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-f09-page.md +232 -0
  868. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-l04-page.md +232 -0
  869. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-q03-page.md +200 -0
  870. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-q05-page.md +200 -0
  871. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-s01-page.md +264 -0
  872. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-s02-page.md +240 -0
  873. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-s03-page.md +304 -0
  874. package/plugins/skills/context-code-indexer/templates/article-programs/gateway-facade-s06-page.md +232 -0
  875. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-c01-page.md +232 -0
  876. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-c03-page.md +168 -0
  877. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-c04-page.md +200 -0
  878. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-c05-page.md +232 -0
  879. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-c07-page.md +200 -0
  880. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-d01-page.md +200 -0
  881. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-d04-page.md +360 -0
  882. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-f09-page.md +232 -0
  883. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-f11-page.md +328 -0
  884. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-q03-page.md +200 -0
  885. package/plugins/skills/context-code-indexer/templates/article-programs/monorepo-container-q05-page.md +200 -0
  886. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-c01-page.md +232 -0
  887. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-c03-page.md +168 -0
  888. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-c04-page.md +200 -0
  889. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-c05-page.md +232 -0
  890. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-c07-page.md +200 -0
  891. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-d04-page.md +360 -0
  892. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-f09-page.md +232 -0
  893. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-l01-page.md +304 -0
  894. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-l04-page.md +232 -0
  895. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-q03-page.md +200 -0
  896. package/plugins/skills/context-code-indexer/templates/article-programs/plugin-extension-q05-page.md +200 -0
  897. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-c01-page.md +232 -0
  898. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-c03-page.md +168 -0
  899. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-c04-page.md +200 -0
  900. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-c05-page.md +232 -0
  901. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-c07-page.md +200 -0
  902. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-d04-page.md +360 -0
  903. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-f09-page.md +232 -0
  904. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-l01-page.md +304 -0
  905. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-l03-page.md +648 -0
  906. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-l04-page.md +232 -0
  907. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-q03-page.md +200 -0
  908. package/plugins/skills/context-code-indexer/templates/article-programs/sdk-library-q05-page.md +200 -0
  909. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-c01-page.md +232 -0
  910. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-c03-page.md +168 -0
  911. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-c04-page.md +200 -0
  912. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-c05-page.md +232 -0
  913. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-c07-page.md +200 -0
  914. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-d02-page.md +232 -0
  915. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-d04-page.md +360 -0
  916. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-f09-page.md +232 -0
  917. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-q03-page.md +200 -0
  918. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-q05-page.md +200 -0
  919. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-s01-page.md +264 -0
  920. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-s05-page.md +232 -0
  921. package/plugins/skills/context-code-indexer/templates/article-programs/storage-repository-s06-page.md +232 -0
  922. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c01-page.md +232 -0
  923. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c02-page.md +360 -0
  924. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c03-page.md +168 -0
  925. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c04-page.md +200 -0
  926. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c05-page.md +232 -0
  927. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-c07-page.md +200 -0
  928. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-d02-page.md +232 -0
  929. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-d03-page.md +232 -0
  930. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-d04-page.md +360 -0
  931. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f01-page.md +232 -0
  932. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f02-page.md +200 -0
  933. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f03-page.md +368 -0
  934. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f04-page.md +232 -0
  935. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f05-page.md +232 -0
  936. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f06-page.md +232 -0
  937. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f07-page.md +200 -0
  938. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f08-page.md +296 -0
  939. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f09-page.md +232 -0
  940. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f10-page.md +232 -0
  941. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f11-page.md +328 -0
  942. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-f12-page.md +232 -0
  943. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-q03-page.md +200 -0
  944. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-q05-page.md +200 -0
  945. package/plugins/skills/context-code-indexer/templates/article-programs/web-application-s04-page.md +264 -0
  946. package/plugins/skills/context-code-indexer/templates/articles/c01.md +26 -0
  947. package/plugins/skills/context-code-indexer/templates/articles/c02.md +19 -0
  948. package/plugins/skills/context-code-indexer/templates/articles/c03.md +17 -0
  949. package/plugins/skills/context-code-indexer/templates/articles/c04.md +17 -0
  950. package/plugins/skills/context-code-indexer/templates/articles/c05.md +17 -0
  951. package/plugins/skills/context-code-indexer/templates/articles/c07.md +17 -0
  952. package/plugins/skills/context-code-indexer/templates/articles/d01.md +19 -0
  953. package/plugins/skills/context-code-indexer/templates/articles/d02.md +19 -0
  954. package/plugins/skills/context-code-indexer/templates/articles/d03.md +19 -0
  955. package/plugins/skills/context-code-indexer/templates/articles/d04.md +21 -0
  956. package/plugins/skills/context-code-indexer/templates/articles/f01.md +19 -0
  957. package/plugins/skills/context-code-indexer/templates/articles/f02.md +21 -0
  958. package/plugins/skills/context-code-indexer/templates/articles/f03.md +21 -0
  959. package/plugins/skills/context-code-indexer/templates/articles/f04.md +19 -0
  960. package/plugins/skills/context-code-indexer/templates/articles/f05.md +19 -0
  961. package/plugins/skills/context-code-indexer/templates/articles/f06.md +19 -0
  962. package/plugins/skills/context-code-indexer/templates/articles/f07.md +19 -0
  963. package/plugins/skills/context-code-indexer/templates/articles/f08.md +21 -0
  964. package/plugins/skills/context-code-indexer/templates/articles/f09.md +19 -0
  965. package/plugins/skills/context-code-indexer/templates/articles/f10.md +19 -0
  966. package/plugins/skills/context-code-indexer/templates/articles/f11.md +23 -0
  967. package/plugins/skills/context-code-indexer/templates/articles/f12.md +46 -0
  968. package/plugins/skills/context-code-indexer/templates/articles/l01.md +23 -0
  969. package/plugins/skills/context-code-indexer/templates/articles/l02.md +88 -0
  970. package/plugins/skills/context-code-indexer/templates/articles/l03.md +66 -0
  971. package/plugins/skills/context-code-indexer/templates/articles/l04.md +17 -0
  972. package/plugins/skills/context-code-indexer/templates/articles/l05.md +36 -0
  973. package/plugins/skills/context-code-indexer/templates/articles/q03.md +17 -0
  974. package/plugins/skills/context-code-indexer/templates/articles/q05.md +17 -0
  975. package/plugins/skills/context-code-indexer/templates/articles/q06.md +17 -0
  976. package/plugins/skills/context-code-indexer/templates/articles/s01.md +17 -0
  977. package/plugins/skills/context-code-indexer/templates/articles/s02.md +17 -0
  978. package/plugins/skills/context-code-indexer/templates/articles/s03.md +19 -0
  979. package/plugins/skills/context-code-indexer/templates/articles/s04.md +21 -0
  980. package/plugins/skills/context-code-indexer/templates/articles/s05.md +17 -0
  981. package/plugins/skills/context-code-indexer/templates/articles/s06.md +17 -0
  982. package/plugins/skills/context-code-indexer/templates/articles/s07.md +19 -0
  983. package/plugins/skills/context-code-indexer/templates/background-runtime-maintenance-guide.md +81 -0
  984. package/plugins/skills/context-code-indexer/templates/background-runtime-task-runtime-guide.md +81 -0
  985. package/plugins/skills/context-code-indexer/templates/cli-tool-maintenance-guide.md +81 -0
  986. package/plugins/skills/context-code-indexer/templates/cli-tool-public-api-reference.md +81 -0
  987. package/plugins/skills/context-code-indexer/templates/cli-tool-usage-guide.md +81 -0
  988. package/plugins/skills/context-code-indexer/templates/component-library-maintenance-guide.md +81 -0
  989. package/plugins/skills/context-code-indexer/templates/component-library-public-api-reference.md +81 -0
  990. package/plugins/skills/context-code-indexer/templates/component-library-usage-guide.md +81 -0
  991. package/plugins/skills/context-code-indexer/templates/component-library.md +40 -3
  992. package/plugins/skills/context-code-indexer/templates/contract-source-public-api-reference.md +81 -0
  993. package/plugins/skills/context-code-indexer/templates/contract-source-usage-guide.md +81 -0
  994. package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-maintenance-guide.md +81 -0
  995. package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-task-runtime-guide.md +81 -0
  996. package/plugins/skills/context-code-indexer/templates/derived-generated-source-public-api-reference.md +81 -0
  997. package/plugins/skills/context-code-indexer/templates/derived-generated-source-usage-guide.md +81 -0
  998. package/plugins/skills/context-code-indexer/templates/domain-service-maintenance-guide.md +81 -0
  999. package/plugins/skills/context-code-indexer/templates/domain-service-public-api-reference.md +81 -0
  1000. package/plugins/skills/context-code-indexer/templates/event-consumer-maintenance-guide.md +81 -0
  1001. package/plugins/skills/context-code-indexer/templates/event-consumer-task-runtime-guide.md +81 -0
  1002. package/plugins/skills/context-code-indexer/templates/gateway-facade-maintenance-guide.md +81 -0
  1003. package/plugins/skills/context-code-indexer/templates/gateway-facade-public-api-reference.md +81 -0
  1004. package/plugins/skills/context-code-indexer/templates/gateway-facade-request-adaptation-guide.md +81 -0
  1005. package/plugins/skills/context-code-indexer/templates/monorepo-container-maintenance-guide.md +81 -0
  1006. package/plugins/skills/context-code-indexer/templates/monorepo-container-usage-guide.md +81 -0
  1007. package/plugins/skills/context-code-indexer/templates/plugin-extension-maintenance-guide.md +81 -0
  1008. package/plugins/skills/context-code-indexer/templates/plugin-extension-public-api-reference.md +81 -0
  1009. package/plugins/skills/context-code-indexer/templates/plugin-extension-usage-guide.md +81 -0
  1010. package/plugins/skills/context-code-indexer/templates/sdk-library-maintenance-guide.md +81 -0
  1011. package/plugins/skills/context-code-indexer/templates/sdk-library-public-api-reference.md +81 -0
  1012. package/plugins/skills/context-code-indexer/templates/sdk-library-usage-guide.md +81 -0
  1013. package/plugins/skills/context-code-indexer/templates/storage-repository-maintenance-guide.md +81 -0
  1014. package/plugins/skills/context-code-indexer/templates/storage-repository-public-api-reference.md +81 -0
  1015. package/plugins/skills/context-code-indexer/templates/web-application-federation-guide.md +81 -0
  1016. package/plugins/skills/context-code-indexer/templates/web-application-maintenance-guide.md +81 -0
  1017. package/plugins/skills/context-code-indexer/templates/web-application-page-task-guide.md +81 -0
  1018. package/plugins/skills/context-code-indexer/tests/fixtures/composers.json +1 -1
  1019. package/plugins/skills/context-code-indexer/tests/fixtures/scenarios.json +1 -1
  1020. package/plugins/skills/context-indexer-create/SKILL.md +80 -0
  1021. package/plugins/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +180 -0
  1022. package/plugins/skills/context-indexer-create/references/guides/indexer-manifest-example.md +103 -0
  1023. package/plugins/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +416 -0
  1024. package/plugins/skills/context-indexer-create/references/guides/indexer-skill-creation.md +99 -0
  1025. package/plugins/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +136 -0
  1026. package/plugins/skills/context-indexer-create/references/guides/note.md +37 -0
  1027. package/plugins/skills/context-indexer-create/references/guides/sessions.md +50 -0
  1028. package/plugins/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +835 -0
  1029. package/plugins/skills/context-inspect-search/SKILL.md +159 -0
  1030. package/plugins/skills/context-inspect-search/agents/openai.yaml +2 -0
  1031. package/plugins/skills/context-markdown-indexer/SKILL.md +7 -1
  1032. package/plugins/skills/context-markdown-indexer/context-indexer.yaml +856 -15
  1033. package/plugins/skills/context-markdown-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
  1034. package/plugins/skills/context-markdown-indexer/references/article-catalog/documentation-site-article-catalog.md +8 -0
  1035. package/plugins/skills/context-markdown-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
  1036. package/plugins/skills/context-markdown-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
  1037. package/plugins/skills/context-markdown-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
  1038. package/plugins/skills/context-markdown-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
  1039. package/plugins/skills/context-markdown-indexer/references/article-catalog/public-api-reference-article-catalog.md +10 -0
  1040. package/plugins/skills/context-markdown-indexer/references/article-catalog/release-migration-guide-article-catalog.md +11 -0
  1041. package/plugins/skills/context-markdown-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
  1042. package/plugins/skills/context-markdown-indexer/references/article-catalog/standard-policy-article-catalog.md +10 -0
  1043. package/plugins/skills/context-markdown-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
  1044. package/plugins/skills/context-markdown-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
  1045. package/plugins/skills/context-markdown-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
  1046. package/plugins/skills/context-markdown-indexer/references/diagrams.md +122 -0
  1047. package/plugins/skills/context-markdown-indexer/references/editorial-policy.md +19 -29
  1048. package/plugins/skills/context-markdown-indexer/references/indexer.md +59 -2
  1049. package/plugins/skills/context-markdown-indexer/references/semantic-planning.md +22 -8
  1050. package/plugins/skills/context-markdown-indexer/references/visual-source-processing.md +42 -0
  1051. package/plugins/skills/context-markdown-indexer/templates/article-programs/decision-record-c06-page.md +230 -0
  1052. package/plugins/skills/context-markdown-indexer/templates/article-programs/documentation-site-c01-page.md +230 -0
  1053. package/plugins/skills/context-markdown-indexer/templates/article-programs/documentation-site-l05-page.md +262 -0
  1054. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-c01-page.md +230 -0
  1055. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-c02-page.md +358 -0
  1056. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-c03-page.md +166 -0
  1057. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-d01-page.md +198 -0
  1058. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-d02-page.md +230 -0
  1059. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-d03-page.md +230 -0
  1060. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-q01-page.md +358 -0
  1061. package/plugins/skills/context-markdown-indexer/templates/article-programs/domain-reference-s04-page.md +262 -0
  1062. package/plugins/skills/context-markdown-indexer/templates/article-programs/faq-support-c05-page.md +230 -0
  1063. package/plugins/skills/context-markdown-indexer/templates/article-programs/faq-support-q07-page.md +358 -0
  1064. package/plugins/skills/context-markdown-indexer/templates/article-programs/incident-review-c05-page.md +230 -0
  1065. package/plugins/skills/context-markdown-indexer/templates/article-programs/incident-review-c06-page.md +230 -0
  1066. package/plugins/skills/context-markdown-indexer/templates/article-programs/incident-review-q07-page.md +358 -0
  1067. package/plugins/skills/context-markdown-indexer/templates/article-programs/product-requirements-c02-page.md +358 -0
  1068. package/plugins/skills/context-markdown-indexer/templates/article-programs/product-requirements-c03-page.md +166 -0
  1069. package/plugins/skills/context-markdown-indexer/templates/article-programs/public-api-reference-f05-page.md +230 -0
  1070. package/plugins/skills/context-markdown-indexer/templates/article-programs/public-api-reference-l02-page.md +294 -0
  1071. package/plugins/skills/context-markdown-indexer/templates/article-programs/public-api-reference-s02-page.md +198 -0
  1072. package/plugins/skills/context-markdown-indexer/templates/article-programs/public-api-reference-s03-page.md +262 -0
  1073. package/plugins/skills/context-markdown-indexer/templates/article-programs/release-migration-guide-c06-page.md +230 -0
  1074. package/plugins/skills/context-markdown-indexer/templates/article-programs/release-migration-guide-f09-page.md +230 -0
  1075. package/plugins/skills/context-markdown-indexer/templates/article-programs/release-migration-guide-l01-page.md +262 -0
  1076. package/plugins/skills/context-markdown-indexer/templates/article-programs/release-migration-guide-l03-page.md +646 -0
  1077. package/plugins/skills/context-markdown-indexer/templates/article-programs/release-migration-guide-l05-page.md +262 -0
  1078. package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-c05-page.md +230 -0
  1079. package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-d04-page.md +358 -0
  1080. package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-f09-page.md +230 -0
  1081. package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-q05-page.md +198 -0
  1082. package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-q06-page.md +198 -0
  1083. package/plugins/skills/context-markdown-indexer/templates/article-programs/runbook-s07-page.md +262 -0
  1084. package/plugins/skills/context-markdown-indexer/templates/article-programs/standard-policy-d03-page.md +230 -0
  1085. package/plugins/skills/context-markdown-indexer/templates/article-programs/standard-policy-d04-page.md +358 -0
  1086. package/plugins/skills/context-markdown-indexer/templates/article-programs/standard-policy-f08-page.md +294 -0
  1087. package/plugins/skills/context-markdown-indexer/templates/article-programs/standard-policy-l03-page.md +646 -0
  1088. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-c01-page.md +230 -0
  1089. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-c04-page.md +198 -0
  1090. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-c07-page.md +198 -0
  1091. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-d01-page.md +198 -0
  1092. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-d02-page.md +230 -0
  1093. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-d04-page.md +358 -0
  1094. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-f01-page.md +230 -0
  1095. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-f06-page.md +230 -0
  1096. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-f08-page.md +294 -0
  1097. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-l03-page.md +646 -0
  1098. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-l04-page.md +230 -0
  1099. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-s01-page.md +262 -0
  1100. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-s05-page.md +230 -0
  1101. package/plugins/skills/context-markdown-indexer/templates/article-programs/technical-guide-s06-page.md +230 -0
  1102. package/plugins/skills/context-markdown-indexer/templates/article-programs/test-validation-q01-page.md +358 -0
  1103. package/plugins/skills/context-markdown-indexer/templates/article-programs/test-validation-q02-page.md +326 -0
  1104. package/plugins/skills/context-markdown-indexer/templates/article-programs/test-validation-q03-page.md +198 -0
  1105. package/plugins/skills/context-markdown-indexer/templates/article-programs/test-validation-q04-page.md +358 -0
  1106. package/plugins/skills/context-markdown-indexer/templates/article-programs/test-validation-q05-page.md +198 -0
  1107. package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +358 -0
  1108. package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +230 -0
  1109. package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +262 -0
  1110. package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +294 -0
  1111. package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +646 -0
  1112. package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +262 -0
  1113. package/plugins/skills/context-markdown-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +198 -0
  1114. package/plugins/skills/context-markdown-indexer/templates/articles/c01.md +26 -0
  1115. package/plugins/skills/context-markdown-indexer/templates/articles/c02.md +19 -0
  1116. package/plugins/skills/context-markdown-indexer/templates/articles/c03.md +17 -0
  1117. package/plugins/skills/context-markdown-indexer/templates/articles/c04.md +17 -0
  1118. package/plugins/skills/context-markdown-indexer/templates/articles/c05.md +17 -0
  1119. package/plugins/skills/context-markdown-indexer/templates/articles/c06.md +17 -0
  1120. package/plugins/skills/context-markdown-indexer/templates/articles/c07.md +17 -0
  1121. package/plugins/skills/context-markdown-indexer/templates/articles/d01.md +19 -0
  1122. package/plugins/skills/context-markdown-indexer/templates/articles/d02.md +19 -0
  1123. package/plugins/skills/context-markdown-indexer/templates/articles/d03.md +19 -0
  1124. package/plugins/skills/context-markdown-indexer/templates/articles/d04.md +21 -0
  1125. package/plugins/skills/context-markdown-indexer/templates/articles/f01.md +19 -0
  1126. package/plugins/skills/context-markdown-indexer/templates/articles/f05.md +19 -0
  1127. package/plugins/skills/context-markdown-indexer/templates/articles/f06.md +19 -0
  1128. package/plugins/skills/context-markdown-indexer/templates/articles/f08.md +21 -0
  1129. package/plugins/skills/context-markdown-indexer/templates/articles/f09.md +19 -0
  1130. package/plugins/skills/context-markdown-indexer/templates/articles/l01.md +23 -0
  1131. package/plugins/skills/context-markdown-indexer/templates/articles/l02.md +88 -0
  1132. package/plugins/skills/context-markdown-indexer/templates/articles/l03.md +66 -0
  1133. package/plugins/skills/context-markdown-indexer/templates/articles/l04.md +17 -0
  1134. package/plugins/skills/context-markdown-indexer/templates/articles/l05.md +36 -0
  1135. package/plugins/skills/context-markdown-indexer/templates/articles/q01.md +17 -0
  1136. package/plugins/skills/context-markdown-indexer/templates/articles/q02.md +19 -0
  1137. package/plugins/skills/context-markdown-indexer/templates/articles/q03.md +17 -0
  1138. package/plugins/skills/context-markdown-indexer/templates/articles/q04.md +17 -0
  1139. package/plugins/skills/context-markdown-indexer/templates/articles/q05.md +17 -0
  1140. package/plugins/skills/context-markdown-indexer/templates/articles/q06.md +17 -0
  1141. package/plugins/skills/context-markdown-indexer/templates/articles/q07.md +17 -0
  1142. package/plugins/skills/context-markdown-indexer/templates/articles/s01.md +17 -0
  1143. package/plugins/skills/context-markdown-indexer/templates/articles/s02.md +17 -0
  1144. package/plugins/skills/context-markdown-indexer/templates/articles/s03.md +19 -0
  1145. package/plugins/skills/context-markdown-indexer/templates/articles/s04.md +21 -0
  1146. package/plugins/skills/context-markdown-indexer/templates/articles/s05.md +17 -0
  1147. package/plugins/skills/context-markdown-indexer/templates/articles/s06.md +17 -0
  1148. package/plugins/skills/context-markdown-indexer/templates/articles/s07.md +19 -0
  1149. package/plugins/skills/context-note-indexer/SKILL.md +16 -0
  1150. package/plugins/skills/context-note-indexer/context-indexer.yaml +1459 -0
  1151. package/plugins/skills/context-note-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
  1152. package/plugins/skills/context-note-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
  1153. package/plugins/skills/context-note-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
  1154. package/plugins/skills/context-note-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
  1155. package/plugins/skills/context-note-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
  1156. package/plugins/skills/context-note-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
  1157. package/plugins/skills/context-note-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
  1158. package/plugins/skills/context-note-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
  1159. package/plugins/skills/context-note-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
  1160. package/plugins/skills/context-note-indexer/references/classification.md +55 -0
  1161. package/plugins/skills/context-note-indexer/references/customization.md +36 -0
  1162. package/plugins/skills/context-note-indexer/references/diagrams.md +122 -0
  1163. package/plugins/skills/context-note-indexer/references/extension-placement.md +57 -0
  1164. package/plugins/skills/context-note-indexer/references/indexer.md +39 -0
  1165. package/plugins/skills/context-note-indexer/references/updates-and-composition.md +37 -0
  1166. package/plugins/skills/context-note-indexer/references/visual-source-processing.md +42 -0
  1167. package/plugins/skills/context-note-indexer/references/writing.md +57 -0
  1168. package/plugins/skills/context-note-indexer/templates/article-programs/decision-record-c06-page.md +230 -0
  1169. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-c01-page.md +230 -0
  1170. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-c02-page.md +358 -0
  1171. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-c03-page.md +166 -0
  1172. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-d01-page.md +198 -0
  1173. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-d02-page.md +230 -0
  1174. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-d03-page.md +230 -0
  1175. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-q01-page.md +358 -0
  1176. package/plugins/skills/context-note-indexer/templates/article-programs/domain-reference-s04-page.md +262 -0
  1177. package/plugins/skills/context-note-indexer/templates/article-programs/faq-support-c05-page.md +230 -0
  1178. package/plugins/skills/context-note-indexer/templates/article-programs/faq-support-q07-page.md +358 -0
  1179. package/plugins/skills/context-note-indexer/templates/article-programs/incident-review-c05-page.md +230 -0
  1180. package/plugins/skills/context-note-indexer/templates/article-programs/incident-review-c06-page.md +230 -0
  1181. package/plugins/skills/context-note-indexer/templates/article-programs/incident-review-q07-page.md +358 -0
  1182. package/plugins/skills/context-note-indexer/templates/article-programs/product-requirements-c02-page.md +358 -0
  1183. package/plugins/skills/context-note-indexer/templates/article-programs/product-requirements-c03-page.md +166 -0
  1184. package/plugins/skills/context-note-indexer/templates/article-programs/runbook-c05-page.md +230 -0
  1185. package/plugins/skills/context-note-indexer/templates/article-programs/runbook-d04-page.md +358 -0
  1186. package/plugins/skills/context-note-indexer/templates/article-programs/runbook-f09-page.md +230 -0
  1187. package/plugins/skills/context-note-indexer/templates/article-programs/runbook-q05-page.md +198 -0
  1188. package/plugins/skills/context-note-indexer/templates/article-programs/runbook-q06-page.md +198 -0
  1189. package/plugins/skills/context-note-indexer/templates/article-programs/runbook-s07-page.md +262 -0
  1190. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-c01-page.md +230 -0
  1191. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-c04-page.md +198 -0
  1192. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-c07-page.md +198 -0
  1193. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-d01-page.md +198 -0
  1194. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-d02-page.md +230 -0
  1195. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-d04-page.md +358 -0
  1196. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-f01-page.md +230 -0
  1197. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-f06-page.md +230 -0
  1198. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-f08-page.md +294 -0
  1199. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-l03-page.md +646 -0
  1200. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-l04-page.md +230 -0
  1201. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-s01-page.md +262 -0
  1202. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-s05-page.md +230 -0
  1203. package/plugins/skills/context-note-indexer/templates/article-programs/technical-guide-s06-page.md +230 -0
  1204. package/plugins/skills/context-note-indexer/templates/article-programs/test-validation-q01-page.md +358 -0
  1205. package/plugins/skills/context-note-indexer/templates/article-programs/test-validation-q02-page.md +326 -0
  1206. package/plugins/skills/context-note-indexer/templates/article-programs/test-validation-q03-page.md +198 -0
  1207. package/plugins/skills/context-note-indexer/templates/article-programs/test-validation-q04-page.md +358 -0
  1208. package/plugins/skills/context-note-indexer/templates/article-programs/test-validation-q05-page.md +198 -0
  1209. package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +358 -0
  1210. package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +230 -0
  1211. package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +262 -0
  1212. package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +294 -0
  1213. package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +646 -0
  1214. package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +262 -0
  1215. package/plugins/skills/context-note-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +198 -0
  1216. package/plugins/skills/context-note-indexer/templates/articles/c01.md +26 -0
  1217. package/plugins/skills/context-note-indexer/templates/articles/c02.md +19 -0
  1218. package/plugins/skills/context-note-indexer/templates/articles/c03.md +17 -0
  1219. package/plugins/skills/context-note-indexer/templates/articles/c04.md +17 -0
  1220. package/plugins/skills/context-note-indexer/templates/articles/c05.md +17 -0
  1221. package/plugins/skills/context-note-indexer/templates/articles/c06.md +17 -0
  1222. package/plugins/skills/context-note-indexer/templates/articles/c07.md +17 -0
  1223. package/plugins/skills/context-note-indexer/templates/articles/d01.md +19 -0
  1224. package/plugins/skills/context-note-indexer/templates/articles/d02.md +19 -0
  1225. package/plugins/skills/context-note-indexer/templates/articles/d03.md +19 -0
  1226. package/plugins/skills/context-note-indexer/templates/articles/d04.md +21 -0
  1227. package/plugins/skills/context-note-indexer/templates/articles/f01.md +19 -0
  1228. package/plugins/skills/context-note-indexer/templates/articles/f06.md +19 -0
  1229. package/plugins/skills/context-note-indexer/templates/articles/f08.md +21 -0
  1230. package/plugins/skills/context-note-indexer/templates/articles/f09.md +19 -0
  1231. package/plugins/skills/context-note-indexer/templates/articles/l01.md +23 -0
  1232. package/plugins/skills/context-note-indexer/templates/articles/l02.md +88 -0
  1233. package/plugins/skills/context-note-indexer/templates/articles/l03.md +66 -0
  1234. package/plugins/skills/context-note-indexer/templates/articles/l04.md +17 -0
  1235. package/plugins/skills/context-note-indexer/templates/articles/l05.md +36 -0
  1236. package/plugins/skills/context-note-indexer/templates/articles/q01.md +17 -0
  1237. package/plugins/skills/context-note-indexer/templates/articles/q02.md +19 -0
  1238. package/plugins/skills/context-note-indexer/templates/articles/q03.md +17 -0
  1239. package/plugins/skills/context-note-indexer/templates/articles/q04.md +17 -0
  1240. package/plugins/skills/context-note-indexer/templates/articles/q05.md +17 -0
  1241. package/plugins/skills/context-note-indexer/templates/articles/q06.md +17 -0
  1242. package/plugins/skills/context-note-indexer/templates/articles/q07.md +17 -0
  1243. package/plugins/skills/context-note-indexer/templates/articles/s01.md +17 -0
  1244. package/plugins/skills/context-note-indexer/templates/articles/s04.md +21 -0
  1245. package/plugins/skills/context-note-indexer/templates/articles/s05.md +17 -0
  1246. package/plugins/skills/context-note-indexer/templates/articles/s06.md +17 -0
  1247. package/plugins/skills/context-note-indexer/templates/articles/s07.md +19 -0
  1248. package/plugins/skills/context-note-indexer/templates/decision-record.md +33 -0
  1249. package/plugins/skills/context-note-indexer/templates/domain-reference.md +31 -0
  1250. package/plugins/skills/context-note-indexer/templates/faq-support.md +30 -0
  1251. package/plugins/skills/context-note-indexer/templates/incident-review.md +28 -0
  1252. package/plugins/skills/context-note-indexer/templates/product-requirements.md +29 -0
  1253. package/plugins/skills/context-note-indexer/templates/runbook.md +30 -0
  1254. package/plugins/skills/context-note-indexer/templates/technical-guide.md +31 -0
  1255. package/plugins/skills/context-note-indexer/templates/test-validation.md +28 -0
  1256. package/plugins/skills/context-note-indexer/templates/user-and-developer-guide.md +28 -0
  1257. package/plugins/skills/context-note-indexer/tests/fixtures/profiles.json +281 -0
  1258. package/plugins/skills/context-sessions-indexer/SKILL.md +16 -0
  1259. package/plugins/skills/context-sessions-indexer/context-indexer.yaml +1459 -0
  1260. package/plugins/skills/context-sessions-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
  1261. package/plugins/skills/context-sessions-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
  1262. package/plugins/skills/context-sessions-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
  1263. package/plugins/skills/context-sessions-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
  1264. package/plugins/skills/context-sessions-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
  1265. package/plugins/skills/context-sessions-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
  1266. package/plugins/skills/context-sessions-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
  1267. package/plugins/skills/context-sessions-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
  1268. package/plugins/skills/context-sessions-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
  1269. package/plugins/skills/context-sessions-indexer/references/classification.md +56 -0
  1270. package/plugins/skills/context-sessions-indexer/references/customization.md +36 -0
  1271. package/plugins/skills/context-sessions-indexer/references/diagrams.md +122 -0
  1272. package/plugins/skills/context-sessions-indexer/references/extension-placement.md +63 -0
  1273. package/plugins/skills/context-sessions-indexer/references/indexer.md +44 -0
  1274. package/plugins/skills/context-sessions-indexer/references/updates-and-composition.md +37 -0
  1275. package/plugins/skills/context-sessions-indexer/references/visual-source-processing.md +42 -0
  1276. package/plugins/skills/context-sessions-indexer/references/writing.md +63 -0
  1277. package/plugins/skills/context-sessions-indexer/templates/article-programs/decision-record-c06-page.md +230 -0
  1278. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-c01-page.md +230 -0
  1279. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-c02-page.md +358 -0
  1280. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-c03-page.md +166 -0
  1281. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-d01-page.md +198 -0
  1282. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-d02-page.md +230 -0
  1283. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-d03-page.md +230 -0
  1284. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-q01-page.md +358 -0
  1285. package/plugins/skills/context-sessions-indexer/templates/article-programs/domain-reference-s04-page.md +262 -0
  1286. package/plugins/skills/context-sessions-indexer/templates/article-programs/faq-support-c05-page.md +230 -0
  1287. package/plugins/skills/context-sessions-indexer/templates/article-programs/faq-support-q07-page.md +358 -0
  1288. package/plugins/skills/context-sessions-indexer/templates/article-programs/incident-review-c05-page.md +230 -0
  1289. package/plugins/skills/context-sessions-indexer/templates/article-programs/incident-review-c06-page.md +230 -0
  1290. package/plugins/skills/context-sessions-indexer/templates/article-programs/incident-review-q07-page.md +358 -0
  1291. package/plugins/skills/context-sessions-indexer/templates/article-programs/product-requirements-c02-page.md +358 -0
  1292. package/plugins/skills/context-sessions-indexer/templates/article-programs/product-requirements-c03-page.md +166 -0
  1293. package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-c05-page.md +230 -0
  1294. package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-d04-page.md +358 -0
  1295. package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-f09-page.md +230 -0
  1296. package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-q05-page.md +198 -0
  1297. package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-q06-page.md +198 -0
  1298. package/plugins/skills/context-sessions-indexer/templates/article-programs/runbook-s07-page.md +262 -0
  1299. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-c01-page.md +230 -0
  1300. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-c04-page.md +198 -0
  1301. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-c07-page.md +198 -0
  1302. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-d01-page.md +198 -0
  1303. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-d02-page.md +230 -0
  1304. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-d04-page.md +358 -0
  1305. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-f01-page.md +230 -0
  1306. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-f06-page.md +230 -0
  1307. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-f08-page.md +294 -0
  1308. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-l03-page.md +646 -0
  1309. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-l04-page.md +230 -0
  1310. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-s01-page.md +262 -0
  1311. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-s05-page.md +230 -0
  1312. package/plugins/skills/context-sessions-indexer/templates/article-programs/technical-guide-s06-page.md +230 -0
  1313. package/plugins/skills/context-sessions-indexer/templates/article-programs/test-validation-q01-page.md +358 -0
  1314. package/plugins/skills/context-sessions-indexer/templates/article-programs/test-validation-q02-page.md +326 -0
  1315. package/plugins/skills/context-sessions-indexer/templates/article-programs/test-validation-q03-page.md +198 -0
  1316. package/plugins/skills/context-sessions-indexer/templates/article-programs/test-validation-q04-page.md +358 -0
  1317. package/plugins/skills/context-sessions-indexer/templates/article-programs/test-validation-q05-page.md +198 -0
  1318. package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-c02-page.md +358 -0
  1319. package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-f09-page.md +230 -0
  1320. package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l01-page.md +262 -0
  1321. package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l02-page.md +294 -0
  1322. package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l03-page.md +646 -0
  1323. package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-l05-page.md +262 -0
  1324. package/plugins/skills/context-sessions-indexer/templates/article-programs/user-and-developer-guide-q06-page.md +198 -0
  1325. package/plugins/skills/context-sessions-indexer/templates/articles/c01.md +26 -0
  1326. package/plugins/skills/context-sessions-indexer/templates/articles/c02.md +19 -0
  1327. package/plugins/skills/context-sessions-indexer/templates/articles/c03.md +17 -0
  1328. package/plugins/skills/context-sessions-indexer/templates/articles/c04.md +17 -0
  1329. package/plugins/skills/context-sessions-indexer/templates/articles/c05.md +17 -0
  1330. package/plugins/skills/context-sessions-indexer/templates/articles/c06.md +17 -0
  1331. package/plugins/skills/context-sessions-indexer/templates/articles/c07.md +17 -0
  1332. package/plugins/skills/context-sessions-indexer/templates/articles/d01.md +19 -0
  1333. package/plugins/skills/context-sessions-indexer/templates/articles/d02.md +19 -0
  1334. package/plugins/skills/context-sessions-indexer/templates/articles/d03.md +19 -0
  1335. package/plugins/skills/context-sessions-indexer/templates/articles/d04.md +21 -0
  1336. package/plugins/skills/context-sessions-indexer/templates/articles/f01.md +19 -0
  1337. package/plugins/skills/context-sessions-indexer/templates/articles/f06.md +19 -0
  1338. package/plugins/skills/context-sessions-indexer/templates/articles/f08.md +21 -0
  1339. package/plugins/skills/context-sessions-indexer/templates/articles/f09.md +19 -0
  1340. package/plugins/skills/context-sessions-indexer/templates/articles/l01.md +23 -0
  1341. package/plugins/skills/context-sessions-indexer/templates/articles/l02.md +88 -0
  1342. package/plugins/skills/context-sessions-indexer/templates/articles/l03.md +66 -0
  1343. package/plugins/skills/context-sessions-indexer/templates/articles/l04.md +17 -0
  1344. package/plugins/skills/context-sessions-indexer/templates/articles/l05.md +36 -0
  1345. package/plugins/skills/context-sessions-indexer/templates/articles/q01.md +17 -0
  1346. package/plugins/skills/context-sessions-indexer/templates/articles/q02.md +19 -0
  1347. package/plugins/skills/context-sessions-indexer/templates/articles/q03.md +17 -0
  1348. package/plugins/skills/context-sessions-indexer/templates/articles/q04.md +17 -0
  1349. package/plugins/skills/context-sessions-indexer/templates/articles/q05.md +17 -0
  1350. package/plugins/skills/context-sessions-indexer/templates/articles/q06.md +17 -0
  1351. package/plugins/skills/context-sessions-indexer/templates/articles/q07.md +17 -0
  1352. package/plugins/skills/context-sessions-indexer/templates/articles/s01.md +17 -0
  1353. package/plugins/skills/context-sessions-indexer/templates/articles/s04.md +21 -0
  1354. package/plugins/skills/context-sessions-indexer/templates/articles/s05.md +17 -0
  1355. package/plugins/skills/context-sessions-indexer/templates/articles/s06.md +17 -0
  1356. package/plugins/skills/context-sessions-indexer/templates/articles/s07.md +19 -0
  1357. package/plugins/skills/context-sessions-indexer/templates/decision-record.md +43 -0
  1358. package/plugins/skills/context-sessions-indexer/templates/domain-reference.md +31 -0
  1359. package/plugins/skills/context-sessions-indexer/templates/faq-support.md +33 -0
  1360. package/plugins/skills/context-sessions-indexer/templates/incident-review.md +37 -0
  1361. package/plugins/skills/context-sessions-indexer/templates/product-requirements.md +35 -0
  1362. package/plugins/skills/context-sessions-indexer/templates/runbook.md +32 -0
  1363. package/plugins/skills/context-sessions-indexer/templates/technical-guide.md +31 -0
  1364. package/plugins/skills/context-sessions-indexer/templates/test-validation.md +37 -0
  1365. package/plugins/skills/context-sessions-indexer/templates/user-and-developer-guide.md +31 -0
  1366. package/plugins/skills/context-sessions-indexer/tests/fixtures/profiles.json +281 -0
  1367. package/providers/context/actions/advance-knowledge-maintenance.yaml +5 -0
  1368. package/providers/context/actions/author-approved-revision.yaml +6 -0
  1369. package/providers/context/actions/authorize-current-indexer-provider-program.yaml +6 -0
  1370. package/providers/context/actions/finalize-current-indexer-provider-selection.yaml +5 -0
  1371. package/providers/context/actions/finish-rollback.yaml +5 -0
  1372. package/providers/context/actions/inspect-source-update.yaml +6 -0
  1373. package/providers/context/actions/repair-project-entry.yaml +9 -0
  1374. package/providers/context/actions/resolve-current-indexer-gate.yaml +6 -0
  1375. package/providers/context/actions/resolve-current-indexer-provider.yaml +6 -0
  1376. package/providers/context/actions/run-indexer-lifecycle.yaml +0 -1
  1377. package/providers/context/actions/run-indexer-post-author-composer.yaml +1 -1
  1378. package/providers/context/codes.yaml +10 -0
  1379. package/providers/context/graphs/indexer.yaml +104 -2
  1380. package/providers/context/graphs/workspace.yaml +45 -3
  1381. package/providers/context/manifest.json +338 -76
  1382. package/providers/context/provider.yaml +1 -1
  1383. package/providers/context/resources/contracts/indexer-provider-guide.yaml +6 -0
  1384. package/providers/context/resources/contracts/indexer-registry-bootstrap.yaml +6 -0
  1385. package/providers/context/resources/diagnostics/verification.md +6 -4
  1386. package/providers/context/resources/dialogue/knowledge-review.md +18 -8
  1387. package/providers/context/resources/dialogue/package-output.md +6 -2
  1388. package/providers/context/resources/dialogue/source-boundary.md +1 -1
  1389. package/providers/context/resources/manuals/guides/knowledge-updates.md +330 -0
  1390. package/providers/context/resources/manuals/guides/lark-resources.md +5 -1
  1391. package/providers/context/resources/manuals/guides/note.md +43 -0
  1392. package/providers/context/resources/manuals/guides/package-outputs.md +22 -17
  1393. package/providers/context/resources/manuals/guides/sessions.md +56 -0
  1394. package/providers/context/resources/manuals/guides/workspace-commit.md +51 -0
  1395. package/providers/context/resources/manuals/guides/workspace-prepare.md +78 -0
  1396. package/providers/context/resources/manuals/guides/workspace-restore.md +65 -0
  1397. package/providers/context/resources/manuals/reference/code-extractors.md +57 -0
  1398. package/providers/context/resources/manuals/reference/package-templates.md +10 -9
  1399. package/providers/context/resources/manuals/reference/project-api.md +47 -13
  1400. package/providers/context/resources/manuals/reference/template-variables.md +7 -7
  1401. package/providers/context/resources/procedures/approved-revision.md +159 -0
  1402. package/providers/context/resources/procedures/close-and-build.md +6 -1
  1403. package/providers/context/resources/procedures/knowledge-maintenance.md +68 -0
  1404. package/providers/context/resources/procedures/knowledge-review.md +76 -10
  1405. package/providers/context/resources/procedures/knowledge-updates.md +330 -0
  1406. package/providers/context/resources/procedures/note.md +43 -0
  1407. package/providers/context/resources/procedures/project-configuration.md +6 -0
  1408. package/providers/context/resources/procedures/sessions.md +56 -0
  1409. package/providers/context/resources/procedures/source-boundary.md +13 -1
  1410. package/providers/context/resources/procedures/source-update.md +50 -0
  1411. package/providers/context/resources/procedures/work-start-report.md +265 -0
  1412. package/providers/context/resources/procedures/workspace-commit.md +51 -0
  1413. package/providers/context/resources/procedures/workspace-prepare.md +78 -0
  1414. package/providers/context/resources/procedures/workspace-restore.md +65 -0
  1415. package/providers/context/resources/templates/work-start-report.md +178 -0
  1416. package/providers/context/resources/views/resolved-indexer-instructions.yaml +2 -4
  1417. package/providers/context/schemas/approved-revision-result.schema.json +88 -0
  1418. package/providers/context/schemas/indexer-agent-step-input.schema.json +71 -21
  1419. package/providers/context/schemas/indexer-agent-step-result.schema.json +2220 -253
  1420. package/providers/context/schemas/indexer-main-lifecycle-output.schema.json +1 -2
  1421. package/providers/context/schemas/indexer-materialize-request.schema.json +4 -8
  1422. package/providers/context/schemas/indexer-registry-bootstrap.schema.json +227 -0
  1423. package/providers/context/schemas/indexer-workset-view-materialization-request.schema.json +4 -1
  1424. package/providers/context/schemas/source-update-result.schema.json +83 -0
  1425. package/providers/context/skills/authorize-current-indexer-provider-program/SKILL.md +20 -0
  1426. package/providers/context/skills/configure-indexer-providers/SKILL.md +68 -15
  1427. package/providers/context/skills/configure-indexer-providers/references/guides/code-indexer-skill-authoring.md +180 -0
  1428. package/providers/context/skills/configure-indexer-providers/references/guides/indexer-provider-and-customization.md +416 -0
  1429. package/providers/context/skills/configure-indexer-providers/references/guides/markdown-indexer-skill-authoring.md +136 -0
  1430. package/providers/context/skills/configure-indexer-providers/references/guides/note.md +37 -0
  1431. package/providers/context/skills/configure-indexer-providers/references/guides/sessions.md +50 -0
  1432. package/providers/context/skills/configure-indexer-providers/references/reference/indexer-provider-protocol.md +835 -0
  1433. package/providers/context/skills/prepare-indexer-customization-project/SKILL.md +1 -1
  1434. package/providers/context/skills/propose-indexer-customization/SKILL.md +1 -1
  1435. package/providers/context/skills/resolve-current-indexer-gate/SKILL.md +59 -0
  1436. package/providers/context/skills/resolve-current-indexer-provider/SKILL.md +20 -0
  1437. package/providers/context/skills/run-indexer-agent-step/SKILL.md +366 -27
  1438. package/providers/context/skills/run-indexer-lifecycle/SKILL.md +193 -10
  1439. package/providers/context/skills/run-indexer-post-author-composer/SKILL.md +83 -23
  1440. package/providers/context/schemas/indexer-lifecycle-continuation.schema.json +0 -15
  1441. package/providers/context/schemas/indexer-post-author-fragment-request.schema.json +0 -26
@@ -1,6 +1,6 @@
1
1
  schema: agent-graph.provider.v1
2
2
  id: c4a/context
3
- version: 0.7.4
3
+ version: 0.7.8
4
4
  name: Context workflow
5
5
  description: Internal work contract for Context knowledge workspaces.
6
6
  graphs:
@@ -0,0 +1,6 @@
1
+ schema: agent-graph.resource.file.v1
2
+ id: context.indexer.provider-guide
3
+ kind: procedure
4
+ mediaType: text/markdown
5
+ path: skills/configure-indexer-providers/references/guides/indexer-provider-and-customization.md
6
+ description: Current registry examples, Provider selection and customization instructions with bundled linked manuals.
@@ -0,0 +1,6 @@
1
+ schema: agent-graph.resource.file.v1
2
+ id: context.indexer.registry-bootstrap
3
+ kind: schema
4
+ mediaType: application/schema+json
5
+ path: schemas/indexer-registry-bootstrap.schema.json
6
+ description: Initial src/indexers.yaml requirements before Provider selection; not an Action Result.
@@ -10,10 +10,12 @@ Context reports one root diagnostic with counts and keeps derived findings in a
10
10
  separate detail view. Codes are stable machine identifiers; this document gives
11
11
  the shared recovery boundary.
12
12
 
13
- Content or provenance failures require a new source-bound candidate or an
14
- explicit evidence-maintenance decision. Projection-only failures can be
15
- repaired by deterministic close. A warning does not become success by being
16
- omitted from output.
13
+ Broken source references or invalid stored structure require a corrected
14
+ candidate or an explicit evidence-maintenance decision. Projection-only
15
+ failures can be repaired by deterministic close. Content-quality suggestions,
16
+ including suspected unfilled placeholders, are advisory: they do not change a
17
+ successful CLI outcome or add a gate. The existing Agent or user Review decides
18
+ whether the content needs revision.
17
19
 
18
20
  `approved-source-orphaned` is a persistent warning produced only after an
19
21
  explicit `keep-orphaned` decision. It records that the page remains usable by
@@ -11,11 +11,17 @@ Markdown. In ordinary mode:
11
11
 
12
12
  1. open the complete current Review report;
13
13
  2. let the user approve or reject candidates;
14
- 3. ask them to copy the decision Payload back into the conversation; and
15
- 4. apply only that exact Payload through the returned command.
14
+ 3. ask them to copy the review code back into the conversation; and
15
+ 4. apply only that exact review code through the returned command.
16
16
 
17
17
  The user does not need to create a payload file; the Agent may write the pasted
18
- payload to ignored scratch storage for the CLI command. Never derive a payload
18
+ review code to ignored scratch storage for the CLI command. Preserve it exactly;
19
+ do not decode, regenerate, summarize, or edit it. Each segment is at most 980
20
+ characters. If there are multiple segments, collect all of them and write one
21
+ segment per line in the same input file before applying once. Never apply a
22
+ partial set. If CLI reports missing, mixed, damaged, or stale segments, follow
23
+ its diagnostic; ask for missing segments or a fresh review code as appropriate.
24
+ Never derive a payload
19
25
  from HTML, candidate ids, snapshots, or a default decision.
20
26
 
21
27
  When the user completes a decision from the report, retain the exact report URL
@@ -25,8 +31,8 @@ report as user-reviewed when it was inaccessible, fully managed, or bypassed by
25
31
  force approval.
26
32
 
27
33
  Do not mention force approval when first presenting Review. If the user replies
28
- without a Payload that they approve or want to continue, explain that the
29
- report Payload remains the normal path. Only at that point, when the report is
34
+ without a review code that they approve or want to continue, explain that the
35
+ report review code remains the normal path. Only at that point, when the report is
30
36
  unavailable to them, tell them they may explicitly reply with the exact phrase
31
37
  `强制批准` to approve the complete current scope without per-candidate choices.
32
38
  Execute the Route's `after-human-confirmation` force-approval command only after
@@ -37,6 +43,10 @@ Do not open Review for one page or module while another confirmed item in the
37
43
  same round is still being generated. If a repeat codeindex run has no delta,
38
44
  state that existing approvals were preserved and no Review gate remains.
39
45
 
40
- When the user explicitly requested fully managed operation, use only the
41
- revision-bound atomic approve command returned by the managed route. Do not
42
- synthesize per-candidate approval calls.
46
+ When the user explicitly requested fully managed operation, materialize the
47
+ required `context.review-current` Markdown Resource once, read its index and
48
+ the pages being decided, then use the revision-bound atomic apply command with
49
+ the index's current scope template. Approve only pages actually reviewed; leave
50
+ undecided and repair pages pending. Do not open HTML or persist a parallel review
51
+ ledger. A partial review code in ordinary mode likewise leaves pending pages
52
+ unchanged; all segments of that code are still required.
@@ -10,8 +10,12 @@ Explain output shapes before SDK factory names. Offer:
10
10
 
11
11
  - an Agent knowledge-base package with `AGENTS.md`, a knowledge-query Skill,
12
12
  approved OKF roots, and adaptive indexes;
13
- - one LLM text bundle for model context or RAG import; or
14
- - no package yet, leaving approved Markdown in `knowledge/`.
13
+ - one LLM text bundle for model context or RAG import.
14
+
15
+ The user may postpone packaging and keep the approved Markdown in `knowledge/`.
16
+ Pause at this choice and resume when an output is selected; postponing is not a
17
+ package declaration or a completed delivery. Do not write a `none` factory or
18
+ claim that `packages: []` records a finished output choice.
15
19
 
16
20
  For the Agent knowledge-base package, show a compact tree and explain that
17
21
  small directory contents are linked from the parent index while a directory
@@ -11,7 +11,7 @@ code, distinguish a whole repository/subspace from one concrete package or
11
11
  subdirectory. For documents, distinguish one file, a local document directory,
12
12
  a documentation site, and a remote document.
13
13
 
14
- Explain the observable impact:
14
+ For repo/file/lark registration, explain the observable impact:
15
15
 
16
16
  - the date is one capture batch;
17
17
  - every confirmed source is a module inside that batch;
@@ -0,0 +1,330 @@
1
+ ---
2
+ id: context.sdk.knowledge-updates
3
+ kind: procedure
4
+ mediaType: text/markdown
5
+ ---
6
+
7
+ # Update existing knowledge
8
+
9
+ Use the same Context conversation and the current workspace. Identify whether
10
+ this is a continuation, an adjustment to the current task, a correction to one
11
+ page, or an independent task. An old Route does not incorporate a new request.
12
+ For explicit workspace preparation, Git commit or historical restoration, use
13
+ [prepare](workspace-prepare.md), [commit](workspace-commit.md) or
14
+ [restore](workspace-restore.md); these Agent-led operations do not automatically
15
+ start production. Otherwise, do not start an independent task while another remains: explain what is saved
16
+ and unfinished, and obtain the user's choice to finish or roll back the current
17
+ work. Do not delete runtime files to simulate rollback.
18
+
19
+ For an unambiguous page correction, use `context revise "<path or title>"
20
+ --instruction "<correction>" --format json`. Context supplies the existing text
21
+ and continues through Review and delivery. Expression-only changes need no
22
+ source capture or Parser. Preserve prior confirmed contributions; distinguish
23
+ actual behavior, a confirmed decision, and a proposal that is not implemented.
24
+
25
+ ## Edit one section or review part of a batch
26
+
27
+ For a reading-directory-only change, use the existing `context task adjust
28
+ --input <file|-> --format json` action with `reading_structure`. Supply its
29
+ current `expected_revision`, explicit `upsert` entries and `remove` keys. Each
30
+ entry retains its stable key, parent, title and order; optional targets use
31
+ article identity and section key. The current structure preview supplies those
32
+ identities. Use `expected_revision: null` only when no reading structure exists.
33
+ After adjustment, follow status to rebuild affected packages. This changes the
34
+ reading organization without capturing sources or rewriting approved prose.
35
+ Do not directly edit generated package navigation or use titles as identities.
36
+
37
+ The current approved-revision Route accepts either full `markdown` or explicit
38
+ `sections` edits. Use an existing `writing_context.current_sections` ID and an
39
+ ordered `content` list of `{ "markdown": "new text" }` and/or
40
+ `{ "program": "exact current program token" }`. Unchanged sections and the
41
+ selected section's source references remain intact. Use full Markdown when
42
+ changing structure, adding a page or when a section has no unambiguous ID.
43
+
44
+ For an optional check, append `--preview` to the current `action complete-current`
45
+ command with the same revision and input file. It validates and returns the
46
+ assembled page and previous text without accepting the edit. Submit the same
47
+ input without that flag to continue. A preview is not approval and does not make
48
+ a stale revision valid.
49
+
50
+ Review can approve checked pages while leaving repair pages pending. The HTML
51
+ review code includes pending positions; managed Review provides the same current
52
+ scope as a JSON template. Send decisions only for pages actually reviewed. Omit
53
+ means a durable exclusion, not repair. Partial approval alone does not build.
54
+
55
+ When the user requests an earlier delivery, use the Route's `context run
56
+ --deliver` request. Independently approved pages can pass close/build while
57
+ pending candidates remain for Review or repair. Links to pending or missing
58
+ pages keep their necessary scope together. Source processing baselines advance
59
+ only after the entire update finishes. Failed builds retain the selected delivery
60
+ and pending work; repair the cause and follow the current Route.
61
+
62
+ ## Acquire the selected change once
63
+
64
+ Use the host's existing Git, code-hosting or document tools and their installed
65
+ guidance. Context does not poll a platform, discover remote changes, or infer
66
+ that a merge request is merged. Reading an already selected source does not
67
+ require a new permission question when access was already authorized. Do not
68
+ change the user's checkout or fetch another repository without that scope.
69
+
70
+ For a branch or MR/PR, establish the repository, intended target branch, merge
71
+ state and actual fixed target commit. An unmerged proposal is not the current
72
+ mainline. A merge, squash or rebase can produce different commit identities;
73
+ use the target branch's actual result, not the feature branch SHA. Include
74
+ other intervening changes between the last processed version and the selected
75
+ target when they affect the registered modules. Reverts are real changes.
76
+
77
+ Use already available local Git objects to compare the selected module trees
78
+ and necessary diffs. A new repository commit with unchanged module trees can
79
+ be a no-knowledge-change conclusion. That conclusion must also account for any
80
+ new note or development context. If a baseline is unavailable after force push,
81
+ a shallow checkout or history cleanup, state that a complete old diff is
82
+ unavailable; compare current material with approved knowledge in the confirmed
83
+ scope. Do not claim no change because a Git command failed. A repeated MR may
84
+ still bring new relevant context; it does not justify moving the code baseline
85
+ backwards or summarizing unrelated commits as part of that MR.
86
+
87
+ For documents, a revision shortcut is valid only if the host actually exposes a
88
+ reliable version for the selected document and its needed images/attachments.
89
+ Otherwise read that selected document and resources. Keep the returned bytes
90
+ for the existing capture/import action; do not fetch them again as verification.
91
+ An unchanged body does not prove images are unchanged. Distinguish lack of
92
+ permission, deleted content, and moved content; a read failure is not permission
93
+ to retire a knowledge page. CLI status describes local acquisition only.
94
+
95
+ After the current source configuration and material identify the chosen fixed
96
+ versions, submit the update with `context update --input <file|-> --format json`.
97
+ Write ordinary YAML or JSON with the host's editor, without a generated wrapper
98
+ program. Input files belong under this workspace's `.tmp/`.
99
+
100
+ ```yaml
101
+ scopes:
102
+ - requirement_ref: reader-guide
103
+ source_ref: repo:20260901/library
104
+ changes: The selected change adds one public option; inspect its explanation and examples.
105
+ ```
106
+
107
+ `requirement_ref` is the existing requirement id. Omit `module_refs` for a whole
108
+ confirmed source scope. `processed_version` may be supplied to bind the exact
109
+ acquired commit or document content digest; otherwise Context captures it from
110
+ the existing local material. A supplied version must match that material.
111
+ Follow the returned Route. The candidate list is a conservative source match,
112
+ not a list of pages that must change. Read the actual change and current pages,
113
+ also checking additions that have no old page reference. The scope is complete
114
+ only after every required change is reviewed, closed and built, or after an
115
+ explicit conclusion that it needs no knowledge changes.
116
+
117
+ Before importing a `note`, read [note source preparation](note.md).
118
+ Before importing `sessions`, read [development summary preparation](sessions.md).
119
+ Choose the reference for the actual input; do not read both by default.
120
+
121
+ ## Save text without an external file
122
+
123
+ Use `context source import --input <file|-> --format json`:
124
+
125
+ ```yaml
126
+ type: note
127
+ name: 20260907/decision-context.md
128
+ markdown: |
129
+ # Decision context
130
+
131
+ The selected discussion confirmed this exception for the stated situation.
132
+ The implementation has not yet changed. Source: the discussion supplied here.
133
+ ```
134
+
135
+ The body is saved directly under `sources/note/` or `sources/sessions/`; no
136
+ external `local`, capture, registry or second copy is required. Use a readable
137
+ semantic filename under an eight-digit date directory. Do not put a date, hash
138
+ or session id into the filename again. Keep the path for retries and later
139
+ edits. To revise an existing source, read it and pass its current `base_digest`
140
+ with the replacement Markdown. Distinct same-day material needs a distinct
141
+ semantic name, never a silent overwrite. `source list`, `source get` and
142
+ `source inspect` expose the actual source paths. Removal uses the existing
143
+ preview and exact plan digest, and refuses still-referenced text.
144
+
145
+ Saving alone does not start indexing. If the user only wants the source saved,
146
+ report its path and stop. For production, reuse the existing requirement:
147
+ put independent content in `target_scope`; put supporting material in
148
+ `evidence_source_scope` and ensure the selected Indexer's existing `read_scope`
149
+ covers it. Do not create a separate Markdown production target for a supporting
150
+ explanation of a code page. In the source-update decision, include its exact
151
+ `supporting_sources` on the affected page. Include that source's scope in this
152
+ update so completion can distinguish code from newly processed context.
153
+
154
+ ## Development context accompanying a commit
155
+
156
+ Use `trace-session` only as this conditional source-preparation step. If the MR,
157
+ code and existing design already explain the relevant information, cite them.
158
+ Write a `sessions` source only when real, explicitly available development
159
+ context contains useful decisions, reasons or limits missing from those sources.
160
+ Do not fabricate discussion from a diff, search host session storage, ask for
161
+ nonessential history, or create an empty/skip report. This is only the code-related subcase. An authorized conversation summary
162
+ without an MR or commit is also `sessions`; see the sessions source guide.
163
+ Optional `changes` belongs in the source frontmatter, not knowledge headers.
164
+
165
+ Use the available merge date, or commit date for a pure commit, for the initial
166
+ directory; if unavailable or saving an unmerged discussion explicitly, use the
167
+ current collection date and explain the context. Do not query a platform just
168
+ for this date. Keep the path when later adding a reference or retrying another
169
+ day. One coherent change can share one summary; separate unrelated changes.
170
+
171
+ The shortest useful body is the real repository/MR/commit reference plus one
172
+ paragraph explaining what the code does not tell a later reader. Describe only
173
+ the actually associated commit subset. Omit a full change recap, transcript,
174
+ test log, session id and formal approval claim. Write confirmed decisions as
175
+ such, alternatives as alternatives, and unresolved proposals as unresolved.
176
+ Do not claim execution or tests that were not observed. The writing aid below
177
+ is optional; no section is mandatory:
178
+
179
+ ```markdown
180
+ # <Change topic>
181
+
182
+ <Reference the actual repository and MR or concrete commits already available.>
183
+
184
+ <Explain the useful decision, reason or constraint absent from the code/design.
185
+ State its applicability and distinguish implemented behavior from a proposal.>
186
+ ```
187
+
188
+ Late context can update a page even when the code version is already processed.
189
+ Reuse that fixed code version and current approved prose; do not restart Parser
190
+ merely because a summary arrived. Import once, then include the necessary
191
+ context with the same knowledge update. Saved context survives a failed build;
192
+ saving it does not mean its knowledge impact has been delivered.
193
+
194
+ ## Optional correction of an upstream document
195
+
196
+ Local knowledge approval and fully managed execution do not authorize a remote
197
+ write. First determine whether the knowledge misunderstood correct source text,
198
+ a confirmed decision has not reached the source, or the conclusion is still
199
+ uncertain. The first needs only a local correction; the second can use a note
200
+ locally while an upstream change is considered; uncertainty is not a fact.
201
+
202
+ Present the exact document, affected passage, proposed before/after text, reason
203
+ and affected knowledge. Reuse existing authorization for that concrete edit;
204
+ otherwise ask for it. Before writing, read the affected passage again using the
205
+ host document tool. Adapt only within the authorized scope if another person
206
+ has edited it; ask again only when the requested change materially differs.
207
+
208
+ Execute with the host tool and read back the result. If the write result is
209
+ uncertain, read back before retrying an insertion. Only the actual returned
210
+ source text and resources may refresh its snapshot. Feed them into the same
211
+ local capture/update route; a note or proposed patch is not a remote snapshot.
212
+ If the remote edit succeeded but local build failed, resume local delivery;
213
+ do not repeat the remote edit. Explain remote and local outcomes separately.
214
+ Do not automatically delete an absorbed note, post comments, notify groups or
215
+ change permissions. Permission failure can leave a concrete suggestion for
216
+ the user without blocking an independently supported local correction.
217
+
218
+ ## Import a document response already read by the host
219
+
220
+ For a registered Lark source, retain the actual full JSON response from
221
+ `lark-cli docs +fetch` and each returned continuation page. Do not reconstruct a
222
+ response from a summary. Use the same source import command:
223
+
224
+ ```yaml
225
+ type: lark
226
+ name: 20260907/guide
227
+ access_identity: user
228
+ response_files: [.tmp/guide-response.json]
229
+ media_files:
230
+ actual-image-token: .tmp/downloaded-image.png
231
+ ```
232
+
233
+ Only include real media tokens and downloaded files. Context runs the ordinary
234
+ capture normalization and resource checks on these bytes. It does not fetch the
235
+ provided document again; missing required resources follow existing capture
236
+ handling. Partial outline/section fragments cannot replace a full snapshot.
237
+ Use the identity that actually produced the response, not a credential fallback
238
+ chosen to bypass permissions. Subsequent local updates use the captured version
239
+ and the same Review/build route.
240
+
241
+ ## Adjust or roll back current work
242
+
243
+ For an explicit same-task change to native Indexer source inputs, use
244
+ `context task adjust --input <file|-> --format json` with `scopes` containing the
245
+ selected `source_ref` and optional `module_refs`, plus an `instruction` explaining
246
+ the adjustment. It invalidates those old worksets and retains independent work.
247
+ Import the fixed replacement material before following the refreshed Route.
248
+ Do not execute the old batch payload. A local page correction still uses
249
+ `revise`; it is not a reason to invalidate an entire source.
250
+
251
+ For an independent task, complete the old Route unless the user chooses a
252
+ concrete rollback. Without an identifiable baseline or attribution of changes,
253
+ ask about that gap or offer completion; never guess original bytes. Prepare
254
+ `context task rollback --input <file|-> --format json` using:
255
+
256
+ ```yaml
257
+ summary: Restore the selected page and discard unfinished follow-up drafts; keep other work.
258
+ discard_unfinished: true
259
+ files:
260
+ - path: knowledge/guides/selected-page.md
261
+ base_digest: sha256:<current-file-digest>
262
+ content: |
263
+ <exact recoverable original Markdown, not a newly generated replacement>
264
+ ```
265
+
266
+ `files` contains only the explicitly selected reversions. `content: null` removes
267
+ an explicitly selected file that this task added; `base_digest: null` is for
268
+ restoring an absent file. Include changed sources/configuration/processed scopes
269
+ when they belong to the rollback. Leave unrelated and pre-existing edits alone.
270
+ An empty list only discards unfinished work and must not be described as undoing
271
+ already delivered pages. The preview shows actual before/after contents and
272
+ draft loss. Once the user approves that exact scope, run the preview's apply
273
+ command with its plan digest. Then follow the rollback Route through close,
274
+ build and cleanup. A failed build retries delivery, not the already-applied
275
+ reversions. Begin the independent task only after cleanup succeeds.
276
+
277
+ A managed source can be explicitly renamed with `context source rename
278
+ "<note:... or sessions:...>" --name "YYYYMMDD/new-name.md" --format json` after
279
+ its active work is finished. Review the file/reference changes, then apply the
280
+ returned digest-bound command. Existing references move with it; the original
281
+ body is not copied into another source type. Follow status to refresh affected
282
+ knowledge structure and packages.
283
+
284
+ To move an approved page, use `context revise "<old path>" --move-to "<new path>"
285
+ --instruction "<requested move and content changes>" --format json`. The new
286
+ path stays in the same collection. The revision retains the page identity,
287
+ rebases outgoing links and updates incoming Markdown links at approval. A new
288
+ subject name alone only needs a title/content revision; do not create duplicate
289
+ pages. Retirement is a content decision: explain the inapplicable material and
290
+ supported replacement before changing its page and referring navigation.
291
+
292
+ ### Adjust inputs while a local update is unfinished
293
+
294
+ `context task adjust --input <file> --format json` also applies to an active
295
+ approved-page revision or source-update queue. Keep `scopes` and `instruction`
296
+ explicit. First call without `refresh`; it authorizes replacing only those
297
+ inputs and blocks page completion while acquisition is pending. Import the
298
+ selected new material, then repeat with `refresh: true` to bind the actual local
299
+ versions and obtain the new Route. Do not submit the old revision. Current
300
+ prose and queued pages remain; an affected draft returns to writing/review.
301
+ An unrelated queued page does not revoke an unchanged current page's review.
302
+ If a page has already been applied, finish its close/build before changing its
303
+ inputs. Only the final completed scope advances its processed baseline.
304
+
305
+ For several documents, `source import` also accepts a JSON/YAML array of the same
306
+ single-document inputs. Its receipt reports each zero-based input index and
307
+ success or error separately; a partial batch returns a nonzero exit code.
308
+ Keep successful sources and retry only failed entries. It does not fetch a
309
+ successful prefetched document again or roll back an unrelated saved note.
310
+
311
+ To add a new supporting source to an unfinished local revision, first save it
312
+ and include it in the current requirement's evidence scope and the selected
313
+ Indexer's read scope. Its `task adjust` scope also supplies the explicit
314
+ `requirement_ref`. This extends the current page's available sources and keeps
315
+ queued pages; it does not silently start another task or another Indexer.
316
+
317
+ ### Replacing supporting article identities
318
+
319
+ When an upstream article is split, merged or removed, start `context revise` for
320
+ its consumer and use `context task adjust --input - --format json` with
321
+ `instruction` and `knowledge_dependencies: { dependencies }`. Each dependency
322
+ uses an approved `artifact_ref`, optional `section_refs`, and `required` flag.
323
+ The current Author input returns authorized replacement facts and their evidence.
324
+ Repeat the adjustment with `knowledge_dependencies.sections`, selecting each
325
+ retained `section_key` and its full `fact_refs` and `evidence_refs` support. Then
326
+ revise the explanation and complete normal Review, close and build. An explicit
327
+ empty dependency list removes the relationship only when remaining sections have
328
+ valid direct support. Missing dependencies, changed approvals and invalid source
329
+ references cannot silently become current evidence. Writing quality remains an
330
+ Agent/Review decision; no chapter-count or wording gate is introduced.
@@ -8,7 +8,11 @@ mediaType: text/markdown
8
8
 
9
9
  Lark documents can contain evidence that is not present in the readable text
10
10
  body. Context handles these resources mechanically during `captureLark`; the
11
- Agent does not download, summarize, or reconstruct them itself.
11
+ Agent does not reconstruct resource bytes or substitute a summary for them.
12
+ When the host already fetched the document, `context source import` accepts the
13
+ actual full response files and downloaded media for the same normalization and
14
+ resource checks; it does not fetch that supplied body again. See
15
+ [importing an existing response](knowledge-updates.md#import-a-document-response-already-read-by-the-host).
12
16
 
13
17
  ## Resource policy
14
18
 
@@ -0,0 +1,43 @@
1
+ ---
2
+ id: context.sdk.note
3
+ kind: procedure
4
+ mediaType: text/markdown
5
+ ---
6
+
7
+ # Prepare a note source
8
+
9
+ Read this before importing or correcting a note. The CLI saves supplied Markdown;
10
+ source preparation happens before knowledge production.
11
+
12
+ A note may contain supplied original text, selected verbatim excerpts, a summary,
13
+ or a useful combination. Do not require raw text plus a summary for every note.
14
+ If both exist, distinguish them with readable headings or prose. Preserve short
15
+ original text when useful; do not duplicate it just to fill a form. Label an
16
+ external or Agent summary as a summary, never an original transcript.
17
+
18
+ For long inputs, retain relevant excerpts or summarize within the agreed purpose.
19
+ Keep qualifications, exceptions, disagreement and unresolved questions that affect
20
+ the conclusion. State the available origin and selected scope, including material
21
+ omissions when consequential. Quote only actual verbatim input. Do not invent
22
+ links, speakers, dates or confirmation. A link does not mean its target was read;
23
+ ask about essential missing context rather than fetching everything for a label.
24
+
25
+ Save the body under sources/note/YYYYMMDD/topic.md with the existing import action.
26
+ No extra raw/summary fields, sidecar, duplicate file or mandatory section template
27
+ is needed. Saving alone does not start indexing. Independent reader topics can
28
+ use the selected Note Provider (default or business replacement); supporting
29
+ explanations use the current page's evidence/read scope, retaining its primary.
30
+ When specialized interpretation is needed, explicitly select a compatible
31
+ extension layer. Do not enable another skill merely because a note exists.
32
+
33
+ Knowledge integrates the useful information into explanations, rules or steps
34
+ for the reader. Do not copy the note wholesale or turn proposals into facts.
35
+ An exact short passage is appropriate when its wording matters. Cite the stored
36
+ material actually read, without claiming access to an unavailable original.
37
+
38
+ If the note misrepresents the supplied material, explicitly correct the source
39
+ with its current base_digest, following task adjust first for pinned inputs.
40
+ Do not overwrite original text merely to fit new prose. If the source is correct
41
+ but the knowledge is misleading, revise only that page through Author/Review.
42
+ A confirmed future decision may differ from current implementation; make the
43
+ boundary clear. Knowledge approval does not change or remove the note.
@@ -10,8 +10,10 @@ Package outputs are generated folders under `dist/`. They turn approved
10
10
  knowledge from `knowledge/` into a shape that another consumer can install,
11
11
  read, or import.
12
12
 
13
- Package output is a human decision gate. Do not add package declarations until
14
- the user chooses the intended consumer and output shape.
13
+ Package output is a semantic decision: establish the intended consumer and output
14
+ shape before declaring it. Reuse the user's existing choice. A current managed
15
+ Route may delegate this decision to the Agent; it does not require a repeated
16
+ permission question.
15
17
 
16
18
  Package build consumes approved and closed knowledge. If status reports that
17
19
  close is required, run deterministic close before build. Current close derives
@@ -74,26 +76,29 @@ Do not ask for another distribution namespace. Older workspaces may still
74
76
  contain `distribution.knowledgeNamespace`; Context accepts that legacy input
75
77
  without using it to shape the package.
76
78
 
77
- Skill names are separate. Ask whether the author wants a short optional Skill
78
- prefix, then maintain the complete final template directory name directly—for
79
+ Skill names are separate. If a short prefix is useful, maintain the complete
80
+ final template directory name directly—for
79
81
  example `skills/android-query/SKILL.md`. Package-root layout never renames a
80
82
  Skill.
81
83
 
82
84
  The default `knowledge-query` Skill is a complete generic query entry. It
83
85
  carries the structure-first query discipline: start from OKF directory indexes, use
84
86
  `context-build-inventory.json` edge records for package-visible relationships,
85
- inspect page `sources` / `context:section` source_ref metadata, cite
86
- page/section evidence, and report explicit gaps when the package does not cover
87
- a requested fact. It does not treat direct grep over bundled OKF root
87
+ read candidate pages, cite their visible headings and relevant passages, and
88
+ report gaps when the package does not cover a requested fact. Consumer pages
89
+ omit `sources` and `context:section` metadata. For exact upstream attribution,
90
+ a maintainer needs the original workspace page mapped by the inventory; a
91
+ package-only reader must not claim to have read that source. It does not treat direct grep over bundled OKF root
88
92
  directories as the primary discovery path. When indexes do not narrow the
89
93
  scope, or a candidate page is too large to read directly, its bundled
90
94
  `scripts/search.mjs` provides deterministic BM25 ranking over mechanically
91
95
  bounded Markdown chunks. Search results are leads; page bodies and typed edge
92
- records remain the evidence. Its final template-author section
93
- requires package authors to replace or edit the generic routing when the
94
- package needs project-specific terminology, entry points, known limits, or
95
- task workflows. Authors may explicitly accept the generic default when it is
96
- intentionally sufficient.
96
+ records establish what the package actually says. Package authors edit the source
97
+ template when project-specific terminology, entry points or task workflows are
98
+ needed. Authoring instructions should be template comments or separate guidance,
99
+ not a final section addressed to authors in the delivered query Skill. The
100
+ current template-review Route can accept an intentionally sufficient generic
101
+ default under its applicable authority.
97
102
 
98
103
  When approved pages reference materialized resources, Context keeps their
99
104
  production copies in content-addressed `knowledge/assets/` paths and bundles
@@ -168,7 +173,7 @@ It links directly to pages in small child directories and to a child
168
173
  The default threshold is 50 selected knowledge pages. Use Handlebars variables such as
169
174
  `knowledgeGroups`, `knowledgeItems`, and `knowledgeTree` when a project needs
170
175
  custom navigation. Before customizing it, read
171
- `node_modules/@c4a/context/docs/reference/template-variables.md`.
176
+ [Template Variables](../reference/template-variables.md).
172
177
 
173
178
  Newly initialized generic templates must be replaced, edited, or explicitly
174
179
  accepted before the first build. `context status` exposes that choice as a
@@ -265,11 +270,11 @@ Which one should I declare first?
265
270
 
266
271
  If the user chooses the Agent knowledge-base package, explain that its OKF
267
272
  roots are flat within `dist/<package-name>/`; do not ask for a second namespace.
268
- Ask whether its Skills need a short prefix. The author maintains final Skill
269
- names independently from package paths.
273
+ If its Skills need a short prefix, the author maintains those final names
274
+ independently from package paths; this is not a mandatory question.
270
275
 
271
- Do not offer `both` as a shortcut. If the user wants multiple outputs, add one
272
- package first, verify the shape, then add another package after confirmation.
276
+ If the user requests multiple outputs, declare and verify each requested package.
277
+ There is no additional confirmation just because two outputs were already chosen.
273
278
  The default adaptive index policy avoids one-page directory indexes. Configure
274
279
  `kbPackage().navigation` when a package needs a different inline-entry
275
280
  threshold or a fully expanded index at every directory.
@@ -0,0 +1,56 @@
1
+ ---
2
+ id: context.sdk.sessions
3
+ kind: procedure
4
+ mediaType: text/markdown
5
+ ---
6
+
7
+ # Prepare a conversation-summary source
8
+
9
+ Use sessions for a bounded summary formed from an authorized conversation:
10
+ requirements, design, troubleshooting, operational or general knowledge.
11
+ Code association is optional. An Agent or external supplier prepares the summary
12
+ before import. Do not scan host history, ingest the full transcript, invent a
13
+ conversation from a diff, or move an unrelated conversation into note merely
14
+ because it lacks a commit.
15
+
16
+ Keep the problem, confirmed decisions, useful reasons, constraints and open
17
+ questions. Remove repetitive turns, tool logs and abandoned attempts unless they
18
+ explain a current limit. Preserve whether each statement was proposed, agreed,
19
+ implemented or verified. If only a supplied summary is available, say so; do not
20
+ claim to have read the original. Do not make up speakers, dates or approval.
21
+ A session with no reusable information can remain outside the workspace.
22
+
23
+ Save through `context source import --input <file> --format json`, using
24
+ `type: sessions`, `name: YYYYMMDD/topic.md` and the prepared `markdown` string.
25
+ Choose the actual conversation date, or collection date if unknown, and retain
26
+ the same path for corrections. The summary needs no mandatory body headings.
27
+
28
+ Optional `changes` associates one or several code changes. Each row accepts
29
+ `commit` (full 40/64 hexadecimal Git SHA), `mr` (HTTP(S) MR/PR URL), and optional
30
+ `repository`. At least commit or mr is needed per row; omit the entire field
31
+ for unrelated sessions. Use actual known identifiers, never fabricated hashes.
32
+ A reference does not prove merge, deployment, tests or authorize fetching code.
33
+ The CLI stores this field in the source's YAML frontmatter, discovers it from
34
+ that same file, and does not introduce a sidecar or separate registry.
35
+
36
+ For example, an import may have `changes: [{mr: "https://git.example.org/team/project/merge_requests/42"}]`.
37
+ This is an illustrative URL, not a lookup target. The same payload without
38
+ changes imports an independent requirements discussion normally. Use the current
39
+ base_digest to change text or associations; explicit `changes: []` clears the
40
+ associations. Omission leaves the source's inline changes intact. When replacing
41
+ only the summary body, preserve existing associations unless explicitly removed.
42
+ Do not duplicate commit/MR fields into knowledge frontmatter.
43
+
44
+ Saving alone does not start indexing. Select a compatible Sessions Provider for
45
+ an independent reader topic, or keep an existing page's Code/Markdown primary
46
+ and include the summary in its authorized evidence/read scope. If specialized
47
+ interpretation is needed, explicitly select an extension from the Sessions or
48
+ business Provider. Knowledge turns useful conclusions into answers, explanations
49
+ and procedures, not a meeting recap. Existing structure.yaml source references
50
+ connect each relevant page/section to the saved summary and its optional changes.
51
+
52
+ Correct a faulty summary through source import with current base_digest and task
53
+ adjustment for pinned inputs. If the summary is accurate but the page is wrong,
54
+ revise the approved page. A new topic goes through structure review then normal
55
+ Author/Review. Neither knowledge approval nor source storage approves an upstream
56
+ change. A failed update retains source and approved knowledge for recovery.