@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c4a/context-cli",
3
- "version": "0.6.4",
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.4",
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.4
1
+ 0.6.6
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "context",
3
3
  "description": "Maintain a project-local knowledge workspace through init and next-step agent guidance.",
4
- "version": "0.6.4",
4
+ "version": "0.6.6",
5
5
  "author": {
6
6
  "name": "c4a"
7
7
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "context",
3
- "version": "0.6.4",
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.4",
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",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "context",
3
3
  "displayName": "C4A Context",
4
- "version": "0.6.4",
4
+ "version": "0.6.6",
5
5
  "description": "Maintain a project-local knowledge workspace through init and next-step agent guidance.",
6
6
  "author": {
7
7
  "name": "Context4AI",
@@ -2,7 +2,7 @@
2
2
  "schema": "agent-graph.bundle.v1",
3
3
  "provider": {
4
4
  "id": "c4a/context",
5
- "version": "0.6.4"
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:125c867bfc33e953541f89f1fc4f9b779680e9d994071a47dd8d6c36201a2e7a"
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:f02c4060d0a30553de73be5ada2ea3086c5e91348fd920cbf282f60bebf270b5"
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:125c867bfc33e953541f89f1fc4f9b779680e9d994071a47dd8d6c36201a2e7a"
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:c039063eb3d29dadd7b60279dfd97f809c007f8cbb39f1dafe47667a994cd3e7"
717
+ "digest": "sha256:9e18f9627b218543ae2bcbcdf3a98204c7d84d7078738b1af39f35d3a6047795"
718
718
  }
@@ -1,6 +1,6 @@
1
1
  schema: agent-graph.provider.v1
2
2
  id: c4a/context
3
- version: 0.6.4
3
+ version: 0.6.6
4
4
  name: Context workflow
5
5
  description: Internal work contract for Context knowledge workspaces.
6
6
  graphs:
@@ -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 and
71
- workspaces outside Git accept an explicit HTTPS prefix; Context appends the
72
- project-relative `knowledge/assets/...` path. Context does not check whether
73
- the resources are committed, pushed, or remotely readable; publishing them is
74
- the package author's responsibility.
75
- `{commit}` is replaced when present. A literal branch in the prefix is allowed
76
- but intentionally follows that mutable branch. The configured raw host must be
77
- reachable by the eventual package consumers.
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
- When the workspace is not in Git and has no explicit raw prefix, choose bundled
87
- delivery or explicit omission:
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" }