@c4a/context-cli 0.7.13 → 0.7.14-beta.1

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "protocol": "context.indexer.cli-release-manifest/v1",
3
3
  "package": "@c4a/context-cli",
4
- "version": "0.7.13",
4
+ "version": "0.7.14-beta.1",
5
5
  "issuer": "context4ai/context",
6
6
  "bundles": [
7
7
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c4a/context-cli",
3
- "version": "0.7.13",
3
+ "version": "0.7.14-beta.1",
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.13",
28
- "@c4a/extract": "0.7.13",
29
- "@c4a/extract-contract": "0.7.13",
30
- "@c4a/extract-go": "0.7.13",
31
- "@c4a/extract-mdx": "0.7.13",
32
- "@c4a/extract-proto": "0.7.13",
33
- "@c4a/extract-rush": "0.7.13",
34
- "@c4a/extract-sql": "0.7.13",
35
- "@c4a/extract-style": "0.7.13",
36
- "@c4a/extract-thrift": "0.7.13",
37
- "@c4a/extract-ts": "0.7.13",
27
+ "@c4a/context": "0.7.14-beta.1",
28
+ "@c4a/extract": "0.7.14-beta.1",
29
+ "@c4a/extract-contract": "0.7.14-beta.1",
30
+ "@c4a/extract-go": "0.7.14-beta.1",
31
+ "@c4a/extract-mdx": "0.7.14-beta.1",
32
+ "@c4a/extract-proto": "0.7.14-beta.1",
33
+ "@c4a/extract-rush": "0.7.14-beta.1",
34
+ "@c4a/extract-sql": "0.7.14-beta.1",
35
+ "@c4a/extract-style": "0.7.14-beta.1",
36
+ "@c4a/extract-thrift": "0.7.14-beta.1",
37
+ "@c4a/extract-ts": "0.7.14-beta.1",
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.13
1
+ 0.7.14-beta.1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "c4a",
3
3
  "description": "Start or continue a project-local knowledge workspace through one graph-routed entry.",
4
- "version": "0.7.13",
4
+ "version": "0.7.14-beta.1",
5
5
  "author": {
6
6
  "name": "c4a"
7
7
  },
@@ -135,6 +135,24 @@ inferences and unavailable evidence. If source versions differ, describe the
135
135
  difference before deciding that a knowledge page is wrong. Do not dump runtime
136
136
  ids, long raw excerpts or a mandatory audit report into every answer.
137
137
 
138
+
139
+ ## Website links in the final summary
140
+
141
+ After answering from the pages actually read, optionally append one or more
142
+ related document links in the final summary. Read `context-site-map.json` from
143
+ the selected package (or its sibling website output in a workspace). Match the
144
+ read page to `pages[].package_path` or `approved_path`; use its `title` and resolve
145
+ `site_path` relative to `site_url`. The URL already includes the deployment base
146
+ path: do not prepend `base` again. Only cite matched articles, deduplicate links,
147
+ and do not invent section anchors.
148
+
149
+ This is a local formatting step, not retrieval or validation. Do not probe URLs,
150
+ make HTTP/HEAD requests, open a browser, inspect a deployment platform, or check
151
+ remote versions to add links. Never build, publish or update metadata for this
152
+ purpose. If the map, URL or matching page is absent or malformed, keep the local
153
+ citation and continue silently. A configured URL does not prove that the site
154
+ contains the current local revision; do not claim online verification.
155
+
138
156
  ## Suggest improvements and hand off
139
157
 
140
158
  When evidence supports a correction or worthwhile addition, briefly describe:
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c4a",
3
- "version": "0.7.13",
3
+ "version": "0.7.14-beta.1",
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",
13
+ "shortDescription": "Initialize and advance a local, source-linked project knowledge workspace.\nv0.7.14-beta.1",
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",
@@ -135,6 +135,24 @@ inferences and unavailable evidence. If source versions differ, describe the
135
135
  difference before deciding that a knowledge page is wrong. Do not dump runtime
136
136
  ids, long raw excerpts or a mandatory audit report into every answer.
137
137
 
138
+
139
+ ## Website links in the final summary
140
+
141
+ After answering from the pages actually read, optionally append one or more
142
+ related document links in the final summary. Read `context-site-map.json` from
143
+ the selected package (or its sibling website output in a workspace). Match the
144
+ read page to `pages[].package_path` or `approved_path`; use its `title` and resolve
145
+ `site_path` relative to `site_url`. The URL already includes the deployment base
146
+ path: do not prepend `base` again. Only cite matched articles, deduplicate links,
147
+ and do not invent section anchors.
148
+
149
+ This is a local formatting step, not retrieval or validation. Do not probe URLs,
150
+ make HTTP/HEAD requests, open a browser, inspect a deployment platform, or check
151
+ remote versions to add links. Never build, publish or update metadata for this
152
+ purpose. If the map, URL or matching page is absent or malformed, keep the local
153
+ citation and continue silently. A configured URL does not prove that the site
154
+ contains the current local revision; do not claim online verification.
155
+
138
156
  ## Suggest improvements and hand off
139
157
 
140
158
  When evidence supports a correction or worthwhile addition, briefly describe:
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "c4a",
3
3
  "displayName": "C4A Context",
4
- "version": "0.7.13",
4
+ "version": "0.7.14-beta.1",
5
5
  "description": "Start or continue a project-local knowledge workspace through one graph-routed entry.",
6
6
  "author": {
7
7
  "name": "Context4AI",
@@ -133,6 +133,24 @@ inferences and unavailable evidence. If source versions differ, describe the
133
133
  difference before deciding that a knowledge page is wrong. Do not dump runtime
134
134
  ids, long raw excerpts or a mandatory audit report into every answer.
135
135
 
136
+
137
+ ## Website links in the final summary
138
+
139
+ After answering from the pages actually read, optionally append one or more
140
+ related document links in the final summary. Read `context-site-map.json` from
141
+ the selected package (or its sibling website output in a workspace). Match the
142
+ read page to `pages[].package_path` or `approved_path`; use its `title` and resolve
143
+ `site_path` relative to `site_url`. The URL already includes the deployment base
144
+ path: do not prepend `base` again. Only cite matched articles, deduplicate links,
145
+ and do not invent section anchors.
146
+
147
+ This is a local formatting step, not retrieval or validation. Do not probe URLs,
148
+ make HTTP/HEAD requests, open a browser, inspect a deployment platform, or check
149
+ remote versions to add links. Never build, publish or update metadata for this
150
+ purpose. If the map, URL or matching page is absent or malformed, keep the local
151
+ citation and continue silently. A configured URL does not prove that the site
152
+ contains the current local revision; do not claim online verification.
153
+
136
154
  ## Suggest improvements and hand off
137
155
 
138
156
  When evidence supports a correction or worthwhile addition, briefly describe:
@@ -135,6 +135,24 @@ inferences and unavailable evidence. If source versions differ, describe the
135
135
  difference before deciding that a knowledge page is wrong. Do not dump runtime
136
136
  ids, long raw excerpts or a mandatory audit report into every answer.
137
137
 
138
+
139
+ ## Website links in the final summary
140
+
141
+ After answering from the pages actually read, optionally append one or more
142
+ related document links in the final summary. Read `context-site-map.json` from
143
+ the selected package (or its sibling website output in a workspace). Match the
144
+ read page to `pages[].package_path` or `approved_path`; use its `title` and resolve
145
+ `site_path` relative to `site_url`. The URL already includes the deployment base
146
+ path: do not prepend `base` again. Only cite matched articles, deduplicate links,
147
+ and do not invent section anchors.
148
+
149
+ This is a local formatting step, not retrieval or validation. Do not probe URLs,
150
+ make HTTP/HEAD requests, open a browser, inspect a deployment platform, or check
151
+ remote versions to add links. Never build, publish or update metadata for this
152
+ purpose. If the map, URL or matching page is absent or malformed, keep the local
153
+ citation and continue silently. A configured URL does not prove that the site
154
+ contains the current local revision; do not claim online verification.
155
+
138
156
  ## Suggest improvements and hand off
139
157
 
140
158
  When evidence supports a correction or worthwhile addition, briefly describe:
@@ -2,7 +2,7 @@
2
2
  "schema": "agent-graph.bundle.v1",
3
3
  "provider": {
4
4
  "id": "c4a/context",
5
- "version": "0.7.13"
5
+ "version": "0.7.14-beta.1"
6
6
  },
7
7
  "providerManifest": "provider.yaml",
8
8
  "graphs": [
@@ -188,7 +188,7 @@
188
188
  {
189
189
  "id": "context.sdk.package-outputs",
190
190
  "path": "resources/manuals/guides/package-outputs.md",
191
- "digest": "sha256:31d1159d9c591755c1f7560928c230a86a84a33f0bd86d1866d4eb94078c075f"
191
+ "digest": "sha256:2238be400ef56fba3e894f58f246aa9bf16d287e6522782ad6cdf44ee7004e24"
192
192
  },
193
193
  {
194
194
  "id": "context.sdk.package-templates",
@@ -570,7 +570,7 @@
570
570
  },
571
571
  {
572
572
  "path": "provider.yaml",
573
- "digest": "sha256:74fa6ece89e6d9f654ea0fa3b988488883f3b55b747e436db0eb31a420e66f78"
573
+ "digest": "sha256:820cc81bd72613211c7f1a48406bc881f6f4baf09ef415e635aa8da01aa08f0a"
574
574
  },
575
575
  {
576
576
  "path": "resources/contracts/indexer-provider-guide.yaml",
@@ -642,7 +642,7 @@
642
642
  },
643
643
  {
644
644
  "path": "resources/manuals/guides/package-outputs.md",
645
- "digest": "sha256:31d1159d9c591755c1f7560928c230a86a84a33f0bd86d1866d4eb94078c075f"
645
+ "digest": "sha256:2238be400ef56fba3e894f58f246aa9bf16d287e6522782ad6cdf44ee7004e24"
646
646
  },
647
647
  {
648
648
  "path": "resources/manuals/guides/page-customization.md",
@@ -869,5 +869,5 @@
869
869
  "indexer": [],
870
870
  "workspace": []
871
871
  },
872
- "digest": "sha256:cac0ab245b580f8a5adb9c4d03b55702d36559079adc7442a650087c91b0adca"
872
+ "digest": "sha256:0ce9bbc43630874ad90cf5663348b2c6f96dcdf7dd911f5e6b33c71154a3ea9e"
873
873
  }
@@ -1,6 +1,6 @@
1
1
  schema: agent-graph.provider.v1
2
2
  id: c4a/context
3
- version: 0.7.13
3
+ version: 0.7.14-beta.1
4
4
  name: Context workflow
5
5
  description: Internal work contract for Context knowledge workspaces.
6
6
  graphs:
@@ -486,3 +486,24 @@ Only approved selected content is exported. A map or article change invalidates
486
486
  both website and LLMS outputs; failure preserves the previous staged package.
487
487
  Standalone `llmsPackage()` uses the same map organization and supplies the full
488
488
  text and raw article files alongside its template-rendered `llms.txt` index.
489
+
490
+ ## Links to a deployed website
491
+
492
+ After a website has been built and deployed, record its complete public root:
493
+
494
+ ```bash
495
+ context package site-url <package-name> https://example.com/docs/
496
+ ```
497
+
498
+ This command adds optional `site_url` to the existing `context.site-output/v1`
499
+ map, in both the website and knowledge package. It normalizes a trailing slash,
500
+ rejects credentials/query/fragment, and never contacts the URL. The address
501
+ includes the deployment subpath; resolve `pages[].site_path` against it without
502
+ adding `base` again. Rebuilds preserve the address from the previous website
503
+ map and distribute the refreshed mapping with the package. Deleting dist also
504
+ deletes this optional delivery metadata: record it again from the deployment
505
+ result instead of guessing a hostname. No new workspace configuration is needed.
506
+
507
+ The address is an access hint, not proof of publication or content freshness.
508
+ Query Skills use it only to append related links in the final summary, with no
509
+ network probes or version checks. Packages without the map work as before.