@c4a/context-cli 0.6.4 → 0.6.6
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 +989 -733
- package/package.json +2 -2
- 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/manuals/reference/package-templates.md +21 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c4a/context-cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Local CLI for capturing, compiling, and governing knowledge workspaces",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@c4a/agent-graph": "0.2.5",
|
|
27
|
-
"@c4a/context": "0.6.
|
|
27
|
+
"@c4a/context": "0.6.6",
|
|
28
28
|
"commander": "^11.0.0",
|
|
29
29
|
"fast-xml-parser": "^5.10.1",
|
|
30
30
|
"handlebars": "^4.7.8",
|
package/plugins/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.6
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "context",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"description": "Maintain a project-local knowledge workspace through init and next-step agent guidance.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "c4a"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"skills": "./skills/",
|
|
19
19
|
"interface": {
|
|
20
20
|
"displayName": "C4A Context",
|
|
21
|
-
"shortDescription": "Initialize and advance a local, source-linked project knowledge workspace.\nv0.6.
|
|
21
|
+
"shortDescription": "Initialize and advance a local, source-linked project knowledge workspace.\nv0.6.6",
|
|
22
22
|
"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.",
|
|
23
23
|
"developerName": "c4a",
|
|
24
24
|
"category": "Productivity",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"schema": "agent-graph.bundle.v1",
|
|
3
3
|
"provider": {
|
|
4
4
|
"id": "c4a/context",
|
|
5
|
-
"version": "0.6.
|
|
5
|
+
"version": "0.6.6"
|
|
6
6
|
},
|
|
7
7
|
"providerManifest": "provider.yaml",
|
|
8
8
|
"graphs": [
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
{
|
|
169
169
|
"id": "context.sdk.package-templates",
|
|
170
170
|
"path": "resources/manuals/reference/package-templates.md",
|
|
171
|
-
"digest": "sha256:
|
|
171
|
+
"digest": "sha256:c42ea22df144db608ab5dc3718704b2e42c0e7a4fe51ca322dfbe705f0619549"
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
"id": "context.sdk.project-api",
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
},
|
|
509
509
|
{
|
|
510
510
|
"path": "provider.yaml",
|
|
511
|
-
"digest": "sha256:
|
|
511
|
+
"digest": "sha256:d13207554b08b390963585983ee0a931811d787f070e0e041d6881bc929950ee"
|
|
512
512
|
},
|
|
513
513
|
{
|
|
514
514
|
"path": "resources/diagnostics/projection-stale.md",
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
},
|
|
577
577
|
{
|
|
578
578
|
"path": "resources/manuals/reference/package-templates.md",
|
|
579
|
-
"digest": "sha256:
|
|
579
|
+
"digest": "sha256:c42ea22df144db608ab5dc3718704b2e42c0e7a4fe51ca322dfbe705f0619549"
|
|
580
580
|
},
|
|
581
581
|
{
|
|
582
582
|
"path": "resources/manuals/reference/project-api.md",
|
|
@@ -714,5 +714,5 @@
|
|
|
714
714
|
"graphDependencies": {
|
|
715
715
|
"workspace": []
|
|
716
716
|
},
|
|
717
|
-
"digest": "sha256:
|
|
717
|
+
"digest": "sha256:9e18f9627b218543ae2bcbcdf3a98204c7d84d7078738b1af39f35d3a6047795"
|
|
718
718
|
}
|
|
@@ -67,14 +67,18 @@ llmsPackage({
|
|
|
67
67
|
|
|
68
68
|
Use Git raw delivery when resources are published from a Git repository.
|
|
69
69
|
Without `urlPrefix`, the Context workspace must be inside Git; GitHub remotes
|
|
70
|
-
are derived automatically and pinned to the current commit. Other hosts
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
the
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
70
|
+
are derived automatically and pinned to the current commit. Other hosts accept
|
|
71
|
+
an explicit HTTPS prefix. `{commit}` is replaced only when the workspace is
|
|
72
|
+
inside Git, because Context must resolve the current commit. A workspace outside
|
|
73
|
+
Git must use a literal, already-published prefix without `{commit}`. Context
|
|
74
|
+
appends the project-relative `knowledge/assets/...` path.
|
|
75
|
+
|
|
76
|
+
The resolved commit and raw URL participate in package freshness, so changing
|
|
77
|
+
Git HEAD or the selected remote makes an existing package stale. Context does
|
|
78
|
+
not check whether resources are committed, pushed, or remotely readable;
|
|
79
|
+
publishing them is the package author's responsibility. A literal branch in the
|
|
80
|
+
prefix is allowed but intentionally follows that mutable branch. The configured
|
|
81
|
+
raw host must be reachable by the eventual package consumers.
|
|
78
82
|
|
|
79
83
|
```ts
|
|
80
84
|
assets: {
|
|
@@ -83,8 +87,15 @@ assets: {
|
|
|
83
87
|
}
|
|
84
88
|
```
|
|
85
89
|
|
|
86
|
-
|
|
87
|
-
|
|
90
|
+
Outside Git, use a literal published prefix or choose bundled delivery or
|
|
91
|
+
explicit omission:
|
|
92
|
+
|
|
93
|
+
```ts
|
|
94
|
+
assets: {
|
|
95
|
+
delivery: "git-raw",
|
|
96
|
+
urlPrefix: "https://code.example.com/team/knowledge/raw/published-assets",
|
|
97
|
+
}
|
|
98
|
+
```
|
|
88
99
|
|
|
89
100
|
```ts
|
|
90
101
|
assets: { delivery: "bundle" }
|