@c4a/context-cli 0.7.9 → 0.7.10-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (345) hide show
  1. package/cli.js +59387 -99747
  2. package/indexers/bundles/context-code-indexer/SKILL.md +19 -44
  3. package/indexers/bundles/context-code-indexer/context-indexer.yaml +2 -19
  4. package/indexers/bundles/context-code-indexer/references/composers/contracts-and-chains.md +7 -2
  5. package/indexers/bundles/context-code-indexer/references/composers/cross-module-chain.md +7 -2
  6. package/indexers/bundles/context-code-indexer/references/composers/development-and-delivery.md +7 -2
  7. package/indexers/bundles/context-code-indexer/references/composers/event-flow.md +7 -2
  8. package/indexers/bundles/context-code-indexer/references/composers/examples-and-documentation.md +7 -2
  9. package/indexers/bundles/context-code-indexer/references/composers/persistence-boundary.md +7 -2
  10. package/indexers/bundles/context-code-indexer/references/composers/protocol-boundary.md +8 -3
  11. package/indexers/bundles/context-code-indexer/references/composers/public-contract.md +9 -4
  12. package/indexers/bundles/context-code-indexer/references/indexer.md +137 -328
  13. package/indexers/bundles/context-code-indexer/references/metrics.md +1 -1
  14. package/indexers/bundles/context-code-indexer/templates/adapter-integration-maintenance-guide.md +1 -9
  15. package/indexers/bundles/context-code-indexer/templates/adapter-integration-request-adaptation-guide.md +1 -9
  16. package/indexers/bundles/context-code-indexer/templates/adapter-integration-usage-guide.md +1 -9
  17. package/indexers/bundles/context-code-indexer/templates/api-service-maintenance-guide.md +1 -9
  18. package/indexers/bundles/context-code-indexer/templates/api-service-public-api-reference.md +1 -9
  19. package/indexers/bundles/context-code-indexer/templates/background-runtime-maintenance-guide.md +1 -9
  20. package/indexers/bundles/context-code-indexer/templates/background-runtime-task-runtime-guide.md +1 -9
  21. package/indexers/bundles/context-code-indexer/templates/cli-tool-maintenance-guide.md +1 -9
  22. package/indexers/bundles/context-code-indexer/templates/cli-tool-public-api-reference.md +1 -9
  23. package/indexers/bundles/context-code-indexer/templates/cli-tool-usage-guide.md +1 -9
  24. package/indexers/bundles/context-code-indexer/templates/component-library-maintenance-guide.md +1 -9
  25. package/indexers/bundles/context-code-indexer/templates/component-library-public-api-reference.md +1 -9
  26. package/indexers/bundles/context-code-indexer/templates/component-library-usage-guide.md +1 -9
  27. package/indexers/bundles/context-code-indexer/templates/contract-source-public-api-reference.md +1 -9
  28. package/indexers/bundles/context-code-indexer/templates/contract-source-usage-guide.md +1 -9
  29. package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation-maintenance-guide.md +1 -9
  30. package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation-task-runtime-guide.md +1 -9
  31. package/indexers/bundles/context-code-indexer/templates/data-sync-reconciliation.md +5 -6
  32. package/indexers/bundles/context-code-indexer/templates/derived-generated-source-public-api-reference.md +1 -9
  33. package/indexers/bundles/context-code-indexer/templates/derived-generated-source-usage-guide.md +1 -9
  34. package/indexers/bundles/context-code-indexer/templates/domain-service-maintenance-guide.md +1 -9
  35. package/indexers/bundles/context-code-indexer/templates/domain-service-public-api-reference.md +1 -9
  36. package/indexers/bundles/context-code-indexer/templates/event-consumer-maintenance-guide.md +1 -9
  37. package/indexers/bundles/context-code-indexer/templates/event-consumer-task-runtime-guide.md +1 -9
  38. package/indexers/bundles/context-code-indexer/templates/gateway-facade-maintenance-guide.md +1 -9
  39. package/indexers/bundles/context-code-indexer/templates/gateway-facade-public-api-reference.md +1 -9
  40. package/indexers/bundles/context-code-indexer/templates/gateway-facade-request-adaptation-guide.md +1 -9
  41. package/indexers/bundles/context-code-indexer/templates/monorepo-container-maintenance-guide.md +1 -9
  42. package/indexers/bundles/context-code-indexer/templates/monorepo-container-usage-guide.md +1 -9
  43. package/indexers/bundles/context-code-indexer/templates/plugin-extension-maintenance-guide.md +1 -9
  44. package/indexers/bundles/context-code-indexer/templates/plugin-extension-public-api-reference.md +1 -9
  45. package/indexers/bundles/context-code-indexer/templates/plugin-extension-usage-guide.md +1 -9
  46. package/indexers/bundles/context-code-indexer/templates/sdk-library-maintenance-guide.md +1 -9
  47. package/indexers/bundles/context-code-indexer/templates/sdk-library-public-api-reference.md +1 -9
  48. package/indexers/bundles/context-code-indexer/templates/sdk-library-usage-guide.md +1 -9
  49. package/indexers/bundles/context-code-indexer/templates/storage-repository-maintenance-guide.md +1 -9
  50. package/indexers/bundles/context-code-indexer/templates/storage-repository-public-api-reference.md +1 -9
  51. package/indexers/bundles/context-code-indexer/templates/web-application-federation-guide.md +1 -9
  52. package/indexers/bundles/context-code-indexer/templates/web-application-maintenance-guide.md +1 -9
  53. package/indexers/bundles/context-code-indexer/templates/web-application-page-task-guide.md +1 -9
  54. package/indexers/bundles/context-code-indexer/tests/fixtures/composers.json +8 -8
  55. package/indexers/bundles/context-code-indexer/tests/fixtures/profiles.json +240 -48
  56. package/indexers/bundles/context-markdown-indexer/SKILL.md +20 -24
  57. package/indexers/bundles/context-markdown-indexer/context-indexer.yaml +2 -2
  58. package/indexers/bundles/context-markdown-indexer/references/classification.md +28 -63
  59. package/indexers/bundles/context-markdown-indexer/references/editorial-policy.md +2 -2
  60. package/indexers/bundles/context-markdown-indexer/references/indexer.md +57 -113
  61. package/indexers/bundles/context-markdown-indexer/references/semantic-planning.md +48 -176
  62. package/indexers/bundles/context-markdown-indexer/references/structure-and-artifacts.md +33 -115
  63. package/indexers/bundles/context-markdown-indexer/tests/fixtures/anonymous.json +0 -6
  64. package/indexers/bundles/context-markdown-indexer/tests/fixtures/profiles.json +195 -39
  65. package/indexers/bundles/context-note-indexer/SKILL.md +20 -5
  66. package/indexers/bundles/context-note-indexer/context-indexer.yaml +2 -371
  67. package/indexers/bundles/context-note-indexer/references/classification.md +22 -49
  68. package/indexers/bundles/context-note-indexer/references/customization.md +19 -32
  69. package/indexers/bundles/context-note-indexer/references/extension-placement.md +13 -39
  70. package/indexers/bundles/context-note-indexer/references/indexer.md +6 -2
  71. package/indexers/bundles/context-note-indexer/references/updates-and-composition.md +26 -32
  72. package/indexers/bundles/context-note-indexer/references/writing.md +4 -4
  73. package/indexers/bundles/context-note-indexer/tests/fixtures/profiles.json +0 -54
  74. package/indexers/bundles/context-sessions-indexer/SKILL.md +20 -5
  75. package/indexers/bundles/context-sessions-indexer/context-indexer.yaml +2 -371
  76. package/indexers/bundles/context-sessions-indexer/references/classification.md +22 -50
  77. package/indexers/bundles/context-sessions-indexer/references/customization.md +19 -32
  78. package/indexers/bundles/context-sessions-indexer/references/extension-placement.md +12 -39
  79. package/indexers/bundles/context-sessions-indexer/references/indexer.md +6 -2
  80. package/indexers/bundles/context-sessions-indexer/references/updates-and-composition.md +26 -32
  81. package/indexers/bundles/context-sessions-indexer/references/writing.md +4 -4
  82. package/indexers/bundles/context-sessions-indexer/tests/fixtures/profiles.json +0 -54
  83. package/indexers/contracts/operator-contract.json +2 -4
  84. package/indexers/contracts/profile-contract.json +246 -940
  85. package/indexers/release-manifest.json +94 -98
  86. package/package.json +12 -12
  87. package/parserEntryWorker.js +2759 -16446
  88. package/plugins/VERSION +1 -1
  89. package/plugins/claude/.claude-plugin/plugin.json +1 -1
  90. package/plugins/claude/commands/context.md +6 -7
  91. package/plugins/claude/skills/context-indexer-create/SKILL.md +31 -70
  92. package/plugins/claude/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
  93. package/plugins/codex/.codex-plugin/plugin.json +2 -2
  94. package/plugins/codex/skills/context/SKILL.md +6 -7
  95. package/plugins/codex/skills/context-indexer-create/SKILL.md +31 -70
  96. package/plugins/codex/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
  97. package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
  98. package/plugins/cursor/commands/c4a-context.md +6 -7
  99. package/plugins/cursor/skills/context-indexer-create/SKILL.md +31 -70
  100. package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
  101. package/plugins/skills/context/SKILL.md +6 -7
  102. package/plugins/skills/context-code-indexer/SKILL.md +19 -44
  103. package/plugins/skills/context-code-indexer/context-indexer.yaml +2 -19
  104. package/plugins/skills/context-code-indexer/references/composers/contracts-and-chains.md +7 -2
  105. package/plugins/skills/context-code-indexer/references/composers/cross-module-chain.md +7 -2
  106. package/plugins/skills/context-code-indexer/references/composers/development-and-delivery.md +7 -2
  107. package/plugins/skills/context-code-indexer/references/composers/event-flow.md +7 -2
  108. package/plugins/skills/context-code-indexer/references/composers/examples-and-documentation.md +7 -2
  109. package/plugins/skills/context-code-indexer/references/composers/persistence-boundary.md +7 -2
  110. package/plugins/skills/context-code-indexer/references/composers/protocol-boundary.md +8 -3
  111. package/plugins/skills/context-code-indexer/references/composers/public-contract.md +9 -4
  112. package/plugins/skills/context-code-indexer/references/indexer.md +137 -328
  113. package/plugins/skills/context-code-indexer/references/metrics.md +1 -1
  114. package/plugins/skills/context-code-indexer/templates/adapter-integration-maintenance-guide.md +1 -9
  115. package/plugins/skills/context-code-indexer/templates/adapter-integration-request-adaptation-guide.md +1 -9
  116. package/plugins/skills/context-code-indexer/templates/adapter-integration-usage-guide.md +1 -9
  117. package/plugins/skills/context-code-indexer/templates/api-service-maintenance-guide.md +1 -9
  118. package/plugins/skills/context-code-indexer/templates/api-service-public-api-reference.md +1 -9
  119. package/plugins/skills/context-code-indexer/templates/background-runtime-maintenance-guide.md +1 -9
  120. package/plugins/skills/context-code-indexer/templates/background-runtime-task-runtime-guide.md +1 -9
  121. package/plugins/skills/context-code-indexer/templates/cli-tool-maintenance-guide.md +1 -9
  122. package/plugins/skills/context-code-indexer/templates/cli-tool-public-api-reference.md +1 -9
  123. package/plugins/skills/context-code-indexer/templates/cli-tool-usage-guide.md +1 -9
  124. package/plugins/skills/context-code-indexer/templates/component-library-maintenance-guide.md +1 -9
  125. package/plugins/skills/context-code-indexer/templates/component-library-public-api-reference.md +1 -9
  126. package/plugins/skills/context-code-indexer/templates/component-library-usage-guide.md +1 -9
  127. package/plugins/skills/context-code-indexer/templates/contract-source-public-api-reference.md +1 -9
  128. package/plugins/skills/context-code-indexer/templates/contract-source-usage-guide.md +1 -9
  129. package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-maintenance-guide.md +1 -9
  130. package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation-task-runtime-guide.md +1 -9
  131. package/plugins/skills/context-code-indexer/templates/data-sync-reconciliation.md +5 -6
  132. package/plugins/skills/context-code-indexer/templates/derived-generated-source-public-api-reference.md +1 -9
  133. package/plugins/skills/context-code-indexer/templates/derived-generated-source-usage-guide.md +1 -9
  134. package/plugins/skills/context-code-indexer/templates/domain-service-maintenance-guide.md +1 -9
  135. package/plugins/skills/context-code-indexer/templates/domain-service-public-api-reference.md +1 -9
  136. package/plugins/skills/context-code-indexer/templates/event-consumer-maintenance-guide.md +1 -9
  137. package/plugins/skills/context-code-indexer/templates/event-consumer-task-runtime-guide.md +1 -9
  138. package/plugins/skills/context-code-indexer/templates/gateway-facade-maintenance-guide.md +1 -9
  139. package/plugins/skills/context-code-indexer/templates/gateway-facade-public-api-reference.md +1 -9
  140. package/plugins/skills/context-code-indexer/templates/gateway-facade-request-adaptation-guide.md +1 -9
  141. package/plugins/skills/context-code-indexer/templates/monorepo-container-maintenance-guide.md +1 -9
  142. package/plugins/skills/context-code-indexer/templates/monorepo-container-usage-guide.md +1 -9
  143. package/plugins/skills/context-code-indexer/templates/plugin-extension-maintenance-guide.md +1 -9
  144. package/plugins/skills/context-code-indexer/templates/plugin-extension-public-api-reference.md +1 -9
  145. package/plugins/skills/context-code-indexer/templates/plugin-extension-usage-guide.md +1 -9
  146. package/plugins/skills/context-code-indexer/templates/sdk-library-maintenance-guide.md +1 -9
  147. package/plugins/skills/context-code-indexer/templates/sdk-library-public-api-reference.md +1 -9
  148. package/plugins/skills/context-code-indexer/templates/sdk-library-usage-guide.md +1 -9
  149. package/plugins/skills/context-code-indexer/templates/storage-repository-maintenance-guide.md +1 -9
  150. package/plugins/skills/context-code-indexer/templates/storage-repository-public-api-reference.md +1 -9
  151. package/plugins/skills/context-code-indexer/templates/web-application-federation-guide.md +1 -9
  152. package/plugins/skills/context-code-indexer/templates/web-application-maintenance-guide.md +1 -9
  153. package/plugins/skills/context-code-indexer/templates/web-application-page-task-guide.md +1 -9
  154. package/plugins/skills/context-code-indexer/tests/fixtures/composers.json +8 -8
  155. package/plugins/skills/context-code-indexer/tests/fixtures/profiles.json +240 -48
  156. package/plugins/skills/context-indexer-create/SKILL.md +31 -70
  157. package/plugins/skills/context-indexer-create/references/guides/indexer-skill-creation.md +107 -97
  158. package/plugins/skills/context-markdown-indexer/SKILL.md +20 -24
  159. package/plugins/skills/context-markdown-indexer/context-indexer.yaml +2 -2
  160. package/plugins/skills/context-markdown-indexer/references/classification.md +28 -63
  161. package/plugins/skills/context-markdown-indexer/references/editorial-policy.md +2 -2
  162. package/plugins/skills/context-markdown-indexer/references/indexer.md +57 -113
  163. package/plugins/skills/context-markdown-indexer/references/semantic-planning.md +48 -176
  164. package/plugins/skills/context-markdown-indexer/references/structure-and-artifacts.md +33 -115
  165. package/plugins/skills/context-markdown-indexer/tests/fixtures/anonymous.json +0 -6
  166. package/plugins/skills/context-markdown-indexer/tests/fixtures/profiles.json +195 -39
  167. package/plugins/skills/context-note-indexer/SKILL.md +20 -5
  168. package/plugins/skills/context-note-indexer/context-indexer.yaml +2 -371
  169. package/plugins/skills/context-note-indexer/references/classification.md +22 -49
  170. package/plugins/skills/context-note-indexer/references/customization.md +19 -32
  171. package/plugins/skills/context-note-indexer/references/extension-placement.md +13 -39
  172. package/plugins/skills/context-note-indexer/references/indexer.md +6 -2
  173. package/plugins/skills/context-note-indexer/references/updates-and-composition.md +26 -32
  174. package/plugins/skills/context-note-indexer/references/writing.md +4 -4
  175. package/plugins/skills/context-note-indexer/tests/fixtures/profiles.json +0 -54
  176. package/plugins/skills/context-sessions-indexer/SKILL.md +20 -5
  177. package/plugins/skills/context-sessions-indexer/context-indexer.yaml +2 -371
  178. package/plugins/skills/context-sessions-indexer/references/classification.md +22 -50
  179. package/plugins/skills/context-sessions-indexer/references/customization.md +19 -32
  180. package/plugins/skills/context-sessions-indexer/references/extension-placement.md +12 -39
  181. package/plugins/skills/context-sessions-indexer/references/indexer.md +6 -2
  182. package/plugins/skills/context-sessions-indexer/references/updates-and-composition.md +26 -32
  183. package/plugins/skills/context-sessions-indexer/references/writing.md +4 -4
  184. package/plugins/skills/context-sessions-indexer/tests/fixtures/profiles.json +0 -54
  185. package/providers/context/actions/approve-production-report.yaml +5 -0
  186. package/providers/context/actions/configure-production-requirements.yaml +5 -0
  187. package/providers/context/actions/prepare-production-stage.yaml +5 -0
  188. package/providers/context/actions/register-source-batch.yaml +1 -1
  189. package/providers/context/actions/run-indexer-lifecycle.yaml +4 -1
  190. package/providers/context/actions/work-production-stage.yaml +5 -0
  191. package/providers/context/codes.yaml +10 -7
  192. package/providers/context/graphs/indexer.yaml +127 -596
  193. package/providers/context/graphs/workspace.yaml +2 -37
  194. package/providers/context/manifest.json +106 -813
  195. package/providers/context/provider.yaml +1 -1
  196. package/providers/context/resources/contracts/indexer-provider-guide.yaml +2 -2
  197. package/providers/context/resources/diagnostics/verification.md +4 -6
  198. package/providers/context/resources/dialogue/source-boundary.md +5 -7
  199. package/providers/context/resources/manuals/guides/code-indexer-skill-authoring.md +84 -0
  200. package/providers/context/resources/manuals/guides/indexer-provider-and-customization.md +117 -0
  201. package/providers/context/resources/manuals/guides/knowledge-updates.md +35 -14
  202. package/providers/context/resources/manuals/guides/markdown-indexer-skill-authoring.md +65 -0
  203. package/providers/context/resources/manuals/reference/package-templates.md +39 -65
  204. package/providers/context/resources/manuals/reference/template-variables.md +2 -3
  205. package/providers/context/resources/procedures/approved-revision.md +28 -35
  206. package/providers/context/resources/procedures/knowledge-review.md +1 -1
  207. package/providers/context/resources/procedures/knowledge-updates.md +35 -14
  208. package/providers/context/resources/procedures/parallel-agent-batch.md +33 -134
  209. package/providers/context/resources/procedures/production-requirements.md +61 -0
  210. package/providers/context/resources/procedures/production-stage-files.md +57 -0
  211. package/providers/context/resources/procedures/source-boundary.md +8 -10
  212. package/providers/context/resources/procedures/task-recovery.md +15 -20
  213. package/providers/context/resources/procedures/work-start-report.md +91 -413
  214. package/providers/context/resources/templates/indexer-agent-worker.md +20 -61
  215. package/providers/context/resources/templates/work-start-report.md +43 -279
  216. package/providers/context/schemas/approved-revision-result.schema.json +61 -2
  217. package/providers/context/schemas/indexer-agent-step-result.schema.json +128 -2043
  218. package/providers/context/schemas/source-batch-input.schema.json +0 -14
  219. package/providers/context/skills/resolve-current-indexer-gate/SKILL.md +11 -50
  220. package/providers/context/skills/run-indexer-agent-step/SKILL.md +19 -425
  221. package/providers/context/skills/run-indexer-lifecycle/SKILL.md +28 -214
  222. package/providers/context/skills/work-production-stage/SKILL.md +35 -0
  223. package/indexers/bundles/context-markdown-indexer/tests/fixtures/migration-equivalence.json +0 -186
  224. package/plugins/claude/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
  225. package/plugins/claude/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
  226. package/plugins/claude/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -471
  227. package/plugins/claude/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
  228. package/plugins/claude/skills/context-indexer-create/references/guides/note.md +0 -37
  229. package/plugins/claude/skills/context-indexer-create/references/guides/sessions.md +0 -50
  230. package/plugins/claude/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -854
  231. package/plugins/codex/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
  232. package/plugins/codex/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
  233. package/plugins/codex/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -471
  234. package/plugins/codex/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
  235. package/plugins/codex/skills/context-indexer-create/references/guides/note.md +0 -37
  236. package/plugins/codex/skills/context-indexer-create/references/guides/sessions.md +0 -50
  237. package/plugins/codex/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -854
  238. package/plugins/cursor/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
  239. package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
  240. package/plugins/cursor/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -471
  241. package/plugins/cursor/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
  242. package/plugins/cursor/skills/context-indexer-create/references/guides/note.md +0 -37
  243. package/plugins/cursor/skills/context-indexer-create/references/guides/sessions.md +0 -50
  244. package/plugins/cursor/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -854
  245. package/plugins/skills/context-indexer-create/references/guides/code-indexer-skill-authoring.md +0 -180
  246. package/plugins/skills/context-indexer-create/references/guides/indexer-manifest-example.md +0 -103
  247. package/plugins/skills/context-indexer-create/references/guides/indexer-provider-and-customization.md +0 -471
  248. package/plugins/skills/context-indexer-create/references/guides/markdown-indexer-skill-authoring.md +0 -136
  249. package/plugins/skills/context-indexer-create/references/guides/note.md +0 -37
  250. package/plugins/skills/context-indexer-create/references/guides/sessions.md +0 -50
  251. package/plugins/skills/context-indexer-create/references/reference/indexer-provider-protocol.md +0 -854
  252. package/plugins/skills/context-markdown-indexer/tests/fixtures/migration-equivalence.json +0 -186
  253. package/providers/context/actions/advance-current-indexer-lifecycle.yaml +0 -6
  254. package/providers/context/actions/apply-indexer-project.yaml +0 -7
  255. package/providers/context/actions/authorize-current-indexer-provider-program.yaml +0 -6
  256. package/providers/context/actions/authorize-indexer-dependencies.yaml +0 -7
  257. package/providers/context/actions/authorize-indexer-program-execution.yaml +0 -7
  258. package/providers/context/actions/compile-indexer-candidates.yaml +0 -8
  259. package/providers/context/actions/configure-community-indexer-fallback.yaml +0 -6
  260. package/providers/context/actions/configure-indexer-providers.yaml +0 -6
  261. package/providers/context/actions/confirm-index-requirement-workset.yaml +0 -8
  262. package/providers/context/actions/confirm-subject-reidentification.yaml +0 -8
  263. package/providers/context/actions/discover-markdown-indexer-providers.yaml +0 -6
  264. package/providers/context/actions/finalize-current-indexer-provider-selection.yaml +0 -5
  265. package/providers/context/actions/inspect-indexer-dependencies.yaml +0 -7
  266. package/providers/context/actions/inspect-indexer-program-execution.yaml +0 -7
  267. package/providers/context/actions/inspect-indexer-project-proposal.yaml +0 -7
  268. package/providers/context/actions/inspect-markdown-provider-capture.yaml +0 -7
  269. package/providers/context/actions/maintain-evidence.yaml +0 -6
  270. package/providers/context/actions/materialize-indexer-instructions.yaml +0 -7
  271. package/providers/context/actions/materialize-indexer-workset-view.yaml +0 -7
  272. package/providers/context/actions/observe-indexer-project.yaml +0 -7
  273. package/providers/context/actions/prepare-indexer-customization-project.yaml +0 -7
  274. package/providers/context/actions/propose-indexer-customization.yaml +0 -7
  275. package/providers/context/actions/propose-overlay-question-amendment.yaml +0 -7
  276. package/providers/context/actions/rebind-indexer-selection-to-requirement.yaml +0 -7
  277. package/providers/context/actions/report-indexer-incremental-impact.yaml +0 -8
  278. package/providers/context/actions/resolve-current-indexer-provider.yaml +0 -6
  279. package/providers/context/actions/route-index-requirement-confirmation.yaml +0 -8
  280. package/providers/context/actions/route-indexer-provider-selection.yaml +0 -7
  281. package/providers/context/actions/run-indexer-agent-step.yaml +0 -7
  282. package/providers/context/actions/run-indexer-post-author-composer.yaml +0 -7
  283. package/providers/context/actions/validate-indexer-contract-overlays.yaml +0 -7
  284. package/providers/context/actions/validate-indexer-customization.yaml +0 -7
  285. package/providers/context/actions/validate-indexer-selection-proposal.yaml +0 -7
  286. package/providers/context/actions/validate-main-index-run.yaml +0 -7
  287. package/providers/context/actions/validate-markdown-provider-selection.yaml +0 -7
  288. package/providers/context/actions/validate-subject-key-schemas.yaml +0 -8
  289. package/providers/context/resources/dialogue/evidence-maintenance.md +0 -26
  290. package/providers/context/resources/procedures/evidence-maintenance.md +0 -20
  291. package/providers/context/resources/views/authorized-indexer-workset-view.yaml +0 -15
  292. package/providers/context/resources/views/resolved-indexer-instructions.yaml +0 -21
  293. package/providers/context/schemas/evidence-maintenance-input.schema.json +0 -30
  294. package/providers/context/schemas/indexer-agent-step-input.schema.json +0 -80
  295. package/providers/context/schemas/indexer-authorized-workset-view.schema.json +0 -65
  296. package/providers/context/schemas/indexer-candidate-compile-input.schema.json +0 -57
  297. package/providers/context/schemas/indexer-candidate-compile-output.schema.json +0 -38
  298. package/providers/context/schemas/indexer-contract-overlay-validation-input.schema.json +0 -48
  299. package/providers/context/schemas/indexer-contract-overlay-validation-result.schema.json +0 -63
  300. package/providers/context/schemas/indexer-customization-project-preparation-result.schema.json +0 -44
  301. package/providers/context/schemas/indexer-customization-proposal-draft.schema.json +0 -83
  302. package/providers/context/schemas/indexer-customization-validation-result.schema.json +0 -36
  303. package/providers/context/schemas/indexer-dependency-authorization-input.schema.json +0 -71
  304. package/providers/context/schemas/indexer-dependency-authorization-result.schema.json +0 -138
  305. package/providers/context/schemas/indexer-incremental-impact-input.schema.json +0 -31
  306. package/providers/context/schemas/indexer-incremental-impact-output.schema.json +0 -52
  307. package/providers/context/schemas/indexer-main-lifecycle-input.schema.json +0 -180
  308. package/providers/context/schemas/indexer-main-lifecycle-output.schema.json +0 -194
  309. package/providers/context/schemas/indexer-markdown-provider-capture-input.schema.json +0 -17
  310. package/providers/context/schemas/indexer-markdown-provider-capture-output.schema.json +0 -54
  311. package/providers/context/schemas/indexer-markdown-provider-validation-input.schema.json +0 -34
  312. package/providers/context/schemas/indexer-markdown-provider-validation-output.schema.json +0 -75
  313. package/providers/context/schemas/indexer-materialize-request.schema.json +0 -49
  314. package/providers/context/schemas/indexer-materialized-resource.schema.json +0 -64
  315. package/providers/context/schemas/indexer-overlay-question-amendment.schema.json +0 -13
  316. package/providers/context/schemas/indexer-overlay-question-proposal-input.schema.json +0 -89
  317. package/providers/context/schemas/indexer-overlay-question-rebind-input.schema.json +0 -35
  318. package/providers/context/schemas/indexer-overlay-question-rebind-result.schema.json +0 -25
  319. package/providers/context/schemas/indexer-program-execution-authorization-input.schema.json +0 -145
  320. package/providers/context/schemas/indexer-program-execution-authorization-result.schema.json +0 -60
  321. package/providers/context/schemas/indexer-project-action-result.schema.json +0 -19
  322. package/providers/context/schemas/indexer-project-gate-input.schema.json +0 -100
  323. package/providers/context/schemas/indexer-project-observation-input.schema.json +0 -16
  324. package/providers/context/schemas/indexer-project-observation-result.schema.json +0 -42
  325. package/providers/context/schemas/indexer-provider-route-input.schema.json +0 -55
  326. package/providers/context/schemas/indexer-provider-route-report.schema.json +0 -188
  327. package/providers/context/schemas/indexer-requirement-confirmation-input.schema.json +0 -27
  328. package/providers/context/schemas/indexer-requirement-confirmation-output.schema.json +0 -24
  329. package/providers/context/schemas/indexer-selection-proposal-input.schema.json +0 -12
  330. package/providers/context/schemas/indexer-selection-proposal-validation.schema.json +0 -23
  331. package/providers/context/schemas/indexer-subject-reidentification-input.schema.json +0 -37
  332. package/providers/context/schemas/indexer-subject-reidentification-output.schema.json +0 -31
  333. package/providers/context/schemas/indexer-workset-view-materialization-request.schema.json +0 -35
  334. package/providers/context/skills/authorize-current-indexer-provider-program/SKILL.md +0 -20
  335. package/providers/context/skills/configure-indexer-providers/SKILL.md +0 -137
  336. package/providers/context/skills/configure-indexer-providers/references/guides/code-indexer-skill-authoring.md +0 -180
  337. package/providers/context/skills/configure-indexer-providers/references/guides/indexer-provider-and-customization.md +0 -471
  338. package/providers/context/skills/configure-indexer-providers/references/guides/markdown-indexer-skill-authoring.md +0 -136
  339. package/providers/context/skills/configure-indexer-providers/references/guides/note.md +0 -37
  340. package/providers/context/skills/configure-indexer-providers/references/guides/sessions.md +0 -50
  341. package/providers/context/skills/configure-indexer-providers/references/reference/indexer-provider-protocol.md +0 -854
  342. package/providers/context/skills/prepare-indexer-customization-project/SKILL.md +0 -31
  343. package/providers/context/skills/propose-indexer-customization/SKILL.md +0 -40
  344. package/providers/context/skills/resolve-current-indexer-provider/SKILL.md +0 -20
  345. package/providers/context/skills/run-indexer-post-author-composer/SKILL.md +0 -122
package/plugins/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.9
1
+ 0.7.10-alpha.1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "c4a",
3
3
  "description": "Start or continue a project-local knowledge workspace through one graph-routed entry.",
4
- "version": "0.7.9",
4
+ "version": "0.7.10-alpha.1",
5
5
  "author": {
6
6
  "name": "c4a"
7
7
  },
@@ -192,13 +192,12 @@ or scope; discussion and save-only requests can end without production.
192
192
  condition and do not register the same request repeatedly.
193
193
  - When the user asks to compile, build or deliver a batch, use the current Route
194
194
  to choose early delivery or rebuilding; do not guess a command name.
195
- - **Delivery batch size:** use `context run --delivery-size <1–50|auto> --format json`
196
- for an explicit user preference; it applies to future theme waves in this task.
197
- - **Earlier delivery of newly authored pages:** use the Author Route's
198
- `delivery.request.command` (`context run --deliver --format json`). Finish any
199
- running command first. Complete the current Author batch, then follow the
200
- returned composition, Review and build steps. This does not approve content
201
- or merely rebuild old approved pages; all Author tasks need not finish first.
195
+ - **Earlier delivery of completed articles:** when explicitly requested, finish
196
+ any running command, then use `context run --deliver --format json` and follow
197
+ its Review, close and build routes. This pauses further writing without
198
+ approving content. Successful delivery resumes remaining tasks; an explicit
199
+ `context run --resume-writing --format json` cancels the pause without losing
200
+ drafts or approvals. Batch grouping belongs to the current Agent plan.
202
201
  - **An independent new task while work remains:** explain saved results,
203
202
  unfinished scope and concrete rollback losses. Reuse or obtain the user's
204
203
  choice to finish the current task or roll back an explicit scope. Do not
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: context-indexer-create
3
- description: Use when the user explicitly asks to create a new Context Indexer Provider Skill for code, documents, notes or session summaries. Do not activate for indexing existing sources, ordinary coding, knowledge queries or selecting an installed Provider.
3
+ description: Use when the user explicitly asks to create a new Context Indexer Skill for code, documents, notes or session summaries. Do not activate for indexing existing sources, ordinary coding, knowledge queries or selecting an installed skill.
4
4
  user-invocable: false
5
5
  metadata:
6
6
  context-role: "authoring-assistant"
@@ -9,72 +9,33 @@ metadata:
9
9
 
10
10
  # Create a Context Indexer
11
11
 
12
- Create a reusable Provider in the user's chosen directory. This is a Skill-writing
13
- assistant, not a Provider or a production Route. Use the conversation language.
14
- An explicit request to make a new Indexer is sufficient; the user need not name
15
- this Skill. Do not initialize a knowledge workspace to write a Provider.
16
-
17
- ## Establish the intended result
18
-
19
- Reuse the stated source type, readers, tasks and desired output. Ask only about
20
- missing choices that affect interpretation or ownership: should the new Provider
21
- replace an existing primary, or contribute to another Provider's pages? Notes
22
- may become FAQs, decisions or corrections; session summaries may or may not link
23
- to code changes. Do not force a taxonomy, a commit association, or one page per
24
- source. Distinguish a reusable Provider from a workspace-only wording/template
25
- change; explain the smaller option without refusing a requested new Provider.
26
-
27
- ## Read the matching contracts and examples
28
-
29
- Read [the authoring guide](references/guides/indexer-skill-creation.md), then the
30
- relevant sections of [the Provider protocol](references/reference/indexer-provider-protocol.md).
31
- Use the SDK version compatible with the intended CLI, rather than recalling
32
- schema fields from another release. These references are copied from the SDK
33
- at plugin build time; the installed schema remains the executable authority.
34
-
35
- - Code: [Code authoring](references/guides/code-indexer-skill-authoring.md).
36
- - Documents: [Markdown authoring](references/guides/markdown-indexer-skill-authoring.md).
37
- - Notes: [Note sources](references/guides/note.md).
38
- - Sessions: [Session sources](references/guides/sessions.md).
39
- - Composition and selection: [Provider customization](references/guides/indexer-provider-and-customization.md).
40
-
41
- Inspect the matching existing Provider's actual SKILL.md, context-indexer.yaml,
42
- selected instruction references and one relevant template. Use a Host-visible
43
- Skill path or the installed CLI catalog's guidance paths; do not crawl host
44
- caches or require this repository's developer paths. If examples or the SDK are
45
- unavailable, explain which validation remains unavailable. Do not invent a
46
- successful validation or silently install dependencies.
47
-
48
- ## Write a complete, bounded Provider
49
-
50
- Deliver SKILL.md, context-indexer.yaml, the declared instructions and useful
51
- page templates. Add anonymous fixtures and validation instructions. Add programs
52
- only for an actual unsupported extraction need; ordinary source interpretation
53
- and writing belong to the Agent. Derive manifest capabilities and resources
54
- from what the new bundle actually implements, not everything in the example.
55
-
56
- Use one context.indexer.provider/v1 manifest for all four source families.
57
- Note and Sessions currently use the markdown domain with their own target kinds
58
- and profiles; do not invent new protocol domains. A resource must be declared
59
- so the lifecycle can send it to the Agent: an unreferenced reference file is
60
- not enough. Preserve stable source/subject identity, evidence bindings and
61
- revision boundaries; keep nonessential metadata out of knowledge frontmatter.
62
-
63
- The new Provider does not own source authorization, scheduling, approval,
64
- close/build or publication. Return the current operation's declared results.
65
- Do not turn suggestions in notes or sessions into established implementation
66
- facts, and do not manufacture raw transcripts from summaries.
67
-
68
- ## Validate and hand off
69
-
70
- Follow the guide's manifest, resource, template and fixture checks in an isolated
71
- test directory. Test the intended reader output, insufficient material, revision
72
- of an existing page, and composition when advertised. Cover only the source
73
- families claimed by this Provider. Report static validation separately from an
74
- actual lifecycle run; a valid YAML file alone is not a working Provider.
75
-
76
- Summarize the created files, supported inputs, ownership/composition, tests and
77
- remaining limitations. Explain the user's chosen installation channel and host
78
- Skill switch. Installation/enabling does not select a Provider for a workspace.
79
- Only hand off to the existing Context production Skill when the user asks to
80
- use it there; that Skill follows a fresh Route for Provider selection.
12
+ Create a reusable skill in the user's chosen directory. This assistant writes
13
+ skills; it does not initialize a knowledge workspace or start production.
14
+ Use the conversation language and ask only for missing source, reader or
15
+ capability choices that materially affect the requested result.
16
+
17
+ Read [the authoring guide](references/guides/indexer-skill-creation.md).
18
+ When a relevant example is available, inspect its actual host-visible SKILL.md
19
+ and only the references needed for this source family. Do not crawl caches,
20
+ load every installed skill or require an exact Provider version.
21
+
22
+ Every Indexer starts with a useful skeleton: source structure, recognizable
23
+ features, names, counts when actually established, and entry locations.
24
+ Planning may use direct Agent investigation or a bounded helper appropriate
25
+ to the technology. Detailed parsing and behavior analysis are separate,
26
+ optional writing-time work. One module may use several skills.
27
+
28
+ Deliver SKILL.md and only useful references, templates or scripts. Do not
29
+ generate a Provider registration manifest, primary/extension binding, version
30
+ or hash verification flow, per-symbol fact ledger or persistent producer log.
31
+ The current Context stage supplies purpose, scope, scheduling and submission
32
+ schemas; the new skill contributes investigation and writing guidance.
33
+
34
+ Validate the skill's references and any scripts, then exercise realistic
35
+ anonymous material for its claimed capability. Distinguish static validation
36
+ from model output review and a real production run. Do not silently install
37
+ dependencies or claim tests that could not run.
38
+
39
+ Report created files, supported inputs, bounded helper behavior and remaining
40
+ limitations. Installation makes a skill available, not selected. Start actual
41
+ Context production only when requested, through its existing entry and route.
@@ -1,99 +1,109 @@
1
1
  # Creating a reusable Indexer Skill
2
2
 
3
- A Provider is a portable Skill bundle. Workspace-local customization changes a
4
- selected Provider for one workspace; it is not the packaging format for a new
5
- Provider. Start from the source interpretation and reader task, then choose
6
- primary replacement or an advertised extension.
7
-
8
- ## Package and protocol
9
-
10
- A typical instruction-only bundle contains:
11
-
12
- ```text
13
- context-example-indexer/
14
- SKILL.md
15
- context-indexer.yaml
16
- references/indexer.md
17
- references/writing.md
18
- templates/reader-guide.md
19
- ```
20
-
21
- The name is illustrative. Use a discoverable context-…-indexer… name and an
22
- explicit Provider identity/version. SKILL.md describes when the lifecycle may
23
- select it; context-indexer.yaml declares context.indexer.provider/v1, domains,
24
- activation, profiles, operations and resources. Instructions and templates must
25
- be declared for the profiles using them. Do not copy unused profiles, composers
26
- or resource paths. Do not add a provider manifest to the creation assistant itself.
27
-
28
- Start from the [minimal manifest](indexer-manifest-example.md), which gives the
29
- field tree in three groups: required, required once a capability is declared, and
30
- optional. Read the [protocol](../reference/indexer-provider-protocol.md) for the
31
- subsystem rules behind those fields selection validation, partition authority,
32
- overlays, controlled invocation and the [selection
33
- guide](indexer-provider-and-customization.md) for composition.
34
- The four built-in examples are context-code-indexer, context-markdown-indexer,
35
- context-note-indexer and context-sessions-indexer. The latter two are independent
36
- source interpreters using markdown-domain contracts. Use their source-specific
37
- references instead of making a Markdown Provider accept everything.
38
-
39
- ## Find a real example
40
-
41
- If Context CLI is available, inspect `context indexer catalog --format json`.
42
- Use the selected entry's guidance.skill_path and guidance.manifest_path to locate
43
- its bundle; read only that example and its declared resources. Alternatively use
44
- an exact Host-exposed installed Skill. Do not guess cache paths. This read-only
45
- catalog use is for Provider development, not a new production discovery gate.
46
-
47
- Choose one profile and follow its manifest references through instructions and
48
- template to its declared results. A code example demonstrates parser facts and
49
- public APIs; a document example demonstrates evidence-based consolidation;
50
- a note example demonstrates excerpts versus summaries; a sessions example
51
- separates decisions, rejected proposals and optional change associations.
52
- Adapt behavior, not only names. The example's breadth is not a minimum feature
53
- requirement for a specialized Provider.
54
-
55
- ## Validate against the installed SDK
56
-
57
- Use the matching SDK's public exports. For community installations the package
58
- is @c4a/context; for an internal distribution use its supplied SDK coordinates.
59
- With the SDK available, this Node ESM check validates the manifest and declared resource paths:
60
-
61
- ```js
62
- import { loadIndexerProviderManifest } from '@c4a/context';
63
- const manifest = await loadIndexerProviderManifest(process.argv[2]);
64
- console.log(manifest.id, manifest.version);
65
- ```
66
-
67
- The argument is the Skill bundle directory. This check does not establish that
68
- all resources are usable or that the Provider can produce useful pages. Check
69
- all declared resource paths stay within the bundle and exist; validate templates
70
- with the SDK template loader and their declared profile contracts. Consult the
71
- installed exported signatures before writing the runner: do not invent a CLI
72
- validate command or fabricate a production Route to run a development check.
73
-
74
- Template protocol is context.indexer.template/v1. Semantic prose and deterministic
75
- Facts have separate variables; registered renderers own program blocks. A
76
- Provider cannot invent a renderer or an arbitrary document kind. Use supported
77
- profile/artifact contracts or the existing declared overlay mechanism.
78
-
79
- Use anonymous fixtures that demonstrate the advertised source interpretation:
80
- one useful result, material that cannot support a claim, and an existing-page
81
- update. Test primary/extension ownership only if that composition is advertised.
82
- Test the complete selected bundle in a disposable workspace through the normal
83
- lifecycle when the necessary CLI and materials are available. Preserve the
84
- user's live workspace. Record exact commands and failures; clearly distinguish
85
- schema/resource checks from semantic review and lifecycle verification.
86
-
87
- ## Distribution and use
88
-
89
- Keep references and templates inside the bundle, with portable relative paths.
90
- The complete runtime file ledger determines integrity; do not hand-write a hash
91
- or copy another bundle's integrity. Use the target distribution's existing
92
- packaging/resolution tools. Development fixtures need not be shipped as runtime
93
- resources. Installation may use any supported organizational channel.
94
-
95
- A business Provider may be enabled through the host and selected instead of the
96
- default. Prefixes aid discovery; the manifest and verified resources determine
97
- compatibility. Select through the current Context Provider-selection Route when
98
- the user requests actual use. No new CLI install registry or creation-specific
99
- production state is needed.
3
+ An Indexer is source-specific investigation and writing guidance. It helps the
4
+ Agent understand authorized material and produce useful articles; it does not
5
+ own workflow routing, source authorization, review or permanent article identity.
6
+ Several skills may contribute to one module or article.
7
+
8
+ ## Minimal package
9
+
10
+ Start with SKILL.md. Add references for substantial source-specific guidance,
11
+ templates when they help readers, and scripts only when a concrete repeated
12
+ operation needs deterministic assistance. A simple note interpreter needs no
13
+ script, manifest, profile registry or template catalog.
14
+
15
+ Use a discoverable name and a precise description. State when the skill helps,
16
+ which sources it understands, and real limits. Refer to bundled resources by
17
+ portable relative paths. Use an existing host-visible Indexer as a behavioral
18
+ example, not as a collection of fields to copy.
19
+
20
+ Do not generate context-indexer.yaml, an exact-version selection ritual,
21
+ integrity receipts, primary/extension ownership, article producer records or
22
+ a per-member disposition protocol. A release may have ordinary package
23
+ metadata; that is not a requirement for the Agent to verify before working.
24
+
25
+ ## Investigation produces a skeleton
26
+
27
+ Explain the recognizable source signals and how to examine them cheaply.
28
+ For code, identify useful feature families from declarations or registrations,
29
+ with names and locations. A dependency or filename is a hint, not proof of
30
+ runtime behavior. For documents, use titles, opening excerpts and heading
31
+ hierarchy, with optional full reading to settle grouping. For saved notes and
32
+ sessions, directly interpret the provided record rather than scanning history.
33
+
34
+ A technology-specific helper, if needed, must have an explicit input boundary,
35
+ bounded time/output and a useful stopping behavior. Return names, counts and
36
+ entry locations, not source bodies or a full symbol/relationship graph during
37
+ planning. Distinguish checked counts from totals and identify unfinished scope.
38
+ Do not fabricate feature counts from file counts or silently treat timeouts as
39
+ empty results. Store large results in temporary files rather than long stdout.
40
+
41
+ Document any prerequisites and error recovery. Do not install dependencies,
42
+ parse the whole repository or read unrelated modules by default. A helper that
43
+ needs expensive semantic analysis belongs to selected writing tasks, not the
44
+ initial investigation path. Direct Agent investigation is a valid default
45
+ when a helper adds no useful capability.
46
+
47
+ ## Guide topics without owning the plan
48
+
49
+ Describe which reader questions visible signals can suggest, and what further
50
+ evidence the writer needs. A route family, component or storage boundary may
51
+ justify a recurring outline, but not an automatic fixed number of pages.
52
+ A component manual may require individual analysis during writing.
53
+
54
+ Use existing article titles, descriptions and references as navigation, then
55
+ read relevant bodies or sources when necessary. Code can establish structure;
56
+ documents may supply better business topics. Multiple authorized sources may
57
+ form an article. Avoid duplicating a page merely because another skill or
58
+ source family supplied its material.
59
+
60
+ The current stage provides available-skill declarations and temporary planned
61
+ usage. The Agent selects useful skills and article batches. Keep uncertain
62
+ investigation and real evidence gaps visible. Required scope cannot be dropped
63
+ to reduce processing cost, and long-term exclusions require the applicable
64
+ user decision.
65
+
66
+ ## Writing and file handoff
67
+
68
+ Explain source authority, meaningful reader output, real references and
69
+ revision behavior. Keep examples, assumptions and confirmed facts distinct.
70
+ A session summary is not a transcript; a change URL is not proof of deployment;
71
+ a declaration or test double is not independently verified runtime behavior.
72
+
73
+ Consume the current task directory, not a copied schema from a past release.
74
+ New articles use the supplied Markdown/reference contract; revisions can use
75
+ the task's base article and fragment edits. Write drafts and manifests to the
76
+ designated Agent temporary directory. The coordinator submits a finished
77
+ subset through the current CLI action and follows its receipt or recovery.
78
+
79
+ Do not write formal knowledge or mutate sources directly. Do not add a
80
+ parallel Author/Composer result envelope, semantic graph, field-by-field fact
81
+ ledger or skill identity to formal content. Source permissions, input
82
+ baselines, real citations and safe writes remain CLI responsibilities.
83
+
84
+ ## Validate the claimed capability
85
+
86
+ Check skill frontmatter and every referenced local resource. Run new scripts
87
+ against small anonymous fixtures, including an empty input, a bounded partial
88
+ scan and any failure/recovery behavior they claim. Confirm the helper does not
89
+ escape its selected scope or emit secret/source-body dumps.
90
+
91
+ Exercise useful output, insufficient evidence and a revision of an existing
92
+ article. For source families advertised by the skill, include representative
93
+ differences: an unadopted proposal, a document requiring optional deeper reading,
94
+ or two technologies in one module. Do not claim support for families not tested.
95
+
96
+ A static resource check does not prove semantic quality, and a reviewed example
97
+ does not prove the CLI submission works. If an actual Context run is available
98
+ and requested, validate through the existing workflow in an isolated workspace,
99
+ including report confirmation and file submission. Report unavailable checks
100
+ honestly; do not fabricate a route or silently install tools to make it pass.
101
+
102
+ ## Distribution
103
+
104
+ Keep the package portable and use the user's chosen installation channel.
105
+ The host lists available skills; planning records only useful temporary usage.
106
+ Formal articles, sources and necessary long-term scope decisions survive a
107
+ new machine. Unfinished drafts, candidates, skill choices and execution receipts
108
+ remain temporary; a new user can start a fresh production run without restoring
109
+ the former skill bundle or process.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c4a",
3
- "version": "0.7.9",
3
+ "version": "0.7.10-alpha.1",
4
4
  "description": "Start or continue a project-local knowledge workspace through one graph-routed entry.",
5
5
  "author": { "name": "c4a" },
6
6
  "homepage": "https://github.com/context4ai/c4a",
@@ -10,7 +10,7 @@
10
10
  "skills": "./skills/",
11
11
  "interface": {
12
12
  "displayName": "C4A Context",
13
- "shortDescription": "Initialize and advance a local, source-linked project knowledge workspace.\nv0.7.9",
13
+ "shortDescription": "Initialize and advance a local, source-linked project knowledge workspace.\nv0.7.10-alpha.1",
14
14
  "longDescription": "Create a Context workspace and use agent-guided next steps to register sources, run extraction, review candidates, build package outputs, and verify health without silently mutating source repositories.",
15
15
  "developerName": "c4a",
16
16
  "category": "Productivity",
@@ -190,13 +190,12 @@ or scope; discussion and save-only requests can end without production.
190
190
  condition and do not register the same request repeatedly.
191
191
  - When the user asks to compile, build or deliver a batch, use the current Route
192
192
  to choose early delivery or rebuilding; do not guess a command name.
193
- - **Delivery batch size:** use `context run --delivery-size <1–50|auto> --format json`
194
- for an explicit user preference; it applies to future theme waves in this task.
195
- - **Earlier delivery of newly authored pages:** use the Author Route's
196
- `delivery.request.command` (`context run --deliver --format json`). Finish any
197
- running command first. Complete the current Author batch, then follow the
198
- returned composition, Review and build steps. This does not approve content
199
- or merely rebuild old approved pages; all Author tasks need not finish first.
193
+ - **Earlier delivery of completed articles:** when explicitly requested, finish
194
+ any running command, then use `context run --deliver --format json` and follow
195
+ its Review, close and build routes. This pauses further writing without
196
+ approving content. Successful delivery resumes remaining tasks; an explicit
197
+ `context run --resume-writing --format json` cancels the pause without losing
198
+ drafts or approvals. Batch grouping belongs to the current Agent plan.
200
199
  - **An independent new task while work remains:** explain saved results,
201
200
  unfinished scope and concrete rollback losses. Reuse or obtain the user's
202
201
  choice to finish the current task or roll back an explicit scope. Do not
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: context-indexer-create
3
- description: Use when the user explicitly asks to create a new Context Indexer Provider Skill for code, documents, notes or session summaries. Do not activate for indexing existing sources, ordinary coding, knowledge queries or selecting an installed Provider.
3
+ description: Use when the user explicitly asks to create a new Context Indexer Skill for code, documents, notes or session summaries. Do not activate for indexing existing sources, ordinary coding, knowledge queries or selecting an installed skill.
4
4
  user-invocable: false
5
5
  metadata:
6
6
  context-role: "authoring-assistant"
@@ -9,72 +9,33 @@ metadata:
9
9
 
10
10
  # Create a Context Indexer
11
11
 
12
- Create a reusable Provider in the user's chosen directory. This is a Skill-writing
13
- assistant, not a Provider or a production Route. Use the conversation language.
14
- An explicit request to make a new Indexer is sufficient; the user need not name
15
- this Skill. Do not initialize a knowledge workspace to write a Provider.
16
-
17
- ## Establish the intended result
18
-
19
- Reuse the stated source type, readers, tasks and desired output. Ask only about
20
- missing choices that affect interpretation or ownership: should the new Provider
21
- replace an existing primary, or contribute to another Provider's pages? Notes
22
- may become FAQs, decisions or corrections; session summaries may or may not link
23
- to code changes. Do not force a taxonomy, a commit association, or one page per
24
- source. Distinguish a reusable Provider from a workspace-only wording/template
25
- change; explain the smaller option without refusing a requested new Provider.
26
-
27
- ## Read the matching contracts and examples
28
-
29
- Read [the authoring guide](references/guides/indexer-skill-creation.md), then the
30
- relevant sections of [the Provider protocol](references/reference/indexer-provider-protocol.md).
31
- Use the SDK version compatible with the intended CLI, rather than recalling
32
- schema fields from another release. These references are copied from the SDK
33
- at plugin build time; the installed schema remains the executable authority.
34
-
35
- - Code: [Code authoring](references/guides/code-indexer-skill-authoring.md).
36
- - Documents: [Markdown authoring](references/guides/markdown-indexer-skill-authoring.md).
37
- - Notes: [Note sources](references/guides/note.md).
38
- - Sessions: [Session sources](references/guides/sessions.md).
39
- - Composition and selection: [Provider customization](references/guides/indexer-provider-and-customization.md).
40
-
41
- Inspect the matching existing Provider's actual SKILL.md, context-indexer.yaml,
42
- selected instruction references and one relevant template. Use a Host-visible
43
- Skill path or the installed CLI catalog's guidance paths; do not crawl host
44
- caches or require this repository's developer paths. If examples or the SDK are
45
- unavailable, explain which validation remains unavailable. Do not invent a
46
- successful validation or silently install dependencies.
47
-
48
- ## Write a complete, bounded Provider
49
-
50
- Deliver SKILL.md, context-indexer.yaml, the declared instructions and useful
51
- page templates. Add anonymous fixtures and validation instructions. Add programs
52
- only for an actual unsupported extraction need; ordinary source interpretation
53
- and writing belong to the Agent. Derive manifest capabilities and resources
54
- from what the new bundle actually implements, not everything in the example.
55
-
56
- Use one context.indexer.provider/v1 manifest for all four source families.
57
- Note and Sessions currently use the markdown domain with their own target kinds
58
- and profiles; do not invent new protocol domains. A resource must be declared
59
- so the lifecycle can send it to the Agent: an unreferenced reference file is
60
- not enough. Preserve stable source/subject identity, evidence bindings and
61
- revision boundaries; keep nonessential metadata out of knowledge frontmatter.
62
-
63
- The new Provider does not own source authorization, scheduling, approval,
64
- close/build or publication. Return the current operation's declared results.
65
- Do not turn suggestions in notes or sessions into established implementation
66
- facts, and do not manufacture raw transcripts from summaries.
67
-
68
- ## Validate and hand off
69
-
70
- Follow the guide's manifest, resource, template and fixture checks in an isolated
71
- test directory. Test the intended reader output, insufficient material, revision
72
- of an existing page, and composition when advertised. Cover only the source
73
- families claimed by this Provider. Report static validation separately from an
74
- actual lifecycle run; a valid YAML file alone is not a working Provider.
75
-
76
- Summarize the created files, supported inputs, ownership/composition, tests and
77
- remaining limitations. Explain the user's chosen installation channel and host
78
- Skill switch. Installation/enabling does not select a Provider for a workspace.
79
- Only hand off to the existing Context production Skill when the user asks to
80
- use it there; that Skill follows a fresh Route for Provider selection.
12
+ Create a reusable skill in the user's chosen directory. This assistant writes
13
+ skills; it does not initialize a knowledge workspace or start production.
14
+ Use the conversation language and ask only for missing source, reader or
15
+ capability choices that materially affect the requested result.
16
+
17
+ Read [the authoring guide](references/guides/indexer-skill-creation.md).
18
+ When a relevant example is available, inspect its actual host-visible SKILL.md
19
+ and only the references needed for this source family. Do not crawl caches,
20
+ load every installed skill or require an exact Provider version.
21
+
22
+ Every Indexer starts with a useful skeleton: source structure, recognizable
23
+ features, names, counts when actually established, and entry locations.
24
+ Planning may use direct Agent investigation or a bounded helper appropriate
25
+ to the technology. Detailed parsing and behavior analysis are separate,
26
+ optional writing-time work. One module may use several skills.
27
+
28
+ Deliver SKILL.md and only useful references, templates or scripts. Do not
29
+ generate a Provider registration manifest, primary/extension binding, version
30
+ or hash verification flow, per-symbol fact ledger or persistent producer log.
31
+ The current Context stage supplies purpose, scope, scheduling and submission
32
+ schemas; the new skill contributes investigation and writing guidance.
33
+
34
+ Validate the skill's references and any scripts, then exercise realistic
35
+ anonymous material for its claimed capability. Distinguish static validation
36
+ from model output review and a real production run. Do not silently install
37
+ dependencies or claim tests that could not run.
38
+
39
+ Report created files, supported inputs, bounded helper behavior and remaining
40
+ limitations. Installation makes a skill available, not selected. Start actual
41
+ Context production only when requested, through its existing entry and route.