@c4a/context-cli 0.7.5 → 0.7.9

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 (702) hide show
  1. package/README.md +63 -2
  2. package/README.zh-CN.md +16 -0
  3. package/cli.js +132471 -111134
  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 +184 -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/articles/c01.md +49 -0
  34. package/indexers/bundles/context-code-indexer/templates/articles/c02.md +36 -0
  35. package/indexers/bundles/context-code-indexer/templates/articles/c03.md +28 -0
  36. package/indexers/bundles/context-code-indexer/templates/articles/c04.md +29 -0
  37. package/indexers/bundles/context-code-indexer/templates/articles/c05.md +30 -0
  38. package/indexers/bundles/context-code-indexer/templates/articles/c07.md +51 -0
  39. package/indexers/bundles/context-code-indexer/templates/articles/d01.md +31 -0
  40. package/indexers/bundles/context-code-indexer/templates/articles/d02.md +32 -0
  41. package/indexers/bundles/context-code-indexer/templates/articles/d03.md +32 -0
  42. package/indexers/bundles/context-code-indexer/templates/articles/d04.md +38 -0
  43. package/indexers/bundles/context-code-indexer/templates/articles/f01.md +50 -0
  44. package/indexers/bundles/context-code-indexer/templates/articles/f02.md +33 -0
  45. package/indexers/bundles/context-code-indexer/templates/articles/f03.md +38 -0
  46. package/indexers/bundles/context-code-indexer/templates/articles/f04.md +32 -0
  47. package/indexers/bundles/context-code-indexer/templates/articles/f05.md +32 -0
  48. package/indexers/bundles/context-code-indexer/templates/articles/f06.md +32 -0
  49. package/indexers/bundles/context-code-indexer/templates/articles/f07.md +31 -0
  50. package/indexers/bundles/context-code-indexer/templates/articles/f08.md +36 -0
  51. package/indexers/bundles/context-code-indexer/templates/articles/f09.md +32 -0
  52. package/indexers/bundles/context-code-indexer/templates/articles/f10.md +32 -0
  53. package/indexers/bundles/context-code-indexer/templates/articles/f11.md +39 -0
  54. package/indexers/bundles/context-code-indexer/templates/articles/f12.md +59 -0
  55. package/indexers/bundles/context-code-indexer/templates/articles/l01.md +38 -0
  56. package/indexers/bundles/context-code-indexer/templates/articles/l02.md +103 -0
  57. package/indexers/bundles/context-code-indexer/templates/articles/l03.md +92 -0
  58. package/indexers/bundles/context-code-indexer/templates/articles/l04.md +30 -0
  59. package/indexers/bundles/context-code-indexer/templates/articles/l05.md +50 -0
  60. package/indexers/bundles/context-code-indexer/templates/articles/q03.md +29 -0
  61. package/indexers/bundles/context-code-indexer/templates/articles/q05.md +29 -0
  62. package/indexers/bundles/context-code-indexer/templates/articles/q06.md +29 -0
  63. package/indexers/bundles/context-code-indexer/templates/articles/s01.md +31 -0
  64. package/indexers/bundles/context-code-indexer/templates/articles/s02.md +30 -0
  65. package/indexers/bundles/context-code-indexer/templates/articles/s03.md +34 -0
  66. package/indexers/bundles/context-code-indexer/templates/articles/s04.md +35 -0
  67. package/indexers/bundles/context-code-indexer/templates/articles/s05.md +30 -0
  68. package/indexers/bundles/context-code-indexer/templates/articles/s06.md +30 -0
  69. package/indexers/bundles/context-code-indexer/templates/articles/s07.md +33 -0
  70. package/indexers/bundles/context-code-indexer/templates/background-runtime-maintenance-guide.md +81 -0
  71. package/indexers/bundles/context-code-indexer/templates/background-runtime-task-runtime-guide.md +81 -0
  72. package/indexers/bundles/context-code-indexer/templates/cli-tool-maintenance-guide.md +81 -0
  73. package/indexers/bundles/context-code-indexer/templates/cli-tool-public-api-reference.md +81 -0
  74. package/indexers/bundles/context-code-indexer/templates/cli-tool-usage-guide.md +81 -0
  75. package/indexers/bundles/context-code-indexer/templates/component-library-maintenance-guide.md +81 -0
  76. package/indexers/bundles/context-code-indexer/templates/component-library-public-api-reference.md +81 -0
  77. package/indexers/bundles/context-code-indexer/templates/component-library-usage-guide.md +81 -0
  78. package/indexers/bundles/context-code-indexer/templates/component-library.md +40 -3
  79. package/indexers/bundles/context-code-indexer/templates/contract-source-public-api-reference.md +81 -0
  80. package/indexers/bundles/context-code-indexer/templates/contract-source-usage-guide.md +81 -0
  81. package/indexers/bundles/context-code-indexer/templates/contract-source.md +49 -0
  82. package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation-maintenance-guide.md +81 -0
  83. package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation-task-runtime-guide.md +81 -0
  84. package/indexers/bundles/context-code-indexer/templates/derived-generated-source-public-api-reference.md +81 -0
  85. package/indexers/bundles/context-code-indexer/templates/derived-generated-source-usage-guide.md +81 -0
  86. package/indexers/bundles/context-code-indexer/templates/derived-generated-source.md +15 -0
  87. package/indexers/bundles/context-code-indexer/templates/domain-service-maintenance-guide.md +81 -0
  88. package/indexers/bundles/context-code-indexer/templates/domain-service-public-api-reference.md +81 -0
  89. package/indexers/bundles/context-code-indexer/templates/event-consumer-maintenance-guide.md +81 -0
  90. package/indexers/bundles/context-code-indexer/templates/event-consumer-task-runtime-guide.md +81 -0
  91. package/indexers/bundles/context-code-indexer/templates/gateway-facade-maintenance-guide.md +81 -0
  92. package/indexers/bundles/context-code-indexer/templates/gateway-facade-public-api-reference.md +81 -0
  93. package/indexers/bundles/context-code-indexer/templates/gateway-facade-request-adaptation-guide.md +81 -0
  94. package/indexers/bundles/context-code-indexer/templates/monorepo-container-maintenance-guide.md +81 -0
  95. package/indexers/bundles/context-code-indexer/templates/monorepo-container-usage-guide.md +81 -0
  96. package/indexers/bundles/context-code-indexer/templates/monorepo-container.md +9 -0
  97. package/indexers/bundles/context-code-indexer/templates/plugin-extension-maintenance-guide.md +81 -0
  98. package/indexers/bundles/context-code-indexer/templates/plugin-extension-public-api-reference.md +81 -0
  99. package/indexers/bundles/context-code-indexer/templates/plugin-extension-usage-guide.md +81 -0
  100. package/indexers/bundles/context-code-indexer/templates/sdk-library-maintenance-guide.md +81 -0
  101. package/indexers/bundles/context-code-indexer/templates/sdk-library-public-api-reference.md +81 -0
  102. package/indexers/bundles/context-code-indexer/templates/sdk-library-usage-guide.md +81 -0
  103. package/indexers/bundles/context-code-indexer/templates/storage-repository-maintenance-guide.md +81 -0
  104. package/indexers/bundles/context-code-indexer/templates/storage-repository-public-api-reference.md +81 -0
  105. package/indexers/bundles/context-code-indexer/templates/web-application-federation-guide.md +81 -0
  106. package/indexers/bundles/context-code-indexer/templates/web-application-maintenance-guide.md +81 -0
  107. package/indexers/bundles/context-code-indexer/templates/web-application-page-task-guide.md +81 -0
  108. package/indexers/bundles/context-code-indexer/tests/fixtures/composers.json +1 -1
  109. package/indexers/bundles/context-code-indexer/tests/fixtures/scenarios.json +1 -1
  110. package/indexers/bundles/context-markdown-indexer/SKILL.md +7 -1
  111. package/indexers/bundles/context-markdown-indexer/context-indexer.yaml +856 -15
  112. package/indexers/bundles/context-markdown-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
  113. package/indexers/bundles/context-markdown-indexer/references/article-catalog/documentation-site-article-catalog.md +8 -0
  114. package/indexers/bundles/context-markdown-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
  115. package/indexers/bundles/context-markdown-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
  116. package/indexers/bundles/context-markdown-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
  117. package/indexers/bundles/context-markdown-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
  118. package/indexers/bundles/context-markdown-indexer/references/article-catalog/public-api-reference-article-catalog.md +10 -0
  119. package/indexers/bundles/context-markdown-indexer/references/article-catalog/release-migration-guide-article-catalog.md +11 -0
  120. package/indexers/bundles/context-markdown-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
  121. package/indexers/bundles/context-markdown-indexer/references/article-catalog/standard-policy-article-catalog.md +10 -0
  122. package/indexers/bundles/context-markdown-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
  123. package/indexers/bundles/context-markdown-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
  124. package/indexers/bundles/context-markdown-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
  125. package/indexers/bundles/context-markdown-indexer/references/diagrams.md +122 -0
  126. package/indexers/bundles/context-markdown-indexer/references/editorial-policy.md +19 -29
  127. package/indexers/bundles/context-markdown-indexer/references/indexer.md +63 -2
  128. package/indexers/bundles/context-markdown-indexer/references/semantic-planning.md +22 -8
  129. package/indexers/bundles/context-markdown-indexer/references/visual-source-processing.md +42 -0
  130. package/indexers/bundles/context-markdown-indexer/templates/articles/c01.md +37 -0
  131. package/indexers/bundles/context-markdown-indexer/templates/articles/c02.md +34 -0
  132. package/indexers/bundles/context-markdown-indexer/templates/articles/c03.md +26 -0
  133. package/indexers/bundles/context-markdown-indexer/templates/articles/c04.md +27 -0
  134. package/indexers/bundles/context-markdown-indexer/templates/articles/c05.md +28 -0
  135. package/indexers/bundles/context-markdown-indexer/templates/articles/c06.md +28 -0
  136. package/indexers/bundles/context-markdown-indexer/templates/articles/c07.md +27 -0
  137. package/indexers/bundles/context-markdown-indexer/templates/articles/d01.md +29 -0
  138. package/indexers/bundles/context-markdown-indexer/templates/articles/d02.md +30 -0
  139. package/indexers/bundles/context-markdown-indexer/templates/articles/d03.md +30 -0
  140. package/indexers/bundles/context-markdown-indexer/templates/articles/d04.md +44 -0
  141. package/indexers/bundles/context-markdown-indexer/templates/articles/f01.md +30 -0
  142. package/indexers/bundles/context-markdown-indexer/templates/articles/f05.md +30 -0
  143. package/indexers/bundles/context-markdown-indexer/templates/articles/f06.md +30 -0
  144. package/indexers/bundles/context-markdown-indexer/templates/articles/f08.md +34 -0
  145. package/indexers/bundles/context-markdown-indexer/templates/articles/f09.md +30 -0
  146. package/indexers/bundles/context-markdown-indexer/templates/articles/l01.md +35 -0
  147. package/indexers/bundles/context-markdown-indexer/templates/articles/l02.md +101 -0
  148. package/indexers/bundles/context-markdown-indexer/templates/articles/l03.md +90 -0
  149. package/indexers/bundles/context-markdown-indexer/templates/articles/l04.md +28 -0
  150. package/indexers/bundles/context-markdown-indexer/templates/articles/l05.md +48 -0
  151. package/indexers/bundles/context-markdown-indexer/templates/articles/q01.md +32 -0
  152. package/indexers/bundles/context-markdown-indexer/templates/articles/q02.md +33 -0
  153. package/indexers/bundles/context-markdown-indexer/templates/articles/q03.md +27 -0
  154. package/indexers/bundles/context-markdown-indexer/templates/articles/q04.md +32 -0
  155. package/indexers/bundles/context-markdown-indexer/templates/articles/q05.md +27 -0
  156. package/indexers/bundles/context-markdown-indexer/templates/articles/q06.md +27 -0
  157. package/indexers/bundles/context-markdown-indexer/templates/articles/q07.md +32 -0
  158. package/indexers/bundles/context-markdown-indexer/templates/articles/s01.md +29 -0
  159. package/indexers/bundles/context-markdown-indexer/templates/articles/s02.md +27 -0
  160. package/indexers/bundles/context-markdown-indexer/templates/articles/s03.md +31 -0
  161. package/indexers/bundles/context-markdown-indexer/templates/articles/s04.md +33 -0
  162. package/indexers/bundles/context-markdown-indexer/templates/articles/s05.md +28 -0
  163. package/indexers/bundles/context-markdown-indexer/templates/articles/s06.md +28 -0
  164. package/indexers/bundles/context-markdown-indexer/templates/articles/s07.md +31 -0
  165. package/indexers/bundles/context-note-indexer/SKILL.md +16 -0
  166. package/indexers/bundles/context-note-indexer/context-indexer.yaml +1459 -0
  167. package/indexers/bundles/context-note-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
  168. package/indexers/bundles/context-note-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
  169. package/indexers/bundles/context-note-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
  170. package/indexers/bundles/context-note-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
  171. package/indexers/bundles/context-note-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
  172. package/indexers/bundles/context-note-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
  173. package/indexers/bundles/context-note-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
  174. package/indexers/bundles/context-note-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
  175. package/indexers/bundles/context-note-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
  176. package/indexers/bundles/context-note-indexer/references/classification.md +55 -0
  177. package/indexers/bundles/context-note-indexer/references/customization.md +36 -0
  178. package/indexers/bundles/context-note-indexer/references/diagrams.md +122 -0
  179. package/indexers/bundles/context-note-indexer/references/extension-placement.md +57 -0
  180. package/indexers/bundles/context-note-indexer/references/indexer.md +43 -0
  181. package/indexers/bundles/context-note-indexer/references/updates-and-composition.md +37 -0
  182. package/indexers/bundles/context-note-indexer/references/visual-source-processing.md +42 -0
  183. package/indexers/bundles/context-note-indexer/references/writing.md +57 -0
  184. package/indexers/bundles/context-note-indexer/templates/articles/c01.md +37 -0
  185. package/indexers/bundles/context-note-indexer/templates/articles/c02.md +34 -0
  186. package/indexers/bundles/context-note-indexer/templates/articles/c03.md +26 -0
  187. package/indexers/bundles/context-note-indexer/templates/articles/c04.md +27 -0
  188. package/indexers/bundles/context-note-indexer/templates/articles/c05.md +28 -0
  189. package/indexers/bundles/context-note-indexer/templates/articles/c06.md +28 -0
  190. package/indexers/bundles/context-note-indexer/templates/articles/c07.md +27 -0
  191. package/indexers/bundles/context-note-indexer/templates/articles/d01.md +29 -0
  192. package/indexers/bundles/context-note-indexer/templates/articles/d02.md +30 -0
  193. package/indexers/bundles/context-note-indexer/templates/articles/d03.md +30 -0
  194. package/indexers/bundles/context-note-indexer/templates/articles/d04.md +36 -0
  195. package/indexers/bundles/context-note-indexer/templates/articles/f01.md +30 -0
  196. package/indexers/bundles/context-note-indexer/templates/articles/f06.md +30 -0
  197. package/indexers/bundles/context-note-indexer/templates/articles/f08.md +34 -0
  198. package/indexers/bundles/context-note-indexer/templates/articles/f09.md +30 -0
  199. package/indexers/bundles/context-note-indexer/templates/articles/l01.md +35 -0
  200. package/indexers/bundles/context-note-indexer/templates/articles/l02.md +101 -0
  201. package/indexers/bundles/context-note-indexer/templates/articles/l03.md +90 -0
  202. package/indexers/bundles/context-note-indexer/templates/articles/l04.md +28 -0
  203. package/indexers/bundles/context-note-indexer/templates/articles/l05.md +48 -0
  204. package/indexers/bundles/context-note-indexer/templates/articles/q01.md +32 -0
  205. package/indexers/bundles/context-note-indexer/templates/articles/q02.md +33 -0
  206. package/indexers/bundles/context-note-indexer/templates/articles/q03.md +27 -0
  207. package/indexers/bundles/context-note-indexer/templates/articles/q04.md +32 -0
  208. package/indexers/bundles/context-note-indexer/templates/articles/q05.md +27 -0
  209. package/indexers/bundles/context-note-indexer/templates/articles/q06.md +27 -0
  210. package/indexers/bundles/context-note-indexer/templates/articles/q07.md +32 -0
  211. package/indexers/bundles/context-note-indexer/templates/articles/s01.md +29 -0
  212. package/indexers/bundles/context-note-indexer/templates/articles/s04.md +33 -0
  213. package/indexers/bundles/context-note-indexer/templates/articles/s05.md +28 -0
  214. package/indexers/bundles/context-note-indexer/templates/articles/s06.md +28 -0
  215. package/indexers/bundles/context-note-indexer/templates/articles/s07.md +31 -0
  216. package/indexers/bundles/context-note-indexer/templates/decision-record.md +33 -0
  217. package/indexers/bundles/context-note-indexer/templates/domain-reference.md +31 -0
  218. package/indexers/bundles/context-note-indexer/templates/faq-support.md +30 -0
  219. package/indexers/bundles/context-note-indexer/templates/incident-review.md +28 -0
  220. package/indexers/bundles/context-note-indexer/templates/product-requirements.md +29 -0
  221. package/indexers/bundles/context-note-indexer/templates/runbook.md +30 -0
  222. package/indexers/bundles/context-note-indexer/templates/technical-guide.md +31 -0
  223. package/indexers/bundles/context-note-indexer/templates/test-validation.md +28 -0
  224. package/indexers/bundles/context-note-indexer/templates/user-and-developer-guide.md +28 -0
  225. package/indexers/bundles/context-note-indexer/tests/fixtures/profiles.json +281 -0
  226. package/indexers/bundles/context-sessions-indexer/SKILL.md +16 -0
  227. package/indexers/bundles/context-sessions-indexer/context-indexer.yaml +1459 -0
  228. package/indexers/bundles/context-sessions-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
  229. package/indexers/bundles/context-sessions-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
  230. package/indexers/bundles/context-sessions-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
  231. package/indexers/bundles/context-sessions-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
  232. package/indexers/bundles/context-sessions-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
  233. package/indexers/bundles/context-sessions-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
  234. package/indexers/bundles/context-sessions-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
  235. package/indexers/bundles/context-sessions-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
  236. package/indexers/bundles/context-sessions-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
  237. package/indexers/bundles/context-sessions-indexer/references/classification.md +56 -0
  238. package/indexers/bundles/context-sessions-indexer/references/customization.md +36 -0
  239. package/indexers/bundles/context-sessions-indexer/references/diagrams.md +122 -0
  240. package/indexers/bundles/context-sessions-indexer/references/extension-placement.md +63 -0
  241. package/indexers/bundles/context-sessions-indexer/references/indexer.md +48 -0
  242. package/indexers/bundles/context-sessions-indexer/references/updates-and-composition.md +37 -0
  243. package/indexers/bundles/context-sessions-indexer/references/visual-source-processing.md +42 -0
  244. package/indexers/bundles/context-sessions-indexer/references/writing.md +63 -0
  245. package/indexers/bundles/context-sessions-indexer/templates/articles/c01.md +37 -0
  246. package/indexers/bundles/context-sessions-indexer/templates/articles/c02.md +34 -0
  247. package/indexers/bundles/context-sessions-indexer/templates/articles/c03.md +26 -0
  248. package/indexers/bundles/context-sessions-indexer/templates/articles/c04.md +27 -0
  249. package/indexers/bundles/context-sessions-indexer/templates/articles/c05.md +28 -0
  250. package/indexers/bundles/context-sessions-indexer/templates/articles/c06.md +28 -0
  251. package/indexers/bundles/context-sessions-indexer/templates/articles/c07.md +27 -0
  252. package/indexers/bundles/context-sessions-indexer/templates/articles/d01.md +29 -0
  253. package/indexers/bundles/context-sessions-indexer/templates/articles/d02.md +30 -0
  254. package/indexers/bundles/context-sessions-indexer/templates/articles/d03.md +30 -0
  255. package/indexers/bundles/context-sessions-indexer/templates/articles/d04.md +36 -0
  256. package/indexers/bundles/context-sessions-indexer/templates/articles/f01.md +30 -0
  257. package/indexers/bundles/context-sessions-indexer/templates/articles/f06.md +30 -0
  258. package/indexers/bundles/context-sessions-indexer/templates/articles/f08.md +34 -0
  259. package/indexers/bundles/context-sessions-indexer/templates/articles/f09.md +30 -0
  260. package/indexers/bundles/context-sessions-indexer/templates/articles/l01.md +35 -0
  261. package/indexers/bundles/context-sessions-indexer/templates/articles/l02.md +101 -0
  262. package/indexers/bundles/context-sessions-indexer/templates/articles/l03.md +90 -0
  263. package/indexers/bundles/context-sessions-indexer/templates/articles/l04.md +28 -0
  264. package/indexers/bundles/context-sessions-indexer/templates/articles/l05.md +48 -0
  265. package/indexers/bundles/context-sessions-indexer/templates/articles/q01.md +32 -0
  266. package/indexers/bundles/context-sessions-indexer/templates/articles/q02.md +33 -0
  267. package/indexers/bundles/context-sessions-indexer/templates/articles/q03.md +27 -0
  268. package/indexers/bundles/context-sessions-indexer/templates/articles/q04.md +32 -0
  269. package/indexers/bundles/context-sessions-indexer/templates/articles/q05.md +27 -0
  270. package/indexers/bundles/context-sessions-indexer/templates/articles/q06.md +27 -0
  271. package/indexers/bundles/context-sessions-indexer/templates/articles/q07.md +32 -0
  272. package/indexers/bundles/context-sessions-indexer/templates/articles/s01.md +29 -0
  273. package/indexers/bundles/context-sessions-indexer/templates/articles/s04.md +33 -0
  274. package/indexers/bundles/context-sessions-indexer/templates/articles/s05.md +28 -0
  275. package/indexers/bundles/context-sessions-indexer/templates/articles/s06.md +28 -0
  276. package/indexers/bundles/context-sessions-indexer/templates/articles/s07.md +31 -0
  277. package/indexers/bundles/context-sessions-indexer/templates/decision-record.md +43 -0
  278. package/indexers/bundles/context-sessions-indexer/templates/domain-reference.md +31 -0
  279. package/indexers/bundles/context-sessions-indexer/templates/faq-support.md +33 -0
  280. package/indexers/bundles/context-sessions-indexer/templates/incident-review.md +37 -0
  281. package/indexers/bundles/context-sessions-indexer/templates/product-requirements.md +35 -0
  282. package/indexers/bundles/context-sessions-indexer/templates/runbook.md +32 -0
  283. package/indexers/bundles/context-sessions-indexer/templates/technical-guide.md +31 -0
  284. package/indexers/bundles/context-sessions-indexer/templates/test-validation.md +37 -0
  285. package/indexers/bundles/context-sessions-indexer/templates/user-and-developer-guide.md +31 -0
  286. package/indexers/bundles/context-sessions-indexer/tests/fixtures/profiles.json +281 -0
  287. package/indexers/contracts/profile-contract.json +657 -277
  288. package/indexers/release-manifest.json +1120 -32
  289. package/package.json +14 -12
  290. package/parserEntryWorker.js +34606 -0
  291. package/plugins/README.md +24 -6
  292. package/plugins/README_CN.md +21 -5
  293. package/plugins/VERSION +1 -1
  294. package/plugins/claude/.claude-plugin/plugin.json +14 -3
  295. package/plugins/claude/commands/context-inspect-search.md +159 -0
  296. package/plugins/claude/commands/context.md +375 -211
  297. package/plugins/claude/skills/context-indexer-create/SKILL.md +80 -0
  298. package/plugins/claude/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +180 -0
  299. package/plugins/claude/skills/context-indexer-create/references/guides/indexer-manifest-example.md +103 -0
  300. package/plugins/claude/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +471 -0
  301. package/plugins/claude/skills/context-indexer-create/references/guides/indexer-skill-creation.md +99 -0
  302. package/plugins/claude/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +136 -0
  303. package/plugins/claude/skills/context-indexer-create/references/guides/note.md +37 -0
  304. package/plugins/claude/skills/context-indexer-create/references/guides/sessions.md +50 -0
  305. package/plugins/claude/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +854 -0
  306. package/plugins/codex/.codex-plugin/plugin.json +2 -2
  307. package/plugins/codex/skills/context/SKILL.md +372 -211
  308. package/plugins/codex/skills/context/agents/openai.yaml +2 -0
  309. package/plugins/codex/skills/context-indexer-create/SKILL.md +80 -0
  310. package/plugins/codex/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +180 -0
  311. package/plugins/codex/skills/context-indexer-create/references/guides/indexer-manifest-example.md +103 -0
  312. package/plugins/codex/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +471 -0
  313. package/plugins/codex/skills/context-indexer-create/references/guides/indexer-skill-creation.md +99 -0
  314. package/plugins/codex/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +136 -0
  315. package/plugins/codex/skills/context-indexer-create/references/guides/note.md +37 -0
  316. package/plugins/codex/skills/context-indexer-create/references/guides/sessions.md +50 -0
  317. package/plugins/codex/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +854 -0
  318. package/plugins/codex/skills/context-inspect-search/SKILL.md +159 -0
  319. package/plugins/codex/skills/context-inspect-search/agents/openai.yaml +2 -0
  320. package/plugins/cursor/.cursor-plugin/plugin.json +21 -5
  321. package/plugins/cursor/commands/c4a-context-inspect-search.md +157 -0
  322. package/plugins/cursor/commands/c4a-context.md +371 -214
  323. package/plugins/cursor/skills/context-indexer-create/SKILL.md +80 -0
  324. package/plugins/cursor/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +180 -0
  325. package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-manifest-example.md +103 -0
  326. package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +471 -0
  327. package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-skill-creation.md +99 -0
  328. package/plugins/cursor/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +136 -0
  329. package/plugins/cursor/skills/context-indexer-create/references/guides/note.md +37 -0
  330. package/plugins/cursor/skills/context-indexer-create/references/guides/sessions.md +50 -0
  331. package/plugins/cursor/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +854 -0
  332. package/plugins/skills/context/SKILL.md +372 -211
  333. package/plugins/skills/context/agents/openai.yaml +2 -0
  334. package/plugins/skills/context-code-indexer/SKILL.md +10 -1
  335. package/plugins/skills/context-code-indexer/context-indexer.yaml +3102 -64
  336. package/plugins/skills/context-code-indexer/references/article-catalog/adapter-integration-article-catalog.md +20 -0
  337. package/plugins/skills/context-code-indexer/references/article-catalog/api-service-article-catalog.md +20 -0
  338. package/plugins/skills/context-code-indexer/references/article-catalog/background-runtime-article-catalog.md +19 -0
  339. package/plugins/skills/context-code-indexer/references/article-catalog/cli-tool-article-catalog.md +17 -0
  340. package/plugins/skills/context-code-indexer/references/article-catalog/component-library-article-catalog.md +18 -0
  341. package/plugins/skills/context-code-indexer/references/article-catalog/contract-source-article-catalog.md +17 -0
  342. package/plugins/skills/context-code-indexer/references/article-catalog/data-sync-reconciliation-article-catalog.md +19 -0
  343. package/plugins/skills/context-code-indexer/references/article-catalog/derived-generated-source-article-catalog.md +17 -0
  344. package/plugins/skills/context-code-indexer/references/article-catalog/domain-service-article-catalog.md +23 -0
  345. package/plugins/skills/context-code-indexer/references/article-catalog/event-consumer-article-catalog.md +19 -0
  346. package/plugins/skills/context-code-indexer/references/article-catalog/gateway-facade-article-catalog.md +21 -0
  347. package/plugins/skills/context-code-indexer/references/article-catalog/monorepo-container-article-catalog.md +17 -0
  348. package/plugins/skills/context-code-indexer/references/article-catalog/plugin-extension-article-catalog.md +17 -0
  349. package/plugins/skills/context-code-indexer/references/article-catalog/sdk-library-article-catalog.md +18 -0
  350. package/plugins/skills/context-code-indexer/references/article-catalog/storage-repository-article-catalog.md +19 -0
  351. package/plugins/skills/context-code-indexer/references/article-catalog/web-application-article-catalog.md +30 -0
  352. package/plugins/skills/context-code-indexer/references/composers/public-contract.md +13 -1
  353. package/plugins/skills/context-code-indexer/references/diagrams.md +122 -0
  354. package/plugins/skills/context-code-indexer/references/indexer.md +184 -8
  355. package/plugins/skills/context-code-indexer/references/visual-source-processing.md +42 -0
  356. package/plugins/skills/context-code-indexer/templates/adapter-integration-maintenance-guide.md +81 -0
  357. package/plugins/skills/context-code-indexer/templates/adapter-integration-request-adaptation-guide.md +81 -0
  358. package/plugins/skills/context-code-indexer/templates/adapter-integration-usage-guide.md +81 -0
  359. package/plugins/skills/context-code-indexer/templates/api-service-maintenance-guide.md +81 -0
  360. package/plugins/skills/context-code-indexer/templates/api-service-public-api-reference.md +81 -0
  361. package/plugins/skills/context-code-indexer/templates/articles/c01.md +49 -0
  362. package/plugins/skills/context-code-indexer/templates/articles/c02.md +36 -0
  363. package/plugins/skills/context-code-indexer/templates/articles/c03.md +28 -0
  364. package/plugins/skills/context-code-indexer/templates/articles/c04.md +29 -0
  365. package/plugins/skills/context-code-indexer/templates/articles/c05.md +30 -0
  366. package/plugins/skills/context-code-indexer/templates/articles/c07.md +51 -0
  367. package/plugins/skills/context-code-indexer/templates/articles/d01.md +31 -0
  368. package/plugins/skills/context-code-indexer/templates/articles/d02.md +32 -0
  369. package/plugins/skills/context-code-indexer/templates/articles/d03.md +32 -0
  370. package/plugins/skills/context-code-indexer/templates/articles/d04.md +38 -0
  371. package/plugins/skills/context-code-indexer/templates/articles/f01.md +50 -0
  372. package/plugins/skills/context-code-indexer/templates/articles/f02.md +33 -0
  373. package/plugins/skills/context-code-indexer/templates/articles/f03.md +38 -0
  374. package/plugins/skills/context-code-indexer/templates/articles/f04.md +32 -0
  375. package/plugins/skills/context-code-indexer/templates/articles/f05.md +32 -0
  376. package/plugins/skills/context-code-indexer/templates/articles/f06.md +32 -0
  377. package/plugins/skills/context-code-indexer/templates/articles/f07.md +31 -0
  378. package/plugins/skills/context-code-indexer/templates/articles/f08.md +36 -0
  379. package/plugins/skills/context-code-indexer/templates/articles/f09.md +32 -0
  380. package/plugins/skills/context-code-indexer/templates/articles/f10.md +32 -0
  381. package/plugins/skills/context-code-indexer/templates/articles/f11.md +39 -0
  382. package/plugins/skills/context-code-indexer/templates/articles/f12.md +59 -0
  383. package/plugins/skills/context-code-indexer/templates/articles/l01.md +38 -0
  384. package/plugins/skills/context-code-indexer/templates/articles/l02.md +103 -0
  385. package/plugins/skills/context-code-indexer/templates/articles/l03.md +92 -0
  386. package/plugins/skills/context-code-indexer/templates/articles/l04.md +30 -0
  387. package/plugins/skills/context-code-indexer/templates/articles/l05.md +50 -0
  388. package/plugins/skills/context-code-indexer/templates/articles/q03.md +29 -0
  389. package/plugins/skills/context-code-indexer/templates/articles/q05.md +29 -0
  390. package/plugins/skills/context-code-indexer/templates/articles/q06.md +29 -0
  391. package/plugins/skills/context-code-indexer/templates/articles/s01.md +31 -0
  392. package/plugins/skills/context-code-indexer/templates/articles/s02.md +30 -0
  393. package/plugins/skills/context-code-indexer/templates/articles/s03.md +34 -0
  394. package/plugins/skills/context-code-indexer/templates/articles/s04.md +35 -0
  395. package/plugins/skills/context-code-indexer/templates/articles/s05.md +30 -0
  396. package/plugins/skills/context-code-indexer/templates/articles/s06.md +30 -0
  397. package/plugins/skills/context-code-indexer/templates/articles/s07.md +33 -0
  398. package/plugins/skills/context-code-indexer/templates/background-runtime-maintenance-guide.md +81 -0
  399. package/plugins/skills/context-code-indexer/templates/background-runtime-task-runtime-guide.md +81 -0
  400. package/plugins/skills/context-code-indexer/templates/cli-tool-maintenance-guide.md +81 -0
  401. package/plugins/skills/context-code-indexer/templates/cli-tool-public-api-reference.md +81 -0
  402. package/plugins/skills/context-code-indexer/templates/cli-tool-usage-guide.md +81 -0
  403. package/plugins/skills/context-code-indexer/templates/component-library-maintenance-guide.md +81 -0
  404. package/plugins/skills/context-code-indexer/templates/component-library-public-api-reference.md +81 -0
  405. package/plugins/skills/context-code-indexer/templates/component-library-usage-guide.md +81 -0
  406. package/plugins/skills/context-code-indexer/templates/component-library.md +40 -3
  407. package/plugins/skills/context-code-indexer/templates/contract-source-public-api-reference.md +81 -0
  408. package/plugins/skills/context-code-indexer/templates/contract-source-usage-guide.md +81 -0
  409. package/plugins/skills/context-code-indexer/templates/contract-source.md +49 -0
  410. package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-maintenance-guide.md +81 -0
  411. package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-task-runtime-guide.md +81 -0
  412. package/plugins/skills/context-code-indexer/templates/derived-generated-source-public-api-reference.md +81 -0
  413. package/plugins/skills/context-code-indexer/templates/derived-generated-source-usage-guide.md +81 -0
  414. package/plugins/skills/context-code-indexer/templates/derived-generated-source.md +15 -0
  415. package/plugins/skills/context-code-indexer/templates/domain-service-maintenance-guide.md +81 -0
  416. package/plugins/skills/context-code-indexer/templates/domain-service-public-api-reference.md +81 -0
  417. package/plugins/skills/context-code-indexer/templates/event-consumer-maintenance-guide.md +81 -0
  418. package/plugins/skills/context-code-indexer/templates/event-consumer-task-runtime-guide.md +81 -0
  419. package/plugins/skills/context-code-indexer/templates/gateway-facade-maintenance-guide.md +81 -0
  420. package/plugins/skills/context-code-indexer/templates/gateway-facade-public-api-reference.md +81 -0
  421. package/plugins/skills/context-code-indexer/templates/gateway-facade-request-adaptation-guide.md +81 -0
  422. package/plugins/skills/context-code-indexer/templates/monorepo-container-maintenance-guide.md +81 -0
  423. package/plugins/skills/context-code-indexer/templates/monorepo-container-usage-guide.md +81 -0
  424. package/plugins/skills/context-code-indexer/templates/monorepo-container.md +9 -0
  425. package/plugins/skills/context-code-indexer/templates/plugin-extension-maintenance-guide.md +81 -0
  426. package/plugins/skills/context-code-indexer/templates/plugin-extension-public-api-reference.md +81 -0
  427. package/plugins/skills/context-code-indexer/templates/plugin-extension-usage-guide.md +81 -0
  428. package/plugins/skills/context-code-indexer/templates/sdk-library-maintenance-guide.md +81 -0
  429. package/plugins/skills/context-code-indexer/templates/sdk-library-public-api-reference.md +81 -0
  430. package/plugins/skills/context-code-indexer/templates/sdk-library-usage-guide.md +81 -0
  431. package/plugins/skills/context-code-indexer/templates/storage-repository-maintenance-guide.md +81 -0
  432. package/plugins/skills/context-code-indexer/templates/storage-repository-public-api-reference.md +81 -0
  433. package/plugins/skills/context-code-indexer/templates/web-application-federation-guide.md +81 -0
  434. package/plugins/skills/context-code-indexer/templates/web-application-maintenance-guide.md +81 -0
  435. package/plugins/skills/context-code-indexer/templates/web-application-page-task-guide.md +81 -0
  436. package/plugins/skills/context-code-indexer/tests/fixtures/composers.json +1 -1
  437. package/plugins/skills/context-code-indexer/tests/fixtures/scenarios.json +1 -1
  438. package/plugins/skills/context-indexer-create/SKILL.md +80 -0
  439. package/plugins/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +180 -0
  440. package/plugins/skills/context-indexer-create/references/guides/indexer-manifest-example.md +103 -0
  441. package/plugins/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +471 -0
  442. package/plugins/skills/context-indexer-create/references/guides/indexer-skill-creation.md +99 -0
  443. package/plugins/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +136 -0
  444. package/plugins/skills/context-indexer-create/references/guides/note.md +37 -0
  445. package/plugins/skills/context-indexer-create/references/guides/sessions.md +50 -0
  446. package/plugins/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +854 -0
  447. package/plugins/skills/context-inspect-search/SKILL.md +159 -0
  448. package/plugins/skills/context-inspect-search/agents/openai.yaml +2 -0
  449. package/plugins/skills/context-markdown-indexer/SKILL.md +7 -1
  450. package/plugins/skills/context-markdown-indexer/context-indexer.yaml +856 -15
  451. package/plugins/skills/context-markdown-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
  452. package/plugins/skills/context-markdown-indexer/references/article-catalog/documentation-site-article-catalog.md +8 -0
  453. package/plugins/skills/context-markdown-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
  454. package/plugins/skills/context-markdown-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
  455. package/plugins/skills/context-markdown-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
  456. package/plugins/skills/context-markdown-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
  457. package/plugins/skills/context-markdown-indexer/references/article-catalog/public-api-reference-article-catalog.md +10 -0
  458. package/plugins/skills/context-markdown-indexer/references/article-catalog/release-migration-guide-article-catalog.md +11 -0
  459. package/plugins/skills/context-markdown-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
  460. package/plugins/skills/context-markdown-indexer/references/article-catalog/standard-policy-article-catalog.md +10 -0
  461. package/plugins/skills/context-markdown-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
  462. package/plugins/skills/context-markdown-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
  463. package/plugins/skills/context-markdown-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
  464. package/plugins/skills/context-markdown-indexer/references/diagrams.md +122 -0
  465. package/plugins/skills/context-markdown-indexer/references/editorial-policy.md +19 -29
  466. package/plugins/skills/context-markdown-indexer/references/indexer.md +63 -2
  467. package/plugins/skills/context-markdown-indexer/references/semantic-planning.md +22 -8
  468. package/plugins/skills/context-markdown-indexer/references/visual-source-processing.md +42 -0
  469. package/plugins/skills/context-markdown-indexer/templates/articles/c01.md +37 -0
  470. package/plugins/skills/context-markdown-indexer/templates/articles/c02.md +34 -0
  471. package/plugins/skills/context-markdown-indexer/templates/articles/c03.md +26 -0
  472. package/plugins/skills/context-markdown-indexer/templates/articles/c04.md +27 -0
  473. package/plugins/skills/context-markdown-indexer/templates/articles/c05.md +28 -0
  474. package/plugins/skills/context-markdown-indexer/templates/articles/c06.md +28 -0
  475. package/plugins/skills/context-markdown-indexer/templates/articles/c07.md +27 -0
  476. package/plugins/skills/context-markdown-indexer/templates/articles/d01.md +29 -0
  477. package/plugins/skills/context-markdown-indexer/templates/articles/d02.md +30 -0
  478. package/plugins/skills/context-markdown-indexer/templates/articles/d03.md +30 -0
  479. package/plugins/skills/context-markdown-indexer/templates/articles/d04.md +44 -0
  480. package/plugins/skills/context-markdown-indexer/templates/articles/f01.md +30 -0
  481. package/plugins/skills/context-markdown-indexer/templates/articles/f05.md +30 -0
  482. package/plugins/skills/context-markdown-indexer/templates/articles/f06.md +30 -0
  483. package/plugins/skills/context-markdown-indexer/templates/articles/f08.md +34 -0
  484. package/plugins/skills/context-markdown-indexer/templates/articles/f09.md +30 -0
  485. package/plugins/skills/context-markdown-indexer/templates/articles/l01.md +35 -0
  486. package/plugins/skills/context-markdown-indexer/templates/articles/l02.md +101 -0
  487. package/plugins/skills/context-markdown-indexer/templates/articles/l03.md +90 -0
  488. package/plugins/skills/context-markdown-indexer/templates/articles/l04.md +28 -0
  489. package/plugins/skills/context-markdown-indexer/templates/articles/l05.md +48 -0
  490. package/plugins/skills/context-markdown-indexer/templates/articles/q01.md +32 -0
  491. package/plugins/skills/context-markdown-indexer/templates/articles/q02.md +33 -0
  492. package/plugins/skills/context-markdown-indexer/templates/articles/q03.md +27 -0
  493. package/plugins/skills/context-markdown-indexer/templates/articles/q04.md +32 -0
  494. package/plugins/skills/context-markdown-indexer/templates/articles/q05.md +27 -0
  495. package/plugins/skills/context-markdown-indexer/templates/articles/q06.md +27 -0
  496. package/plugins/skills/context-markdown-indexer/templates/articles/q07.md +32 -0
  497. package/plugins/skills/context-markdown-indexer/templates/articles/s01.md +29 -0
  498. package/plugins/skills/context-markdown-indexer/templates/articles/s02.md +27 -0
  499. package/plugins/skills/context-markdown-indexer/templates/articles/s03.md +31 -0
  500. package/plugins/skills/context-markdown-indexer/templates/articles/s04.md +33 -0
  501. package/plugins/skills/context-markdown-indexer/templates/articles/s05.md +28 -0
  502. package/plugins/skills/context-markdown-indexer/templates/articles/s06.md +28 -0
  503. package/plugins/skills/context-markdown-indexer/templates/articles/s07.md +31 -0
  504. package/plugins/skills/context-note-indexer/SKILL.md +16 -0
  505. package/plugins/skills/context-note-indexer/context-indexer.yaml +1459 -0
  506. package/plugins/skills/context-note-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
  507. package/plugins/skills/context-note-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
  508. package/plugins/skills/context-note-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
  509. package/plugins/skills/context-note-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
  510. package/plugins/skills/context-note-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
  511. package/plugins/skills/context-note-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
  512. package/plugins/skills/context-note-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
  513. package/plugins/skills/context-note-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
  514. package/plugins/skills/context-note-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
  515. package/plugins/skills/context-note-indexer/references/classification.md +55 -0
  516. package/plugins/skills/context-note-indexer/references/customization.md +36 -0
  517. package/plugins/skills/context-note-indexer/references/diagrams.md +122 -0
  518. package/plugins/skills/context-note-indexer/references/extension-placement.md +57 -0
  519. package/plugins/skills/context-note-indexer/references/indexer.md +43 -0
  520. package/plugins/skills/context-note-indexer/references/updates-and-composition.md +37 -0
  521. package/plugins/skills/context-note-indexer/references/visual-source-processing.md +42 -0
  522. package/plugins/skills/context-note-indexer/references/writing.md +57 -0
  523. package/plugins/skills/context-note-indexer/templates/articles/c01.md +37 -0
  524. package/plugins/skills/context-note-indexer/templates/articles/c02.md +34 -0
  525. package/plugins/skills/context-note-indexer/templates/articles/c03.md +26 -0
  526. package/plugins/skills/context-note-indexer/templates/articles/c04.md +27 -0
  527. package/plugins/skills/context-note-indexer/templates/articles/c05.md +28 -0
  528. package/plugins/skills/context-note-indexer/templates/articles/c06.md +28 -0
  529. package/plugins/skills/context-note-indexer/templates/articles/c07.md +27 -0
  530. package/plugins/skills/context-note-indexer/templates/articles/d01.md +29 -0
  531. package/plugins/skills/context-note-indexer/templates/articles/d02.md +30 -0
  532. package/plugins/skills/context-note-indexer/templates/articles/d03.md +30 -0
  533. package/plugins/skills/context-note-indexer/templates/articles/d04.md +36 -0
  534. package/plugins/skills/context-note-indexer/templates/articles/f01.md +30 -0
  535. package/plugins/skills/context-note-indexer/templates/articles/f06.md +30 -0
  536. package/plugins/skills/context-note-indexer/templates/articles/f08.md +34 -0
  537. package/plugins/skills/context-note-indexer/templates/articles/f09.md +30 -0
  538. package/plugins/skills/context-note-indexer/templates/articles/l01.md +35 -0
  539. package/plugins/skills/context-note-indexer/templates/articles/l02.md +101 -0
  540. package/plugins/skills/context-note-indexer/templates/articles/l03.md +90 -0
  541. package/plugins/skills/context-note-indexer/templates/articles/l04.md +28 -0
  542. package/plugins/skills/context-note-indexer/templates/articles/l05.md +48 -0
  543. package/plugins/skills/context-note-indexer/templates/articles/q01.md +32 -0
  544. package/plugins/skills/context-note-indexer/templates/articles/q02.md +33 -0
  545. package/plugins/skills/context-note-indexer/templates/articles/q03.md +27 -0
  546. package/plugins/skills/context-note-indexer/templates/articles/q04.md +32 -0
  547. package/plugins/skills/context-note-indexer/templates/articles/q05.md +27 -0
  548. package/plugins/skills/context-note-indexer/templates/articles/q06.md +27 -0
  549. package/plugins/skills/context-note-indexer/templates/articles/q07.md +32 -0
  550. package/plugins/skills/context-note-indexer/templates/articles/s01.md +29 -0
  551. package/plugins/skills/context-note-indexer/templates/articles/s04.md +33 -0
  552. package/plugins/skills/context-note-indexer/templates/articles/s05.md +28 -0
  553. package/plugins/skills/context-note-indexer/templates/articles/s06.md +28 -0
  554. package/plugins/skills/context-note-indexer/templates/articles/s07.md +31 -0
  555. package/plugins/skills/context-note-indexer/templates/decision-record.md +33 -0
  556. package/plugins/skills/context-note-indexer/templates/domain-reference.md +31 -0
  557. package/plugins/skills/context-note-indexer/templates/faq-support.md +30 -0
  558. package/plugins/skills/context-note-indexer/templates/incident-review.md +28 -0
  559. package/plugins/skills/context-note-indexer/templates/product-requirements.md +29 -0
  560. package/plugins/skills/context-note-indexer/templates/runbook.md +30 -0
  561. package/plugins/skills/context-note-indexer/templates/technical-guide.md +31 -0
  562. package/plugins/skills/context-note-indexer/templates/test-validation.md +28 -0
  563. package/plugins/skills/context-note-indexer/templates/user-and-developer-guide.md +28 -0
  564. package/plugins/skills/context-note-indexer/tests/fixtures/profiles.json +281 -0
  565. package/plugins/skills/context-sessions-indexer/SKILL.md +16 -0
  566. package/plugins/skills/context-sessions-indexer/context-indexer.yaml +1459 -0
  567. package/plugins/skills/context-sessions-indexer/references/article-catalog/decision-record-article-catalog.md +7 -0
  568. package/plugins/skills/context-sessions-indexer/references/article-catalog/domain-reference-article-catalog.md +14 -0
  569. package/plugins/skills/context-sessions-indexer/references/article-catalog/faq-support-article-catalog.md +8 -0
  570. package/plugins/skills/context-sessions-indexer/references/article-catalog/incident-review-article-catalog.md +9 -0
  571. package/plugins/skills/context-sessions-indexer/references/article-catalog/product-requirements-article-catalog.md +8 -0
  572. package/plugins/skills/context-sessions-indexer/references/article-catalog/runbook-article-catalog.md +12 -0
  573. package/plugins/skills/context-sessions-indexer/references/article-catalog/technical-guide-article-catalog.md +20 -0
  574. package/plugins/skills/context-sessions-indexer/references/article-catalog/test-validation-article-catalog.md +11 -0
  575. package/plugins/skills/context-sessions-indexer/references/article-catalog/user-and-developer-guide-article-catalog.md +13 -0
  576. package/plugins/skills/context-sessions-indexer/references/classification.md +56 -0
  577. package/plugins/skills/context-sessions-indexer/references/customization.md +36 -0
  578. package/plugins/skills/context-sessions-indexer/references/diagrams.md +122 -0
  579. package/plugins/skills/context-sessions-indexer/references/extension-placement.md +63 -0
  580. package/plugins/skills/context-sessions-indexer/references/indexer.md +48 -0
  581. package/plugins/skills/context-sessions-indexer/references/updates-and-composition.md +37 -0
  582. package/plugins/skills/context-sessions-indexer/references/visual-source-processing.md +42 -0
  583. package/plugins/skills/context-sessions-indexer/references/writing.md +63 -0
  584. package/plugins/skills/context-sessions-indexer/templates/articles/c01.md +37 -0
  585. package/plugins/skills/context-sessions-indexer/templates/articles/c02.md +34 -0
  586. package/plugins/skills/context-sessions-indexer/templates/articles/c03.md +26 -0
  587. package/plugins/skills/context-sessions-indexer/templates/articles/c04.md +27 -0
  588. package/plugins/skills/context-sessions-indexer/templates/articles/c05.md +28 -0
  589. package/plugins/skills/context-sessions-indexer/templates/articles/c06.md +28 -0
  590. package/plugins/skills/context-sessions-indexer/templates/articles/c07.md +27 -0
  591. package/plugins/skills/context-sessions-indexer/templates/articles/d01.md +29 -0
  592. package/plugins/skills/context-sessions-indexer/templates/articles/d02.md +30 -0
  593. package/plugins/skills/context-sessions-indexer/templates/articles/d03.md +30 -0
  594. package/plugins/skills/context-sessions-indexer/templates/articles/d04.md +36 -0
  595. package/plugins/skills/context-sessions-indexer/templates/articles/f01.md +30 -0
  596. package/plugins/skills/context-sessions-indexer/templates/articles/f06.md +30 -0
  597. package/plugins/skills/context-sessions-indexer/templates/articles/f08.md +34 -0
  598. package/plugins/skills/context-sessions-indexer/templates/articles/f09.md +30 -0
  599. package/plugins/skills/context-sessions-indexer/templates/articles/l01.md +35 -0
  600. package/plugins/skills/context-sessions-indexer/templates/articles/l02.md +101 -0
  601. package/plugins/skills/context-sessions-indexer/templates/articles/l03.md +90 -0
  602. package/plugins/skills/context-sessions-indexer/templates/articles/l04.md +28 -0
  603. package/plugins/skills/context-sessions-indexer/templates/articles/l05.md +48 -0
  604. package/plugins/skills/context-sessions-indexer/templates/articles/q01.md +32 -0
  605. package/plugins/skills/context-sessions-indexer/templates/articles/q02.md +33 -0
  606. package/plugins/skills/context-sessions-indexer/templates/articles/q03.md +27 -0
  607. package/plugins/skills/context-sessions-indexer/templates/articles/q04.md +32 -0
  608. package/plugins/skills/context-sessions-indexer/templates/articles/q05.md +27 -0
  609. package/plugins/skills/context-sessions-indexer/templates/articles/q06.md +27 -0
  610. package/plugins/skills/context-sessions-indexer/templates/articles/q07.md +32 -0
  611. package/plugins/skills/context-sessions-indexer/templates/articles/s01.md +29 -0
  612. package/plugins/skills/context-sessions-indexer/templates/articles/s04.md +33 -0
  613. package/plugins/skills/context-sessions-indexer/templates/articles/s05.md +28 -0
  614. package/plugins/skills/context-sessions-indexer/templates/articles/s06.md +28 -0
  615. package/plugins/skills/context-sessions-indexer/templates/articles/s07.md +31 -0
  616. package/plugins/skills/context-sessions-indexer/templates/decision-record.md +43 -0
  617. package/plugins/skills/context-sessions-indexer/templates/domain-reference.md +31 -0
  618. package/plugins/skills/context-sessions-indexer/templates/faq-support.md +33 -0
  619. package/plugins/skills/context-sessions-indexer/templates/incident-review.md +37 -0
  620. package/plugins/skills/context-sessions-indexer/templates/product-requirements.md +35 -0
  621. package/plugins/skills/context-sessions-indexer/templates/runbook.md +32 -0
  622. package/plugins/skills/context-sessions-indexer/templates/technical-guide.md +31 -0
  623. package/plugins/skills/context-sessions-indexer/templates/test-validation.md +37 -0
  624. package/plugins/skills/context-sessions-indexer/templates/user-and-developer-guide.md +31 -0
  625. package/plugins/skills/context-sessions-indexer/tests/fixtures/profiles.json +281 -0
  626. package/providers/context/actions/advance-knowledge-maintenance.yaml +5 -0
  627. package/providers/context/actions/author-approved-revision.yaml +6 -0
  628. package/providers/context/actions/finish-rollback.yaml +5 -0
  629. package/providers/context/actions/inspect-source-update.yaml +6 -0
  630. package/providers/context/actions/inspect-task-recovery.yaml +5 -0
  631. package/providers/context/actions/record-workspace-version.yaml +5 -0
  632. package/providers/context/actions/register-source-batch.yaml +1 -1
  633. package/providers/context/actions/repair-project-entry.yaml +9 -0
  634. package/providers/context/actions/resume-workspace-task.yaml +5 -0
  635. package/providers/context/codes.yaml +11 -0
  636. package/providers/context/graphs/indexer.yaml +93 -2
  637. package/providers/context/graphs/workspace.yaml +86 -6
  638. package/providers/context/manifest.json +371 -59
  639. package/providers/context/provider.yaml +1 -1
  640. package/providers/context/resources/contracts/indexer-provider-guide.yaml +6 -0
  641. package/providers/context/resources/contracts/indexer-registry-bootstrap.yaml +6 -0
  642. package/providers/context/resources/diagnostics/verification.md +6 -4
  643. package/providers/context/resources/dialogue/knowledge-review.md +16 -9
  644. package/providers/context/resources/dialogue/package-output.md +18 -5
  645. package/providers/context/resources/dialogue/source-boundary.md +12 -2
  646. package/providers/context/resources/dialogue/workflow-mode-after-creation.md +15 -17
  647. package/providers/context/resources/manuals/guides/knowledge-updates.md +428 -0
  648. package/providers/context/resources/manuals/guides/lark-resources.md +5 -1
  649. package/providers/context/resources/manuals/guides/note.md +43 -0
  650. package/providers/context/resources/manuals/guides/package-outputs.md +231 -60
  651. package/providers/context/resources/manuals/guides/sessions.md +56 -0
  652. package/providers/context/resources/manuals/guides/workspace-commit.md +51 -0
  653. package/providers/context/resources/manuals/guides/workspace-prepare.md +78 -0
  654. package/providers/context/resources/manuals/guides/workspace-restore.md +65 -0
  655. package/providers/context/resources/manuals/reference/code-extractors.md +57 -0
  656. package/providers/context/resources/manuals/reference/package-templates.md +10 -9
  657. package/providers/context/resources/manuals/reference/project-api.md +100 -13
  658. package/providers/context/resources/manuals/reference/template-variables.md +7 -7
  659. package/providers/context/resources/procedures/approved-revision.md +159 -0
  660. package/providers/context/resources/procedures/close-and-build.md +58 -1
  661. package/providers/context/resources/procedures/homogeneous-source-review.md +123 -0
  662. package/providers/context/resources/procedures/knowledge-maintenance.md +68 -0
  663. package/providers/context/resources/procedures/knowledge-review.md +69 -6
  664. package/providers/context/resources/procedures/knowledge-updates.md +428 -0
  665. package/providers/context/resources/procedures/note.md +43 -0
  666. package/providers/context/resources/procedures/package-output.md +20 -1
  667. package/providers/context/resources/procedures/parallel-agent-batch.md +140 -0
  668. package/providers/context/resources/procedures/project-configuration.md +6 -0
  669. package/providers/context/resources/procedures/sessions.md +56 -0
  670. package/providers/context/resources/procedures/source-boundary.md +24 -1
  671. package/providers/context/resources/procedures/source-capture-detailed.md +36 -2
  672. package/providers/context/resources/procedures/source-update.md +50 -0
  673. package/providers/context/resources/procedures/task-recovery.md +71 -0
  674. package/providers/context/resources/procedures/verify-and-repair.md +5 -0
  675. package/providers/context/resources/procedures/work-start-report.md +419 -0
  676. package/providers/context/resources/procedures/workspace-commit.md +51 -0
  677. package/providers/context/resources/procedures/workspace-prepare.md +78 -0
  678. package/providers/context/resources/procedures/workspace-restore.md +65 -0
  679. package/providers/context/resources/templates/indexer-agent-worker.md +67 -0
  680. package/providers/context/resources/templates/recovery-issue.md +54 -0
  681. package/providers/context/resources/templates/work-start-report.md +302 -0
  682. package/providers/context/schemas/approved-revision-result.schema.json +88 -0
  683. package/providers/context/schemas/indexer-agent-step-result.schema.json +2232 -318
  684. package/providers/context/schemas/indexer-main-lifecycle-output.schema.json +1 -2
  685. package/providers/context/schemas/indexer-registry-bootstrap.schema.json +227 -0
  686. package/providers/context/schemas/source-batch-input.schema.json +15 -8
  687. package/providers/context/schemas/source-update-result.schema.json +83 -0
  688. package/providers/context/skills/configure-indexer-providers/SKILL.md +70 -5
  689. package/providers/context/skills/configure-indexer-providers/references/guides/code-indexer-skill-authoring.md +180 -0
  690. package/providers/context/skills/configure-indexer-providers/references/guides/indexer-provider-and-customization.md +471 -0
  691. package/providers/context/skills/configure-indexer-providers/references/guides/markdown-indexer-skill-authoring.md +136 -0
  692. package/providers/context/skills/configure-indexer-providers/references/guides/note.md +37 -0
  693. package/providers/context/skills/configure-indexer-providers/references/guides/sessions.md +50 -0
  694. package/providers/context/skills/configure-indexer-providers/references/reference/indexer-provider-protocol.md +854 -0
  695. package/providers/context/skills/prepare-indexer-customization-project/SKILL.md +1 -1
  696. package/providers/context/skills/propose-indexer-customization/SKILL.md +1 -1
  697. package/providers/context/skills/record-workspace-version/SKILL.md +46 -0
  698. package/providers/context/skills/recover-workspace/SKILL.md +15 -0
  699. package/providers/context/skills/resolve-current-indexer-gate/SKILL.md +33 -1
  700. package/providers/context/skills/run-indexer-agent-step/SKILL.md +403 -26
  701. package/providers/context/skills/run-indexer-lifecycle/SKILL.md +188 -1
  702. package/providers/context/skills/run-indexer-post-author-composer/SKILL.md +60 -0
@@ -0,0 +1,1459 @@
1
+ protocol: context.indexer.provider/v1
2
+ id: context-note-indexer
3
+ version: 1.0.0
4
+ domains:
5
+ - markdown
6
+ activation:
7
+ target_kinds:
8
+ - note
9
+ - note-set
10
+ required_signals:
11
+ - id: durable-note
12
+ description: An authorized saved record, excerpt, observation or note summary is available.
13
+ supporting_signals:
14
+ - id: reader-purpose
15
+ description: The material answers a reader question or improves existing knowledge.
16
+ negative_signals:
17
+ - id: unavailable-original
18
+ description: Only a pointer to unread material exists; do not invent its content.
19
+ agent_questions:
20
+ - Does this material improve an existing page, justify an independent reader topic, or only need saving?
21
+ provides:
22
+ profiles:
23
+ - domain-reference
24
+ - product-requirements
25
+ - technical-guide
26
+ - user-and-developer-guide
27
+ - runbook
28
+ - faq-support
29
+ - decision-record
30
+ - incident-review
31
+ - test-validation
32
+ - note/monorepo-container
33
+ - note/web-application
34
+ - note/component-library
35
+ - note/sdk-library
36
+ - note/cli-tool
37
+ - note/plugin-extension
38
+ - note/api-service
39
+ - note/gateway-facade
40
+ - note/domain-service
41
+ - note/background-runtime
42
+ - note/event-consumer
43
+ - note/data-sync-reconciliation
44
+ - note/storage-repository
45
+ - note/adapter-integration
46
+ - note/contract-source
47
+ - note/derived-generated-source
48
+ - note/domain-reference
49
+ - note/product-requirements
50
+ - note/technical-guide
51
+ - note/user-and-developer-guide
52
+ - note/public-api-reference
53
+ - note/runbook
54
+ - note/faq-support
55
+ - note/standard-policy
56
+ - note/decision-record
57
+ - note/incident-review
58
+ - note/test-validation
59
+ - note/release-migration-guide
60
+ - note/documentation-site
61
+ partition_strategies:
62
+ - id: reader-subject
63
+ profiles:
64
+ - domain-reference
65
+ - product-requirements
66
+ - technical-guide
67
+ - user-and-developer-guide
68
+ - runbook
69
+ - faq-support
70
+ - decision-record
71
+ - incident-review
72
+ - test-validation
73
+ priority: 100
74
+ operations:
75
+ - id: main-index
76
+ consumes: context.indexer.main-workset/v2
77
+ produces: context.indexer.main-result/v1
78
+ accepts_layer_fragments:
79
+ - fact-enrichment
80
+ - template-variables
81
+ source_roles:
82
+ - authoritative-document
83
+ - supporting-document
84
+ - operational-document
85
+ - decision-record
86
+ logical_units:
87
+ - id: reader-subject
88
+ identity: canonical-subject-key
89
+ artifacts:
90
+ recommended:
91
+ - content
92
+ supported_policy_variants:
93
+ - standard
94
+ composition:
95
+ extensions:
96
+ - profile: note/monorepo-container
97
+ extends: monorepo-container
98
+ subject_key_schema:
99
+ version: 1
100
+ namespace:
101
+ operator: canonical-source-module-namespace
102
+ kinds:
103
+ - id: project
104
+ local_key:
105
+ operator: canonical-module-identity
106
+ normalization:
107
+ - trim
108
+ - unicode-nfc
109
+ - preserve-case
110
+ - profile: note/web-application
111
+ extends: web-application
112
+ subject_key_schema:
113
+ version: 1
114
+ namespace:
115
+ operator: canonical-source-module-namespace
116
+ kinds:
117
+ - id: application
118
+ local_key:
119
+ operator: canonical-module-identity
120
+ - id: capability
121
+ local_key:
122
+ operator: canonical-export-family
123
+ normalization:
124
+ - trim
125
+ - unicode-nfc
126
+ - preserve-case
127
+ - profile: note/component-library
128
+ extends: component-library
129
+ subject_key_schema:
130
+ version: 1
131
+ namespace:
132
+ operator: canonical-source-module-namespace
133
+ kinds:
134
+ - id: component
135
+ local_key:
136
+ operator: canonical-export-family
137
+ normalization:
138
+ - trim
139
+ - unicode-nfc
140
+ - preserve-case
141
+ - profile: note/sdk-library
142
+ extends: sdk-library
143
+ subject_key_schema:
144
+ version: 1
145
+ namespace:
146
+ operator: canonical-source-module-namespace
147
+ kinds:
148
+ - id: capability
149
+ local_key:
150
+ operator: canonical-export-family
151
+ normalization:
152
+ - trim
153
+ - unicode-nfc
154
+ - preserve-case
155
+ - profile: note/cli-tool
156
+ extends: cli-tool
157
+ subject_key_schema:
158
+ version: 1
159
+ namespace:
160
+ operator: canonical-source-module-namespace
161
+ kinds:
162
+ - id: command-family
163
+ local_key:
164
+ operator: canonical-module-identity
165
+ normalization:
166
+ - trim
167
+ - unicode-nfc
168
+ - preserve-case
169
+ - profile: note/plugin-extension
170
+ extends: plugin-extension
171
+ subject_key_schema:
172
+ version: 1
173
+ namespace:
174
+ operator: canonical-source-module-namespace
175
+ kinds:
176
+ - id: extension
177
+ local_key:
178
+ operator: canonical-module-identity
179
+ normalization:
180
+ - trim
181
+ - unicode-nfc
182
+ - preserve-case
183
+ - profile: note/api-service
184
+ extends: api-service
185
+ subject_key_schema:
186
+ version: 1
187
+ namespace:
188
+ operator: canonical-service-namespace
189
+ kinds:
190
+ - id: service
191
+ local_key:
192
+ operator: canonical-module-identity
193
+ normalization:
194
+ - trim
195
+ - unicode-nfc
196
+ - preserve-case
197
+ - profile: note/gateway-facade
198
+ extends: gateway-facade
199
+ subject_key_schema:
200
+ version: 1
201
+ namespace:
202
+ operator: canonical-service-namespace
203
+ kinds:
204
+ - id: gateway
205
+ local_key:
206
+ operator: canonical-module-identity
207
+ normalization:
208
+ - trim
209
+ - unicode-nfc
210
+ - preserve-case
211
+ - profile: note/domain-service
212
+ extends: domain-service
213
+ subject_key_schema:
214
+ version: 1
215
+ namespace:
216
+ operator: canonical-service-namespace
217
+ kinds:
218
+ - id: domain-capability
219
+ local_key:
220
+ operator: canonical-module-identity
221
+ - id: operation-entrypoint
222
+ local_key:
223
+ operator: canonical-export-family
224
+ - id: operation-flow
225
+ local_key:
226
+ operator: canonical-export-family
227
+ - id: runtime-context-family
228
+ local_key:
229
+ operator: canonical-module-identity
230
+ normalization:
231
+ - trim
232
+ - unicode-nfc
233
+ - preserve-case
234
+ - profile: note/background-runtime
235
+ extends: background-runtime
236
+ subject_key_schema:
237
+ version: 1
238
+ namespace:
239
+ operator: canonical-service-namespace
240
+ kinds:
241
+ - id: runtime
242
+ local_key:
243
+ operator: canonical-module-identity
244
+ - id: scheduled-operation
245
+ local_key:
246
+ operator: canonical-export-family
247
+ - id: dispatch-contract
248
+ local_key:
249
+ operator: canonical-module-identity
250
+ - id: dependency-boundary
251
+ local_key:
252
+ operator: canonical-export-family
253
+ normalization:
254
+ - trim
255
+ - unicode-nfc
256
+ - preserve-case
257
+ - profile: note/event-consumer
258
+ extends: event-consumer
259
+ subject_key_schema:
260
+ version: 1
261
+ namespace:
262
+ operator: canonical-service-namespace
263
+ kinds:
264
+ - id: consumer
265
+ local_key:
266
+ operator: canonical-module-identity
267
+ normalization:
268
+ - trim
269
+ - unicode-nfc
270
+ - preserve-case
271
+ - profile: note/data-sync-reconciliation
272
+ extends: data-sync-reconciliation
273
+ subject_key_schema:
274
+ version: 1
275
+ namespace:
276
+ operator: canonical-service-namespace
277
+ kinds:
278
+ - id: sync-pipeline
279
+ local_key:
280
+ operator: canonical-module-identity
281
+ normalization:
282
+ - trim
283
+ - unicode-nfc
284
+ - preserve-case
285
+ - profile: note/storage-repository
286
+ extends: storage-repository
287
+ subject_key_schema:
288
+ version: 1
289
+ namespace:
290
+ operator: canonical-service-namespace
291
+ kinds:
292
+ - id: store
293
+ local_key:
294
+ operator: canonical-module-identity
295
+ normalization:
296
+ - trim
297
+ - unicode-nfc
298
+ - preserve-case
299
+ - profile: note/adapter-integration
300
+ extends: adapter-integration
301
+ subject_key_schema:
302
+ version: 1
303
+ namespace:
304
+ operator: canonical-source-module-namespace
305
+ kinds:
306
+ - id: adapter
307
+ local_key:
308
+ operator: canonical-module-identity
309
+ normalization:
310
+ - trim
311
+ - unicode-nfc
312
+ - preserve-case
313
+ - profile: note/contract-source
314
+ extends: contract-source
315
+ subject_key_schema:
316
+ version: 1
317
+ namespace:
318
+ operator: canonical-service-namespace
319
+ kinds:
320
+ - id: contract-family
321
+ local_key:
322
+ operator: canonical-module-identity
323
+ normalization:
324
+ - trim
325
+ - unicode-nfc
326
+ - preserve-case
327
+ - profile: note/derived-generated-source
328
+ extends: derived-generated-source
329
+ subject_key_schema:
330
+ version: 1
331
+ namespace:
332
+ operator: canonical-source-module-namespace
333
+ kinds:
334
+ - id: generated-surface
335
+ local_key:
336
+ operator: canonical-module-identity
337
+ normalization:
338
+ - trim
339
+ - unicode-nfc
340
+ - preserve-case
341
+ - profile: note/domain-reference
342
+ extends: domain-reference
343
+ subject_key_schema:
344
+ version: 1
345
+ namespace:
346
+ operator: canonical-source-module-namespace
347
+ kinds:
348
+ - id: document-section
349
+ local_key:
350
+ operator: canonical-module-identity
351
+ normalization:
352
+ - trim
353
+ - unicode-nfc
354
+ - preserve-case
355
+ - profile: note/product-requirements
356
+ extends: product-requirements
357
+ subject_key_schema:
358
+ version: 1
359
+ namespace:
360
+ operator: canonical-source-module-namespace
361
+ kinds:
362
+ - id: document-section
363
+ local_key:
364
+ operator: canonical-module-identity
365
+ normalization:
366
+ - trim
367
+ - unicode-nfc
368
+ - preserve-case
369
+ - profile: note/technical-guide
370
+ extends: technical-guide
371
+ subject_key_schema:
372
+ version: 1
373
+ namespace:
374
+ operator: canonical-source-module-namespace
375
+ kinds:
376
+ - id: document-section
377
+ local_key:
378
+ operator: canonical-module-identity
379
+ normalization:
380
+ - trim
381
+ - unicode-nfc
382
+ - preserve-case
383
+ - profile: note/user-and-developer-guide
384
+ extends: user-and-developer-guide
385
+ subject_key_schema:
386
+ version: 1
387
+ namespace:
388
+ operator: canonical-source-module-namespace
389
+ kinds:
390
+ - id: document-section
391
+ local_key:
392
+ operator: canonical-module-identity
393
+ normalization:
394
+ - trim
395
+ - unicode-nfc
396
+ - preserve-case
397
+ - profile: note/public-api-reference
398
+ extends: public-api-reference
399
+ subject_key_schema:
400
+ version: 1
401
+ namespace:
402
+ operator: canonical-source-module-namespace
403
+ kinds:
404
+ - id: document-section
405
+ local_key:
406
+ operator: canonical-module-identity
407
+ normalization:
408
+ - trim
409
+ - unicode-nfc
410
+ - preserve-case
411
+ - profile: note/runbook
412
+ extends: runbook
413
+ subject_key_schema:
414
+ version: 1
415
+ namespace:
416
+ operator: canonical-source-module-namespace
417
+ kinds:
418
+ - id: document-section
419
+ local_key:
420
+ operator: canonical-module-identity
421
+ normalization:
422
+ - trim
423
+ - unicode-nfc
424
+ - preserve-case
425
+ - profile: note/faq-support
426
+ extends: faq-support
427
+ subject_key_schema:
428
+ version: 1
429
+ namespace:
430
+ operator: canonical-source-module-namespace
431
+ kinds:
432
+ - id: document-section
433
+ local_key:
434
+ operator: canonical-module-identity
435
+ normalization:
436
+ - trim
437
+ - unicode-nfc
438
+ - preserve-case
439
+ - profile: note/standard-policy
440
+ extends: standard-policy
441
+ subject_key_schema:
442
+ version: 1
443
+ namespace:
444
+ operator: canonical-source-module-namespace
445
+ kinds:
446
+ - id: document-section
447
+ local_key:
448
+ operator: canonical-module-identity
449
+ normalization:
450
+ - trim
451
+ - unicode-nfc
452
+ - preserve-case
453
+ - profile: note/decision-record
454
+ extends: decision-record
455
+ subject_key_schema:
456
+ version: 1
457
+ namespace:
458
+ operator: canonical-source-module-namespace
459
+ kinds:
460
+ - id: document-section
461
+ local_key:
462
+ operator: canonical-module-identity
463
+ normalization:
464
+ - trim
465
+ - unicode-nfc
466
+ - preserve-case
467
+ - profile: note/incident-review
468
+ extends: incident-review
469
+ subject_key_schema:
470
+ version: 1
471
+ namespace:
472
+ operator: canonical-source-module-namespace
473
+ kinds:
474
+ - id: document-section
475
+ local_key:
476
+ operator: canonical-module-identity
477
+ normalization:
478
+ - trim
479
+ - unicode-nfc
480
+ - preserve-case
481
+ - profile: note/test-validation
482
+ extends: test-validation
483
+ subject_key_schema:
484
+ version: 1
485
+ namespace:
486
+ operator: canonical-source-module-namespace
487
+ kinds:
488
+ - id: document-section
489
+ local_key:
490
+ operator: canonical-module-identity
491
+ normalization:
492
+ - trim
493
+ - unicode-nfc
494
+ - preserve-case
495
+ - profile: note/release-migration-guide
496
+ extends: release-migration-guide
497
+ subject_key_schema:
498
+ version: 1
499
+ namespace:
500
+ operator: canonical-source-module-namespace
501
+ kinds:
502
+ - id: document-section
503
+ local_key:
504
+ operator: canonical-module-identity
505
+ normalization:
506
+ - trim
507
+ - unicode-nfc
508
+ - preserve-case
509
+ - profile: note/documentation-site
510
+ extends: documentation-site
511
+ subject_key_schema:
512
+ version: 1
513
+ namespace:
514
+ operator: canonical-source-module-namespace
515
+ kinds:
516
+ - id: document-set
517
+ local_key:
518
+ operator: canonical-module-identity
519
+ normalization:
520
+ - trim
521
+ - unicode-nfc
522
+ - preserve-case
523
+ provider:
524
+ instructions:
525
+ - path: references/indexer.md
526
+ profiles:
527
+ - domain-reference
528
+ - product-requirements
529
+ - technical-guide
530
+ - user-and-developer-guide
531
+ - runbook
532
+ - faq-support
533
+ - decision-record
534
+ - incident-review
535
+ - test-validation
536
+ - note/monorepo-container
537
+ - note/web-application
538
+ - note/component-library
539
+ - note/sdk-library
540
+ - note/cli-tool
541
+ - note/plugin-extension
542
+ - note/api-service
543
+ - note/gateway-facade
544
+ - note/domain-service
545
+ - note/background-runtime
546
+ - note/event-consumer
547
+ - note/data-sync-reconciliation
548
+ - note/storage-repository
549
+ - note/adapter-integration
550
+ - note/contract-source
551
+ - note/derived-generated-source
552
+ - note/domain-reference
553
+ - note/product-requirements
554
+ - note/technical-guide
555
+ - note/user-and-developer-guide
556
+ - note/public-api-reference
557
+ - note/runbook
558
+ - note/faq-support
559
+ - note/standard-policy
560
+ - note/decision-record
561
+ - note/incident-review
562
+ - note/test-validation
563
+ - note/release-migration-guide
564
+ - note/documentation-site
565
+ - path: references/classification.md
566
+ profiles:
567
+ - domain-reference
568
+ - product-requirements
569
+ - technical-guide
570
+ - user-and-developer-guide
571
+ - runbook
572
+ - faq-support
573
+ - decision-record
574
+ - incident-review
575
+ - test-validation
576
+ - note/monorepo-container
577
+ - note/web-application
578
+ - note/component-library
579
+ - note/sdk-library
580
+ - note/cli-tool
581
+ - note/plugin-extension
582
+ - note/api-service
583
+ - note/gateway-facade
584
+ - note/domain-service
585
+ - note/background-runtime
586
+ - note/event-consumer
587
+ - note/data-sync-reconciliation
588
+ - note/storage-repository
589
+ - note/adapter-integration
590
+ - note/contract-source
591
+ - note/derived-generated-source
592
+ - note/domain-reference
593
+ - note/product-requirements
594
+ - note/technical-guide
595
+ - note/user-and-developer-guide
596
+ - note/public-api-reference
597
+ - note/runbook
598
+ - note/faq-support
599
+ - note/standard-policy
600
+ - note/decision-record
601
+ - note/incident-review
602
+ - note/test-validation
603
+ - note/release-migration-guide
604
+ - note/documentation-site
605
+ - path: references/writing.md
606
+ profiles:
607
+ - domain-reference
608
+ - product-requirements
609
+ - technical-guide
610
+ - user-and-developer-guide
611
+ - runbook
612
+ - faq-support
613
+ - decision-record
614
+ - incident-review
615
+ - test-validation
616
+ - note/monorepo-container
617
+ - note/web-application
618
+ - note/component-library
619
+ - note/sdk-library
620
+ - note/cli-tool
621
+ - note/plugin-extension
622
+ - note/api-service
623
+ - note/gateway-facade
624
+ - note/domain-service
625
+ - note/background-runtime
626
+ - note/event-consumer
627
+ - note/data-sync-reconciliation
628
+ - note/storage-repository
629
+ - note/adapter-integration
630
+ - note/contract-source
631
+ - note/derived-generated-source
632
+ - note/domain-reference
633
+ - note/product-requirements
634
+ - note/technical-guide
635
+ - note/user-and-developer-guide
636
+ - note/public-api-reference
637
+ - note/runbook
638
+ - note/faq-support
639
+ - note/standard-policy
640
+ - note/decision-record
641
+ - note/incident-review
642
+ - note/test-validation
643
+ - note/release-migration-guide
644
+ - note/documentation-site
645
+ - path: references/updates-and-composition.md
646
+ profiles:
647
+ - domain-reference
648
+ - product-requirements
649
+ - technical-guide
650
+ - user-and-developer-guide
651
+ - runbook
652
+ - faq-support
653
+ - decision-record
654
+ - incident-review
655
+ - test-validation
656
+ - note/monorepo-container
657
+ - note/web-application
658
+ - note/component-library
659
+ - note/sdk-library
660
+ - note/cli-tool
661
+ - note/plugin-extension
662
+ - note/api-service
663
+ - note/gateway-facade
664
+ - note/domain-service
665
+ - note/background-runtime
666
+ - note/event-consumer
667
+ - note/data-sync-reconciliation
668
+ - note/storage-repository
669
+ - note/adapter-integration
670
+ - note/contract-source
671
+ - note/derived-generated-source
672
+ - note/domain-reference
673
+ - note/product-requirements
674
+ - note/technical-guide
675
+ - note/user-and-developer-guide
676
+ - note/public-api-reference
677
+ - note/runbook
678
+ - note/faq-support
679
+ - note/standard-policy
680
+ - note/decision-record
681
+ - note/incident-review
682
+ - note/test-validation
683
+ - note/release-migration-guide
684
+ - note/documentation-site
685
+ - path: references/extension-placement.md
686
+ profiles:
687
+ - note/monorepo-container
688
+ - note/web-application
689
+ - note/component-library
690
+ - note/sdk-library
691
+ - note/cli-tool
692
+ - note/plugin-extension
693
+ - note/api-service
694
+ - note/gateway-facade
695
+ - note/domain-service
696
+ - note/background-runtime
697
+ - note/event-consumer
698
+ - note/data-sync-reconciliation
699
+ - note/storage-repository
700
+ - note/adapter-integration
701
+ - note/contract-source
702
+ - note/derived-generated-source
703
+ - note/domain-reference
704
+ - note/product-requirements
705
+ - note/technical-guide
706
+ - note/user-and-developer-guide
707
+ - note/public-api-reference
708
+ - note/runbook
709
+ - note/faq-support
710
+ - note/standard-policy
711
+ - note/decision-record
712
+ - note/incident-review
713
+ - note/test-validation
714
+ - note/release-migration-guide
715
+ - note/documentation-site
716
+ - path: references/article-catalog/domain-reference-article-catalog.md
717
+ profiles:
718
+ - domain-reference
719
+ - path: references/article-catalog/product-requirements-article-catalog.md
720
+ profiles:
721
+ - product-requirements
722
+ - path: references/article-catalog/technical-guide-article-catalog.md
723
+ profiles:
724
+ - technical-guide
725
+ - path: references/article-catalog/user-and-developer-guide-article-catalog.md
726
+ profiles:
727
+ - user-and-developer-guide
728
+ - path: references/article-catalog/runbook-article-catalog.md
729
+ profiles:
730
+ - runbook
731
+ - path: references/article-catalog/faq-support-article-catalog.md
732
+ profiles:
733
+ - faq-support
734
+ - path: references/article-catalog/decision-record-article-catalog.md
735
+ profiles:
736
+ - decision-record
737
+ - path: references/article-catalog/incident-review-article-catalog.md
738
+ profiles:
739
+ - incident-review
740
+ - path: references/article-catalog/test-validation-article-catalog.md
741
+ profiles:
742
+ - test-validation
743
+ - path: references/diagrams.md
744
+ profiles:
745
+ - domain-reference
746
+ - product-requirements
747
+ - technical-guide
748
+ - user-and-developer-guide
749
+ - runbook
750
+ - faq-support
751
+ - decision-record
752
+ - incident-review
753
+ - test-validation
754
+ - note/monorepo-container
755
+ - note/web-application
756
+ - note/component-library
757
+ - note/sdk-library
758
+ - note/cli-tool
759
+ - note/plugin-extension
760
+ - note/api-service
761
+ - note/gateway-facade
762
+ - note/domain-service
763
+ - note/background-runtime
764
+ - note/event-consumer
765
+ - note/data-sync-reconciliation
766
+ - note/storage-repository
767
+ - note/adapter-integration
768
+ - note/contract-source
769
+ - note/derived-generated-source
770
+ - note/domain-reference
771
+ - note/product-requirements
772
+ - note/technical-guide
773
+ - note/user-and-developer-guide
774
+ - note/public-api-reference
775
+ - note/runbook
776
+ - note/faq-support
777
+ - note/standard-policy
778
+ - note/decision-record
779
+ - note/incident-review
780
+ - note/test-validation
781
+ - note/release-migration-guide
782
+ - note/documentation-site
783
+ - path: references/visual-source-processing.md
784
+ profiles:
785
+ - domain-reference
786
+ - product-requirements
787
+ - technical-guide
788
+ - user-and-developer-guide
789
+ - runbook
790
+ - faq-support
791
+ - decision-record
792
+ - incident-review
793
+ - test-validation
794
+ - note/monorepo-container
795
+ - note/web-application
796
+ - note/component-library
797
+ - note/sdk-library
798
+ - note/cli-tool
799
+ - note/plugin-extension
800
+ - note/api-service
801
+ - note/gateway-facade
802
+ - note/domain-service
803
+ - note/background-runtime
804
+ - note/event-consumer
805
+ - note/data-sync-reconciliation
806
+ - note/storage-repository
807
+ - note/adapter-integration
808
+ - note/contract-source
809
+ - note/derived-generated-source
810
+ - note/domain-reference
811
+ - note/product-requirements
812
+ - note/technical-guide
813
+ - note/user-and-developer-guide
814
+ - note/public-api-reference
815
+ - note/runbook
816
+ - note/faq-support
817
+ - note/standard-policy
818
+ - note/decision-record
819
+ - note/incident-review
820
+ - note/test-validation
821
+ - note/release-migration-guide
822
+ - note/documentation-site
823
+ templates:
824
+ - id: note-domain-reference
825
+ profile: domain-reference
826
+ path: templates/domain-reference.md
827
+ kind: procedure
828
+ - id: note-product-requirements
829
+ profile: product-requirements
830
+ path: templates/product-requirements.md
831
+ kind: procedure
832
+ - id: note-technical-guide
833
+ profile: technical-guide
834
+ path: templates/technical-guide.md
835
+ kind: procedure
836
+ - id: note-user-and-developer-guide
837
+ profile: user-and-developer-guide
838
+ path: templates/user-and-developer-guide.md
839
+ kind: procedure
840
+ - id: note-runbook
841
+ profile: runbook
842
+ path: templates/runbook.md
843
+ kind: procedure
844
+ - id: note-faq-support
845
+ profile: faq-support
846
+ path: templates/faq-support.md
847
+ kind: procedure
848
+ - id: note-decision-record
849
+ profile: decision-record
850
+ path: templates/decision-record.md
851
+ kind: procedure
852
+ - id: note-incident-review
853
+ profile: incident-review
854
+ path: templates/incident-review.md
855
+ kind: procedure
856
+ - id: note-test-validation
857
+ profile: test-validation
858
+ path: templates/test-validation.md
859
+ kind: procedure
860
+ - id: domain-reference-c01
861
+ profile: domain-reference
862
+ path: templates/articles/c01.md
863
+ kind: procedure
864
+ delivery: selected
865
+ - id: technical-guide-c01
866
+ profile: technical-guide
867
+ path: templates/articles/c01.md
868
+ kind: procedure
869
+ delivery: selected
870
+ - id: domain-reference-c02
871
+ profile: domain-reference
872
+ path: templates/articles/c02.md
873
+ kind: procedure
874
+ delivery: selected
875
+ - id: product-requirements-c02
876
+ profile: product-requirements
877
+ path: templates/articles/c02.md
878
+ kind: procedure
879
+ delivery: selected
880
+ - id: user-and-developer-guide-c02
881
+ profile: user-and-developer-guide
882
+ path: templates/articles/c02.md
883
+ kind: procedure
884
+ delivery: selected
885
+ - id: domain-reference-c03
886
+ profile: domain-reference
887
+ path: templates/articles/c03.md
888
+ kind: procedure
889
+ delivery: selected
890
+ - id: product-requirements-c03
891
+ profile: product-requirements
892
+ path: templates/articles/c03.md
893
+ kind: procedure
894
+ delivery: selected
895
+ - id: technical-guide-c04
896
+ profile: technical-guide
897
+ path: templates/articles/c04.md
898
+ kind: procedure
899
+ delivery: selected
900
+ - id: faq-support-c05
901
+ profile: faq-support
902
+ path: templates/articles/c05.md
903
+ kind: procedure
904
+ delivery: selected
905
+ - id: runbook-c05
906
+ profile: runbook
907
+ path: templates/articles/c05.md
908
+ kind: procedure
909
+ delivery: selected
910
+ - id: incident-review-c05
911
+ profile: incident-review
912
+ path: templates/articles/c05.md
913
+ kind: procedure
914
+ delivery: selected
915
+ - id: decision-record-c06
916
+ profile: decision-record
917
+ path: templates/articles/c06.md
918
+ kind: procedure
919
+ delivery: selected
920
+ - id: incident-review-c06
921
+ profile: incident-review
922
+ path: templates/articles/c06.md
923
+ kind: procedure
924
+ delivery: selected
925
+ - id: technical-guide-c07
926
+ profile: technical-guide
927
+ path: templates/articles/c07.md
928
+ kind: procedure
929
+ delivery: selected
930
+ - id: domain-reference-d01
931
+ profile: domain-reference
932
+ path: templates/articles/d01.md
933
+ kind: procedure
934
+ delivery: selected
935
+ - id: technical-guide-d01
936
+ profile: technical-guide
937
+ path: templates/articles/d01.md
938
+ kind: procedure
939
+ delivery: selected
940
+ - id: domain-reference-d02
941
+ profile: domain-reference
942
+ path: templates/articles/d02.md
943
+ kind: procedure
944
+ delivery: selected
945
+ - id: technical-guide-d02
946
+ profile: technical-guide
947
+ path: templates/articles/d02.md
948
+ kind: procedure
949
+ delivery: selected
950
+ - id: domain-reference-d03
951
+ profile: domain-reference
952
+ path: templates/articles/d03.md
953
+ kind: procedure
954
+ delivery: selected
955
+ - id: runbook-d04
956
+ profile: runbook
957
+ path: templates/articles/d04.md
958
+ kind: procedure
959
+ delivery: selected
960
+ - id: technical-guide-d04
961
+ profile: technical-guide
962
+ path: templates/articles/d04.md
963
+ kind: procedure
964
+ delivery: selected
965
+ - id: technical-guide-f01
966
+ profile: technical-guide
967
+ path: templates/articles/f01.md
968
+ kind: procedure
969
+ delivery: selected
970
+ - id: technical-guide-f06
971
+ profile: technical-guide
972
+ path: templates/articles/f06.md
973
+ kind: procedure
974
+ delivery: selected
975
+ - id: technical-guide-f08
976
+ profile: technical-guide
977
+ path: templates/articles/f08.md
978
+ kind: procedure
979
+ delivery: selected
980
+ - id: runbook-f09
981
+ profile: runbook
982
+ path: templates/articles/f09.md
983
+ kind: procedure
984
+ delivery: selected
985
+ - id: user-and-developer-guide-f09
986
+ profile: user-and-developer-guide
987
+ path: templates/articles/f09.md
988
+ kind: procedure
989
+ delivery: selected
990
+ - id: user-and-developer-guide-l01
991
+ profile: user-and-developer-guide
992
+ path: templates/articles/l01.md
993
+ kind: procedure
994
+ delivery: selected
995
+ - id: user-and-developer-guide-l02
996
+ profile: user-and-developer-guide
997
+ path: templates/articles/l02.md
998
+ kind: procedure
999
+ delivery: selected
1000
+ - id: technical-guide-l03
1001
+ profile: technical-guide
1002
+ path: templates/articles/l03.md
1003
+ kind: procedure
1004
+ delivery: selected
1005
+ - id: user-and-developer-guide-l03
1006
+ profile: user-and-developer-guide
1007
+ path: templates/articles/l03.md
1008
+ kind: procedure
1009
+ delivery: selected
1010
+ - id: technical-guide-l04
1011
+ profile: technical-guide
1012
+ path: templates/articles/l04.md
1013
+ kind: procedure
1014
+ delivery: selected
1015
+ - id: user-and-developer-guide-l05
1016
+ profile: user-and-developer-guide
1017
+ path: templates/articles/l05.md
1018
+ kind: procedure
1019
+ delivery: selected
1020
+ - id: test-validation-q01
1021
+ profile: test-validation
1022
+ path: templates/articles/q01.md
1023
+ kind: procedure
1024
+ delivery: selected
1025
+ - id: domain-reference-q01
1026
+ profile: domain-reference
1027
+ path: templates/articles/q01.md
1028
+ kind: procedure
1029
+ delivery: selected
1030
+ - id: test-validation-q02
1031
+ profile: test-validation
1032
+ path: templates/articles/q02.md
1033
+ kind: procedure
1034
+ delivery: selected
1035
+ - id: test-validation-q03
1036
+ profile: test-validation
1037
+ path: templates/articles/q03.md
1038
+ kind: procedure
1039
+ delivery: selected
1040
+ - id: test-validation-q04
1041
+ profile: test-validation
1042
+ path: templates/articles/q04.md
1043
+ kind: procedure
1044
+ delivery: selected
1045
+ - id: test-validation-q05
1046
+ profile: test-validation
1047
+ path: templates/articles/q05.md
1048
+ kind: procedure
1049
+ delivery: selected
1050
+ - id: runbook-q05
1051
+ profile: runbook
1052
+ path: templates/articles/q05.md
1053
+ kind: procedure
1054
+ delivery: selected
1055
+ - id: runbook-q06
1056
+ profile: runbook
1057
+ path: templates/articles/q06.md
1058
+ kind: procedure
1059
+ delivery: selected
1060
+ - id: user-and-developer-guide-q06
1061
+ profile: user-and-developer-guide
1062
+ path: templates/articles/q06.md
1063
+ kind: procedure
1064
+ delivery: selected
1065
+ - id: incident-review-q07
1066
+ profile: incident-review
1067
+ path: templates/articles/q07.md
1068
+ kind: procedure
1069
+ delivery: selected
1070
+ - id: faq-support-q07
1071
+ profile: faq-support
1072
+ path: templates/articles/q07.md
1073
+ kind: procedure
1074
+ delivery: selected
1075
+ - id: technical-guide-s01
1076
+ profile: technical-guide
1077
+ path: templates/articles/s01.md
1078
+ kind: procedure
1079
+ delivery: selected
1080
+ - id: domain-reference-s04
1081
+ profile: domain-reference
1082
+ path: templates/articles/s04.md
1083
+ kind: procedure
1084
+ delivery: selected
1085
+ - id: technical-guide-s05
1086
+ profile: technical-guide
1087
+ path: templates/articles/s05.md
1088
+ kind: procedure
1089
+ delivery: selected
1090
+ - id: technical-guide-s06
1091
+ profile: technical-guide
1092
+ path: templates/articles/s06.md
1093
+ kind: procedure
1094
+ delivery: selected
1095
+ - id: runbook-s07
1096
+ profile: runbook
1097
+ path: templates/articles/s07.md
1098
+ kind: procedure
1099
+ delivery: selected
1100
+ - id: domain-reference-c01-page
1101
+ profile: domain-reference
1102
+ path: templates/articles/c01.md
1103
+ kind: page-program
1104
+ delivery: selected
1105
+ reader_goal: understand-domain
1106
+ guidance_path: templates/articles/c01.md
1107
+ - id: technical-guide-c01-page
1108
+ profile: technical-guide
1109
+ path: templates/articles/c01.md
1110
+ kind: page-program
1111
+ delivery: selected
1112
+ reader_goal: understand-technical-design
1113
+ guidance_path: templates/articles/c01.md
1114
+ - id: domain-reference-c02-page
1115
+ profile: domain-reference
1116
+ path: templates/articles/c02.md
1117
+ kind: page-program
1118
+ delivery: selected
1119
+ reader_goal: understand-domain
1120
+ guidance_path: templates/articles/c02.md
1121
+ - id: product-requirements-c02-page
1122
+ profile: product-requirements
1123
+ path: templates/articles/c02.md
1124
+ kind: page-program
1125
+ delivery: selected
1126
+ reader_goal: understand-product-intent
1127
+ guidance_path: templates/articles/c02.md
1128
+ - id: user-and-developer-guide-c02-page
1129
+ profile: user-and-developer-guide
1130
+ path: templates/articles/c02.md
1131
+ kind: page-program
1132
+ delivery: selected
1133
+ reader_goal: understand-product-intent
1134
+ guidance_path: templates/articles/c02.md
1135
+ - id: domain-reference-c03-page
1136
+ profile: domain-reference
1137
+ path: templates/articles/c03.md
1138
+ kind: page-program
1139
+ delivery: selected
1140
+ reader_goal: understand-domain
1141
+ guidance_path: templates/articles/c03.md
1142
+ - id: product-requirements-c03-page
1143
+ profile: product-requirements
1144
+ path: templates/articles/c03.md
1145
+ kind: page-program
1146
+ delivery: selected
1147
+ reader_goal: understand-product-intent
1148
+ guidance_path: templates/articles/c03.md
1149
+ - id: technical-guide-c04-page
1150
+ profile: technical-guide
1151
+ path: templates/articles/c04.md
1152
+ kind: page-program
1153
+ delivery: selected
1154
+ reader_goal: understand-technical-design
1155
+ guidance_path: templates/articles/c04.md
1156
+ - id: faq-support-c05-page
1157
+ profile: faq-support
1158
+ path: templates/articles/c05.md
1159
+ kind: page-program
1160
+ delivery: selected
1161
+ reader_goal: resolve-reader-question
1162
+ guidance_path: templates/articles/c05.md
1163
+ - id: runbook-c05-page
1164
+ profile: runbook
1165
+ path: templates/articles/c05.md
1166
+ kind: page-program
1167
+ delivery: selected
1168
+ reader_goal: operate-or-recover-system
1169
+ guidance_path: templates/articles/c05.md
1170
+ - id: incident-review-c05-page
1171
+ profile: incident-review
1172
+ path: templates/articles/c05.md
1173
+ kind: page-program
1174
+ delivery: selected
1175
+ reader_goal: learn-from-incident
1176
+ guidance_path: templates/articles/c05.md
1177
+ - id: decision-record-c06-page
1178
+ profile: decision-record
1179
+ path: templates/articles/c06.md
1180
+ kind: page-program
1181
+ delivery: selected
1182
+ reader_goal: understand-decision-and-tradeoffs
1183
+ guidance_path: templates/articles/c06.md
1184
+ - id: incident-review-c06-page
1185
+ profile: incident-review
1186
+ path: templates/articles/c06.md
1187
+ kind: page-program
1188
+ delivery: selected
1189
+ reader_goal: learn-from-incident
1190
+ guidance_path: templates/articles/c06.md
1191
+ - id: technical-guide-c07-page
1192
+ profile: technical-guide
1193
+ path: templates/articles/c07.md
1194
+ kind: page-program
1195
+ delivery: selected
1196
+ reader_goal: understand-technical-design
1197
+ guidance_path: templates/articles/c07.md
1198
+ - id: domain-reference-d01-page
1199
+ profile: domain-reference
1200
+ path: templates/articles/d01.md
1201
+ kind: page-program
1202
+ delivery: selected
1203
+ reader_goal: understand-domain
1204
+ guidance_path: templates/articles/d01.md
1205
+ - id: technical-guide-d01-page
1206
+ profile: technical-guide
1207
+ path: templates/articles/d01.md
1208
+ kind: page-program
1209
+ delivery: selected
1210
+ reader_goal: understand-technical-design
1211
+ guidance_path: templates/articles/d01.md
1212
+ - id: domain-reference-d02-page
1213
+ profile: domain-reference
1214
+ path: templates/articles/d02.md
1215
+ kind: page-program
1216
+ delivery: selected
1217
+ reader_goal: understand-domain
1218
+ guidance_path: templates/articles/d02.md
1219
+ - id: technical-guide-d02-page
1220
+ profile: technical-guide
1221
+ path: templates/articles/d02.md
1222
+ kind: page-program
1223
+ delivery: selected
1224
+ reader_goal: understand-technical-design
1225
+ guidance_path: templates/articles/d02.md
1226
+ - id: domain-reference-d03-page
1227
+ profile: domain-reference
1228
+ path: templates/articles/d03.md
1229
+ kind: page-program
1230
+ delivery: selected
1231
+ reader_goal: understand-domain
1232
+ guidance_path: templates/articles/d03.md
1233
+ - id: runbook-d04-page
1234
+ profile: runbook
1235
+ path: templates/articles/d04.md
1236
+ kind: page-program
1237
+ delivery: selected
1238
+ reader_goal: operate-or-recover-system
1239
+ guidance_path: templates/articles/d04.md
1240
+ - id: technical-guide-d04-page
1241
+ profile: technical-guide
1242
+ path: templates/articles/d04.md
1243
+ kind: page-program
1244
+ delivery: selected
1245
+ reader_goal: understand-technical-design
1246
+ guidance_path: templates/articles/d04.md
1247
+ - id: technical-guide-f01-page
1248
+ profile: technical-guide
1249
+ path: templates/articles/f01.md
1250
+ kind: page-program
1251
+ delivery: selected
1252
+ reader_goal: understand-technical-design
1253
+ guidance_path: templates/articles/f01.md
1254
+ - id: technical-guide-f06-page
1255
+ profile: technical-guide
1256
+ path: templates/articles/f06.md
1257
+ kind: page-program
1258
+ delivery: selected
1259
+ reader_goal: understand-technical-design
1260
+ guidance_path: templates/articles/f06.md
1261
+ - id: technical-guide-f08-page
1262
+ profile: technical-guide
1263
+ path: templates/articles/f08.md
1264
+ kind: page-program
1265
+ delivery: selected
1266
+ reader_goal: understand-technical-design
1267
+ guidance_path: templates/articles/f08.md
1268
+ - id: runbook-f09-page
1269
+ profile: runbook
1270
+ path: templates/articles/f09.md
1271
+ kind: page-program
1272
+ delivery: selected
1273
+ reader_goal: operate-or-recover-system
1274
+ guidance_path: templates/articles/f09.md
1275
+ - id: user-and-developer-guide-f09-page
1276
+ profile: user-and-developer-guide
1277
+ path: templates/articles/f09.md
1278
+ kind: page-program
1279
+ delivery: selected
1280
+ reader_goal: complete-reader-task
1281
+ guidance_path: templates/articles/f09.md
1282
+ - id: user-and-developer-guide-l01-page
1283
+ profile: user-and-developer-guide
1284
+ path: templates/articles/l01.md
1285
+ kind: page-program
1286
+ delivery: selected
1287
+ reader_goal: understand-product-intent
1288
+ guidance_path: templates/articles/l01.md
1289
+ - id: user-and-developer-guide-l02-page
1290
+ profile: user-and-developer-guide
1291
+ path: templates/articles/l02.md
1292
+ kind: page-program
1293
+ delivery: selected
1294
+ reader_goal: understand-product-intent
1295
+ guidance_path: templates/articles/l02.md
1296
+ - id: technical-guide-l03-page
1297
+ profile: technical-guide
1298
+ path: templates/articles/l03.md
1299
+ kind: page-program
1300
+ delivery: selected
1301
+ reader_goal: understand-technical-design
1302
+ guidance_path: templates/articles/l03.md
1303
+ - id: user-and-developer-guide-l03-page
1304
+ profile: user-and-developer-guide
1305
+ path: templates/articles/l03.md
1306
+ kind: page-program
1307
+ delivery: selected
1308
+ reader_goal: understand-technical-design
1309
+ guidance_path: templates/articles/l03.md
1310
+ - id: technical-guide-l04-page
1311
+ profile: technical-guide
1312
+ path: templates/articles/l04.md
1313
+ kind: page-program
1314
+ delivery: selected
1315
+ reader_goal: understand-technical-design
1316
+ guidance_path: templates/articles/l04.md
1317
+ - id: user-and-developer-guide-l05-page
1318
+ profile: user-and-developer-guide
1319
+ path: templates/articles/l05.md
1320
+ kind: page-program
1321
+ delivery: selected
1322
+ reader_goal: understand-product-intent
1323
+ guidance_path: templates/articles/l05.md
1324
+ - id: test-validation-q01-page
1325
+ profile: test-validation
1326
+ path: templates/articles/q01.md
1327
+ kind: page-program
1328
+ delivery: selected
1329
+ reader_goal: verify-behavior-or-acceptance
1330
+ guidance_path: templates/articles/q01.md
1331
+ - id: domain-reference-q01-page
1332
+ profile: domain-reference
1333
+ path: templates/articles/q01.md
1334
+ kind: page-program
1335
+ delivery: selected
1336
+ reader_goal: understand-domain
1337
+ guidance_path: templates/articles/q01.md
1338
+ - id: test-validation-q02-page
1339
+ profile: test-validation
1340
+ path: templates/articles/q02.md
1341
+ kind: page-program
1342
+ delivery: selected
1343
+ reader_goal: verify-behavior-or-acceptance
1344
+ guidance_path: templates/articles/q02.md
1345
+ - id: test-validation-q03-page
1346
+ profile: test-validation
1347
+ path: templates/articles/q03.md
1348
+ kind: page-program
1349
+ delivery: selected
1350
+ reader_goal: verify-behavior-or-acceptance
1351
+ guidance_path: templates/articles/q03.md
1352
+ - id: test-validation-q04-page
1353
+ profile: test-validation
1354
+ path: templates/articles/q04.md
1355
+ kind: page-program
1356
+ delivery: selected
1357
+ reader_goal: verify-behavior-or-acceptance
1358
+ guidance_path: templates/articles/q04.md
1359
+ - id: test-validation-q05-page
1360
+ profile: test-validation
1361
+ path: templates/articles/q05.md
1362
+ kind: page-program
1363
+ delivery: selected
1364
+ reader_goal: verify-behavior-or-acceptance
1365
+ guidance_path: templates/articles/q05.md
1366
+ - id: runbook-q05-page
1367
+ profile: runbook
1368
+ path: templates/articles/q05.md
1369
+ kind: page-program
1370
+ delivery: selected
1371
+ reader_goal: operate-or-recover-system
1372
+ guidance_path: templates/articles/q05.md
1373
+ - id: runbook-q06-page
1374
+ profile: runbook
1375
+ path: templates/articles/q06.md
1376
+ kind: page-program
1377
+ delivery: selected
1378
+ reader_goal: operate-or-recover-system
1379
+ guidance_path: templates/articles/q06.md
1380
+ - id: user-and-developer-guide-q06-page
1381
+ profile: user-and-developer-guide
1382
+ path: templates/articles/q06.md
1383
+ kind: page-program
1384
+ delivery: selected
1385
+ reader_goal: understand-product-intent
1386
+ guidance_path: templates/articles/q06.md
1387
+ - id: incident-review-q07-page
1388
+ profile: incident-review
1389
+ path: templates/articles/q07.md
1390
+ kind: page-program
1391
+ delivery: selected
1392
+ reader_goal: learn-from-incident
1393
+ guidance_path: templates/articles/q07.md
1394
+ - id: faq-support-q07-page
1395
+ profile: faq-support
1396
+ path: templates/articles/q07.md
1397
+ kind: page-program
1398
+ delivery: selected
1399
+ reader_goal: resolve-reader-question
1400
+ guidance_path: templates/articles/q07.md
1401
+ - id: technical-guide-s01-page
1402
+ profile: technical-guide
1403
+ path: templates/articles/s01.md
1404
+ kind: page-program
1405
+ delivery: selected
1406
+ reader_goal: understand-technical-design
1407
+ guidance_path: templates/articles/s01.md
1408
+ - id: domain-reference-s04-page
1409
+ profile: domain-reference
1410
+ path: templates/articles/s04.md
1411
+ kind: page-program
1412
+ delivery: selected
1413
+ reader_goal: understand-domain
1414
+ guidance_path: templates/articles/s04.md
1415
+ - id: technical-guide-s05-page
1416
+ profile: technical-guide
1417
+ path: templates/articles/s05.md
1418
+ kind: page-program
1419
+ delivery: selected
1420
+ reader_goal: understand-technical-design
1421
+ guidance_path: templates/articles/s05.md
1422
+ - id: technical-guide-s06-page
1423
+ profile: technical-guide
1424
+ path: templates/articles/s06.md
1425
+ kind: page-program
1426
+ delivery: selected
1427
+ reader_goal: understand-technical-design
1428
+ guidance_path: templates/articles/s06.md
1429
+ - id: runbook-s07-page
1430
+ profile: runbook
1431
+ path: templates/articles/s07.md
1432
+ kind: page-program
1433
+ delivery: selected
1434
+ reader_goal: operate-or-recover-system
1435
+ guidance_path: templates/articles/s07.md
1436
+ forbidden_fallbacks:
1437
+ - transcript-as-knowledge
1438
+ - inferred-approval
1439
+ - duplicate-reader-target
1440
+ completion_checks:
1441
+ - source-authority-binding
1442
+ - section-disposition-closure
1443
+ - material-gap-closure
1444
+ customization:
1445
+ supports:
1446
+ - instructions-append
1447
+ - template-override
1448
+ guide: references/customization.md
1449
+ quality_guidance:
1450
+ metric_ids:
1451
+ - inventory-disposition-coverage
1452
+ - duplicated-fact-target-ratio
1453
+ - narrative-enumeration-ratio
1454
+ - normalized-template-repetition-ratio
1455
+ - implementation-body-ratio
1456
+ - reference-only-reader-targets
1457
+ - unresolved-ordinal-partitions
1458
+ - discretionary-artifacts-per-logical-unit
1459
+ repair: references/writing.md