@c4a/context-cli 0.7.11 → 0.7.12
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 +113 -56
- 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 +9 -9
- package/providers/context/provider.yaml +1 -1
- package/providers/context/resources/manuals/guides/knowledge-updates.md +7 -0
- package/providers/context/resources/manuals/guides/workspace-prepare.md +3 -0
- package/providers/context/resources/procedures/knowledge-updates.md +7 -0
- package/providers/context/resources/procedures/workspace-prepare.md +3 -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.12",
|
|
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.12",
|
|
28
|
+
"@c4a/extract": "0.7.12",
|
|
29
|
+
"@c4a/extract-contract": "0.7.12",
|
|
30
|
+
"@c4a/extract-go": "0.7.12",
|
|
31
|
+
"@c4a/extract-mdx": "0.7.12",
|
|
32
|
+
"@c4a/extract-proto": "0.7.12",
|
|
33
|
+
"@c4a/extract-rush": "0.7.12",
|
|
34
|
+
"@c4a/extract-sql": "0.7.12",
|
|
35
|
+
"@c4a/extract-style": "0.7.12",
|
|
36
|
+
"@c4a/extract-thrift": "0.7.12",
|
|
37
|
+
"@c4a/extract-ts": "0.7.12",
|
|
38
38
|
"commander": "^11.0.0",
|
|
39
39
|
"fast-xml-parser": "^5.10.1",
|
|
40
40
|
"handlebars": "^4.7.8",
|
package/plugins/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.12
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "c4a",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.12",
|
|
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.12",
|
|
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.12"
|
|
6
6
|
},
|
|
7
7
|
"providerManifest": "provider.yaml",
|
|
8
8
|
"graphs": [
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
{
|
|
304
304
|
"id": "procedure.knowledge-updates",
|
|
305
305
|
"path": "resources/procedures/knowledge-updates.md",
|
|
306
|
-
"digest": "sha256:
|
|
306
|
+
"digest": "sha256:f26726fc3264337200608e73f9ac20397016d6e3319ae8def6bf2a768630ae96"
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
309
|
"id": "procedure.note",
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
{
|
|
389
389
|
"id": "procedure.workspace-prepare",
|
|
390
390
|
"path": "resources/procedures/workspace-prepare.md",
|
|
391
|
-
"digest": "sha256:
|
|
391
|
+
"digest": "sha256:9bffefd9d4ac0ab46b9274a07c1a0a0b809659fe22a0bb28e2c78a6dc403a999"
|
|
392
392
|
},
|
|
393
393
|
{
|
|
394
394
|
"id": "procedure.workspace-restore",
|
|
@@ -565,7 +565,7 @@
|
|
|
565
565
|
},
|
|
566
566
|
{
|
|
567
567
|
"path": "provider.yaml",
|
|
568
|
-
"digest": "sha256:
|
|
568
|
+
"digest": "sha256:9916bad3dd3172994e821c3e8b9e28fedeb1f833edaa5182512f18f43901bd4e"
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
571
|
"path": "resources/contracts/indexer-provider-guide.yaml",
|
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
},
|
|
622
622
|
{
|
|
623
623
|
"path": "resources/manuals/guides/knowledge-updates.md",
|
|
624
|
-
"digest": "sha256:
|
|
624
|
+
"digest": "sha256:18f9088eaab56ed92b5c131136de7f5527ece738a6bef3a605608d220f62ec28"
|
|
625
625
|
},
|
|
626
626
|
{
|
|
627
627
|
"path": "resources/manuals/guides/lark-resources.md",
|
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
},
|
|
650
650
|
{
|
|
651
651
|
"path": "resources/manuals/guides/workspace-prepare.md",
|
|
652
|
-
"digest": "sha256:
|
|
652
|
+
"digest": "sha256:a0f801e442331135274de04cfc4006c4641da50421d5e80a47f23b329dd13766"
|
|
653
653
|
},
|
|
654
654
|
{
|
|
655
655
|
"path": "resources/manuals/guides/workspace-restore.md",
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
},
|
|
698
698
|
{
|
|
699
699
|
"path": "resources/procedures/knowledge-updates.md",
|
|
700
|
-
"digest": "sha256:
|
|
700
|
+
"digest": "sha256:f26726fc3264337200608e73f9ac20397016d6e3319ae8def6bf2a768630ae96"
|
|
701
701
|
},
|
|
702
702
|
{
|
|
703
703
|
"path": "resources/procedures/note.md",
|
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
},
|
|
766
766
|
{
|
|
767
767
|
"path": "resources/procedures/workspace-prepare.md",
|
|
768
|
-
"digest": "sha256:
|
|
768
|
+
"digest": "sha256:9bffefd9d4ac0ab46b9274a07c1a0a0b809659fe22a0bb28e2c78a6dc403a999"
|
|
769
769
|
},
|
|
770
770
|
{
|
|
771
771
|
"path": "resources/procedures/workspace-restore.md",
|
|
@@ -860,5 +860,5 @@
|
|
|
860
860
|
"indexer": [],
|
|
861
861
|
"workspace": []
|
|
862
862
|
},
|
|
863
|
-
"digest": "sha256:
|
|
863
|
+
"digest": "sha256:e459da141751e9328d5d1b284f07abb54ae60c939eb964784cb94e5571170b03"
|
|
864
864
|
}
|
|
@@ -412,6 +412,13 @@ and the same Review/build route.
|
|
|
412
412
|
|
|
413
413
|
## Adjust or roll back current work
|
|
414
414
|
|
|
415
|
+
Read `context task adjust --schema --format yaml` for the source-adjustment
|
|
416
|
+
and knowledge-map input variants; no workspace or input file is required.
|
|
417
|
+
After restoring an unavailable source, follow the recovery result's
|
|
418
|
+
`next_action` to refresh the captured planning materials. Preparation can return
|
|
419
|
+
a new stage: use its paths and identity when resubmitting your plan. Restoring
|
|
420
|
+
the checkout alone does not replace an existing stage's captured material.
|
|
421
|
+
|
|
415
422
|
For an explicit same-task change to native Indexer source inputs, use
|
|
416
423
|
`context task adjust --input <file|-> --format json` with `scopes` containing the
|
|
417
424
|
selected `source_ref` and optional `module_refs`, plus an `instruction` explaining
|
|
@@ -67,6 +67,9 @@ workflow bundle: `repository-source-recovery.md` beside this guide and
|
|
|
67
67
|
`../../schemas/repository-source-recovery.schema.json`. Reuse a matching local
|
|
68
68
|
checkout or, when authorized, clone into a bounded location using
|
|
69
69
|
`context source restore --input <workspace-input-file> --format json`.
|
|
70
|
+
Follow its `next_action` before resuming a plan: an active production stage may
|
|
71
|
+
need preparation to refresh previously unavailable material. Use the stage and
|
|
72
|
+
paths returned by preparation, not a payload's previous stage identity.
|
|
70
73
|
Group modules sharing a remote and fixed commit; do not clone per module.
|
|
71
74
|
Check registered commit and module paths. Never reset a supplied dirty checkout.
|
|
72
75
|
Authentication or checkout problems can be diagnosed with Host Git tools;
|
|
@@ -412,6 +412,13 @@ and the same Review/build route.
|
|
|
412
412
|
|
|
413
413
|
## Adjust or roll back current work
|
|
414
414
|
|
|
415
|
+
Read `context task adjust --schema --format yaml` for the source-adjustment
|
|
416
|
+
and knowledge-map input variants; no workspace or input file is required.
|
|
417
|
+
After restoring an unavailable source, follow the recovery result's
|
|
418
|
+
`next_action` to refresh the captured planning materials. Preparation can return
|
|
419
|
+
a new stage: use its paths and identity when resubmitting your plan. Restoring
|
|
420
|
+
the checkout alone does not replace an existing stage's captured material.
|
|
421
|
+
|
|
415
422
|
For an explicit same-task change to native Indexer source inputs, use
|
|
416
423
|
`context task adjust --input <file|-> --format json` with `scopes` containing the
|
|
417
424
|
selected `source_ref` and optional `module_refs`, plus an `instruction` explaining
|
|
@@ -67,6 +67,9 @@ workflow bundle: `repository-source-recovery.md` beside this guide and
|
|
|
67
67
|
`../../schemas/repository-source-recovery.schema.json`. Reuse a matching local
|
|
68
68
|
checkout or, when authorized, clone into a bounded location using
|
|
69
69
|
`context source restore --input <workspace-input-file> --format json`.
|
|
70
|
+
Follow its `next_action` before resuming a plan: an active production stage may
|
|
71
|
+
need preparation to refresh previously unavailable material. Use the stage and
|
|
72
|
+
paths returned by preparation, not a payload's previous stage identity.
|
|
70
73
|
Group modules sharing a remote and fixed commit; do not clone per module.
|
|
71
74
|
Check registered commit and module paths. Never reset a supplied dirty checkout.
|
|
72
75
|
Authentication or checkout problems can be diagnosed with Host Git tools;
|