knodin 0.7.4 → 0.7.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/README.md +4 -1
- package/dist/bin/cli.js +108 -1859
- package/dist/bin/launcher.js +3 -10
- package/dist/chunks/chunk-DMQAGX77.js +654 -0
- package/dist/chunks/chunk-F4Z3Z766.js +4 -0
- package/dist/chunks/chunk-SIJAQVSX.js +3 -0
- package/dist/chunks/chunk-X6M4HUUE.js +2 -0
- package/dist/chunks/chunk-YPRMY2LP.js +8 -0
- package/dist/chunks/pure-compression-cli-4TA2TQD5.js +5 -0
- package/dist/chunks/server-7EDF4CBY.js +14 -0
- package/dist/chunks/structural-fast-path-KD5KQSPX.js +4 -0
- package/dist/src/init-progress-worker.js +2 -106
- package/dist/src/repair-progress-worker.js +2 -120
- package/docs/INSTALLATION.md +17 -1
- package/docs/releases/0.7.6.md +25 -0
- package/package.json +1 -110
- package/dist/src/agent-integration.js +0 -238
- package/dist/src/artifact-refresh.js +0 -81
- package/dist/src/cli-args.js +0 -274
- package/dist/src/cli-model.js +0 -358
- package/dist/src/codeflow-replay.js +0 -80
- package/dist/src/compact-structural.js +0 -96
- package/dist/src/competitive-cold-mcp.js +0 -40
- package/dist/src/competitive-constraints.js +0 -20
- package/dist/src/competitive-manifest.js +0 -411
- package/dist/src/competitive-measurement.js +0 -183
- package/dist/src/competitive-runner.js +0 -487
- package/dist/src/competitive-sandbox.js +0 -108
- package/dist/src/context-export.js +0 -422
- package/dist/src/context.js +0 -102
- package/dist/src/diagnostics.js +0 -449
- package/dist/src/docs-sections.js +0 -141
- package/dist/src/doctor.js +0 -380
- package/dist/src/engine/ann-hnsw.js +0 -271
- package/dist/src/engine/embeddings.js +0 -193
- package/dist/src/engine/file-walker.js +0 -43
- package/dist/src/engine/git-history.js +0 -289
- package/dist/src/engine/index.js +0 -13377
- package/dist/src/engine/perf.js +0 -115
- package/dist/src/engine/prune.js +0 -112
- package/dist/src/engine/scip-import.js +0 -408
- package/dist/src/engine/source-policy.js +0 -69
- package/dist/src/engine/sqlite.js +0 -71
- package/dist/src/engine/symbol-delete.js +0 -58
- package/dist/src/execution-profile.js +0 -203
- package/dist/src/failure-diagnosis.js +0 -649
- package/dist/src/fleet.js +0 -7
- package/dist/src/git-executable.js +0 -31
- package/dist/src/graph-query-health.js +0 -115
- package/dist/src/hook-manager-integration.js +0 -156
- package/dist/src/index-activity.js +0 -125
- package/dist/src/init-progress.js +0 -155
- package/dist/src/init.js +0 -1254
- package/dist/src/lifecycle-health.js +0 -250
- package/dist/src/lsp-readonly.js +0 -217
- package/dist/src/output-compression.js +0 -629
- package/dist/src/output-telemetry.js +0 -363
- package/dist/src/pr-triage.js +0 -638
- package/dist/src/progressive-evidence.js +0 -473
- package/dist/src/pure-compression-cli.js +0 -101
- package/dist/src/relationship-adapters.js +0 -370
- package/dist/src/release-attestation.js +0 -533
- package/dist/src/release-preflight.js +0 -510
- package/dist/src/repair-progress.js +0 -262
- package/dist/src/repository-init-process.js +0 -173
- package/dist/src/repository-management.js +0 -1231
- package/dist/src/response-budget.js +0 -194
- package/dist/src/server.js +0 -73
- package/dist/src/structural-fast-path.js +0 -338
- package/dist/src/structural-snapshot.js +0 -33
- package/dist/src/system-config.js +0 -615
- package/dist/src/terminal-help.js +0 -83
- package/dist/src/tools/knodin-tools.js +0 -1529
- package/dist/src/update-ceremony.js +0 -158
- package/dist/src/update-policy.js +0 -944
- package/dist/src/update-trust.js +0 -503
- package/dist/src/version.js +0 -13
- package/dist/src/visualization.js +0 -162
- package/dist/src/wait-for-fresh.js +0 -98
- package/dist/src/worktree-lifecycle.js +0 -231
- package/docs/CONTAINED-EXECUTION.md +0 -77
- package/docs/DIAGNOSTICS.md +0 -45
- package/docs/GIT-HISTORY-REVIEW.md +0 -39
- package/docs/PROGRESSIVE-EVIDENCE.md +0 -37
- package/docs/PT-ACCESS-RECOMMENDATION.md +0 -91
- package/docs/RELEASE-0.3-EVIDENCE.md +0 -73
- package/docs/SCIP-IMPORT.md +0 -57
- package/docs/SIGNED-UPDATES.md +0 -151
- package/docs/TELEMETRY.md +0 -46
- package/docs/assets/knodin-favicon.svg +0 -4
- package/docs/releases/0.3.0.md +0 -46
- package/docs/releases/0.4.0.md +0 -68
- package/docs/releases/0.4.1.md +0 -28
- package/docs/releases/0.4.2.md +0 -27
- package/docs/releases/0.4.3.md +0 -23
- package/docs/releases/0.5.0.md +0 -29
- package/docs/releases/0.5.1.md +0 -17
- package/docs/releases/0.6.0.md +0 -18
- package/docs/releases/0.7.0.md +0 -24
- package/docs/releases/0.7.1.md +0 -21
- package/docs/releases/0.7.2.md +0 -21
- package/docs/releases/0.7.3.md +0 -23
- package/docs/releases/0.7.4.md +0 -17
- package/schemas/release-attestation-v1.schema.json +0 -210
package/docs/releases/0.7.2.md
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# knodin 0.7.2
|
|
2
|
-
|
|
3
|
-
This is the first normally published 0.7 release of knodin. It provides local,
|
|
4
|
-
opt-in diagnostics that users can collect and deliberately share when they
|
|
5
|
-
need troubleshooting help; it is not a special dogfood build or prerelease.
|
|
6
|
-
|
|
7
|
-
- Adds `knodin diagnostics enable|status|collect|inspect|clear|disable` with a
|
|
8
|
-
private, bounded local failure journal and redacted support bundles. Nothing
|
|
9
|
-
is uploaded automatically.
|
|
10
|
-
- Captures sanitized CLI and MCP failure correlation IDs without retaining
|
|
11
|
-
source, queries, arguments, environment values, credentials, or raw paths.
|
|
12
|
-
- Adds contained execution profiles, structural cold-start routing, lifecycle
|
|
13
|
-
refresh improvements, tighter freshness proof, and truthful response-budget
|
|
14
|
-
accounting.
|
|
15
|
-
- Makes release verification deterministic across macOS and Linux, both with
|
|
16
|
-
and without Bun, including foreground execution of lifecycle-hook fixtures.
|
|
17
|
-
|
|
18
|
-
This ordinary 0.x release is suitable for installation through npm,
|
|
19
|
-
Artifactory, and Homebrew, including use by Docusign employees. The external
|
|
20
|
-
evidence and signed-release gates recorded in `roadmap/competitive-roadmap.md`
|
|
21
|
-
remain open and continue to block GA and trusted-distribution claims.
|
package/docs/releases/0.7.3.md
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# knodin 0.7.3
|
|
2
|
-
|
|
3
|
-
This is the first normally published 0.7 release of knodin. It provides local,
|
|
4
|
-
opt-in diagnostics that users can collect and deliberately share when they
|
|
5
|
-
need troubleshooting help; it is not a special dogfood build or prerelease.
|
|
6
|
-
|
|
7
|
-
- Adds `knodin diagnostics enable|status|collect|inspect|clear|disable` with a
|
|
8
|
-
private, bounded local failure journal and redacted support bundles. Nothing
|
|
9
|
-
is uploaded automatically.
|
|
10
|
-
- Captures sanitized CLI and MCP failure correlation IDs without retaining
|
|
11
|
-
source, queries, arguments, environment values, credentials, or raw paths.
|
|
12
|
-
- Adds contained execution profiles, structural cold-start routing, lifecycle
|
|
13
|
-
refresh improvements, tighter freshness proof, and truthful response-budget
|
|
14
|
-
accounting.
|
|
15
|
-
- Makes release verification deterministic across macOS and Linux, both with
|
|
16
|
-
and without Bun, including foreground execution of lifecycle-hook fixtures.
|
|
17
|
-
- Ensures `configure --scope cli-only` removes repository-detected Knodin MCP
|
|
18
|
-
configuration even when that agent's CLI is not installed locally.
|
|
19
|
-
|
|
20
|
-
This ordinary 0.x release is suitable for installation through npm,
|
|
21
|
-
Artifactory, and Homebrew, including use by Docusign employees. The external
|
|
22
|
-
evidence and signed-release gates recorded in `roadmap/competitive-roadmap.md`
|
|
23
|
-
remain open and continue to block GA and trusted-distribution claims.
|
package/docs/releases/0.7.4.md
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# knodin 0.7.4
|
|
2
|
-
|
|
3
|
-
This patch release preserves the opt-in diagnostics and support-bundle workflow
|
|
4
|
-
introduced in 0.7.3 while hardening the structural cold-start parser.
|
|
5
|
-
|
|
6
|
-
- Replaces a potentially super-linear declaration-matching expression with a
|
|
7
|
-
bounded, linear parser for typed function declarations.
|
|
8
|
-
- Handles balanced parameter lists without mistaking calls or control-flow
|
|
9
|
-
statements for declarations.
|
|
10
|
-
- Adds regression coverage for typed declarations, nested calls, and negative
|
|
11
|
-
structural matches.
|
|
12
|
-
|
|
13
|
-
Diagnostics remain local and disabled until a user enables them. Knodin never
|
|
14
|
-
uploads a diagnostics bundle automatically; the user must inspect and
|
|
15
|
-
deliberately share it for troubleshooting.
|
|
16
|
-
|
|
17
|
-
This remains an ordinary 0.x release, not a dogfood-only build and not GA.
|
|
@@ -1,210 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://raw.githubusercontent.com/knodin/knodin/main/schemas/release-attestation-v1.schema.json",
|
|
4
|
-
"title": "knodin release attestation",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"additionalProperties": false,
|
|
7
|
-
"required": [
|
|
8
|
-
"schemaVersion",
|
|
9
|
-
"status",
|
|
10
|
-
"version",
|
|
11
|
-
"tag",
|
|
12
|
-
"sourceCommit",
|
|
13
|
-
"generatedAt",
|
|
14
|
-
"build",
|
|
15
|
-
"artifact",
|
|
16
|
-
"provenance",
|
|
17
|
-
"sbom",
|
|
18
|
-
"channels",
|
|
19
|
-
"rollback",
|
|
20
|
-
"failures"
|
|
21
|
-
],
|
|
22
|
-
"properties": {
|
|
23
|
-
"schemaVersion": { "const": 1 },
|
|
24
|
-
"status": { "enum": ["verified", "incomplete", "quarantined"] },
|
|
25
|
-
"version": { "$ref": "#/$defs/semver" },
|
|
26
|
-
"tag": { "type": "string", "pattern": "^v[0-9]", "maxLength": 129 },
|
|
27
|
-
"sourceCommit": { "$ref": "#/$defs/commit" },
|
|
28
|
-
"generatedAt": { "$ref": "#/$defs/instant" },
|
|
29
|
-
"build": { "$ref": "#/$defs/build" },
|
|
30
|
-
"artifact": { "$ref": "#/$defs/artifact" },
|
|
31
|
-
"provenance": { "$ref": "#/$defs/provenance" },
|
|
32
|
-
"sbom": { "$ref": "#/$defs/sbom" },
|
|
33
|
-
"channels": {
|
|
34
|
-
"type": "object",
|
|
35
|
-
"additionalProperties": false,
|
|
36
|
-
"required": ["public-npm", "docusign-artifactory", "github-saas", "homebrew", "ghes"],
|
|
37
|
-
"properties": {
|
|
38
|
-
"public-npm": { "$ref": "#/$defs/channel" },
|
|
39
|
-
"docusign-artifactory": { "$ref": "#/$defs/channel" },
|
|
40
|
-
"github-saas": { "$ref": "#/$defs/channel" },
|
|
41
|
-
"homebrew": { "$ref": "#/$defs/channel" },
|
|
42
|
-
"ghes": { "$ref": "#/$defs/channel" }
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"rollback": {
|
|
46
|
-
"type": "object",
|
|
47
|
-
"additionalProperties": false,
|
|
48
|
-
"required": ["version", "targetPath", "artifactSha256"],
|
|
49
|
-
"properties": {
|
|
50
|
-
"version": { "$ref": "#/$defs/semver" },
|
|
51
|
-
"targetPath": { "$ref": "#/$defs/file" },
|
|
52
|
-
"artifactSha256": { "$ref": "#/$defs/sha256" }
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"failures": {
|
|
56
|
-
"type": "array",
|
|
57
|
-
"maxItems": 100,
|
|
58
|
-
"items": { "type": "string", "minLength": 1, "maxLength": 512 }
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
"$defs": {
|
|
62
|
-
"semver": {
|
|
63
|
-
"type": "string",
|
|
64
|
-
"maxLength": 128,
|
|
65
|
-
"pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+(?:-[0-9A-Za-z.-]+)?(?:\\+[0-9A-Za-z.-]+)?$"
|
|
66
|
-
},
|
|
67
|
-
"commit": {
|
|
68
|
-
"type": "string",
|
|
69
|
-
"pattern": "^(?:[a-f0-9]{40}|[a-f0-9]{64})$"
|
|
70
|
-
},
|
|
71
|
-
"instant": {
|
|
72
|
-
"type": "string",
|
|
73
|
-
"maxLength": 64,
|
|
74
|
-
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\\.[0-9]{3}Z$"
|
|
75
|
-
},
|
|
76
|
-
"sha256": { "type": "string", "pattern": "^[a-f0-9]{64}$" },
|
|
77
|
-
"sha512": { "type": "string", "pattern": "^[a-f0-9]{128}$" },
|
|
78
|
-
"file": {
|
|
79
|
-
"type": "string",
|
|
80
|
-
"minLength": 1,
|
|
81
|
-
"maxLength": 256,
|
|
82
|
-
"pattern": "^[A-Za-z0-9][A-Za-z0-9._+-]{0,255}$"
|
|
83
|
-
},
|
|
84
|
-
"https": {
|
|
85
|
-
"type": "string",
|
|
86
|
-
"minLength": 1,
|
|
87
|
-
"maxLength": 2048,
|
|
88
|
-
"pattern": "^https://"
|
|
89
|
-
},
|
|
90
|
-
"build": {
|
|
91
|
-
"type": "object",
|
|
92
|
-
"additionalProperties": false,
|
|
93
|
-
"required": ["repository", "workflow", "workflowRef", "runId", "runAttempt"],
|
|
94
|
-
"properties": {
|
|
95
|
-
"repository": {
|
|
96
|
-
"type": "string",
|
|
97
|
-
"pattern": "^[A-Za-z0-9_.-]{1,100}/[A-Za-z0-9_.-]{1,100}$"
|
|
98
|
-
},
|
|
99
|
-
"workflow": {
|
|
100
|
-
"type": "string",
|
|
101
|
-
"pattern": "^\\.github/workflows/[A-Za-z0-9][A-Za-z0-9._-]{0,127}\\.ya?ml$"
|
|
102
|
-
},
|
|
103
|
-
"workflowRef": { "type": "string", "pattern": "^refs/tags/v", "maxLength": 256 },
|
|
104
|
-
"runId": { "type": "string", "pattern": "^[0-9]{1,32}$" },
|
|
105
|
-
"runAttempt": { "type": "integer", "minimum": 1, "maximum": 1000 }
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
"artifact": {
|
|
109
|
-
"type": "object",
|
|
110
|
-
"additionalProperties": false,
|
|
111
|
-
"required": ["name", "length", "sha256", "sha512", "npmIntegrity"],
|
|
112
|
-
"properties": {
|
|
113
|
-
"name": { "$ref": "#/$defs/file" },
|
|
114
|
-
"length": { "type": "integer", "minimum": 1, "maximum": 536870912 },
|
|
115
|
-
"sha256": { "$ref": "#/$defs/sha256" },
|
|
116
|
-
"sha512": { "$ref": "#/$defs/sha512" },
|
|
117
|
-
"npmIntegrity": { "type": "string", "pattern": "^sha512-[A-Za-z0-9+/]+={0,2}$" }
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
"verification": {
|
|
121
|
-
"type": "object",
|
|
122
|
-
"additionalProperties": false,
|
|
123
|
-
"required": [
|
|
124
|
-
"verified",
|
|
125
|
-
"attestationId",
|
|
126
|
-
"attestationUrl",
|
|
127
|
-
"issuer",
|
|
128
|
-
"identity",
|
|
129
|
-
"verifiedAt"
|
|
130
|
-
],
|
|
131
|
-
"properties": {
|
|
132
|
-
"verified": { "type": "boolean" },
|
|
133
|
-
"attestationId": { "type": "string", "minLength": 1, "maxLength": 256 },
|
|
134
|
-
"attestationUrl": { "$ref": "#/$defs/https" },
|
|
135
|
-
"issuer": { "const": "https://token.actions.githubusercontent.com" },
|
|
136
|
-
"identity": { "$ref": "#/$defs/https" },
|
|
137
|
-
"verifiedAt": { "$ref": "#/$defs/instant" }
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
"provenance": {
|
|
141
|
-
"type": "object",
|
|
142
|
-
"additionalProperties": false,
|
|
143
|
-
"required": ["path", "length", "sha256", "verification"],
|
|
144
|
-
"properties": {
|
|
145
|
-
"path": { "$ref": "#/$defs/file" },
|
|
146
|
-
"length": { "type": "integer", "minimum": 1, "maximum": 16777216 },
|
|
147
|
-
"sha256": { "$ref": "#/$defs/sha256" },
|
|
148
|
-
"verification": { "$ref": "#/$defs/verification" }
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
"sbom": {
|
|
152
|
-
"type": "object",
|
|
153
|
-
"additionalProperties": false,
|
|
154
|
-
"required": [
|
|
155
|
-
"format",
|
|
156
|
-
"specVersion",
|
|
157
|
-
"path",
|
|
158
|
-
"length",
|
|
159
|
-
"sha256",
|
|
160
|
-
"attestationPath",
|
|
161
|
-
"attestationLength",
|
|
162
|
-
"attestationSha256",
|
|
163
|
-
"verification"
|
|
164
|
-
],
|
|
165
|
-
"properties": {
|
|
166
|
-
"format": { "const": "CycloneDX" },
|
|
167
|
-
"specVersion": { "type": "string", "minLength": 1, "maxLength": 16 },
|
|
168
|
-
"path": { "$ref": "#/$defs/file" },
|
|
169
|
-
"length": { "type": "integer", "minimum": 1, "maximum": 16777216 },
|
|
170
|
-
"sha256": { "$ref": "#/$defs/sha256" },
|
|
171
|
-
"attestationPath": { "$ref": "#/$defs/file" },
|
|
172
|
-
"attestationLength": { "type": "integer", "minimum": 1, "maximum": 16777216 },
|
|
173
|
-
"attestationSha256": { "$ref": "#/$defs/sha256" },
|
|
174
|
-
"verification": { "$ref": "#/$defs/verification" }
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
"channel": {
|
|
178
|
-
"oneOf": [
|
|
179
|
-
{
|
|
180
|
-
"type": "object",
|
|
181
|
-
"additionalProperties": false,
|
|
182
|
-
"required": ["status"],
|
|
183
|
-
"properties": { "status": { "const": "missing" } }
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"type": "object",
|
|
187
|
-
"additionalProperties": false,
|
|
188
|
-
"required": [
|
|
189
|
-
"status",
|
|
190
|
-
"artifactLength",
|
|
191
|
-
"artifactSha256",
|
|
192
|
-
"version",
|
|
193
|
-
"sourceCommit",
|
|
194
|
-
"publishedAt",
|
|
195
|
-
"location"
|
|
196
|
-
],
|
|
197
|
-
"properties": {
|
|
198
|
-
"status": { "enum": ["verified", "mismatch"] },
|
|
199
|
-
"artifactLength": { "type": "integer", "minimum": 1, "maximum": 536870912 },
|
|
200
|
-
"artifactSha256": { "$ref": "#/$defs/sha256" },
|
|
201
|
-
"version": { "$ref": "#/$defs/semver" },
|
|
202
|
-
"sourceCommit": { "$ref": "#/$defs/commit" },
|
|
203
|
-
"publishedAt": { "$ref": "#/$defs/instant" },
|
|
204
|
-
"location": { "$ref": "#/$defs/https" }
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
]
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
}
|