@c4a/context-cli 0.7.15 → 0.7.16
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/browser/diagrams.js +2826 -0
- package/cli.js +1267 -845
- package/indexers/bundles/context-code-indexer/LICENSE.third-party +25 -0
- package/indexers/bundles/context-code-indexer/references/diagram-behavior-examples.md +647 -0
- package/indexers/bundles/context-code-indexer/references/diagram-topology-examples.md +387 -0
- package/indexers/bundles/context-code-indexer/references/diagrams.md +347 -0
- package/indexers/bundles/context-markdown-indexer/LICENSE.third-party +25 -0
- package/indexers/bundles/context-markdown-indexer/references/diagram-behavior-examples.md +647 -0
- package/indexers/bundles/context-markdown-indexer/references/diagram-topology-examples.md +387 -0
- package/indexers/bundles/context-markdown-indexer/references/diagrams.md +347 -0
- package/indexers/bundles/context-note-indexer/LICENSE.third-party +25 -0
- package/indexers/bundles/context-note-indexer/references/diagram-behavior-examples.md +647 -0
- package/indexers/bundles/context-note-indexer/references/diagram-topology-examples.md +387 -0
- package/indexers/bundles/context-note-indexer/references/diagrams.md +347 -0
- package/indexers/bundles/context-sessions-indexer/LICENSE.third-party +25 -0
- package/indexers/bundles/context-sessions-indexer/references/diagram-behavior-examples.md +647 -0
- package/indexers/bundles/context-sessions-indexer/references/diagram-topology-examples.md +387 -0
- package/indexers/bundles/context-sessions-indexer/references/diagrams.md +347 -0
- package/indexers/contracts/profile-contract.json +245 -245
- package/indexers/release-manifest.json +57 -9
- package/package.json +13 -12
- package/parserEntryWorker.js +24 -0
- 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/plugins/skills/context-code-indexer/LICENSE.third-party +25 -0
- package/plugins/skills/context-code-indexer/references/diagram-behavior-examples.md +647 -0
- package/plugins/skills/context-code-indexer/references/diagram-topology-examples.md +387 -0
- package/plugins/skills/context-code-indexer/references/diagrams.md +347 -0
- package/plugins/skills/context-markdown-indexer/LICENSE.third-party +25 -0
- package/plugins/skills/context-markdown-indexer/references/diagram-behavior-examples.md +647 -0
- package/plugins/skills/context-markdown-indexer/references/diagram-topology-examples.md +387 -0
- package/plugins/skills/context-markdown-indexer/references/diagrams.md +347 -0
- package/plugins/skills/context-note-indexer/LICENSE.third-party +25 -0
- package/plugins/skills/context-note-indexer/references/diagram-behavior-examples.md +647 -0
- package/plugins/skills/context-note-indexer/references/diagram-topology-examples.md +387 -0
- package/plugins/skills/context-note-indexer/references/diagrams.md +347 -0
- package/plugins/skills/context-sessions-indexer/LICENSE.third-party +25 -0
- package/plugins/skills/context-sessions-indexer/references/diagram-behavior-examples.md +647 -0
- package/plugins/skills/context-sessions-indexer/references/diagram-topology-examples.md +387 -0
- package/plugins/skills/context-sessions-indexer/references/diagrams.md +347 -0
- package/providers/context/manifest.json +5 -5
- package/providers/context/provider.yaml +1 -1
- package/providers/context/resources/manuals/guides/package-outputs.md +36 -2
|
@@ -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.
|
|
4
|
+
"version": "0.7.16",
|
|
5
5
|
"issuer": "context4ai/context",
|
|
6
6
|
"bundles": [
|
|
7
7
|
{
|
|
@@ -11,9 +11,13 @@
|
|
|
11
11
|
"kind": "cli-bundled",
|
|
12
12
|
"locator": "cli-bundled://context/context-code-indexer"
|
|
13
13
|
},
|
|
14
|
-
"integrity": "sha256:
|
|
14
|
+
"integrity": "sha256:b51d9862c56bb11e773048cfd37886c6c3176113c63583d100569c1a720e0343",
|
|
15
15
|
"manifest_digest": "sha256:1bb49c2cfaaf1cc847dccd90c5f2bb6465941217a0e0d6053c0a5aeff467a013",
|
|
16
16
|
"files": [
|
|
17
|
+
{
|
|
18
|
+
"path": "LICENSE.third-party",
|
|
19
|
+
"digest": "sha256:4167466e76f90401c96ad7ecb7c808b4349cc35a53587c38714f564af6294df1"
|
|
20
|
+
},
|
|
17
21
|
{
|
|
18
22
|
"path": "SKILL.md",
|
|
19
23
|
"digest": "sha256:e4a5b6449d6e38b4ea55e6b7ea1fdca5fdeb536d4cd2be829d22300273ec2e9c"
|
|
@@ -118,9 +122,17 @@
|
|
|
118
122
|
"path": "references/composers/public-contract.md",
|
|
119
123
|
"digest": "sha256:d21f3d31def73d66f22e16f3a0e2932c144837a9814a3006f93fee8405212e88"
|
|
120
124
|
},
|
|
125
|
+
{
|
|
126
|
+
"path": "references/diagram-behavior-examples.md",
|
|
127
|
+
"digest": "sha256:11563816f59794063fef498bcb65ac2fe27fc1fe69d98f048c1622a88e2b435b"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"path": "references/diagram-topology-examples.md",
|
|
131
|
+
"digest": "sha256:9dc729575a16caa35f551bc8d32b150f57de12cbfee80eb0622f2c580a79e82d"
|
|
132
|
+
},
|
|
121
133
|
{
|
|
122
134
|
"path": "references/diagrams.md",
|
|
123
|
-
"digest": "sha256:
|
|
135
|
+
"digest": "sha256:952eb877580d65218ac92d8eb39679170c2c517b32c84822270f33b40ce22522"
|
|
124
136
|
},
|
|
125
137
|
{
|
|
126
138
|
"path": "references/indexer.md",
|
|
@@ -527,9 +539,13 @@
|
|
|
527
539
|
"kind": "cli-bundled",
|
|
528
540
|
"locator": "cli-bundled://context/context-markdown-indexer"
|
|
529
541
|
},
|
|
530
|
-
"integrity": "sha256:
|
|
542
|
+
"integrity": "sha256:2a511817eb25b077d7d0b99aaf199b9001b3d3ebb4e0412ff8c6ed35c412c78f",
|
|
531
543
|
"manifest_digest": "sha256:4b6ea2307077abd4899515d32f72941ab8e6bceaa89f2b7662d732bbf817bce5",
|
|
532
544
|
"files": [
|
|
545
|
+
{
|
|
546
|
+
"path": "LICENSE.third-party",
|
|
547
|
+
"digest": "sha256:4167466e76f90401c96ad7ecb7c808b4349cc35a53587c38714f564af6294df1"
|
|
548
|
+
},
|
|
533
549
|
{
|
|
534
550
|
"path": "SKILL.md",
|
|
535
551
|
"digest": "sha256:ac059a9b6a87751ea3644374691ed3dafa03bb1cf9e8a2874e2475c09f73c716"
|
|
@@ -594,9 +610,17 @@
|
|
|
594
610
|
"path": "references/classification.md",
|
|
595
611
|
"digest": "sha256:eb3b6d3a29d2eb41884f23e17691589de373cf62c96b54b0b2c1c4e62bdea1fc"
|
|
596
612
|
},
|
|
613
|
+
{
|
|
614
|
+
"path": "references/diagram-behavior-examples.md",
|
|
615
|
+
"digest": "sha256:11563816f59794063fef498bcb65ac2fe27fc1fe69d98f048c1622a88e2b435b"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"path": "references/diagram-topology-examples.md",
|
|
619
|
+
"digest": "sha256:9dc729575a16caa35f551bc8d32b150f57de12cbfee80eb0622f2c580a79e82d"
|
|
620
|
+
},
|
|
597
621
|
{
|
|
598
622
|
"path": "references/diagrams.md",
|
|
599
|
-
"digest": "sha256:
|
|
623
|
+
"digest": "sha256:952eb877580d65218ac92d8eb39679170c2c517b32c84822270f33b40ce22522"
|
|
600
624
|
},
|
|
601
625
|
{
|
|
602
626
|
"path": "references/editorial-policy.md",
|
|
@@ -783,9 +807,13 @@
|
|
|
783
807
|
"kind": "cli-bundled",
|
|
784
808
|
"locator": "cli-bundled://context/context-note-indexer"
|
|
785
809
|
},
|
|
786
|
-
"integrity": "sha256:
|
|
810
|
+
"integrity": "sha256:8e3b758a5a2cc513623aad5e436bfad5de38fd39bb9c060f22a81bacb8b05738",
|
|
787
811
|
"manifest_digest": "sha256:d0b13be5557f31043592d061ac4e24c0791ff7bd765a538cc1fa458dd905ba4b",
|
|
788
812
|
"files": [
|
|
813
|
+
{
|
|
814
|
+
"path": "LICENSE.third-party",
|
|
815
|
+
"digest": "sha256:4167466e76f90401c96ad7ecb7c808b4349cc35a53587c38714f564af6294df1"
|
|
816
|
+
},
|
|
789
817
|
{
|
|
790
818
|
"path": "SKILL.md",
|
|
791
819
|
"digest": "sha256:52b298e1a1ec7f53a1b7e9592e269341bf81b5a26a738a9952594c61e7f85c1e"
|
|
@@ -838,9 +866,17 @@
|
|
|
838
866
|
"path": "references/customization.md",
|
|
839
867
|
"digest": "sha256:35170ecfe75f7b17633423056ef04601611eab86ff35a14e60b1c6e106ade2db"
|
|
840
868
|
},
|
|
869
|
+
{
|
|
870
|
+
"path": "references/diagram-behavior-examples.md",
|
|
871
|
+
"digest": "sha256:11563816f59794063fef498bcb65ac2fe27fc1fe69d98f048c1622a88e2b435b"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"path": "references/diagram-topology-examples.md",
|
|
875
|
+
"digest": "sha256:9dc729575a16caa35f551bc8d32b150f57de12cbfee80eb0622f2c580a79e82d"
|
|
876
|
+
},
|
|
841
877
|
{
|
|
842
878
|
"path": "references/diagrams.md",
|
|
843
|
-
"digest": "sha256:
|
|
879
|
+
"digest": "sha256:952eb877580d65218ac92d8eb39679170c2c517b32c84822270f33b40ce22522"
|
|
844
880
|
},
|
|
845
881
|
{
|
|
846
882
|
"path": "references/extension-placement.md",
|
|
@@ -1039,9 +1075,13 @@
|
|
|
1039
1075
|
"kind": "cli-bundled",
|
|
1040
1076
|
"locator": "cli-bundled://context/context-sessions-indexer"
|
|
1041
1077
|
},
|
|
1042
|
-
"integrity": "sha256:
|
|
1078
|
+
"integrity": "sha256:6432d4d0ce8482c05072fb6adcfbdf7acb2169356546b950054dc381311d6215",
|
|
1043
1079
|
"manifest_digest": "sha256:476df63d106ebe14d9547d5227e2876bf85b6e5d6b60e12f267423533567945e",
|
|
1044
1080
|
"files": [
|
|
1081
|
+
{
|
|
1082
|
+
"path": "LICENSE.third-party",
|
|
1083
|
+
"digest": "sha256:4167466e76f90401c96ad7ecb7c808b4349cc35a53587c38714f564af6294df1"
|
|
1084
|
+
},
|
|
1045
1085
|
{
|
|
1046
1086
|
"path": "SKILL.md",
|
|
1047
1087
|
"digest": "sha256:c7897ed020a30e1d6c54b0a60a3c16c696b3b70fce17ac93cf516ea01cb719cd"
|
|
@@ -1094,9 +1134,17 @@
|
|
|
1094
1134
|
"path": "references/customization.md",
|
|
1095
1135
|
"digest": "sha256:35170ecfe75f7b17633423056ef04601611eab86ff35a14e60b1c6e106ade2db"
|
|
1096
1136
|
},
|
|
1137
|
+
{
|
|
1138
|
+
"path": "references/diagram-behavior-examples.md",
|
|
1139
|
+
"digest": "sha256:11563816f59794063fef498bcb65ac2fe27fc1fe69d98f048c1622a88e2b435b"
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"path": "references/diagram-topology-examples.md",
|
|
1143
|
+
"digest": "sha256:9dc729575a16caa35f551bc8d32b150f57de12cbfee80eb0622f2c580a79e82d"
|
|
1144
|
+
},
|
|
1097
1145
|
{
|
|
1098
1146
|
"path": "references/diagrams.md",
|
|
1099
|
-
"digest": "sha256:
|
|
1147
|
+
"digest": "sha256:952eb877580d65218ac92d8eb39679170c2c517b32c84822270f33b40ce22522"
|
|
1100
1148
|
},
|
|
1101
1149
|
{
|
|
1102
1150
|
"path": "references/extension-placement.md",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c4a/context-cli",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Local runtime and Agent integration for traceable knowledge production",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,17 +24,18 @@
|
|
|
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.16",
|
|
28
|
+
"@c4a/extract": "0.7.16",
|
|
29
|
+
"@c4a/extract-contract": "0.7.16",
|
|
30
|
+
"@c4a/extract-go": "0.7.16",
|
|
31
|
+
"@c4a/extract-mdx": "0.7.16",
|
|
32
|
+
"@c4a/extract-proto": "0.7.16",
|
|
33
|
+
"@c4a/extract-rush": "0.7.16",
|
|
34
|
+
"@c4a/extract-sql": "0.7.16",
|
|
35
|
+
"@c4a/extract-style": "0.7.16",
|
|
36
|
+
"@c4a/extract-thrift": "0.7.16",
|
|
37
|
+
"@c4a/extract-ts": "0.7.16",
|
|
38
|
+
"@mermaid-js/layout-elk": "0.2.0",
|
|
38
39
|
"commander": "^11.0.0",
|
|
39
40
|
"fast-xml-parser": "^5.10.1",
|
|
40
41
|
"handlebars": "^4.7.8",
|
package/parserEntryWorker.js
CHANGED
|
@@ -4513,9 +4513,31 @@ var init_zod = __esm(() => {
|
|
|
4513
4513
|
init_external();
|
|
4514
4514
|
});
|
|
4515
4515
|
|
|
4516
|
+
// ../context/src/siteTheme.ts
|
|
4517
|
+
var color, siteThemeColorsSchema, siteThemeSchema, DEFAULT_SITE_THEME;
|
|
4518
|
+
var init_siteTheme = __esm(() => {
|
|
4519
|
+
init_zod();
|
|
4520
|
+
color = exports_external.string().regex(/^#(?:[\da-f]{3}|[\da-f]{6}|[\da-f]{8})$/iu, "Use a hexadecimal CSS color (#RGB, #RRGGBB or #RRGGBBAA)");
|
|
4521
|
+
siteThemeColorsSchema = exports_external.object({
|
|
4522
|
+
brand: color.optional(),
|
|
4523
|
+
accent: color.optional(),
|
|
4524
|
+
background: color.optional(),
|
|
4525
|
+
surface: color.optional(),
|
|
4526
|
+
text: color.optional(),
|
|
4527
|
+
mutedText: color.optional(),
|
|
4528
|
+
border: color.optional()
|
|
4529
|
+
}).strict();
|
|
4530
|
+
siteThemeSchema = exports_external.object({ light: siteThemeColorsSchema.optional(), dark: siteThemeColorsSchema.optional() }).strict();
|
|
4531
|
+
DEFAULT_SITE_THEME = {
|
|
4532
|
+
light: { brand: "#2563eb", accent: "#00bec8", background: "#ffffff", surface: "#f8f9fc", text: "#161e2e", mutedText: "#646b7c", border: "#e7e9ef" },
|
|
4533
|
+
dark: { brand: "#8eb7ff", accent: "#b3cfff", background: "#171b24", surface: "#1b1d24", text: "#e2e4ed", mutedText: "#a1a6b7", border: "#303440" }
|
|
4534
|
+
};
|
|
4535
|
+
});
|
|
4536
|
+
|
|
4516
4537
|
// ../context/src/packageSite.ts
|
|
4517
4538
|
var siteHrefSchema, packageSiteHomeActionSchema, packageSiteHomeResourceSchema, packageSiteHomeSchema, packageSiteSchema;
|
|
4518
4539
|
var init_packageSite = __esm(() => {
|
|
4540
|
+
init_siteTheme();
|
|
4519
4541
|
init_zod();
|
|
4520
4542
|
siteHrefSchema = exports_external.string().trim().min(1).refine((value) => /^(?:https?:\/\/|mailto:|\/(?!\/)|#)/u.test(value), "Use an https URL, mailto URL, root-relative path, or page anchor");
|
|
4521
4543
|
packageSiteHomeActionSchema = exports_external.object({
|
|
@@ -4541,6 +4563,7 @@ var init_packageSite = __esm(() => {
|
|
|
4541
4563
|
resources: exports_external.array(packageSiteHomeResourceSchema).optional()
|
|
4542
4564
|
}).strict();
|
|
4543
4565
|
packageSiteSchema = exports_external.object({
|
|
4566
|
+
theme: siteThemeSchema.optional(),
|
|
4544
4567
|
title: exports_external.string().trim().min(1).optional(),
|
|
4545
4568
|
description: exports_external.string().optional(),
|
|
4546
4569
|
lang: exports_external.string().min(1).default("en-US"),
|
|
@@ -20543,6 +20566,7 @@ var init_indexerApprovedKnowledge = __esm(() => {
|
|
|
20543
20566
|
|
|
20544
20567
|
// ../context/src/index.ts
|
|
20545
20568
|
var init_src = __esm(() => {
|
|
20569
|
+
init_siteTheme();
|
|
20546
20570
|
init_packageSite();
|
|
20547
20571
|
init_packageSite();
|
|
20548
20572
|
init_contracts();
|
package/plugins/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.16
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "c4a",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.16",
|
|
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.16",
|
|
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",
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
Scenario text, semantic guidance and example material derive from Archify (`tt-a1i/archify`, `tree/72c750b`), recipes/scenarios.mjs, references/authoring-contract.md, references/delivery-contract.md and examples. The original prompts above are quoted; the Mermaid execution guidance and counterexample table are Context adaptations. Upstream JSON geometry, schema machinery and viewer controls are not knowledge authoring requirements.
|
|
3
|
+
|
|
4
|
+
MIT License
|
|
5
|
+
|
|
6
|
+
Copyright (c) 2026 tt-a1i (Archify)
|
|
7
|
+
Copyright (c) 2025 Cocoon AI
|
|
8
|
+
|
|
9
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
11
|
+
in the Software without restriction, including without limitation the rights
|
|
12
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
14
|
+
furnished to do so, subject to the following conditions:
|
|
15
|
+
|
|
16
|
+
The above copyright notice and this permission notice shall be included in all
|
|
17
|
+
copies or substantial portions of the Software.
|
|
18
|
+
|
|
19
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25
|
+
SOFTWARE.
|