knodin 0.7.5 → 0.8.2
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 +18 -3
- package/benchmarks/competitors/SYNTHESIS.md +66 -0
- package/dist/bin/cli.js +371 -66
- package/dist/bin/launcher.js +16 -1
- package/dist/src/agent-integration.js +82 -16
- package/dist/src/artifact-refresh.js +2 -1
- package/dist/src/cli-args.js +19 -1
- package/dist/src/cli-model.js +28 -2
- package/dist/src/codeflow-replay.js +2 -1
- package/dist/src/compare.js +39 -0
- package/dist/src/competitive-constraints.js +2 -1
- package/dist/src/competitive-runner.js +4 -4
- package/dist/src/context-export.js +3 -2
- package/dist/src/context.js +1 -1
- package/dist/src/deterministic-random.js +34 -0
- package/dist/src/diagnostics-write-helper.js +473 -0
- package/dist/src/diagnostics.js +1160 -133
- package/dist/src/doctor.js +3 -1
- package/dist/src/engine/ann-hnsw.js +2 -12
- package/dist/src/engine/file-walker.js +8 -2
- package/dist/src/engine/git-history.js +12 -12
- package/dist/src/engine/index.js +1174 -313
- package/dist/src/engine/sarif-import.js +341 -0
- package/dist/src/engine/scip-import.js +28 -13
- package/dist/src/engine/source-policy.js +16 -0
- package/dist/src/engine/state-paths.js +175 -0
- package/dist/src/execution-profile.js +15 -10
- package/dist/src/failure-diagnosis.js +7 -1
- package/dist/src/graph-layout.js +173 -0
- package/dist/src/index-activity.js +2 -1
- package/dist/src/init.js +86 -45
- package/dist/src/lifecycle-health.js +41 -9
- package/dist/src/mcp-graph-worker.js +69 -0
- package/dist/src/mcp-reliability.js +154 -0
- package/dist/src/mcp-worker-supervisor.js +350 -0
- package/dist/src/mirror.js +290 -0
- package/dist/src/node-runtime.js +157 -0
- package/dist/src/output-compression.js +2 -1
- package/dist/src/output-telemetry.js +16 -11
- package/dist/src/progressive-evidence.js +30 -26
- package/dist/src/pure-compression-cli.js +4 -3
- package/dist/src/relationship-adapters.js +15 -8
- package/dist/src/release-preflight.js +13 -10
- package/dist/src/repair-lease.js +85 -0
- package/dist/src/repository-init-process.js +13 -9
- package/dist/src/repository-management.js +34 -4
- package/dist/src/response-budget.js +8 -6
- package/dist/src/server.js +80 -35
- package/dist/src/structural-fast-path.js +16 -10
- package/dist/src/structural-snapshot.js +6 -2
- package/dist/src/system-config.js +25 -2
- package/dist/src/tools/knodin-tools.js +142 -31
- package/dist/src/update-ceremony.js +9 -5
- package/dist/src/update-trust.js +5 -4
- package/dist/src/visualization.js +372 -19
- package/dist/src/worktree-lifecycle.js +5 -2
- package/docs/BEHAVIORAL-CONTRACT.md +72 -0
- package/docs/CLI.md +20 -1
- package/docs/COMPARISON.md +403 -0
- package/docs/COMPETITIVE-LANDSCAPE-2026-08.md +267 -0
- package/docs/DIAGNOSTICS.md +46 -11
- package/docs/HANDOFF.md +180 -0
- package/docs/INSTALLATION.md +21 -2
- package/docs/MCP.md +59 -8
- package/docs/PT-ACCESS-RECOMMENDATION.md +5 -7
- package/docs/REPOSITORIES-AND-WORKTREES.md +18 -6
- package/docs/SCIP-IMPORT.md +5 -0
- package/docs/TOKEN-OPTIMIZER-SCORECARD.md +79 -0
- package/docs/releases/0.5.1.md +4 -4
- package/docs/releases/0.8.0.md +74 -0
- package/docs/releases/0.8.2.md +34 -0
- package/package.json +17 -4
- package/roadmap/competitive-roadmap.md +3801 -0
- package/schemas/release-attestation-v1.schema.json +1 -1
- package/schemas/support-bundle-v2.schema.json +212 -0
package/README.md
CHANGED
|
@@ -35,6 +35,13 @@ The practical payoff is less manual context assembly, fewer agent round trips,
|
|
|
35
35
|
and fewer dependencies missed during review—with no hosted-service or
|
|
36
36
|
source-egress overhead.
|
|
37
37
|
|
|
38
|
+
The checked [behavioral-contract work](docs/BEHAVIORAL-CONTRACT.md) declares
|
|
39
|
+
each production operation's intended guarantees and release-gates
|
|
40
|
+
composition, recovery, confidence, and locality fixtures across every production
|
|
41
|
+
operation/action path and declared egress boundary. C95 is implemented and
|
|
42
|
+
terminal under the checked verifier and roadmap acceptance criteria; its stated
|
|
43
|
+
limitations remain product bounds, not unsupported superiority claims.
|
|
44
|
+
|
|
38
45
|
## How it compares
|
|
39
46
|
|
|
40
47
|
Code-intelligence tools often specialize in one part of the workflow. knodin
|
|
@@ -108,6 +115,12 @@ knodin init --scope cli-only # graph and CLI without agent configuration
|
|
|
108
115
|
See the [installation guide](docs/INSTALLATION.md) for package-manager details,
|
|
109
116
|
managed registries, upgrades, and uninstall instructions.
|
|
110
117
|
|
|
118
|
+
If one application spans several repositories—including repositories you can
|
|
119
|
+
pull locally but cannot change upstream—follow the
|
|
120
|
+
[local multi-repository setup guide](docs/MULTI-REPO-LOCAL-SETUP.md). It covers
|
|
121
|
+
personal-only initialization, automatic refresh after pulls, hook coexistence,
|
|
122
|
+
portfolio search, and optional system composition.
|
|
123
|
+
|
|
111
124
|
## First workflow
|
|
112
125
|
|
|
113
126
|
Start broad, inspect the likely change surface, then review the actual diff:
|
|
@@ -156,10 +169,10 @@ knodin repair
|
|
|
156
169
|
| `knodin compress …` | Bounded diagnostic output with recoverable local detail |
|
|
157
170
|
| `knodin prs` | Open-PR triage using the authenticated local `gh` CLI |
|
|
158
171
|
| `knodin wiki` | Static Markdown architecture documentation |
|
|
159
|
-
| `knodin visualize` | Self-contained local graph visualization |
|
|
172
|
+
| `knodin visualize` | Self-contained local graph visualization: whole-repository dependency graph or a bounded call flow |
|
|
160
173
|
| `knodin status --deep` | Index freshness, health, hooks, and integration status |
|
|
161
174
|
| `knodin repair` | Repair or rebuild unhealthy local graph state |
|
|
162
|
-
| `knodin diagnostics …` |
|
|
175
|
+
| `knodin diagnostics …` | Preview and archive explicit-allowlist local support evidence |
|
|
163
176
|
|
|
164
177
|
Run `knodin --help` or read the [CLI reference](docs/CLI.md) for complete syntax.
|
|
165
178
|
|
|
@@ -215,7 +228,9 @@ productivity percentage or superiority over every competing product.
|
|
|
215
228
|
|
|
216
229
|
### Internal GHES mirror
|
|
217
230
|
|
|
218
|
-
GitHub SaaS `
|
|
231
|
+
GitHub SaaS `DTS-Productivity-Engineering/knodin` is the authoritative
|
|
232
|
+
review and release repository. `knodin/knodin` is the Homebrew-tap repository,
|
|
233
|
+
not a source or release authority.
|
|
219
234
|
The internal `github.docusignhq.com/Enterprise-Apps/knodin` repository is a
|
|
220
235
|
read-only mirror for colleagues who need GHES access; work must not be opened
|
|
221
236
|
or reviewed there.
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Local competitor bake-off synthesis
|
|
2
|
+
|
|
3
|
+
## Outcome
|
|
4
|
+
|
|
5
|
+
The program exercised 11 runnable competitors locally and recorded one
|
|
6
|
+
credential/egress blocker. Across 713 paired cases, Reckon was faster in 488
|
|
7
|
+
(68.4%) and competitors were faster in 225 (31.6%). That aggregate is
|
|
8
|
+
directional—not a universal quality score—because packers, LSP editors, semantic
|
|
9
|
+
search engines, and graph tools do different work.
|
|
10
|
+
|
|
11
|
+
These are historical performance observations, not current competitive wins.
|
|
12
|
+
C24's oracle-aware replay contract and
|
|
13
|
+
`benchmarks/evaluations/competitive-fixture-inventory.json` identify which audit
|
|
14
|
+
rows have checked-in labels and which remain blocked on a shared fixture.
|
|
15
|
+
|
|
16
|
+
| Competitor | Paired cases | Reckon faster | Competitor faster | Primary competitor win |
|
|
17
|
+
|---|---:|---:|---:|---|
|
|
18
|
+
| GitNexus | 39 | 38 | 1 | ambiguity, directional impact, PDG, diff scopes |
|
|
19
|
+
| CodeGraph | 38 | 37 | 1 | bounded multi-symbol orientation |
|
|
20
|
+
| code-review-graph | 142 | 139 | 3 | filters, compact modes, explicit changes, DFS |
|
|
21
|
+
| Graphify | 142 | 98 | 44 | compact hubs/neighbors and relation filters |
|
|
22
|
+
| Serena | 31 | 31 | 0 | LSP navigation, diagnostics, guarded editing |
|
|
23
|
+
| codebase-memory-mcp | 75 | 17 | 58 | typed tracing, layers, filters, pagination |
|
|
24
|
+
| grepai | 59 | 55 | 4 | compact semantic ranking and feature paths |
|
|
25
|
+
| Repomix | 74 | 25 | 49 | portable packing and incremental exact retrieval |
|
|
26
|
+
| Aider repo-map | 36 | 36 | 0 | hard token budgets and ranked source maps |
|
|
27
|
+
| code2prompt | 65 | 0 | 65 | deterministic source/Git export controls |
|
|
28
|
+
| claude-context-mcp | 12 | 12 | 0 | extension-filtered contextual semantic chunks |
|
|
29
|
+
| mcp-codebase-index | — | — | — | blocked: mandatory hosted Gemini embeddings |
|
|
30
|
+
|
|
31
|
+
## Where Reckon was beaten
|
|
32
|
+
|
|
33
|
+
The repeated, material gaps are now roadmap items:
|
|
34
|
+
|
|
35
|
+
1. Call/reference precision, stable identities, ambiguity, and structural
|
|
36
|
+
implementations: C2 and C11.
|
|
37
|
+
2. Honest byte/token/item budgets and compact top-N drill-downs: C3.
|
|
38
|
+
3. Directional typed traversal, argument/data-flow facts, and architectural
|
|
39
|
+
layers/boundaries: C4 and C13.
|
|
40
|
+
4. Uniform language/kind/path/relation filters and pagination: C12.
|
|
41
|
+
5. Explicit change sets, staged scopes, revision pairs, and Git context: C5.
|
|
42
|
+
6. Portable source-shaped exports with token metrics and per-file policies: C14.
|
|
43
|
+
7. Diagnostics and broader verified symbol editing: C15 evaluation.
|
|
44
|
+
8. Public index health/repair and local output telemetry: C16.
|
|
45
|
+
9. DFS/feature paths, PDG, API shapes, and a bounded DSL remain evaluations:
|
|
46
|
+
C8-C10 and C17.
|
|
47
|
+
|
|
48
|
+
## Defensible strengths
|
|
49
|
+
|
|
50
|
+
- One composable MCP tool rather than 8-30 schemas.
|
|
51
|
+
- Fully local, credential-free, source-private operation with embedded storage.
|
|
52
|
+
- Strong warm latency against GitNexus, CodeGraph, code-review-graph, Serena,
|
|
53
|
+
grepai, Aider, and Claude Context.
|
|
54
|
+
- Compiler-verified rename preview/apply/rollback.
|
|
55
|
+
- Rich graph facts—communities, hubs, bridges, flows, impact, risk, staleness—in
|
|
56
|
+
one process.
|
|
57
|
+
|
|
58
|
+
## Marketing guardrails
|
|
59
|
+
|
|
60
|
+
Do not claim Reckon wins every query or every latency comparison. It lost the
|
|
61
|
+
aggregate warm-latency score to codebase-memory-mcp, Repomix, and code2prompt,
|
|
62
|
+
and lost specific quality/capability cases throughout the reports. Safe claims
|
|
63
|
+
are evidence-linked and replay-qualified: local and credential-free only after
|
|
64
|
+
the C33 gate, and measured latency only on the recorded workload.
|
|
65
|
+
|
|
66
|
+
“Free” remains blocked until C1 adds an explicit permissive license.
|