@c4a/context-cli 0.7.0 → 0.7.4

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 (219) hide show
  1. package/README.md +18 -39
  2. package/README.zh-CN.md +13 -27
  3. package/cli.js +59230 -80555
  4. package/indexers/bundles/context-code-indexer/SKILL.md +30 -3
  5. package/indexers/bundles/context-code-indexer/context-indexer.yaml +3 -8
  6. package/indexers/bundles/context-code-indexer/references/indexer.md +110 -7
  7. package/indexers/bundles/context-code-indexer/references/metrics.md +143 -37
  8. package/indexers/bundles/context-code-indexer/templates/adapter-integration.md +2 -2
  9. package/indexers/bundles/context-code-indexer/templates/component-library.md +8 -0
  10. package/indexers/bundles/context-code-indexer/templates/gateway-facade.md +16 -0
  11. package/indexers/bundles/context-markdown-indexer/SKILL.md +13 -3
  12. package/indexers/bundles/context-markdown-indexer/context-indexer.yaml +20 -7
  13. package/indexers/bundles/context-markdown-indexer/references/indexer.md +33 -4
  14. package/indexers/bundles/context-markdown-indexer/references/semantic-planning.md +30 -14
  15. package/indexers/bundles/context-markdown-indexer/references/structure-and-artifacts.md +6 -0
  16. package/indexers/bundles/context-markdown-indexer/tests/fixtures/anonymous.json +1 -1
  17. package/indexers/bundles/context-markdown-indexer/tests/fixtures/profiles.json +13 -13
  18. package/indexers/bundles/context-markdown-indexer/tests/fixtures/routing.json +122 -0
  19. package/indexers/contracts/operator-contract.json +2 -2
  20. package/indexers/contracts/profile-contract.json +3819 -454
  21. package/indexers/release-manifest.json +22 -22
  22. package/package.json +13 -3
  23. package/plugins/VERSION +1 -1
  24. package/plugins/claude/.claude-plugin/plugin.json +1 -1
  25. package/plugins/claude/commands/context.md +44 -85
  26. package/plugins/codex/.codex-plugin/plugin.json +2 -2
  27. package/plugins/codex/skills/context/SKILL.md +44 -85
  28. package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
  29. package/plugins/cursor/commands/c4a-context.md +44 -85
  30. package/plugins/skills/context/SKILL.md +44 -85
  31. package/plugins/skills/context-code-indexer/SKILL.md +30 -3
  32. package/plugins/skills/context-code-indexer/context-indexer.yaml +3 -8
  33. package/plugins/skills/context-code-indexer/references/indexer.md +110 -7
  34. package/plugins/skills/context-code-indexer/references/metrics.md +143 -37
  35. package/plugins/skills/context-code-indexer/templates/adapter-integration.md +2 -2
  36. package/plugins/skills/context-code-indexer/templates/component-library.md +8 -0
  37. package/plugins/skills/context-code-indexer/templates/gateway-facade.md +16 -0
  38. package/plugins/skills/context-markdown-indexer/SKILL.md +13 -3
  39. package/plugins/skills/context-markdown-indexer/context-indexer.yaml +20 -7
  40. package/plugins/skills/context-markdown-indexer/references/indexer.md +33 -4
  41. package/plugins/skills/context-markdown-indexer/references/semantic-planning.md +30 -14
  42. package/plugins/skills/context-markdown-indexer/references/structure-and-artifacts.md +6 -0
  43. package/plugins/skills/context-markdown-indexer/tests/fixtures/anonymous.json +1 -1
  44. package/plugins/skills/context-markdown-indexer/tests/fixtures/profiles.json +13 -13
  45. package/plugins/skills/context-markdown-indexer/tests/fixtures/routing.json +122 -0
  46. package/providers/context/actions/advance-current-indexer-lifecycle.yaml +6 -0
  47. package/providers/context/actions/configure-indexer-providers.yaml +1 -1
  48. package/providers/context/actions/materialize-indexer-workset-view.yaml +7 -0
  49. package/providers/context/actions/run-indexer-lifecycle.yaml +7 -0
  50. package/providers/context/actions/run-indexer-post-author-composer.yaml +1 -1
  51. package/providers/context/codes.yaml +9 -49
  52. package/providers/context/graphs/indexer.yaml +75 -592
  53. package/providers/context/graphs/workspace.yaml +25 -500
  54. package/providers/context/manifest.json +110 -1199
  55. package/providers/context/provider.yaml +2 -2
  56. package/providers/context/resources/diagnostics/projection-stale.md +0 -1
  57. package/providers/context/resources/dialogue/human-gates.md +3 -3
  58. package/providers/context/resources/manuals/reference/package-templates.md +2 -3
  59. package/providers/context/resources/manuals/reference/project-api.md +52 -985
  60. package/providers/context/resources/procedures/close-and-build.md +8 -23
  61. package/providers/context/resources/procedures/knowledge-review.md +13 -4
  62. package/providers/context/resources/procedures/source-capture-detailed.md +6 -8
  63. package/providers/context/resources/views/authorized-indexer-workset-view.yaml +15 -0
  64. package/providers/context/resources/views/package-current.yaml +1 -1
  65. package/providers/context/resources/views/resolved-indexer-instructions.yaml +1 -1
  66. package/providers/context/resources/views/review-current.yaml +1 -1
  67. package/providers/context/resources/views/source-boundary.yaml +1 -1
  68. package/providers/context/resources/views/source-current.yaml +1 -1
  69. package/providers/context/resources/views/verification-current.yaml +1 -1
  70. package/providers/context/resources/views/workspace-current.yaml +1 -1
  71. package/providers/context/schemas/indexer-agent-step-input.schema.json +2 -2
  72. package/providers/context/schemas/indexer-agent-step-result.schema.json +298 -32
  73. package/providers/context/schemas/indexer-authorized-workset-view.schema.json +65 -0
  74. package/providers/context/schemas/indexer-contract-overlay-validation-input.schema.json +0 -42
  75. package/providers/context/schemas/indexer-contract-overlay-validation-result.schema.json +27 -122
  76. package/providers/context/schemas/indexer-lifecycle-continuation.schema.json +15 -0
  77. package/providers/context/schemas/indexer-main-lifecycle-input.schema.json +13 -20
  78. package/providers/context/schemas/indexer-main-lifecycle-output.schema.json +17 -2
  79. package/providers/context/schemas/indexer-materialized-resource.schema.json +8 -1
  80. package/providers/context/schemas/indexer-overlay-question-proposal-input.schema.json +55 -6
  81. package/providers/context/schemas/indexer-overlay-question-rebind-input.schema.json +4 -4
  82. package/providers/context/schemas/indexer-workset-view-materialization-request.schema.json +32 -0
  83. package/providers/context/skills/configure-indexer-providers/SKILL.md +40 -27
  84. package/providers/context/skills/run-indexer-agent-step/SKILL.md +34 -8
  85. package/providers/context/skills/run-indexer-lifecycle/SKILL.md +37 -0
  86. package/providers/context/skills/run-indexer-post-author-composer/SKILL.md +38 -9
  87. package/docs/document-optimization.md +0 -82
  88. package/docs/document-optimization.zh-CN.md +0 -70
  89. package/indexers/capability-manifest.json +0 -40
  90. package/indexers/contracts/hard-rule-conformance.json +0 -2644
  91. package/providers/context/actions/accept-main-index-run.yaml +0 -7
  92. package/providers/context/actions/accept-material-answer-run.yaml +0 -7
  93. package/providers/context/actions/accept-post-author-composer-run.yaml +0 -7
  94. package/providers/context/actions/actualize-material-answer-bindings.yaml +0 -8
  95. package/providers/context/actions/align-next.yaml +0 -6
  96. package/providers/context/actions/apply-code-index-guidance.yaml +0 -5
  97. package/providers/context/actions/apply-document-optimization-guidance.yaml +0 -5
  98. package/providers/context/actions/apply-structure-confirmation.yaml +0 -5
  99. package/providers/context/actions/audit-material-gap-state.yaml +0 -8
  100. package/providers/context/actions/audit-projected-artifact-fan-out.yaml +0 -8
  101. package/providers/context/actions/authorize-indexer-contract-overlay.yaml +0 -7
  102. package/providers/context/actions/build-main-index-author-worksets.yaml +0 -7
  103. package/providers/context/actions/build-main-index-catalog-fallback.yaml +0 -7
  104. package/providers/context/actions/build-main-index-partition-worksets.yaml +0 -7
  105. package/providers/context/actions/build-material-question-workset.yaml +0 -7
  106. package/providers/context/actions/build-post-author-composer-worksets.yaml +0 -7
  107. package/providers/context/actions/build-question-target-inventory.yaml +0 -7
  108. package/providers/context/actions/build-subject-catalog.yaml +0 -7
  109. package/providers/context/actions/build-target-resolution-views.yaml +0 -7
  110. package/providers/context/actions/checkpoint-material-answer-review.yaml +0 -8
  111. package/providers/context/actions/checkpoint-material-gaps.yaml +0 -8
  112. package/providers/context/actions/close-indexer-approved-knowledge.yaml +0 -8
  113. package/providers/context/actions/compile-next.yaml +0 -5
  114. package/providers/context/actions/compose-indexer-post-author-fragments.yaml +0 -7
  115. package/providers/context/actions/configure-code-extraction.yaml +0 -5
  116. package/providers/context/actions/configure-prose-lifecycle.yaml +0 -5
  117. package/providers/context/actions/converge-main-index-partition-run.yaml +0 -7
  118. package/providers/context/actions/evaluate-material-gaps.yaml +0 -8
  119. package/providers/context/actions/extract-next.yaml +0 -5
  120. package/providers/context/actions/fail-main-index-run.yaml +0 -7
  121. package/providers/context/actions/fail-material-answer-run.yaml +0 -7
  122. package/providers/context/actions/fail-post-author-composer-run.yaml +0 -7
  123. package/providers/context/actions/inspect-code-extraction.yaml +0 -5
  124. package/providers/context/actions/inspect-document-classification.yaml +0 -5
  125. package/providers/context/actions/inspect-index-candidate-review-readiness.yaml +0 -8
  126. package/providers/context/actions/inspect-index-profile-failure.yaml +0 -7
  127. package/providers/context/actions/inspect-material-answer-review.yaml +0 -8
  128. package/providers/context/actions/inspect-structure.yaml +0 -5
  129. package/providers/context/actions/migrate-codeindex.yaml +0 -5
  130. package/providers/context/actions/observe-main-index-run-ledger.yaml +0 -7
  131. package/providers/context/actions/observe-material-answer-runs.yaml +0 -7
  132. package/providers/context/actions/observe-post-author-composer-worksets.yaml +0 -7
  133. package/providers/context/actions/optimize-documents.yaml +0 -6
  134. package/providers/context/actions/override-index-profile-audit.yaml +0 -7
  135. package/providers/context/actions/prepare-main-index-run-ledger.yaml +0 -7
  136. package/providers/context/actions/prepare-material-answer-runs.yaml +0 -7
  137. package/providers/context/actions/preview-extraction-batch.yaml +0 -5
  138. package/providers/context/actions/reconcile-indexer-results.yaml +0 -7
  139. package/providers/context/actions/reconcile-review-identities.yaml +0 -5
  140. package/providers/context/actions/record-index-profile-revision.yaml +0 -7
  141. package/providers/context/actions/report-index-profile-failure.yaml +0 -7
  142. package/providers/context/actions/resolve-effective-composers.yaml +0 -7
  143. package/providers/context/actions/review-material-answer-candidate.yaml +0 -8
  144. package/providers/context/actions/revise-code-index-audit.yaml +0 -5
  145. package/providers/context/actions/revise-document.yaml +0 -5
  146. package/providers/context/actions/revise-index-output.yaml +0 -7
  147. package/providers/context/actions/run-material-answer-indexers.yaml +0 -7
  148. package/providers/context/actions/start-main-index-run.yaml +0 -7
  149. package/providers/context/actions/start-material-answer-run.yaml +0 -7
  150. package/providers/context/actions/start-post-author-composer-run.yaml +0 -7
  151. package/providers/context/actions/submit-code-index-audit.yaml +0 -6
  152. package/providers/context/resources/dialogue/code-extraction.md +0 -87
  153. package/providers/context/resources/dialogue/document-classification.md +0 -33
  154. package/providers/context/resources/dialogue/structure-confirmation.md +0 -44
  155. package/providers/context/resources/dialogue/workflow-mode-after-capture.md +0 -25
  156. package/providers/context/resources/manuals/reference/code-extractors.md +0 -152
  157. package/providers/context/resources/procedures/code-extraction.md +0 -188
  158. package/providers/context/resources/procedures/code-index-audit.md +0 -113
  159. package/providers/context/resources/procedures/document-classification.md +0 -22
  160. package/providers/context/resources/procedures/document-optimization.md +0 -110
  161. package/providers/context/resources/procedures/document-revision.md +0 -36
  162. package/providers/context/resources/procedures/prose-align.md +0 -68
  163. package/providers/context/resources/procedures/prose-compile.md +0 -23
  164. package/providers/context/resources/semantic/align/candidate-resolution.md +0 -106
  165. package/providers/context/resources/semantic/align/density-profile.md +0 -41
  166. package/providers/context/resources/semantic/align/gates.md +0 -276
  167. package/providers/context/resources/semantic/align/structure-planning.md +0 -337
  168. package/providers/context/resources/semantic/code-index/classification.md +0 -270
  169. package/providers/context/resources/semantic/code-index/templates/adapter.md +0 -118
  170. package/providers/context/resources/semantic/code-index/templates/api-service.md +0 -116
  171. package/providers/context/resources/semantic/code-index/templates/background-runtime.md +0 -109
  172. package/providers/context/resources/semantic/code-index/templates/cli-tool.md +0 -129
  173. package/providers/context/resources/semantic/code-index/templates/contract-source.md +0 -73
  174. package/providers/context/resources/semantic/code-index/templates/contracts-and-chains.md +0 -81
  175. package/providers/context/resources/semantic/code-index/templates/cross-module-chain.md +0 -78
  176. package/providers/context/resources/semantic/code-index/templates/derived-source.md +0 -116
  177. package/providers/context/resources/semantic/code-index/templates/domain-service.md +0 -109
  178. package/providers/context/resources/semantic/code-index/templates/event-flow.md +0 -62
  179. package/providers/context/resources/semantic/code-index/templates/monorepo-container.md +0 -124
  180. package/providers/context/resources/semantic/code-index/templates/persistence-boundary.md +0 -56
  181. package/providers/context/resources/semantic/code-index/templates/plugin-extension.md +0 -52
  182. package/providers/context/resources/semantic/code-index/templates/protocol-boundary.md +0 -88
  183. package/providers/context/resources/semantic/code-index/templates/sdk-library.md +0 -132
  184. package/providers/context/resources/semantic/code-index/templates/web-application.md +0 -145
  185. package/providers/context/resources/semantic/compile/index.md +0 -31
  186. package/providers/context/resources/views/code-index-audit.yaml +0 -6
  187. package/providers/context/resources/views/document-optimization-current.yaml +0 -6
  188. package/providers/context/resources/views/extraction-preview.yaml +0 -6
  189. package/providers/context/resources/views/structure-current.yaml +0 -6
  190. package/providers/context/schemas/code-index-audit-decision.schema.json +0 -94
  191. package/providers/context/schemas/document-optimization-decisions.schema.json +0 -57
  192. package/providers/context/schemas/indexer-candidate-review-readiness-input.schema.json +0 -46
  193. package/providers/context/schemas/indexer-candidate-review-readiness-output.schema.json +0 -104
  194. package/providers/context/schemas/indexer-contract-overlay-authorization-input.schema.json +0 -32
  195. package/providers/context/schemas/indexer-contract-overlay-authorization-result.schema.json +0 -121
  196. package/providers/context/schemas/indexer-material-answer-lifecycle-input.schema.json +0 -90
  197. package/providers/context/schemas/indexer-material-answer-lifecycle-output.schema.json +0 -80
  198. package/providers/context/schemas/indexer-material-answer-review-inspection-input.schema.json +0 -32
  199. package/providers/context/schemas/indexer-material-answer-review-inspection-output.schema.json +0 -32
  200. package/providers/context/schemas/indexer-material-answer-review-resolution-input.schema.json +0 -19
  201. package/providers/context/schemas/indexer-material-answer-review-resolution-output.schema.json +0 -87
  202. package/providers/context/schemas/indexer-material-gap-lifecycle-input.schema.json +0 -86
  203. package/providers/context/schemas/indexer-material-gap-lifecycle-output.schema.json +0 -19
  204. package/providers/context/schemas/indexer-post-author-fragment-result.schema.json +0 -18
  205. package/providers/context/schemas/indexer-post-author-lifecycle-input.schema.json +0 -94
  206. package/providers/context/schemas/indexer-post-author-lifecycle-output.schema.json +0 -72
  207. package/providers/context/schemas/indexer-profile-failure-inspection-input.schema.json +0 -13
  208. package/providers/context/schemas/indexer-profile-failure-inspection-result.schema.json +0 -19
  209. package/providers/context/schemas/indexer-profile-failure-report-input.schema.json +0 -22
  210. package/providers/context/schemas/indexer-profile-failure-report-result.schema.json +0 -49
  211. package/providers/context/schemas/indexer-profile-override-decision.schema.json +0 -20
  212. package/providers/context/schemas/indexer-profile-override-result.schema.json +0 -49
  213. package/providers/context/schemas/indexer-profile-revision-agent-input.schema.json +0 -18
  214. package/providers/context/schemas/indexer-profile-revision-record-input.schema.json +0 -31
  215. package/providers/context/schemas/indexer-profile-revision-record-result.schema.json +0 -45
  216. package/providers/context/schemas/indexer-result-reconciliation-input.schema.json +0 -59
  217. package/providers/context/schemas/indexer-result-reconciliation-output.schema.json +0 -43
  218. package/providers/context/schemas/prose-structure-batch.schema.json +0 -35
  219. package/providers/context/skills/revise-index-output/SKILL.md +0 -12
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "protocol": "context.indexer.cli-release-manifest/v1",
3
3
  "package": "@c4a/context-cli",
4
- "version": "0.7.0",
4
+ "version": "0.7.4",
5
5
  "issuer": "context4ai/context",
6
6
  "bundles": [
7
7
  {
8
8
  "skill": "context-code-indexer",
9
- "version": "1.0.0",
9
+ "version": "1.1.1",
10
10
  "distribution": {
11
11
  "kind": "cli-bundled",
12
12
  "locator": "cli-bundled://context/context-code-indexer"
13
13
  },
14
- "integrity": "sha256:3719500f30c5920037dc2421b1ade80befdcfba0ea0eb0e38cccf13ed1ad04b5",
15
- "manifest_digest": "sha256:eee1260214de0cca784c9984158a69c1d687ba6912edff006b896a1aa536e2d4",
14
+ "integrity": "sha256:80c85d8cb10af8e65a85cc22d6102ccafe1fe661696c856ffafd4ee0c42aa6d1",
15
+ "manifest_digest": "sha256:69cc16d6e680b840879bb20570e56e64b38a5d83755a5f7996a718c03a62ef66",
16
16
  "files": [
17
17
  {
18
18
  "path": "SKILL.md",
19
- "digest": "sha256:b0404c969051ad490e4ccfa49b44d99780bf4d052a5a31b2b252ec0463d49b78"
19
+ "digest": "sha256:9f844460d49494bcb708162ddd983b36908305836c7015d46803e6bfedd6e70f"
20
20
  },
21
21
  {
22
22
  "path": "context-indexer.yaml",
23
- "digest": "sha256:eee1260214de0cca784c9984158a69c1d687ba6912edff006b896a1aa536e2d4"
23
+ "digest": "sha256:69cc16d6e680b840879bb20570e56e64b38a5d83755a5f7996a718c03a62ef66"
24
24
  },
25
25
  {
26
26
  "path": "references/composers/contracts-and-chains.md",
@@ -56,15 +56,15 @@
56
56
  },
57
57
  {
58
58
  "path": "references/indexer.md",
59
- "digest": "sha256:583997d7cc096ebccc3981f733608ccb553a3c6964747f95fd4d356ff08d758b"
59
+ "digest": "sha256:e5b13a60a58b49461ed49cf8abac0f24aa4d19a2df42181d7b045a9984d5aab0"
60
60
  },
61
61
  {
62
62
  "path": "references/metrics.md",
63
- "digest": "sha256:38de0a9ef59b70e252d446b55c87796a360047571ac725baed1a7afa2379cd07"
63
+ "digest": "sha256:4f32874ad81695b412f830f76c4f8bc7663a37e4d0c652fe24efebcffe7698bb"
64
64
  },
65
65
  {
66
66
  "path": "templates/adapter-integration.md",
67
- "digest": "sha256:f6eb18e62cea2edaf08d5babf10dd9c8c4cbbcde9d5002ad35b89a4a24b2fc93"
67
+ "digest": "sha256:be6aa650aad7f70f4bf924c64f4bc73fa28314d512245d61d159ffde6c29a91d"
68
68
  },
69
69
  {
70
70
  "path": "templates/api-service.md",
@@ -80,7 +80,7 @@
80
80
  },
81
81
  {
82
82
  "path": "templates/component-library.md",
83
- "digest": "sha256:aa21a8a0395c95e402ff58ae036c64a1cc9e6d223b676cfde50ac0556a4fb2de"
83
+ "digest": "sha256:53d53824b22c339ee2405d66fb406ed908930f5ced095e6bad69c97650a3afd5"
84
84
  },
85
85
  {
86
86
  "path": "templates/contract-source.md",
@@ -104,7 +104,7 @@
104
104
  },
105
105
  {
106
106
  "path": "templates/gateway-facade.md",
107
- "digest": "sha256:0fbfb5195dbb84f1833aee21947c0605a0a8d85b93d2fcde577dbf85cb5b92b1"
107
+ "digest": "sha256:6b5e7ea03ff3acf4d88879f835ff7c2c470fe6a0f2cb3641d46406b5fb4da544"
108
108
  },
109
109
  {
110
110
  "path": "templates/monorepo-container.md",
@@ -146,21 +146,21 @@
146
146
  },
147
147
  {
148
148
  "skill": "context-markdown-indexer",
149
- "version": "1.0.0",
149
+ "version": "1.1.0",
150
150
  "distribution": {
151
151
  "kind": "cli-bundled",
152
152
  "locator": "cli-bundled://context/context-markdown-indexer"
153
153
  },
154
- "integrity": "sha256:308c84e7ca62c87614eb8318939f7fee8ccd859907d63effd10b33247708bb48",
155
- "manifest_digest": "sha256:ef7b4649f39d1ac8d38413770012c73c9a54d63d120c9d2a5bbf7c68ff8c01bc",
154
+ "integrity": "sha256:58104934dad8aaa934c45bac646dfd1e8ec952eb00aadb44fcf84af1d620638f",
155
+ "manifest_digest": "sha256:7e2b153d37fa3c4b7c916b3efff95b0fd1c489a50ba1ffab7c80bf43fb4e43f5",
156
156
  "files": [
157
157
  {
158
158
  "path": "SKILL.md",
159
- "digest": "sha256:1c6c261541fed808ff791b48324cb490f58dd1234deb09c7a43661564d6045b3"
159
+ "digest": "sha256:e4959961af57d30d8b4468e997a5d64eb3fb98e4c7be8884a217b65df24709e8"
160
160
  },
161
161
  {
162
162
  "path": "context-indexer.yaml",
163
- "digest": "sha256:ef7b4649f39d1ac8d38413770012c73c9a54d63d120c9d2a5bbf7c68ff8c01bc"
163
+ "digest": "sha256:7e2b153d37fa3c4b7c916b3efff95b0fd1c489a50ba1ffab7c80bf43fb4e43f5"
164
164
  },
165
165
  {
166
166
  "path": "references/classification.md",
@@ -172,19 +172,19 @@
172
172
  },
173
173
  {
174
174
  "path": "references/indexer.md",
175
- "digest": "sha256:ed506c14b13a2855c47a7503df78dd5a9abbd55d3663584369b85f4cbba14c95"
175
+ "digest": "sha256:385700d8c016759527ef9b2a140b17c81fa136031e24f1ce56ff1f3c7fd73b5d"
176
176
  },
177
177
  {
178
178
  "path": "references/semantic-planning.md",
179
- "digest": "sha256:fd0b7cfe28c44a7cc2bfcf4fe575c8df595a9931fae06ece1d3a48f21c9ea2b2"
179
+ "digest": "sha256:0789c470aeb59797714ecc1349092cfd8aaf818fcf72b72208318ab15f73eee2"
180
180
  },
181
181
  {
182
182
  "path": "references/structure-and-artifacts.md",
183
- "digest": "sha256:c8a31e5ed4cad1369f3647e4eff796509db5a3609183ad7d63c215f0da9ab4c6"
183
+ "digest": "sha256:275078306c2dc03d2fafea2d61e1df9c7cb1107bdff9e7d223044fe4e551e72b"
184
184
  },
185
185
  {
186
186
  "path": "tests/fixtures/anonymous.json",
187
- "digest": "sha256:38c4cfe7c39f3d5358b265b39b2799219019ef1c94cc9961ef6a7b09250cbebe"
187
+ "digest": "sha256:4c1c43e41c9e24178ced63fede6fa5d0b04897e24cfc7cb7b54aaa314762bb3d"
188
188
  },
189
189
  {
190
190
  "path": "tests/fixtures/editorial.json",
@@ -196,11 +196,11 @@
196
196
  },
197
197
  {
198
198
  "path": "tests/fixtures/profiles.json",
199
- "digest": "sha256:c43fc25f7f00a662a1fd144623041be16a149778eb88064b497aef1690f33850"
199
+ "digest": "sha256:55fe69e5518d158c4a36fcf344eb98de85304c0e1452c95049819addedc6429f"
200
200
  },
201
201
  {
202
202
  "path": "tests/fixtures/routing.json",
203
- "digest": "sha256:85675d965ac67289672145e80f6cb54922eeddb5cc4b6d80b9e5ce0e5dcd8947"
203
+ "digest": "sha256:c879d226a2f20f8e68c83fe60fa81cb3ff88465b6c666b02bd835b68280981a0"
204
204
  }
205
205
  ]
206
206
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c4a/context-cli",
3
- "version": "0.7.0",
3
+ "version": "0.7.4",
4
4
  "type": "module",
5
5
  "description": "Local runtime and Agent integration for traceable knowledge production",
6
6
  "license": "MIT",
@@ -23,8 +23,18 @@
23
23
  "context": "cli.js"
24
24
  },
25
25
  "dependencies": {
26
- "@c4a/agent-graph": "0.2.7",
27
- "@c4a/context": "0.7.0",
26
+ "@c4a/agent-graph": "0.3.0",
27
+ "@c4a/context": "0.7.4",
28
+ "@c4a/extract": "0.7.4",
29
+ "@c4a/extract-contract": "0.7.4",
30
+ "@c4a/extract-go": "0.7.4",
31
+ "@c4a/extract-mdx": "0.7.4",
32
+ "@c4a/extract-proto": "0.7.4",
33
+ "@c4a/extract-rush": "0.7.4",
34
+ "@c4a/extract-sql": "0.7.4",
35
+ "@c4a/extract-style": "0.7.4",
36
+ "@c4a/extract-thrift": "0.7.4",
37
+ "@c4a/extract-ts": "0.7.4",
28
38
  "commander": "^11.0.0",
29
39
  "fast-xml-parser": "^5.10.1",
30
40
  "handlebars": "^4.7.8",
package/plugins/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.0
1
+ 0.7.4
@@ -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.0",
4
+ "version": "0.7.4",
5
5
  "author": { "name": "c4a" },
6
6
  "license": "MIT",
7
7
  "keywords": ["context", "knowledge-base", "wiki", "claude-plugin", "c4a"]
@@ -41,11 +41,8 @@ managed work, or no further review already resolves this choice.
41
41
  Use the user's explicit language choice when present; otherwise pass `zh-CN`
42
42
  for a Chinese conversation and `en` for an English conversation. Pass
43
43
  `project-dir`, `--name`, `--dev`, or `--debug` only when the user explicitly
44
- requested that initialization choice. New workspaces enable conservative
45
- document compilation optimization by default. Pass `--no-optimize-docs` only
46
- when the user explicitly asks to disable it during initialization. Pass
47
- `--managed` only after the user explicitly authorizes fully managed operation
48
- in this conversation.
44
+ requested that initialization choice. Pass `--managed` only after the user
45
+ explicitly authorizes fully managed operation in this conversation.
49
46
 
50
47
  If the `context` process itself cannot start because the command is missing
51
48
  (`ENOENT`, or shell exit 127 explicitly identifying `context` as the missing
@@ -74,23 +71,18 @@ Execute only `next_action.command` returned by `context entry`:
74
71
  init`, enter the project root, read the generated `AGENTS.md`, and run this
75
72
  entry again.
76
73
 
77
- If the user explicitly asks to correct or revise an existing approved or built
78
- knowledge page, first let `context entry` relocate into the existing workspace
79
- and evaluate its current Route once. Resolve a blocking workspace diagnostic,
80
- evidence-maintenance action, or already-pending Review batch first; these may
81
- change the approved baseline. Before continuing unrelated capture, extraction,
82
- package configuration, or build work, start the correction with:
74
+ If the user asks to correct a current Candidate before approval, first let
75
+ `context entry` relocate into the workspace and evaluate its current Route.
76
+ Start the correction with:
83
77
 
84
78
  ```bash
85
- context revise "<the user's page title, approved path, ViewRef, or wording>" --format json
79
+ context revise "<candidate title, path, or id>" --instruction "<requested correction>" --format json
86
80
  ```
87
81
 
88
- When the target is unique, run the returned status command and follow
89
- `route.document-revision.requested`. When candidates are returned, select one
90
- only if the conversation identifies it uniquely; otherwise ask which page the
91
- user means. Never edit the approved base page or `dist/` for this operation.
92
- After the Route validates the revision, continue normally: Context will offer
93
- the package build when the correction makes its output stale.
82
+ When the target is unique, Context invalidates only its derived outputs and
83
+ reopens the owning Author workset. Run the returned status command and follow
84
+ the current Route. If the target is ambiguous, ask which Candidate the user
85
+ means. Never edit `knowledge/`, `dist/`, or create a side-channel revision page.
94
86
 
95
87
  ### Conversation modes
96
88
 
@@ -102,24 +94,6 @@ before workflow evaluation. Debugging records traces below
102
94
  `.tmp/context-runtime/debug/` but does not grant workflow authority or provide
103
95
  source evidence.
104
96
 
105
- Document optimization is enabled by default for newly initialized workspaces.
106
- It performs source-constrained editorial revision: the CLI identifies
107
- readability and knowledge-value signals, and the Agent may keep, repair,
108
- reshape, or safely omit content only inside its existing source Section. It
109
- must preserve facts, link targets, images, code, numbers, identifiers, and
110
- source evidence. Approved pages remain source-faithful; only changed full-page
111
- revisions are stored beside them as `knowledge/**/*__revision.md`. Default
112
- knowledge discovery excludes those reserved sidecars, and internal editorial
113
- audit state is not included in package output.
114
-
115
- For an existing workspace, respect its current `package.json` setting. Run
116
- `context optimize-docs enable` or `context optimize-docs disable` only when the
117
- user explicitly changes that preference. If initialization is required and the
118
- user opts out, pass `--no-optimize-docs` through `context entry`; otherwise let
119
- the default initialization command enable it.
120
- Follow the resulting Route instead of editing approved knowledge or package
121
- output by hand.
122
-
123
97
  For explicitly authorized fully managed operation, use:
124
98
 
125
99
  ```bash
@@ -139,11 +113,11 @@ that returned Route; never reconstruct a command from an earlier step.
139
113
 
140
114
  Code knowledge is published under `codeindex`. Context mechanically audits each
141
115
  module's input analysis, stable boundaries, facts, explanation, evidence scope,
142
- and page shape without producing a total score. In fully managed operation,
143
- follow returned repair actions automatically; after three failed revisions of
144
- the same module problem, stop at the one aggregated human-guidance Gate. If a
145
- legacy workspace returns `route.extract.codeindex-migration-required`, execute
146
- only its migration command; do not rename `codegraph` paths manually.
116
+ and page shape without producing a total score. Blocking mechanical failures
117
+ reopen the owning Author or Composer workset; advisory metrics remain warnings
118
+ and do not create a retry ledger or override Gate. If a legacy workspace returns
119
+ `route.extract.codeindex-migration-required`, execute only its migration
120
+ command; do not rename `codegraph` paths manually.
147
121
 
148
122
  ### Discover Indexer Providers before selection
149
123
 
@@ -156,15 +130,11 @@ default, six-level customization ladder, upgrade conflict handling, debugging
156
130
  commands, and the exit condition for each level. Do not replace it with a
157
131
  remembered or host-specific workflow.
158
132
 
159
- When the current Route starts a new Code or Markdown indexing task, run this
160
- read-only command once before creating or changing any Provider registry entry:
161
-
162
- ```bash
163
- context indexer catalog --format json
164
- ```
165
-
166
- Report the returned CLI-bundled entry Skills together with every other Indexer
167
- Skill already visible through the current host. The conversational report must
133
+ When the current Route starts a new Code or Markdown indexing task, its
134
+ `configure-indexer-providers` Action input already contains the exact applied
135
+ requirements and CLI-bundled Provider catalog. Report those bundled entries
136
+ together with every other Indexer Skill already visible through the current
137
+ host. The conversational report must
168
138
  include each Skill name, readable exact version when available, and source type
169
139
  (CLI-bundled community, workspace, installed plugin, or authorized marketplace
170
140
  result). When the host already exposes an exact Skill root or `SKILL.md` path,
@@ -178,9 +148,7 @@ unavailable rather than guessing it.
178
148
  Group observations with the same Skill name and exact version into one
179
149
  conversational item and list all observed source types on that item. An
180
150
  installed projection of an identical CLI-bundled identity is not a second
181
- Provider. Keep different versions separate. The route input still preserves
182
- each distinct source observation as its own `visible_skills` entry because
183
- `source_type` is singular; never use source count or discovery order as
151
+ Provider. Keep different versions separate; never use source count or discovery order as
184
152
  selection precedence. Do not search arbitrary directories, infer host cache
185
153
  paths, install a plugin, or query a marketplace unless the user separately
186
154
  authorizes it. Keep this discovery report only in the conversation: do not
@@ -189,36 +157,23 @@ write it to `src/`, `package.json`, lifecycle state, receipts, audit output, or
189
157
  new indexing task, a changed host-visible Skill set, or an explicit diagnostic
190
158
  request.
191
159
 
192
- After the requirements are applied, author one
193
- `context.indexer.provider-route-input/v1` payload whose `registry` preserves
194
- the applied `requirements` block exactly and whose `visible_skills` contains
195
- only the just-reported path-free identities. Route it before any Host resolves
196
- or reads an external Provider:
197
-
198
- ```bash
199
- context indexer route-indexer-provider-selection --input <payload.yaml-or-json> --format json
200
- ```
201
-
202
- On `community-fallback-required`, retry with the applicable CLI-bundled profile
203
- and set `community_fallback_attempted: true`. Read-scope overlap is allowed, but
204
- an exact primary owner-cell conflict must be resolved explicitly; do not use
205
- array or discovery order as precedence. If fallback leaves a required owner
206
- cell uncovered, preserve the returned `capability_gap_proof`. Only the Route's
207
- following `propose-indexer-customization` Agent Action may turn that exact proof
208
- into a dependency-free minimal `extend` draft; do not weaken the requirement,
209
- write source, add dependencies, or claim the draft is applied.
210
-
211
- Only `selection-validation-required` returns a
212
- `selection_proposal_input`. Pass that exact object to:
213
-
214
- ```bash
215
- context indexer validate-indexer-selection-proposal --input <payload.yaml-or-json> --format json
216
- ```
217
-
218
- Use only the returned `next_provider_requests` for resolution. A successful
219
- static report does not authorize materialization, installation, execution, or
220
- writing the proposal into `src/indexers.yaml`; continue through the Route's
221
- resolver, staging, final validation, confirmation, and apply Actions.
160
+ Return only `stage: provider-selection`, the non-CLI
161
+ `host_visible_skills`, and the selected semantic `indexers` through the exact
162
+ `context action complete-current` command returned by the Route. The CLI owns
163
+ construction of the full registry payload, fallback/conflict checks, static
164
+ validation, Provider resolution and staging, final validation, and atomic
165
+ application of `src/indexers.yaml`. Do not call their low-level commands as a
166
+ second production workflow.
167
+
168
+ If a selected external Provider needs Host resolution, the next current Route
169
+ contains one `context.resolve-indexer-provider/v1` Host Action and its exact
170
+ request. Invoke that Host Action once, then submit
171
+ `stage: provider-resolution` with the returned Host result through the Route's
172
+ `complete-current` command. If the Bundle carries a non-allowlisted program,
173
+ the following current Route presents the existing program-execution Gate; wait
174
+ for its user/session-authority decision and submit that decision through
175
+ `complete-current`. A recovered `provider-finalization` Route consumes
176
+ only its fixed Action input; it must not resolve or install the Provider again.
222
177
 
223
178
  ### Follow the current Route
224
179
 
@@ -226,8 +181,12 @@ Treat `workflow.current` as the current-step authority:
226
181
 
227
182
  1. Read every `resources.required` item whose `read_state` is `read-required`.
228
183
  Read a returned `path` completely, or execute a returned resource `command`
229
- and read its complete output file. Materializing a resource is not reading
230
- it. Keep the merged receipts only in this conversation and submit them with
184
+ and read its complete output file. For a current Indexer Partition, Author,
185
+ Composer or structure-review Route, read the materialized files and then use
186
+ the Route's immediate completion command; do not create or submit a read
187
+ receipt. Other workflow resources may still require the returned receipt
188
+ command. Materializing a resource is not reading it. Keep those receipts only
189
+ in this conversation and submit them with
231
190
  the exact returned `context status --resource-receipts @<file>` command. Use
232
191
  `after_read_receipts` only after the full resource has been read. The exact
233
192
  `resources.after_read.command` already returns the re-evaluated
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c4a",
3
- "version": "0.7.0",
3
+ "version": "0.7.4",
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.0",
13
+ "shortDescription": "Initialize and advance a local, source-linked project knowledge workspace.\nv0.7.4",
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",
@@ -42,11 +42,8 @@ managed work, or no further review already resolves this choice.
42
42
  Use the user's explicit language choice when present; otherwise pass `zh-CN`
43
43
  for a Chinese conversation and `en` for an English conversation. Pass
44
44
  `project-dir`, `--name`, `--dev`, or `--debug` only when the user explicitly
45
- requested that initialization choice. New workspaces enable conservative
46
- document compilation optimization by default. Pass `--no-optimize-docs` only
47
- when the user explicitly asks to disable it during initialization. Pass
48
- `--managed` only after the user explicitly authorizes fully managed operation
49
- in this conversation.
45
+ requested that initialization choice. Pass `--managed` only after the user
46
+ explicitly authorizes fully managed operation in this conversation.
50
47
 
51
48
  If the `context` process itself cannot start because the command is missing
52
49
  (`ENOENT`, or shell exit 127 explicitly identifying `context` as the missing
@@ -75,23 +72,18 @@ Execute only `next_action.command` returned by `context entry`:
75
72
  init`, enter the project root, read the generated `AGENTS.md`, and run this
76
73
  entry again.
77
74
 
78
- If the user explicitly asks to correct or revise an existing approved or built
79
- knowledge page, first let `context entry` relocate into the existing workspace
80
- and evaluate its current Route once. Resolve a blocking workspace diagnostic,
81
- evidence-maintenance action, or already-pending Review batch first; these may
82
- change the approved baseline. Before continuing unrelated capture, extraction,
83
- package configuration, or build work, start the correction with:
75
+ If the user asks to correct a current Candidate before approval, first let
76
+ `context entry` relocate into the workspace and evaluate its current Route.
77
+ Start the correction with:
84
78
 
85
79
  ```bash
86
- context revise "<the user's page title, approved path, ViewRef, or wording>" --format json
80
+ context revise "<candidate title, path, or id>" --instruction "<requested correction>" --format json
87
81
  ```
88
82
 
89
- When the target is unique, run the returned status command and follow
90
- `route.document-revision.requested`. When candidates are returned, select one
91
- only if the conversation identifies it uniquely; otherwise ask which page the
92
- user means. Never edit the approved base page or `dist/` for this operation.
93
- After the Route validates the revision, continue normally: Context will offer
94
- the package build when the correction makes its output stale.
83
+ When the target is unique, Context invalidates only its derived outputs and
84
+ reopens the owning Author workset. Run the returned status command and follow
85
+ the current Route. If the target is ambiguous, ask which Candidate the user
86
+ means. Never edit `knowledge/`, `dist/`, or create a side-channel revision page.
95
87
 
96
88
  ### Conversation modes
97
89
 
@@ -103,24 +95,6 @@ before workflow evaluation. Debugging records traces below
103
95
  `.tmp/context-runtime/debug/` but does not grant workflow authority or provide
104
96
  source evidence.
105
97
 
106
- Document optimization is enabled by default for newly initialized workspaces.
107
- It performs source-constrained editorial revision: the CLI identifies
108
- readability and knowledge-value signals, and the Agent may keep, repair,
109
- reshape, or safely omit content only inside its existing source Section. It
110
- must preserve facts, link targets, images, code, numbers, identifiers, and
111
- source evidence. Approved pages remain source-faithful; only changed full-page
112
- revisions are stored beside them as `knowledge/**/*__revision.md`. Default
113
- knowledge discovery excludes those reserved sidecars, and internal editorial
114
- audit state is not included in package output.
115
-
116
- For an existing workspace, respect its current `package.json` setting. Run
117
- `context optimize-docs enable` or `context optimize-docs disable` only when the
118
- user explicitly changes that preference. If initialization is required and the
119
- user opts out, pass `--no-optimize-docs` through `context entry`; otherwise let
120
- the default initialization command enable it.
121
- Follow the resulting Route instead of editing approved knowledge or package
122
- output by hand.
123
-
124
98
  For explicitly authorized fully managed operation, use:
125
99
 
126
100
  ```bash
@@ -140,11 +114,11 @@ that returned Route; never reconstruct a command from an earlier step.
140
114
 
141
115
  Code knowledge is published under `codeindex`. Context mechanically audits each
142
116
  module's input analysis, stable boundaries, facts, explanation, evidence scope,
143
- and page shape without producing a total score. In fully managed operation,
144
- follow returned repair actions automatically; after three failed revisions of
145
- the same module problem, stop at the one aggregated human-guidance Gate. If a
146
- legacy workspace returns `route.extract.codeindex-migration-required`, execute
147
- only its migration command; do not rename `codegraph` paths manually.
117
+ and page shape without producing a total score. Blocking mechanical failures
118
+ reopen the owning Author or Composer workset; advisory metrics remain warnings
119
+ and do not create a retry ledger or override Gate. If a legacy workspace returns
120
+ `route.extract.codeindex-migration-required`, execute only its migration
121
+ command; do not rename `codegraph` paths manually.
148
122
 
149
123
  ### Discover Indexer Providers before selection
150
124
 
@@ -157,15 +131,11 @@ default, six-level customization ladder, upgrade conflict handling, debugging
157
131
  commands, and the exit condition for each level. Do not replace it with a
158
132
  remembered or host-specific workflow.
159
133
 
160
- When the current Route starts a new Code or Markdown indexing task, run this
161
- read-only command once before creating or changing any Provider registry entry:
162
-
163
- ```bash
164
- context indexer catalog --format json
165
- ```
166
-
167
- Report the returned CLI-bundled entry Skills together with every other Indexer
168
- Skill already visible through the current host. The conversational report must
134
+ When the current Route starts a new Code or Markdown indexing task, its
135
+ `configure-indexer-providers` Action input already contains the exact applied
136
+ requirements and CLI-bundled Provider catalog. Report those bundled entries
137
+ together with every other Indexer Skill already visible through the current
138
+ host. The conversational report must
169
139
  include each Skill name, readable exact version when available, and source type
170
140
  (CLI-bundled community, workspace, installed plugin, or authorized marketplace
171
141
  result). When the host already exposes an exact Skill root or `SKILL.md` path,
@@ -179,9 +149,7 @@ unavailable rather than guessing it.
179
149
  Group observations with the same Skill name and exact version into one
180
150
  conversational item and list all observed source types on that item. An
181
151
  installed projection of an identical CLI-bundled identity is not a second
182
- Provider. Keep different versions separate. The route input still preserves
183
- each distinct source observation as its own `visible_skills` entry because
184
- `source_type` is singular; never use source count or discovery order as
152
+ Provider. Keep different versions separate; never use source count or discovery order as
185
153
  selection precedence. Do not search arbitrary directories, infer host cache
186
154
  paths, install a plugin, or query a marketplace unless the user separately
187
155
  authorizes it. Keep this discovery report only in the conversation: do not
@@ -190,36 +158,23 @@ write it to `src/`, `package.json`, lifecycle state, receipts, audit output, or
190
158
  new indexing task, a changed host-visible Skill set, or an explicit diagnostic
191
159
  request.
192
160
 
193
- After the requirements are applied, author one
194
- `context.indexer.provider-route-input/v1` payload whose `registry` preserves
195
- the applied `requirements` block exactly and whose `visible_skills` contains
196
- only the just-reported path-free identities. Route it before any Host resolves
197
- or reads an external Provider:
198
-
199
- ```bash
200
- context indexer route-indexer-provider-selection --input <payload.yaml-or-json> --format json
201
- ```
202
-
203
- On `community-fallback-required`, retry with the applicable CLI-bundled profile
204
- and set `community_fallback_attempted: true`. Read-scope overlap is allowed, but
205
- an exact primary owner-cell conflict must be resolved explicitly; do not use
206
- array or discovery order as precedence. If fallback leaves a required owner
207
- cell uncovered, preserve the returned `capability_gap_proof`. Only the Route's
208
- following `propose-indexer-customization` Agent Action may turn that exact proof
209
- into a dependency-free minimal `extend` draft; do not weaken the requirement,
210
- write source, add dependencies, or claim the draft is applied.
211
-
212
- Only `selection-validation-required` returns a
213
- `selection_proposal_input`. Pass that exact object to:
214
-
215
- ```bash
216
- context indexer validate-indexer-selection-proposal --input <payload.yaml-or-json> --format json
217
- ```
218
-
219
- Use only the returned `next_provider_requests` for resolution. A successful
220
- static report does not authorize materialization, installation, execution, or
221
- writing the proposal into `src/indexers.yaml`; continue through the Route's
222
- resolver, staging, final validation, confirmation, and apply Actions.
161
+ Return only `stage: provider-selection`, the non-CLI
162
+ `host_visible_skills`, and the selected semantic `indexers` through the exact
163
+ `context action complete-current` command returned by the Route. The CLI owns
164
+ construction of the full registry payload, fallback/conflict checks, static
165
+ validation, Provider resolution and staging, final validation, and atomic
166
+ application of `src/indexers.yaml`. Do not call their low-level commands as a
167
+ second production workflow.
168
+
169
+ If a selected external Provider needs Host resolution, the next current Route
170
+ contains one `context.resolve-indexer-provider/v1` Host Action and its exact
171
+ request. Invoke that Host Action once, then submit
172
+ `stage: provider-resolution` with the returned Host result through the Route's
173
+ `complete-current` command. If the Bundle carries a non-allowlisted program,
174
+ the following current Route presents the existing program-execution Gate; wait
175
+ for its user/session-authority decision and submit that decision through
176
+ `complete-current`. A recovered `provider-finalization` Route consumes
177
+ only its fixed Action input; it must not resolve or install the Provider again.
223
178
 
224
179
  ### Follow the current Route
225
180
 
@@ -227,8 +182,12 @@ Treat `workflow.current` as the current-step authority:
227
182
 
228
183
  1. Read every `resources.required` item whose `read_state` is `read-required`.
229
184
  Read a returned `path` completely, or execute a returned resource `command`
230
- and read its complete output file. Materializing a resource is not reading
231
- it. Keep the merged receipts only in this conversation and submit them with
185
+ and read its complete output file. For a current Indexer Partition, Author,
186
+ Composer or structure-review Route, read the materialized files and then use
187
+ the Route's immediate completion command; do not create or submit a read
188
+ receipt. Other workflow resources may still require the returned receipt
189
+ command. Materializing a resource is not reading it. Keep those receipts only
190
+ in this conversation and submit them with
232
191
  the exact returned `context status --resource-receipts @<file>` command. Use
233
192
  `after_read_receipts` only after the full resource has been read. The exact
234
193
  `resources.after_read.command` already returns the re-evaluated
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "c4a",
3
3
  "displayName": "C4A Context",
4
- "version": "0.7.0",
4
+ "version": "0.7.4",
5
5
  "description": "Start or continue a project-local knowledge workspace through one graph-routed entry.",
6
6
  "author": { "name": "Context4AI", "email": "support@context4ai.dev" },
7
7
  "homepage": "https://github.com/context4ai/c4a",