@c4a/context-cli 0.7.16 → 0.7.17
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/cli.js +365 -309
- 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/codex/.codex-plugin/plugin.json +2 -2
- package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
- package/providers/context/manifest.json +5 -5
- package/providers/context/provider.yaml +1 -1
- package/providers/context/resources/procedures/work-start-report.md +9 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c4a/context-cli",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.17",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Local runtime and Agent integration for traceable knowledge production",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,17 +24,17 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@c4a/agent-graph": "0.3.0",
|
|
27
|
-
"@c4a/context": "0.7.
|
|
28
|
-
"@c4a/extract": "0.7.
|
|
29
|
-
"@c4a/extract-contract": "0.7.
|
|
30
|
-
"@c4a/extract-go": "0.7.
|
|
31
|
-
"@c4a/extract-mdx": "0.7.
|
|
32
|
-
"@c4a/extract-proto": "0.7.
|
|
33
|
-
"@c4a/extract-rush": "0.7.
|
|
34
|
-
"@c4a/extract-sql": "0.7.
|
|
35
|
-
"@c4a/extract-style": "0.7.
|
|
36
|
-
"@c4a/extract-thrift": "0.7.
|
|
37
|
-
"@c4a/extract-ts": "0.7.
|
|
27
|
+
"@c4a/context": "0.7.17",
|
|
28
|
+
"@c4a/extract": "0.7.17",
|
|
29
|
+
"@c4a/extract-contract": "0.7.17",
|
|
30
|
+
"@c4a/extract-go": "0.7.17",
|
|
31
|
+
"@c4a/extract-mdx": "0.7.17",
|
|
32
|
+
"@c4a/extract-proto": "0.7.17",
|
|
33
|
+
"@c4a/extract-rush": "0.7.17",
|
|
34
|
+
"@c4a/extract-sql": "0.7.17",
|
|
35
|
+
"@c4a/extract-style": "0.7.17",
|
|
36
|
+
"@c4a/extract-thrift": "0.7.17",
|
|
37
|
+
"@c4a/extract-ts": "0.7.17",
|
|
38
38
|
"@mermaid-js/layout-elk": "0.2.0",
|
|
39
39
|
"commander": "^11.0.0",
|
|
40
40
|
"fast-xml-parser": "^5.10.1",
|
package/plugins/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.17
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "c4a",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.17",
|
|
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.
|
|
13
|
+
"shortDescription": "Initialize and advance a local, source-linked project knowledge workspace.\nv0.7.17",
|
|
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",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"schema": "agent-graph.bundle.v1",
|
|
3
3
|
"provider": {
|
|
4
4
|
"id": "c4a/context",
|
|
5
|
-
"version": "0.7.
|
|
5
|
+
"version": "0.7.17"
|
|
6
6
|
},
|
|
7
7
|
"providerManifest": "provider.yaml",
|
|
8
8
|
"graphs": [
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
{
|
|
384
384
|
"id": "procedure.work-start-report",
|
|
385
385
|
"path": "resources/procedures/work-start-report.md",
|
|
386
|
-
"digest": "sha256:
|
|
386
|
+
"digest": "sha256:39bb407bbc799c380dc03100473a757e3fa3bcf823be6e6993534444040f4fc9"
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
389
|
"id": "procedure.workspace-commit",
|
|
@@ -570,7 +570,7 @@
|
|
|
570
570
|
},
|
|
571
571
|
{
|
|
572
572
|
"path": "provider.yaml",
|
|
573
|
-
"digest": "sha256:
|
|
573
|
+
"digest": "sha256:30f94e1127da95b0128d4e50ba4bf096954fef4ca09a9b93b7e6c4fa4579ac47"
|
|
574
574
|
},
|
|
575
575
|
{
|
|
576
576
|
"path": "resources/contracts/indexer-provider-guide.yaml",
|
|
@@ -766,7 +766,7 @@
|
|
|
766
766
|
},
|
|
767
767
|
{
|
|
768
768
|
"path": "resources/procedures/work-start-report.md",
|
|
769
|
-
"digest": "sha256:
|
|
769
|
+
"digest": "sha256:39bb407bbc799c380dc03100473a757e3fa3bcf823be6e6993534444040f4fc9"
|
|
770
770
|
},
|
|
771
771
|
{
|
|
772
772
|
"path": "resources/procedures/workspace-commit.md",
|
|
@@ -869,5 +869,5 @@
|
|
|
869
869
|
"indexer": [],
|
|
870
870
|
"workspace": []
|
|
871
871
|
},
|
|
872
|
-
"digest": "sha256:
|
|
872
|
+
"digest": "sha256:b1e15a2c60465b30bd30b709b98dc7d5c8df1b21fa1f91852dffbcc2fc0c5a3a"
|
|
873
873
|
}
|
|
@@ -191,3 +191,12 @@ say so as a workflow limitation rather than announcing new investigation work.
|
|
|
191
191
|
Do not delete configured sources, invent exclusions, clear stage files, or mark
|
|
192
192
|
unread material investigated to make the current task appear complete. Follow the
|
|
193
193
|
returned resolution action when the workflow still needs a decision.
|
|
194
|
+
|
|
195
|
+
For a bounded addition inside an existing production stage, completed articles can
|
|
196
|
+
enter Review with `context run --deliver --format json`. This retains pending
|
|
197
|
+
configured scopes and unfinished tasks; it does not authorize approval or publish.
|
|
198
|
+
Use this existing delivery path when remaining source failures are unrelated to
|
|
199
|
+
the requested articles. If the selected articles need the missing repository, use
|
|
200
|
+
`context source recovery-plan` and `context source restore` with an explicit local
|
|
201
|
+
checkout or clone decision. Do not ask users to investigate unrelated repositories
|
|
202
|
+
just to deliver saved notes, and do not clear gaps to imitate task completion.
|