@unerr-ai/unerr 0.2.0 → 0.2.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 +6 -0
- package/dist/cli.js +37236 -35793
- package/package.json +6 -1
- package/dist/behaviors/agent-llm-bridge.js +0 -166
- package/dist/behaviors/architecture-guard.js +0 -256
- package/dist/behaviors/auto-doc.js +0 -247
- package/dist/behaviors/cascade-guard.js +0 -289
- package/dist/behaviors/change-narrative.js +0 -270
- package/dist/behaviors/convention-drift.js +0 -290
- package/dist/behaviors/framework.js +0 -235
- package/dist/behaviors/guard-formatter.js +0 -44
- package/dist/behaviors/incomplete-work.js +0 -270
- package/dist/behaviors/loop-breaker.js +0 -300
- package/dist/behaviors/session-continuity.js +0 -208
- package/dist/commands/branches.js +0 -97
- package/dist/commands/check-commit.js +0 -225
- package/dist/commands/compress-output.js +0 -64
- package/dist/commands/config-verify.js +0 -243
- package/dist/commands/daemon.js +0 -905
- package/dist/commands/dashboard.js +0 -52
- package/dist/commands/debug.js +0 -200
- package/dist/commands/enrich.js +0 -184
- package/dist/commands/exec.js +0 -233
- package/dist/commands/gain.js +0 -156
- package/dist/commands/hook.js +0 -88
- package/dist/commands/index.js +0 -88
- package/dist/commands/init.js +0 -74
- package/dist/commands/install.js +0 -505
- package/dist/commands/learn.js +0 -116
- package/dist/commands/manifest.js +0 -193
- package/dist/commands/rewind.js +0 -103
- package/dist/commands/serve.js +0 -19
- package/dist/commands/setup-wizard.js +0 -414
- package/dist/commands/skills.js +0 -64
- package/dist/commands/stats.js +0 -20
- package/dist/commands/status.js +0 -654
- package/dist/commands/timeline.js +0 -139
- package/dist/commands/uninstall.js +0 -230
- package/dist/components/App.js +0 -109
- package/dist/components/Banner.js +0 -12
- package/dist/components/ConfirmPrompt.js +0 -25
- package/dist/components/DriftSummary.js +0 -23
- package/dist/components/GradeBadge.js +0 -15
- package/dist/components/HealthCard.js +0 -18
- package/dist/components/InkSpinner.js +0 -22
- package/dist/components/InputBox.js +0 -17
- package/dist/components/KeyValue.js +0 -13
- package/dist/components/MessageList.js +0 -14
- package/dist/components/ProgressBar.js +0 -26
- package/dist/components/Section.js +0 -16
- package/dist/components/SessionSummaryCard.js +0 -73
- package/dist/components/StartupDisplay.js +0 -24
- package/dist/components/StatusDashboard.js +0 -57
- package/dist/components/StatusLine.js +0 -8
- package/dist/components/StepLine.js +0 -22
- package/dist/components/Theme.js +0 -20
- package/dist/components/ToolProgress.js +0 -8
- package/dist/components/ViolationList.js +0 -21
- package/dist/components/render.js +0 -13
- package/dist/config/agent-registry.js +0 -237
- package/dist/config/claude-settings-hooks.js +0 -304
- package/dist/config/hook-installer.js +0 -65
- package/dist/config/instruction-writer.js +0 -388
- package/dist/config/mcp-config-writer.js +0 -266
- package/dist/config/settings.js +0 -174
- package/dist/config/tool-detector.js +0 -42
- package/dist/config/value-surfacing.js +0 -119
- package/dist/core/context-assembly.js +0 -108
- package/dist/core/conversation.js +0 -33
- package/dist/core/local-chat-provider.js +0 -475
- package/dist/core/provider-factory.js +0 -55
- package/dist/core/providers.js +0 -90
- package/dist/core/query-engine.js +0 -174
- package/dist/daemon/api.js +0 -312
- package/dist/daemon/autostart.js +0 -119
- package/dist/daemon/bootstrap.js +0 -39
- package/dist/daemon/client.js +0 -164
- package/dist/daemon/detect-ci.js +0 -81
- package/dist/daemon/platform-linux.js +0 -146
- package/dist/daemon/platform-macos.js +0 -134
- package/dist/daemon/platform-windows.js +0 -116
- package/dist/daemon/process-manager.js +0 -299
- package/dist/daemon/protocol.js +0 -23
- package/dist/daemon/registry.js +0 -270
- package/dist/daemon/settings-schema.js +0 -72
- package/dist/daemon/system-health.js +0 -134
- package/dist/daemon/version-checker.js +0 -262
- package/dist/daemon/warm-start.js +0 -223
- package/dist/entrypoints/cli.js +0 -1043
- package/dist/entrypoints/daemon.js +0 -380
- package/dist/entrypoints/repl.js +0 -147
- package/dist/hooks/adapters/claude-code.js +0 -90
- package/dist/hooks/adapters/cline.js +0 -100
- package/dist/hooks/adapters/cursor.js +0 -98
- package/dist/hooks/hook-dedup.js +0 -79
- package/dist/hooks/hook-runner.js +0 -113
- package/dist/hooks/navigation-hooks.js +0 -175
- package/dist/hooks/prompt-hooks.js +0 -63
- package/dist/hooks/shell-hooks.js +0 -47
- package/dist/ignore.js +0 -111
- package/dist/intelligence/approach-suggester.js +0 -61
- package/dist/intelligence/ast-extractor.js +0 -2615
- package/dist/intelligence/ast-worker.js +0 -34
- package/dist/intelligence/background-indexer.js +0 -121
- package/dist/intelligence/blast-radius.js +0 -200
- package/dist/intelligence/community-detection.js +0 -691
- package/dist/intelligence/community-detector.js +0 -184
- package/dist/intelligence/computation-scheduler.js +0 -75
- package/dist/intelligence/confidence-propagation.js +0 -47
- package/dist/intelligence/convention-detector.js +0 -242
- package/dist/intelligence/convention-learner.js +0 -205
- package/dist/intelligence/convention-matcher.js +0 -205
- package/dist/intelligence/cozo-schema.js +0 -376
- package/dist/intelligence/decision-point-detector.js +0 -90
- package/dist/intelligence/deep-dive-tools.js +0 -586
- package/dist/intelligence/durability-scorer.js +0 -84
- package/dist/intelligence/exploration-cost.js +0 -204
- package/dist/intelligence/exploration-pattern-tracker.js +0 -61
- package/dist/intelligence/fact-generator.js +0 -322
- package/dist/intelligence/facts-schema.js +0 -90
- package/dist/intelligence/file-intelligence.js +0 -59
- package/dist/intelligence/graph-holder.js +0 -220
- package/dist/intelligence/graph-temporal-joiner.js +0 -238
- package/dist/intelligence/health-grade.js +0 -423
- package/dist/intelligence/health-grader.js +0 -200
- package/dist/intelligence/health-map-data.js +0 -259
- package/dist/intelligence/import-symbols.js +0 -136
- package/dist/intelligence/incremental-indexer.js +0 -658
- package/dist/intelligence/indexer/centrality.js +0 -62
- package/dist/intelligence/indexer/cfg-context.js +0 -95
- package/dist/intelligence/indexer/confidence.js +0 -34
- package/dist/intelligence/indexer/cross-file-resolver.js +0 -104
- package/dist/intelligence/indexer/edge-repair.js +0 -89
- package/dist/intelligence/indexer/entity-key.js +0 -17
- package/dist/intelligence/indexer/export-map.js +0 -132
- package/dist/intelligence/indexer/git-cochange.js +0 -128
- package/dist/intelligence/indexer/graph-patch.js +0 -147
- package/dist/intelligence/indexer/incremental.js +0 -78
- package/dist/intelligence/indexer/ingest.js +0 -160
- package/dist/intelligence/indexer/language-detect.js +0 -226
- package/dist/intelligence/indexer/metadata.js +0 -63
- package/dist/intelligence/indexer/mutation-tracker.js +0 -79
- package/dist/intelligence/indexer/orchestrator.js +0 -155
- package/dist/intelligence/indexer/plugin-interface.js +0 -31
- package/dist/intelligence/indexer/plugins/csharp.js +0 -440
- package/dist/intelligence/indexer/plugins/go.js +0 -335
- package/dist/intelligence/indexer/plugins/java.js +0 -370
- package/dist/intelligence/indexer/plugins/python.js +0 -358
- package/dist/intelligence/indexer/plugins/regex-fallback.js +0 -82
- package/dist/intelligence/indexer/plugins/ruby.js +0 -290
- package/dist/intelligence/indexer/plugins/rust.js +0 -484
- package/dist/intelligence/indexer/plugins/tier2-generic.js +0 -310
- package/dist/intelligence/indexer/plugins/typescript.js +0 -456
- package/dist/intelligence/indexer/resource-monitor.js +0 -93
- package/dist/intelligence/indexer/scip/decoder.js +0 -253
- package/dist/intelligence/indexer/scip/detector.js +0 -232
- package/dist/intelligence/indexer/scip/downloader.js +0 -427
- package/dist/intelligence/indexer/scip/fallback.js +0 -34
- package/dist/intelligence/indexer/scip/merger.js +0 -109
- package/dist/intelligence/indexer/scip/orchestrator.js +0 -433
- package/dist/intelligence/indexer/scip/runner.js +0 -98
- package/dist/intelligence/indexer/snapshot.js +0 -66
- package/dist/intelligence/indexer/test-detector.js +0 -196
- package/dist/intelligence/indexer/watch-integration.js +0 -61
- package/dist/intelligence/indexer/worker.js +0 -85
- package/dist/intelligence/local-convention-detector.js +0 -437
- package/dist/intelligence/local-embeddings.js +0 -190
- package/dist/intelligence/local-graph.js +0 -1946
- package/dist/intelligence/local-indexer.js +0 -1575
- package/dist/intelligence/local-llm.js +0 -163
- package/dist/intelligence/local-rule-generator.js +0 -154
- package/dist/intelligence/local-snapshot.js +0 -213
- package/dist/intelligence/negative-knowledge.js +0 -103
- package/dist/intelligence/persistent-db.js +0 -85
- package/dist/intelligence/query-router.js +0 -2556
- package/dist/intelligence/risk-classifier.js +0 -116
- package/dist/intelligence/rule-evaluator.js +0 -380
- package/dist/intelligence/rule-generator.js +0 -49
- package/dist/intelligence/search-index.js +0 -173
- package/dist/intelligence/semantic/docstring-extractor.js +0 -67
- package/dist/intelligence/semantic/embedding-store.js +0 -52
- package/dist/intelligence/semantic/enrichment-orchestrator.js +0 -48
- package/dist/intelligence/semantic/git-message-miner.js +0 -114
- package/dist/intelligence/semantic/identifier-tokenizer.js +0 -51
- package/dist/intelligence/semantic/node2vec-embeddings.js +0 -71
- package/dist/intelligence/semantic/node2vec-walks.js +0 -103
- package/dist/intelligence/semantic/path-domain-inference.js +0 -112
- package/dist/intelligence/semantic/similarity-engine.js +0 -60
- package/dist/intelligence/semantic/tfidf-vectors.js +0 -88
- package/dist/intelligence/session-brief-builder.js +0 -159
- package/dist/intelligence/session-context.js +0 -221
- package/dist/intelligence/session-health-monitor.js +0 -211
- package/dist/intelligence/session-narrative.js +0 -197
- package/dist/intelligence/session-pattern-analyzer.js +0 -218
- package/dist/intelligence/signal-scorer.js +0 -390
- package/dist/intelligence/signal-show-store.js +0 -182
- package/dist/intelligence/smart-truncate.js +0 -158
- package/dist/intelligence/subgraph-cache.js +0 -88
- package/dist/intelligence/temporal-facts.js +0 -494
- package/dist/intelligence/token-estimator.js +0 -100
- package/dist/intelligence/tool-injector.js +0 -87
- package/dist/intelligence/tree-sitter-loader.js +0 -71
- package/dist/intelligence/worker-pool.js +0 -116
- package/dist/proxy/arg-validator.js +0 -79
- package/dist/proxy/auto-bootstrap.js +0 -167
- package/dist/proxy/bridge.js +0 -147
- package/dist/proxy/budget-enforcer.js +0 -70
- package/dist/proxy/compression-quality-monitor.js +0 -160
- package/dist/proxy/compression-stats.js +0 -51
- package/dist/proxy/context-rot-detector.js +0 -137
- package/dist/proxy/drift-detector.js +0 -139
- package/dist/proxy/efficiency-tracker.js +0 -79
- package/dist/proxy/fact-ranking.js +0 -154
- package/dist/proxy/format-encoder.js +0 -266
- package/dist/proxy/http-transport.js +0 -90
- package/dist/proxy/lifecycle-actor.js +0 -55
- package/dist/proxy/lifecycle-machine.js +0 -187
- package/dist/proxy/log-tailer.js +0 -265
- package/dist/proxy/model-pricing.js +0 -98
- package/dist/proxy/network-firewall.js +0 -141
- package/dist/proxy/nudge-state.js +0 -93
- package/dist/proxy/output-compressor.js +0 -185
- package/dist/proxy/pid-lock.js +0 -291
- package/dist/proxy/proxy-context.js +0 -11
- package/dist/proxy/proxy.js +0 -2633
- package/dist/proxy/response-enrichment.js +0 -32
- package/dist/proxy/response-envelope.js +0 -313
- package/dist/proxy/session-dedup.js +0 -82
- package/dist/proxy/session-legend.js +0 -30
- package/dist/proxy/session-persistence.js +0 -210
- package/dist/proxy/session-resume.js +0 -94
- package/dist/proxy/session-stats.js +0 -513
- package/dist/proxy/shell-classifier.js +0 -1346
- package/dist/proxy/shell-compression-log.js +0 -93
- package/dist/proxy/shell-compressor.js +0 -390
- package/dist/proxy/shell-graph-boost.js +0 -202
- package/dist/proxy/shell-monitor-map.js +0 -18
- package/dist/proxy/shell-stats.js +0 -54
- package/dist/proxy/shell-strategies/cloud.js +0 -215
- package/dist/proxy/shell-strategies/diff.js +0 -159
- package/dist/proxy/shell-strategies/error-diagnostic.js +0 -796
- package/dist/proxy/shell-strategies/filter-dsl.js +0 -358
- package/dist/proxy/shell-strategies/git-status.js +0 -177
- package/dist/proxy/shell-strategies/key-value.js +0 -193
- package/dist/proxy/shell-strategies/log-text.js +0 -154
- package/dist/proxy/shell-strategies/omni.js +0 -188
- package/dist/proxy/shell-strategies/progress.js +0 -55
- package/dist/proxy/shell-strategies/redact.js +0 -76
- package/dist/proxy/shell-strategies/structured.js +0 -241
- package/dist/proxy/shell-strategies/tabular.js +0 -243
- package/dist/proxy/shell-strategies/test-results-types.js +0 -13
- package/dist/proxy/shell-strategies/test-results.js +0 -784
- package/dist/proxy/shell-strategies/tree-paths.js +0 -144
- package/dist/proxy/shell-strategies/yaml.js +0 -182
- package/dist/proxy/shell-tee.js +0 -111
- package/dist/proxy/signal-dedup.js +0 -171
- package/dist/proxy/startup-renderer.js +0 -158
- package/dist/proxy/task-token-display.js +0 -38
- package/dist/proxy/token-counter.js +0 -61
- package/dist/proxy/tool-clusters.js +0 -273
- package/dist/proxy/tool-definitions.js +0 -525
- package/dist/proxy/transport-mux.js +0 -229
- package/dist/proxy/wire-cap.js +0 -268
- package/dist/rules/developer.mozilla.org.json +0 -9
- package/dist/rules/github.com.json +0 -21
- package/dist/schemas/api/skills.js +0 -19
- package/dist/schemas/common/errors.js +0 -7
- package/dist/schemas/common/headers.js +0 -5
- package/dist/schemas/entities/edge.js +0 -25
- package/dist/schemas/entities/entity.js +0 -22
- package/dist/schemas/entities/rule.js +0 -18
- package/dist/schemas/index.js +0 -14
- package/dist/server/event-bus.js +0 -59
- package/dist/server/http.js +0 -156
- package/dist/server/middleware.js +0 -70
- package/dist/server/routes/drift.js +0 -97
- package/dist/server/routes/intelligence.js +0 -1217
- package/dist/server/routes/reasoning-quality.js +0 -444
- package/dist/server/routes/session.js +0 -86
- package/dist/server/routes/stream.js +0 -120
- package/dist/server/routes/system.js +0 -73
- package/dist/server/routes/temporal.js +0 -170
- package/dist/server/routes/timeline.js +0 -232
- package/dist/server/routes/token-flow.js +0 -403
- package/dist/skills/effectiveness-tracker.js +0 -93
- package/dist/skills/local-pack.js +0 -380
- package/dist/skills/resolver.js +0 -495
- package/dist/state-detector.js +0 -83
- package/dist/timeline/intent-detector.js +0 -263
- package/dist/timeline/loop-miner.js +0 -140
- package/dist/timeline/open-threads.js +0 -49
- package/dist/timeline/signal-reinforcer.js +0 -62
- package/dist/timeline/timeline-bootstrap.js +0 -151
- package/dist/timeline/timeline-store.js +0 -618
- package/dist/tools/coding/bash.js +0 -49
- package/dist/tools/coding/file-edit.js +0 -72
- package/dist/tools/coding/file-outline.js +0 -227
- package/dist/tools/coding/file-read-protocol.js +0 -425
- package/dist/tools/coding/file-read.js +0 -35
- package/dist/tools/coding/file-write.js +0 -43
- package/dist/tools/coding/glob-tool.js +0 -109
- package/dist/tools/coding/grep.js +0 -162
- package/dist/tools/coding/index.js +0 -27
- package/dist/tools/intelligence/index.js +0 -269
- package/dist/tools/intelligence/record-fact.js +0 -48
- package/dist/tools/intelligence/timeline-markers.js +0 -130
- package/dist/tools/registry.js +0 -47
- package/dist/tools/types.js +0 -8
- package/dist/tracking/auto-snapshot-triggers.js +0 -246
- package/dist/tracking/branch-context.js +0 -115
- package/dist/tracking/branch-snapshot.js +0 -217
- package/dist/tracking/causal-bridge.js +0 -317
- package/dist/tracking/circuit-breaker.js +0 -147
- package/dist/tracking/commit-watcher.js +0 -114
- package/dist/tracking/context-ledger.js +0 -119
- package/dist/tracking/correction-detector.js +0 -324
- package/dist/tracking/drift-tracker.js +0 -874
- package/dist/tracking/durability-tracker.js +0 -94
- package/dist/tracking/entity-rewind.js +0 -200
- package/dist/tracking/file-hash-state.js +0 -114
- package/dist/tracking/git-attribution.js +0 -132
- package/dist/tracking/git-trailers.js +0 -171
- package/dist/tracking/intelligence-counter.js +0 -46
- package/dist/tracking/intent-correlator.js +0 -202
- package/dist/tracking/intent-encoder.js +0 -52
- package/dist/tracking/intent-token-tracker.js +0 -159
- package/dist/tracking/ledger-archiver.js +0 -94
- package/dist/tracking/ledger-chains.js +0 -245
- package/dist/tracking/metrics-store.js +0 -361
- package/dist/tracking/native-watcher.js +0 -131
- package/dist/tracking/offline-rewind.js +0 -295
- package/dist/tracking/pending-violations.js +0 -74
- package/dist/tracking/persistence-effectiveness.js +0 -167
- package/dist/tracking/prompt-durability.js +0 -202
- package/dist/tracking/quality-signals.js +0 -213
- package/dist/tracking/redactor.js +0 -73
- package/dist/tracking/rewind-engine.js +0 -161
- package/dist/tracking/session-history.js +0 -128
- package/dist/tracking/session-receipt.js +0 -88
- package/dist/tracking/session-summary-writer.js +0 -157
- package/dist/tracking/shadow-ledger.js +0 -321
- package/dist/tracking/stash-manager.js +0 -258
- package/dist/tracking/timeline-fork.js +0 -213
- package/dist/tracking/timeline.js +0 -69
- package/dist/tracking/token-flow.js +0 -276
- package/dist/tracking/turn-segmenter.js +0 -122
- package/dist/tracking/weekly-accumulator.js +0 -179
- package/dist/tracking/working-snapshots.js +0 -188
- package/dist/tracking/workspace-manifest.js +0 -176
- package/dist/transport/http.js +0 -102
- package/dist/utils/counterfactual.js +0 -65
- package/dist/utils/deep-link.js +0 -34
- package/dist/utils/detect.js +0 -193
- package/dist/utils/exec.js +0 -73
- package/dist/utils/file-logger.js +0 -87
- package/dist/utils/format-error.js +0 -29
- package/dist/utils/git.js +0 -181
- package/dist/utils/log.js +0 -57
- package/dist/utils/logger.js +0 -35
- package/dist/utils/mcp-content-json.js +0 -8
- package/dist/utils/session-logger.js +0 -154
- package/dist/utils/startup-log.js +0 -512
- package/dist/utils/ui.js +0 -56
|
@@ -1,376 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CozoDB Datalog schema for local graph store (v9 — multi-level graph).
|
|
3
|
-
*
|
|
4
|
-
* Twenty-two relations:
|
|
5
|
-
* - entities: All graph entities with risk + community fields (functions, classes, files, etc.)
|
|
6
|
-
* - edges: Relationships between entities (calls, imports, extends, etc.)
|
|
7
|
-
* - file_index: File path → entity key mapping for fast file queries
|
|
8
|
-
* - search_tokens: Inverted index for local text search
|
|
9
|
-
* - token_doc_frequency: IDF weights for search scoring (Sprint 6.6)
|
|
10
|
-
* - rules: Code rules for local evaluation (Phase 10b, Sprint 9 extensions)
|
|
11
|
-
* - patterns: Detected code patterns (Phase 10b)
|
|
12
|
-
* - drift_overlay: Locally-modified entities tracked for drift detection (Phase 10)
|
|
13
|
-
* - justifications: Entity purpose, taxonomy, feature_area, confidence (Phase 10 MV-03)
|
|
14
|
-
* - spatial_positions: 3D positions for local-first visualization (Phase 14)
|
|
15
|
-
* - rule_exceptions: Time-bound exception ledger for rule violations (Sprint 9.6)
|
|
16
|
-
* - deep_dive_projects: Phase 22 Blueprint project metadata (Sprint 11)
|
|
17
|
-
* - deep_dive_slices: Vertical slices with boundary rules + conventions (Sprint 11)
|
|
18
|
-
* - deep_dive_tasks: Implementation tasks with sprint/dependency tracking (Sprint 11)
|
|
19
|
-
* - deep_dive_design_system: Design tokens for UI implementation (Sprint 11)
|
|
20
|
-
* - communities: Community-level metadata from Louvain detection (Leapfrog Sprint A)
|
|
21
|
-
* - corrections: Learned error→fix patterns from shadow ledger (Leapfrog Sprint B)
|
|
22
|
-
* - entity_embeddings: Per-entity embedding vectors for local semantic search (Sprint L3)
|
|
23
|
-
* - file_edges: Weighted file-to-file edges aggregated from L0 (Multi-Level Graph)
|
|
24
|
-
* - class_edges: Weighted class-to-class edges aggregated from L0 (Multi-Level Graph)
|
|
25
|
-
* - file_communities: Materialized file-level communities from cascaded Louvain (Multi-Level Graph)
|
|
26
|
-
*/
|
|
27
|
-
/**
|
|
28
|
-
* Get the set of existing relation names in the database.
|
|
29
|
-
*/
|
|
30
|
-
async function getExistingRelations(db) {
|
|
31
|
-
const result = await db.run("::relations");
|
|
32
|
-
return new Set(result.rows.map((row) => row[0]));
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Safely create a relation only if it doesn't already exist.
|
|
36
|
-
* CozoDB's :create fails with stored_relation_conflict on existing relations.
|
|
37
|
-
*/
|
|
38
|
-
async function createIfMissing(db, existing, name, schema) {
|
|
39
|
-
if (existing.has(name))
|
|
40
|
-
return;
|
|
41
|
-
await db.run(schema);
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Drop a relation if it exists but is missing required columns.
|
|
45
|
-
* No released versions exist yet, so stale dev schemas are safe to drop.
|
|
46
|
-
*/
|
|
47
|
-
async function dropIfStale(db, existing, name, requiredColumns) {
|
|
48
|
-
if (!existing.has(name))
|
|
49
|
-
return;
|
|
50
|
-
try {
|
|
51
|
-
const colList = ["key", ...requiredColumns].join(", ");
|
|
52
|
-
await db.run(`?[] := *${name}{${colList}}, key = '__schema_probe__'`);
|
|
53
|
-
}
|
|
54
|
-
catch {
|
|
55
|
-
await db.run(`::remove ${name}`);
|
|
56
|
-
existing.delete(name);
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
/**
|
|
60
|
-
* Initialize CozoDB schema. Creates only missing relations.
|
|
61
|
-
* Safe to call on both fresh and persistent databases.
|
|
62
|
-
*/
|
|
63
|
-
export async function initSchema(db) {
|
|
64
|
-
const existing = await getExistingRelations(db);
|
|
65
|
-
// Drop stale schemas from prior dev builds (no released versions to migrate).
|
|
66
|
-
// Data is repopulated during indexing, so dropping is safe.
|
|
67
|
-
await dropIfStale(db, existing, "entities", ["end_line", "is_test"]);
|
|
68
|
-
await createIfMissing(db, existing, "entities", `
|
|
69
|
-
:create entities {
|
|
70
|
-
key: String
|
|
71
|
-
=>
|
|
72
|
-
kind: String,
|
|
73
|
-
name: String,
|
|
74
|
-
file_path: String,
|
|
75
|
-
start_line: Int default 0,
|
|
76
|
-
end_line: Int default 0,
|
|
77
|
-
signature: String default "",
|
|
78
|
-
body: String default "",
|
|
79
|
-
fan_in: Int default 0,
|
|
80
|
-
fan_out: Int default 0,
|
|
81
|
-
risk_level: String default "normal",
|
|
82
|
-
community: Int default -1,
|
|
83
|
-
is_test: Bool default false
|
|
84
|
-
}
|
|
85
|
-
`);
|
|
86
|
-
// Edge relation (v2: includes CFG control flow fields)
|
|
87
|
-
await createIfMissing(db, existing, "edges", `
|
|
88
|
-
:create edges {
|
|
89
|
-
from_key: String,
|
|
90
|
-
to_key: String,
|
|
91
|
-
type: String
|
|
92
|
-
=>
|
|
93
|
-
sequence_order: Int default -1,
|
|
94
|
-
condition: String default "",
|
|
95
|
-
branch_kind: String default "",
|
|
96
|
-
is_loop: Bool default false,
|
|
97
|
-
loop_kind: String default "",
|
|
98
|
-
nesting_depth: Int default 0,
|
|
99
|
-
is_try_guarded: Bool default false,
|
|
100
|
-
is_error_handler: Bool default false,
|
|
101
|
-
mutation_target: String default "",
|
|
102
|
-
mutation_mode: String default ""
|
|
103
|
-
}
|
|
104
|
-
`);
|
|
105
|
-
// File index for fast file-based lookups
|
|
106
|
-
await createIfMissing(db, existing, "file_index", `
|
|
107
|
-
:create file_index {
|
|
108
|
-
file_path: String,
|
|
109
|
-
entity_key: String
|
|
110
|
-
}
|
|
111
|
-
`);
|
|
112
|
-
// Search tokens (inverted index)
|
|
113
|
-
await createIfMissing(db, existing, "search_tokens", `
|
|
114
|
-
:create search_tokens {
|
|
115
|
-
token: String,
|
|
116
|
-
entity_key: String
|
|
117
|
-
}
|
|
118
|
-
`);
|
|
119
|
-
// Token document frequency + pre-computed IDF weights (Sprint 6.6)
|
|
120
|
-
// Populated during buildSearchIndex(). Used for IDF-weighted search scoring.
|
|
121
|
-
await createIfMissing(db, existing, "token_doc_frequency", `
|
|
122
|
-
:create token_doc_frequency {
|
|
123
|
-
token: String
|
|
124
|
-
=>
|
|
125
|
-
doc_count: Int default 0,
|
|
126
|
-
idf: Float default 0.0
|
|
127
|
-
}
|
|
128
|
-
`);
|
|
129
|
-
// Rules (Phase 10b, Sprint 9 extensions: status, target_kinds, ast_grep_fix, health)
|
|
130
|
-
await createIfMissing(db, existing, "rules", `
|
|
131
|
-
:create rules {
|
|
132
|
-
key: String
|
|
133
|
-
=>
|
|
134
|
-
name: String default "",
|
|
135
|
-
scope: String default "repo",
|
|
136
|
-
severity: String default "warn",
|
|
137
|
-
engine: String default "structural",
|
|
138
|
-
query: String default "",
|
|
139
|
-
message: String default "",
|
|
140
|
-
file_glob: String default "",
|
|
141
|
-
enabled: Bool default true,
|
|
142
|
-
repo_id: String default "",
|
|
143
|
-
status: String default "active",
|
|
144
|
-
target_kinds: String default "",
|
|
145
|
-
ast_grep_fix: String default "",
|
|
146
|
-
example: String default "",
|
|
147
|
-
decay_score: Float default 0.0,
|
|
148
|
-
evaluations: Int default 0,
|
|
149
|
-
overrides: Int default 0
|
|
150
|
-
}
|
|
151
|
-
`);
|
|
152
|
-
// Patterns (Phase 10b)
|
|
153
|
-
await createIfMissing(db, existing, "patterns", `
|
|
154
|
-
:create patterns {
|
|
155
|
-
key: String
|
|
156
|
-
=>
|
|
157
|
-
name: String default "",
|
|
158
|
-
kind: String default "",
|
|
159
|
-
frequency: Int default 0,
|
|
160
|
-
confidence: Float default 0.0,
|
|
161
|
-
exemplar_keys: String default "",
|
|
162
|
-
promoted_rule_key: String default ""
|
|
163
|
-
}
|
|
164
|
-
`);
|
|
165
|
-
// Drift overlay (Phase 10) — entities modified locally, tracked for drift detection.
|
|
166
|
-
// Ephemeral: cleared on branch switch or graph reload.
|
|
167
|
-
await createIfMissing(db, existing, "drift_overlay", `
|
|
168
|
-
:create drift_overlay {
|
|
169
|
-
key: String
|
|
170
|
-
=>
|
|
171
|
-
name: String default "",
|
|
172
|
-
kind: String default "",
|
|
173
|
-
signature: String default "",
|
|
174
|
-
body: String default "",
|
|
175
|
-
file_path: String default "",
|
|
176
|
-
line_start: Int default 0,
|
|
177
|
-
line_end: Int default 0,
|
|
178
|
-
content_hash: String default "",
|
|
179
|
-
drift_status: String default "modified",
|
|
180
|
-
intent_id: String default "",
|
|
181
|
-
modified_at: String default "",
|
|
182
|
-
origin: String default "human",
|
|
183
|
-
previous_body: String default "",
|
|
184
|
-
previous_signature: String default ""
|
|
185
|
-
}
|
|
186
|
-
`);
|
|
187
|
-
// Drift edges (Sprint 6.4) — locally-detected edges (imports, function calls).
|
|
188
|
-
// Populated during drift detection, merged with base edges at query time.
|
|
189
|
-
// Cleared on branch switch (same lifecycle as drift_overlay).
|
|
190
|
-
await createIfMissing(db, existing, "drift_edges", `
|
|
191
|
-
:create drift_edges {
|
|
192
|
-
from_key: String, to_key: String, type: String
|
|
193
|
-
=>
|
|
194
|
-
drift_status: String default "added",
|
|
195
|
-
modified_at: String default ""
|
|
196
|
-
}
|
|
197
|
-
`);
|
|
198
|
-
// Justifications (Phase 10 MV-03) — entity purpose/taxonomy from snapshot.
|
|
199
|
-
// Loaded from snapshot, enables get_business_context + get_conventions locally.
|
|
200
|
-
await createIfMissing(db, existing, "justifications", `
|
|
201
|
-
:create justifications {
|
|
202
|
-
entity_key: String
|
|
203
|
-
=>
|
|
204
|
-
purpose: String default "",
|
|
205
|
-
taxonomy: String default "",
|
|
206
|
-
feature_area: String default "",
|
|
207
|
-
confidence: Float default 0.0
|
|
208
|
-
}
|
|
209
|
-
`);
|
|
210
|
-
// Spatial positions (Phase 14) — 3D coordinates for local-first visualization.
|
|
211
|
-
// Loaded from v3 snapshot. Enables `unerr serve --visual` locally.
|
|
212
|
-
await createIfMissing(db, existing, "spatial_positions", `
|
|
213
|
-
:create spatial_positions {
|
|
214
|
-
entity_key: String
|
|
215
|
-
=>
|
|
216
|
-
x: Float default 0.0,
|
|
217
|
-
y: Float default 0.0,
|
|
218
|
-
z: Float default 0.0
|
|
219
|
-
}
|
|
220
|
-
`);
|
|
221
|
-
// Rule exceptions (Sprint 9.6) — time-bound exception ledger for rule violations.
|
|
222
|
-
// Loaded from snapshot. Active exceptions downgrade enforcement to "suggest".
|
|
223
|
-
await createIfMissing(db, existing, "rule_exceptions", `
|
|
224
|
-
:create rule_exceptions {
|
|
225
|
-
key: String
|
|
226
|
-
=>
|
|
227
|
-
entity_key: String default "",
|
|
228
|
-
rule_key: String default "",
|
|
229
|
-
reason: String default "",
|
|
230
|
-
granted_by: String default "",
|
|
231
|
-
granted_at: String default "",
|
|
232
|
-
expires_at: String default "",
|
|
233
|
-
status: String default "active",
|
|
234
|
-
jira_ticket: String default ""
|
|
235
|
-
}
|
|
236
|
-
`);
|
|
237
|
-
// ── Sprint 11: Phase 22 Blueprint Deep Dive Relations ──────────────
|
|
238
|
-
// Blueprint projects — approved architecture plans cached locally.
|
|
239
|
-
await createIfMissing(db, existing, "deep_dive_projects", `
|
|
240
|
-
:create deep_dive_projects {
|
|
241
|
-
key: String
|
|
242
|
-
=>
|
|
243
|
-
name: String default "",
|
|
244
|
-
description: String default "",
|
|
245
|
-
status: String default "draft",
|
|
246
|
-
domain: String default "{}",
|
|
247
|
-
stage: String default "{}",
|
|
248
|
-
stack_recommendation: String default "{}",
|
|
249
|
-
design_system: String default "",
|
|
250
|
-
health_baseline: String default "{}",
|
|
251
|
-
org_id: String default "",
|
|
252
|
-
updated_at: String default ""
|
|
253
|
-
}
|
|
254
|
-
`);
|
|
255
|
-
// Blueprint slices — vertical implementation slices with boundary rules.
|
|
256
|
-
await createIfMissing(db, existing, "deep_dive_slices", `
|
|
257
|
-
:create deep_dive_slices {
|
|
258
|
-
key: String
|
|
259
|
-
=>
|
|
260
|
-
project_key: String default "",
|
|
261
|
-
name: String default "",
|
|
262
|
-
description: String default "",
|
|
263
|
-
repo_target_id: String default "",
|
|
264
|
-
parent_slice_key: String default "",
|
|
265
|
-
dependencies: String default "[]",
|
|
266
|
-
status: String default "planned",
|
|
267
|
-
order: Int default 0,
|
|
268
|
-
slice_type: String default "",
|
|
269
|
-
data_model: String default "",
|
|
270
|
-
api_surface: String default "",
|
|
271
|
-
conventions: String default "[]",
|
|
272
|
-
boundary_rules: String default "[]",
|
|
273
|
-
user_flows: String default "",
|
|
274
|
-
ui_design: String default ""
|
|
275
|
-
}
|
|
276
|
-
`);
|
|
277
|
-
// Blueprint tasks — implementation tasks within sprints.
|
|
278
|
-
await createIfMissing(db, existing, "deep_dive_tasks", `
|
|
279
|
-
:create deep_dive_tasks {
|
|
280
|
-
key: String
|
|
281
|
-
=>
|
|
282
|
-
project_key: String default "",
|
|
283
|
-
sprint_number: Int default 0,
|
|
284
|
-
slice_name: String default "",
|
|
285
|
-
description: String default "",
|
|
286
|
-
status: String default "pending",
|
|
287
|
-
estimated_effort: String default "",
|
|
288
|
-
dependencies: String default "[]",
|
|
289
|
-
boundary_rules: String default "[]",
|
|
290
|
-
conventions: String default "[]",
|
|
291
|
-
acceptance_criteria: String default "[]",
|
|
292
|
-
completed_at: String default "",
|
|
293
|
-
completed_files: String default "[]",
|
|
294
|
-
checkpoint: String default "{}"
|
|
295
|
-
}
|
|
296
|
-
`);
|
|
297
|
-
// Blueprint design system — denormalized design tokens for fast retrieval.
|
|
298
|
-
await createIfMissing(db, existing, "deep_dive_design_system", `
|
|
299
|
-
:create deep_dive_design_system {
|
|
300
|
-
project_key: String
|
|
301
|
-
=>
|
|
302
|
-
tokens: String default "{}",
|
|
303
|
-
updated_at: String default ""
|
|
304
|
-
}
|
|
305
|
-
`);
|
|
306
|
-
// ── Leapfrog Sprint A: Community Detection Relations ──────────────
|
|
307
|
-
// Communities — cluster-level metadata from Louvain community detection.
|
|
308
|
-
await createIfMissing(db, existing, "communities", `
|
|
309
|
-
:create communities {
|
|
310
|
-
id: Int
|
|
311
|
-
=>
|
|
312
|
-
label: String default "",
|
|
313
|
-
size: Int default 0,
|
|
314
|
-
cohesion: Float default 0.0
|
|
315
|
-
}
|
|
316
|
-
`);
|
|
317
|
-
// ── Leapfrog Sprint B: Correction Intelligence Relation ───────────
|
|
318
|
-
// Corrections — learned error→fix patterns from shadow ledger analysis.
|
|
319
|
-
await createIfMissing(db, existing, "corrections", `
|
|
320
|
-
:create corrections {
|
|
321
|
-
entity_key: String,
|
|
322
|
-
error_type: String
|
|
323
|
-
=>
|
|
324
|
-
correction_summary: String default "",
|
|
325
|
-
confidence: Float default 0.0,
|
|
326
|
-
occurrences: Int default 0,
|
|
327
|
-
last_seen: String default ""
|
|
328
|
-
}
|
|
329
|
-
`);
|
|
330
|
-
// ── Sprint L3: Entity Embeddings for Local Semantic Search ───────
|
|
331
|
-
// Entity embeddings — per-entity embedding vectors for local semantic search.
|
|
332
|
-
await createIfMissing(db, existing, "entity_embeddings", `
|
|
333
|
-
:create entity_embeddings {
|
|
334
|
-
entity_key: String
|
|
335
|
-
=>
|
|
336
|
-
vector_json: String default "[]",
|
|
337
|
-
model: String default "",
|
|
338
|
-
dimensions: Int default 0,
|
|
339
|
-
computed_at: String default ""
|
|
340
|
-
}
|
|
341
|
-
`);
|
|
342
|
-
// ── Multi-Level Graph: L1 Materialized Relations ────────────────
|
|
343
|
-
// Weighted file-to-file edges (L1). Aggregated from L0 entity edges during indexing.
|
|
344
|
-
await createIfMissing(db, existing, "file_edges", `
|
|
345
|
-
:create file_edges {
|
|
346
|
-
from_file: String,
|
|
347
|
-
to_file: String,
|
|
348
|
-
edge_type: String
|
|
349
|
-
=>
|
|
350
|
-
weight: Int default 0,
|
|
351
|
-
updated_at: Float default 0.0
|
|
352
|
-
}
|
|
353
|
-
`);
|
|
354
|
-
// Weighted class-to-class edges (L1). Aggregated from L0 method/function edges.
|
|
355
|
-
await createIfMissing(db, existing, "class_edges", `
|
|
356
|
-
:create class_edges {
|
|
357
|
-
from_class: String,
|
|
358
|
-
to_class: String,
|
|
359
|
-
edge_type: String
|
|
360
|
-
=>
|
|
361
|
-
weight: Int default 0,
|
|
362
|
-
updated_at: Float default 0.0
|
|
363
|
-
}
|
|
364
|
-
`);
|
|
365
|
-
// Materialized file-level communities from cascaded Louvain detection.
|
|
366
|
-
await createIfMissing(db, existing, "file_communities", `
|
|
367
|
-
:create file_communities {
|
|
368
|
-
file_path: String
|
|
369
|
-
=>
|
|
370
|
-
community: Int default 0,
|
|
371
|
-
label: String default "",
|
|
372
|
-
cohesion: Float default 0.0,
|
|
373
|
-
updated_at: Float default 0.0
|
|
374
|
-
}
|
|
375
|
-
`);
|
|
376
|
-
}
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Decision Point Detector — determines decision level from tool call context.
|
|
3
|
-
*
|
|
4
|
-
* Part of Layer B of the Three-Layer Experience System.
|
|
5
|
-
* Controls how many signals to surface based on what the agent is doing:
|
|
6
|
-
* - high: pre-edit (5 signals, burst mode)
|
|
7
|
-
* - medium: understanding (3 signals, default)
|
|
8
|
-
* - low: exploring (2 signals, minimal)
|
|
9
|
-
*/
|
|
10
|
-
/** Tools that indicate exploration (low stakes) */
|
|
11
|
-
const EXPLORATION_TOOLS = new Set([
|
|
12
|
-
"file_outline",
|
|
13
|
-
"get_project_stats",
|
|
14
|
-
"get_conventions",
|
|
15
|
-
"get_critical_nodes",
|
|
16
|
-
"get_cross_boundary_links",
|
|
17
|
-
]);
|
|
18
|
-
/** Tools that indicate understanding phase (medium stakes) */
|
|
19
|
-
const UNDERSTANDING_TOOLS = new Set([
|
|
20
|
-
"get_references",
|
|
21
|
-
"get_imports",
|
|
22
|
-
"get_callers",
|
|
23
|
-
"get_callees",
|
|
24
|
-
"search_code",
|
|
25
|
-
"file_connections",
|
|
26
|
-
"get_test_coverage",
|
|
27
|
-
]);
|
|
28
|
-
/** Tools that can be pre-edit (high stakes when combined with session history) */
|
|
29
|
-
const PRE_EDIT_TOOLS = new Set([
|
|
30
|
-
"file_read",
|
|
31
|
-
"get_entity",
|
|
32
|
-
"get_function",
|
|
33
|
-
"get_file",
|
|
34
|
-
]);
|
|
35
|
-
export class DecisionPointDetector {
|
|
36
|
-
/**
|
|
37
|
-
* Determine decision level from tool call context.
|
|
38
|
-
*
|
|
39
|
-
* high: pre-edit — file_read/get_entity on an entity previously explored
|
|
40
|
-
* via get_references, or entity with active corrections/drift.
|
|
41
|
-
* medium: understanding — get_references, get_imports, search_code
|
|
42
|
-
* low: exploring — file_outline, get_project_stats, get_conventions
|
|
43
|
-
*/
|
|
44
|
-
detect(toolName, args, sessionContext) {
|
|
45
|
-
// Exploration tools are always low
|
|
46
|
-
if (EXPLORATION_TOOLS.has(toolName)) {
|
|
47
|
-
return "low";
|
|
48
|
-
}
|
|
49
|
-
// Understanding tools are medium
|
|
50
|
-
if (UNDERSTANDING_TOOLS.has(toolName)) {
|
|
51
|
-
return "medium";
|
|
52
|
-
}
|
|
53
|
-
// Pre-edit tools: check session history for high-stakes signals
|
|
54
|
-
if (PRE_EDIT_TOOLS.has(toolName)) {
|
|
55
|
-
const entityKey = args.key ?? args.name;
|
|
56
|
-
if (entityKey && sessionContext.hasHistory(entityKey)) {
|
|
57
|
-
// Entity was previously queried — agent is likely about to edit
|
|
58
|
-
return "high";
|
|
59
|
-
}
|
|
60
|
-
// Even without history, file_read with purpose='edit' is high
|
|
61
|
-
if (args.purpose === "edit") {
|
|
62
|
-
return "high";
|
|
63
|
-
}
|
|
64
|
-
// file_read/get_entity without prior exploration is medium
|
|
65
|
-
return "medium";
|
|
66
|
-
}
|
|
67
|
-
// Default: medium for unknown tools
|
|
68
|
-
return "medium";
|
|
69
|
-
}
|
|
70
|
-
/**
|
|
71
|
-
* Get max signals count for a decision level.
|
|
72
|
-
*/
|
|
73
|
-
getMaxSignals(level) {
|
|
74
|
-
switch (level) {
|
|
75
|
-
case "high":
|
|
76
|
-
return 5;
|
|
77
|
-
case "medium":
|
|
78
|
-
return 3;
|
|
79
|
-
case "low":
|
|
80
|
-
return 2;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
/** Singleton instance */
|
|
85
|
-
let _detector = null;
|
|
86
|
-
export function getDecisionPointDetector() {
|
|
87
|
-
if (!_detector)
|
|
88
|
-
_detector = new DecisionPointDetector();
|
|
89
|
-
return _detector;
|
|
90
|
-
}
|