@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.
- package/cli.js +542 -460
- 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/claude/commands/context-inspect-search.md +18 -0
- package/plugins/codex/.codex-plugin/plugin.json +2 -2
- package/plugins/codex/skills/context-inspect-search/SKILL.md +18 -0
- package/plugins/cursor/.cursor-plugin/plugin.json +1 -1
- package/plugins/cursor/commands/c4a-context-inspect-search.md +18 -0
- package/plugins/skills/context-inspect-search/SKILL.md +18 -0
- package/providers/context/manifest.json +5 -5
- package/providers/context/provider.yaml +1 -1
- package/providers/context/resources/manuals/guides/package-outputs.md +21 -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.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.
|
|
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.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.
|
|
1
|
+
0.7.14-beta.1
|
|
@@ -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.
|
|
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
|
+
"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:
|
|
@@ -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.
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
872
|
+
"digest": "sha256:0ce9bbc43630874ad90cf5663348b2c6f96dcdf7dd911f5e6b33c71154a3ea9e"
|
|
873
873
|
}
|
|
@@ -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.
|