@c4a/context-cli 0.7.20 → 0.7.25
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 +6 -6
- package/README.zh-CN.md +6 -6
- package/cli.js +667 -651
- package/indexers/contracts/profile-contract.json +245 -245
- package/indexers/release-manifest.json +1 -1
- package/package.json +12 -12
- package/plugins/VERSION +1 -1
- package/plugins/claude/.claude-plugin/plugin.json +1 -1
- 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/cursor/.cursor-plugin/plugin.json +1 -1
- package/plugins/cursor/commands/c4a-context.md +77 -6
- package/plugins/skills/context/SKILL.md +77 -6
- 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 +30 -30
- 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 +4 -0
- package/providers/context/resources/manuals/guides/workspace-restore.md +5 -1
- 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/work-start-report.md +19 -6
- package/providers/context/resources/procedures/workspace-prepare.md +4 -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
|
@@ -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
|