@c4a/context-cli 0.7.17 → 0.7.23
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.
- package/README.md +16 -2
- package/README.zh-CN.md +16 -2
- package/cli.js +58612 -58073
- package/indexers/contracts/profile-contract.json +245 -245
- package/indexers/release-manifest.json +1 -1
- package/package.json +12 -12
- package/plugins/README.md +5 -4
- package/plugins/README_CN.md +4 -2
- package/plugins/VERSION +1 -1
- package/plugins/claude/.claude-plugin/plugin.json +1 -1
- package/plugins/claude/commands/context-inspect-search.md +141 -170
- package/plugins/claude/commands/context.md +77 -6
- package/plugins/codex/.codex-plugin/plugin.json +2 -2
- package/plugins/codex/skills/context/SKILL.md +77 -6
- package/plugins/codex/skills/context-inspect-search/SKILL.md +141 -170
- package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
- package/plugins/cursor/commands/c4a-context-inspect-search.md +141 -170
- package/plugins/cursor/commands/c4a-context.md +77 -6
- package/plugins/skills/context/SKILL.md +77 -6
- package/plugins/skills/context-inspect-search/SKILL.md +141 -170
- package/providers/context/codes.yaml +1 -1
- package/providers/context/graphs/indexer.yaml +11 -7
- package/providers/context/graphs/workspace.yaml +5 -0
- package/providers/context/manifest.json +34 -34
- package/providers/context/provider.yaml +1 -1
- package/providers/context/resources/manuals/guides/knowledge-updates.md +5 -1
- package/providers/context/resources/manuals/guides/workspace-prepare.md +9 -0
- package/providers/context/resources/manuals/guides/workspace-restore.md +5 -1
- package/providers/context/resources/procedures/approved-revision.md +20 -0
- package/providers/context/resources/procedures/knowledge-review.md +11 -4
- package/providers/context/resources/procedures/knowledge-updates.md +5 -1
- package/providers/context/resources/procedures/package-output.md +4 -0
- package/providers/context/resources/procedures/production-requirements.md +5 -3
- package/providers/context/resources/procedures/source-boundary.md +15 -5
- package/providers/context/resources/procedures/source-capture-detailed.md +17 -0
- package/providers/context/resources/procedures/work-start-report.md +19 -6
- package/providers/context/resources/procedures/workspace-prepare.md +9 -0
- package/providers/context/resources/procedures/workspace-restore.md +5 -1
- package/providers/context/skills/resolve-current-indexer-gate/SKILL.md +7 -2
- package/providers/context/skills/run-indexer-lifecycle/SKILL.md +3 -2
- package/providers/context/skills/work-production-stage/SKILL.md +5 -3
|
@@ -19,8 +19,9 @@ selectively to decide article topics and writing batches, then more deeply for
|
|
|
19
19
|
the actual claims being written. Skill guidance is optional assistance with
|
|
20
20
|
discovery and writing, not a version-bound production credential.
|
|
21
21
|
|
|
22
|
-
Submit the lightweight plan, present the work-start report and
|
|
23
|
-
|
|
22
|
+
Submit the lightweight plan, present the work-start report and apply
|
|
23
|
+
`context.gate.work_start_scope` before writing. Reuse a matching explicit user
|
|
24
|
+
decision or ask when required. Use the report resources selected by the Route;
|
|
24
25
|
unchanged scope does not need another report merely because a batch ends.
|
|
25
26
|
|
|
26
27
|
Write in the issued Agent directories and submit completed subsets using the
|
|
@@ -23,9 +23,11 @@ Submit the plan before presenting the work-start report. Planning does not
|
|
|
23
23
|
authorize writing or approve the report.
|
|
24
24
|
|
|
25
25
|
At the work-start-report Gate, read the planned topics and selected report
|
|
26
|
-
resources
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
resources and present the proposal. Apply `context.gate.work_start_scope`:
|
|
27
|
+
reuse a matching explicit user scope decision, or ask when the plan is complex
|
|
28
|
+
and changes more than five articles. Managed execution does not replace a
|
|
29
|
+
required decision. Submit approval only after the applicable decision;
|
|
30
|
+
requested changes belong in the plan before writing.
|
|
29
31
|
|
|
30
32
|
For writing, read the stage entry and issued batch directories. Choose how to
|
|
31
33
|
read and write within those tasks. Use child Agents only when the current host
|