@unerr-ai/unerr 0.2.1 → 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 +1 -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,128 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Session History Persistence — one row per session in
|
|
3
|
-
* `.unerr/metrics.db` (`session_history`).
|
|
4
|
-
*
|
|
5
|
-
* T.8: Was append-only JSONL at `.unerr/state/session-history.jsonl`;
|
|
6
|
-
* migrated to SQLite for cross-session aggregations used by `unerr stats`.
|
|
7
|
-
* Same wire types — the table is a 1:1 mirror of the old record shape.
|
|
8
|
-
*/
|
|
9
|
-
import { openMetricsStore } from "./metrics-store.js";
|
|
10
|
-
function rowToEntry(r) {
|
|
11
|
-
const entry = {
|
|
12
|
-
sessionId: r.session_id,
|
|
13
|
-
startedAt: r.started_at,
|
|
14
|
-
endedAt: r.ended_at,
|
|
15
|
-
durationMs: r.duration_ms,
|
|
16
|
-
toolCalls: r.tool_calls,
|
|
17
|
-
tokensSaved: r.tokens_saved,
|
|
18
|
-
tokensProcessed: r.tokens_processed,
|
|
19
|
-
efficiency: r.efficiency,
|
|
20
|
-
dollarsSaved: r.dollars_saved,
|
|
21
|
-
modelId: r.model_id,
|
|
22
|
-
entityCount: r.entity_count,
|
|
23
|
-
};
|
|
24
|
-
if (r.agent_name)
|
|
25
|
-
entry.agentName = r.agent_name;
|
|
26
|
-
if (r.token_flow_summary) {
|
|
27
|
-
try {
|
|
28
|
-
entry.tokenFlowSummary = JSON.parse(r.token_flow_summary);
|
|
29
|
-
}
|
|
30
|
-
catch {
|
|
31
|
-
/* malformed JSON — drop the summary field */
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
return entry;
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* Append (or upsert) a session entry to the history store.
|
|
38
|
-
* The store uses `session_id` as a unique key — re-recording the same
|
|
39
|
-
* session updates the existing row.
|
|
40
|
-
*/
|
|
41
|
-
export function appendSessionHistory(unerrDir, entry) {
|
|
42
|
-
try {
|
|
43
|
-
const store = openMetricsStore(unerrDir);
|
|
44
|
-
store.upsertSessionHistory({
|
|
45
|
-
session_id: entry.sessionId,
|
|
46
|
-
started_at: entry.startedAt,
|
|
47
|
-
ended_at: entry.endedAt,
|
|
48
|
-
duration_ms: entry.durationMs,
|
|
49
|
-
tool_calls: entry.toolCalls,
|
|
50
|
-
tokens_saved: entry.tokensSaved,
|
|
51
|
-
tokens_processed: entry.tokensProcessed,
|
|
52
|
-
efficiency: entry.efficiency,
|
|
53
|
-
dollars_saved: entry.dollarsSaved,
|
|
54
|
-
model_id: entry.modelId,
|
|
55
|
-
entity_count: entry.entityCount,
|
|
56
|
-
agent_name: entry.agentName ?? null,
|
|
57
|
-
token_flow_summary: entry.tokenFlowSummary
|
|
58
|
-
? JSON.stringify(entry.tokenFlowSummary)
|
|
59
|
-
: null,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
catch {
|
|
63
|
-
/* best effort — session history is observability, never block exit */
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* Read all session history entries.
|
|
68
|
-
*/
|
|
69
|
-
export function readSessionHistory(unerrDir) {
|
|
70
|
-
try {
|
|
71
|
-
return openMetricsStore(unerrDir).allSessionHistory().map(rowToEntry);
|
|
72
|
-
}
|
|
73
|
-
catch {
|
|
74
|
-
return [];
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
/**
|
|
78
|
-
* Aggregate stats for a time period.
|
|
79
|
-
*/
|
|
80
|
-
export function aggregateStats(entries, periodLabel) {
|
|
81
|
-
if (entries.length === 0) {
|
|
82
|
-
return {
|
|
83
|
-
sessions: 0,
|
|
84
|
-
tokensSaved: 0,
|
|
85
|
-
dollarsSaved: 0,
|
|
86
|
-
avgEfficiency: 0,
|
|
87
|
-
totalToolCalls: 0,
|
|
88
|
-
periodLabel,
|
|
89
|
-
};
|
|
90
|
-
}
|
|
91
|
-
const tokensSaved = entries.reduce((s, e) => s + e.tokensSaved, 0);
|
|
92
|
-
const dollarsSaved = entries.reduce((s, e) => s + e.dollarsSaved, 0);
|
|
93
|
-
const totalToolCalls = entries.reduce((s, e) => s + e.toolCalls, 0);
|
|
94
|
-
const avgEfficiency = entries.reduce((s, e) => s + e.efficiency, 0) / entries.length;
|
|
95
|
-
return {
|
|
96
|
-
sessions: entries.length,
|
|
97
|
-
tokensSaved,
|
|
98
|
-
dollarsSaved,
|
|
99
|
-
avgEfficiency: Math.round(avgEfficiency),
|
|
100
|
-
totalToolCalls,
|
|
101
|
-
periodLabel,
|
|
102
|
-
};
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* Get stats for this week (last 7 days).
|
|
106
|
-
*/
|
|
107
|
-
export function getWeeklyStats(unerrDir) {
|
|
108
|
-
const all = readSessionHistory(unerrDir);
|
|
109
|
-
const cutoff = new Date(Date.now() - 7 * 24 * 60 * 60 * 1000).toISOString();
|
|
110
|
-
const thisWeek = all.filter((e) => e.startedAt >= cutoff);
|
|
111
|
-
return aggregateStats(thisWeek, "This week");
|
|
112
|
-
}
|
|
113
|
-
/**
|
|
114
|
-
* Get stats for this month (last 30 days).
|
|
115
|
-
*/
|
|
116
|
-
export function getMonthlyStats(unerrDir) {
|
|
117
|
-
const all = readSessionHistory(unerrDir);
|
|
118
|
-
const cutoff = new Date(Date.now() - 30 * 24 * 60 * 60 * 1000).toISOString();
|
|
119
|
-
const thisMonth = all.filter((e) => e.startedAt >= cutoff);
|
|
120
|
-
return aggregateStats(thisMonth, "This month");
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
* Get all-time stats.
|
|
124
|
-
*/
|
|
125
|
-
export function getAllTimeStats(unerrDir) {
|
|
126
|
-
const all = readSessionHistory(unerrDir);
|
|
127
|
-
return aggregateStats(all, "All time");
|
|
128
|
-
}
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Session Receipt — the viral artifact.
|
|
3
|
-
*
|
|
4
|
-
* Layer 10 TF-C.4: Produces a formatted, screenshot-worthy receipt on session
|
|
5
|
-
* disconnect showing token savings with full mechanism attribution.
|
|
6
|
-
*
|
|
7
|
-
* Output goes to stderr (stdout is MCP JSON-RPC only).
|
|
8
|
-
*/
|
|
9
|
-
const DIM = "\x1b[2m";
|
|
10
|
-
const BOLD = "\x1b[1m";
|
|
11
|
-
const RESET = "\x1b[0m";
|
|
12
|
-
const EMERALD = "\x1b[38;2;52;211;153m";
|
|
13
|
-
const CYAN = "\x1b[38;2;34;211;238m";
|
|
14
|
-
const VIOLET = "\x1b[38;2;139;92;246m";
|
|
15
|
-
const MUTED = "\x1b[38;2;161;161;170m";
|
|
16
|
-
function formatTokens(n) {
|
|
17
|
-
if (n >= 1_000_000)
|
|
18
|
-
return `${(n / 1_000_000).toFixed(1)}M`;
|
|
19
|
-
if (n >= 1_000)
|
|
20
|
-
return `${(n / 1_000).toFixed(1)}K`;
|
|
21
|
-
return String(n);
|
|
22
|
-
}
|
|
23
|
-
function padRight(s, len) {
|
|
24
|
-
return s.length >= len ? s : s + " ".repeat(len - s.length);
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Format a session receipt as a bordered box for stderr display.
|
|
28
|
-
* Returns the complete ANSI-formatted string.
|
|
29
|
-
*/
|
|
30
|
-
export function formatSessionReceipt(input) {
|
|
31
|
-
const { summary, durationMs, toolCalls } = input;
|
|
32
|
-
const W = 47;
|
|
33
|
-
const durationMin = Math.max(1, Math.round(durationMs / 60_000));
|
|
34
|
-
const lines = [];
|
|
35
|
-
const border = (s) => ` ${DIM}│${RESET} ${s}${" ".repeat(Math.max(0, W - stripAnsi(s).length - 1))}${DIM}│${RESET}`;
|
|
36
|
-
const empty = () => border("");
|
|
37
|
-
lines.push(` ${DIM}┌${"─".repeat(W)}┐${RESET}`);
|
|
38
|
-
lines.push(border(`${VIOLET}${BOLD}unerr${RESET} session receipt`));
|
|
39
|
-
lines.push(empty());
|
|
40
|
-
lines.push(border(`Duration: ${CYAN}${durationMin} minutes${RESET}`));
|
|
41
|
-
lines.push(border(`Tool calls: ${CYAN}${toolCalls}${RESET}`));
|
|
42
|
-
lines.push(border(`Tokens saved: ${EMERALD}${formatTokens(summary.total_tokens_saved).padEnd(10)}${RESET}`));
|
|
43
|
-
lines.push(border(`Tokens delivered: ${CYAN}${formatTokens(summary.total_tokens_with).padEnd(10)}${RESET}`));
|
|
44
|
-
lines.push(border(`Efficiency: ${EMERALD}${summary.efficiency_pct}%${RESET}`));
|
|
45
|
-
lines.push(empty());
|
|
46
|
-
// Mechanism breakdown — top 4
|
|
47
|
-
const mechs = Object.entries(summary.by_mechanism)
|
|
48
|
-
.sort(([, a], [, b]) => b.tokens_saved - a.tokens_saved)
|
|
49
|
-
.slice(0, 4);
|
|
50
|
-
if (mechs.length > 0) {
|
|
51
|
-
lines.push(border(`${MUTED}Top savings:${RESET}`));
|
|
52
|
-
for (const [mech, data] of mechs) {
|
|
53
|
-
const pctStr = `(${Math.round(data.pct_of_total)}%)`;
|
|
54
|
-
lines.push(border(` ${padRight(mech, 20)} ${EMERALD}${formatTokens(data.tokens_saved).padStart(6)}${RESET} ${MUTED}${pctStr}${RESET}`));
|
|
55
|
-
}
|
|
56
|
-
lines.push(empty());
|
|
57
|
-
}
|
|
58
|
-
// Most efficient turn
|
|
59
|
-
if (summary.top_turns.length > 0) {
|
|
60
|
-
const top = summary.top_turns[0];
|
|
61
|
-
lines.push(border(`${MUTED}Most efficient:${RESET} ${BOLD}${top.tool}${RESET} ${MUTED}→${RESET} ${EMERALD}${formatTokens(top.tokens_saved)}${RESET} saved`));
|
|
62
|
-
}
|
|
63
|
-
// Weekly context
|
|
64
|
-
if (input.weeklyTokensSaved && input.weeklyTokensSaved > 0) {
|
|
65
|
-
const weekLabel = `This week: ${formatTokens(input.weeklyTokensSaved)} saved across ${input.weeklySessions ?? 0} sessions`;
|
|
66
|
-
lines.push(border(`${MUTED}${weekLabel}${RESET}`));
|
|
67
|
-
}
|
|
68
|
-
lines.push(` ${DIM}└${"─".repeat(W)}┘${RESET}`);
|
|
69
|
-
return `\n${lines.join("\n")}\n`;
|
|
70
|
-
}
|
|
71
|
-
/**
|
|
72
|
-
* Print the session receipt to stderr.
|
|
73
|
-
* Safe to call in shutdown — never throws.
|
|
74
|
-
*/
|
|
75
|
-
export function printSessionReceipt(input) {
|
|
76
|
-
try {
|
|
77
|
-
const receipt = formatSessionReceipt(input);
|
|
78
|
-
process.stderr.write(receipt);
|
|
79
|
-
}
|
|
80
|
-
catch {
|
|
81
|
-
/* best effort — never block shutdown */
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
function stripAnsi(s) {
|
|
85
|
-
const ESC = "\x1b";
|
|
86
|
-
const CSI = new RegExp(`${ESC}\\[[0-9;?]*[A-Za-z~]`, "g");
|
|
87
|
-
return s.replace(CSI, "");
|
|
88
|
-
}
|
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Session Summary Writer — SQLite persistence on session disconnect.
|
|
3
|
-
*
|
|
4
|
-
* Layer 9 PI-3/PI-4: When an --mcp session ends (stdin close / SIGTERM),
|
|
5
|
-
* this module upserts a structured summary into `.unerr/metrics.db`
|
|
6
|
-
* (`session_summaries` table — was JSONL at `.unerr/sessions/{id}.jsonl`).
|
|
7
|
-
*
|
|
8
|
-
* The daemon's fact generation pipeline (PI-5) reads these summaries to
|
|
9
|
-
* extract facts, detect patterns, and reinforce/contradict existing knowledge.
|
|
10
|
-
*
|
|
11
|
-
* Key invariant: `session_id` is the row PK. Re-running for the same session
|
|
12
|
-
* upserts (latest write wins) — matches the JSONL "append + last wins" model.
|
|
13
|
-
*
|
|
14
|
-
* Graceful degradation: if write fails, session data is lost but MCP
|
|
15
|
-
* connection closes cleanly without error.
|
|
16
|
-
*/
|
|
17
|
-
import { existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";
|
|
18
|
-
import { join } from "node:path";
|
|
19
|
-
import { extractChains } from "./ledger-chains.js";
|
|
20
|
-
import { openMetricsStore } from "./metrics-store.js";
|
|
21
|
-
// ── Public API ───────────────────────────────────────────────────────
|
|
22
|
-
/**
|
|
23
|
-
* Upsert a session summary into `.unerr/metrics.db` (session_summaries).
|
|
24
|
-
* Called on graceful shutdown of --mcp mode.
|
|
25
|
-
*
|
|
26
|
-
* Returns the written record on success, null on failure (silent degradation).
|
|
27
|
-
*/
|
|
28
|
-
export function writeSessionSummary(unerrDir, ctx) {
|
|
29
|
-
if (ctx.entries.length === 0)
|
|
30
|
-
return null;
|
|
31
|
-
try {
|
|
32
|
-
const sorted = [...ctx.entries].sort((a, b) => new Date(a.ts).getTime() - new Date(b.ts).getTime());
|
|
33
|
-
const first = sorted[0];
|
|
34
|
-
const last = sorted[sorted.length - 1];
|
|
35
|
-
const chains = extractChains(sorted);
|
|
36
|
-
const files = new Set();
|
|
37
|
-
const entities = new Set();
|
|
38
|
-
const toolCounts = {};
|
|
39
|
-
const featureAreas = new Set();
|
|
40
|
-
let revertCount = 0;
|
|
41
|
-
for (const entry of sorted) {
|
|
42
|
-
toolCounts[entry.tool] = (toolCounts[entry.tool] ?? 0) + 1;
|
|
43
|
-
const filePath = extractFilePath(entry);
|
|
44
|
-
if (filePath)
|
|
45
|
-
files.add(filePath);
|
|
46
|
-
const entityKeys = extractEntityKeysFromEntry(entry);
|
|
47
|
-
for (const key of entityKeys)
|
|
48
|
-
entities.add(key);
|
|
49
|
-
if (entry.feature_area)
|
|
50
|
-
featureAreas.add(entry.feature_area);
|
|
51
|
-
}
|
|
52
|
-
for (const chain of chains) {
|
|
53
|
-
if (chain.outcome === "reverted")
|
|
54
|
-
revertCount++;
|
|
55
|
-
}
|
|
56
|
-
const record = {
|
|
57
|
-
session_id: ctx.sessionId,
|
|
58
|
-
written_at: new Date().toISOString(),
|
|
59
|
-
started_at: first.ts,
|
|
60
|
-
ended_at: last.ts,
|
|
61
|
-
duration_ms: new Date(last.ts).getTime() - new Date(first.ts).getTime(),
|
|
62
|
-
tool_calls: sorted.length,
|
|
63
|
-
chains: chains.length,
|
|
64
|
-
files_modified: [...files],
|
|
65
|
-
entities_touched: [...entities].slice(0, 50),
|
|
66
|
-
tools_used: toolCounts,
|
|
67
|
-
feature_areas: [...featureAreas],
|
|
68
|
-
facts_recorded: ctx.factsRecordedIds.length,
|
|
69
|
-
facts_surfaced: ctx.factsSurfacedIds.slice(0, 20),
|
|
70
|
-
revert_count: revertCount,
|
|
71
|
-
rot_score: ctx.rotScore,
|
|
72
|
-
token_estimate: ctx.tokenEstimate,
|
|
73
|
-
branch: last.branch ?? "unknown",
|
|
74
|
-
};
|
|
75
|
-
// Persist to .unerr/metrics.db (session_summaries) — was JSONL pre-Layer 12.
|
|
76
|
-
const store = openMetricsStore(unerrDir);
|
|
77
|
-
store.upsertSessionSummary({
|
|
78
|
-
session_id: record.session_id,
|
|
79
|
-
written_at: record.written_at,
|
|
80
|
-
started_at: record.started_at,
|
|
81
|
-
ended_at: record.ended_at,
|
|
82
|
-
duration_ms: record.duration_ms,
|
|
83
|
-
tool_calls: record.tool_calls,
|
|
84
|
-
chains: record.chains,
|
|
85
|
-
files_modified: JSON.stringify(record.files_modified),
|
|
86
|
-
entities_touched: JSON.stringify(record.entities_touched),
|
|
87
|
-
tools_used: JSON.stringify(record.tools_used),
|
|
88
|
-
feature_areas: JSON.stringify(record.feature_areas),
|
|
89
|
-
facts_recorded: record.facts_recorded,
|
|
90
|
-
facts_surfaced: JSON.stringify(record.facts_surfaced),
|
|
91
|
-
revert_count: record.revert_count,
|
|
92
|
-
rot_score: record.rot_score,
|
|
93
|
-
token_estimate: record.token_estimate,
|
|
94
|
-
branch: record.branch,
|
|
95
|
-
});
|
|
96
|
-
// last_session.json stays JSON — atomic single-file pointer, stable
|
|
97
|
-
// across daemon restarts, used by the "next session" resume strip.
|
|
98
|
-
writeLastSessionPointer(unerrDir, ctx.sessionId, record);
|
|
99
|
-
return record;
|
|
100
|
-
}
|
|
101
|
-
catch (err) {
|
|
102
|
-
process.stderr.write(`[unerr:session] WARN: Failed to write session summary: ${err instanceof Error ? err.message : String(err)}\n`);
|
|
103
|
-
return null;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
/**
|
|
107
|
-
* Read the last session summary (from last_session.json pointer).
|
|
108
|
-
* Returns null if no prior session exists.
|
|
109
|
-
*/
|
|
110
|
-
export function readLastSession(unerrDir) {
|
|
111
|
-
try {
|
|
112
|
-
const pointerPath = join(unerrDir, "state", "last_session.json");
|
|
113
|
-
if (!existsSync(pointerPath))
|
|
114
|
-
return null;
|
|
115
|
-
const content = readFileSync(pointerPath, "utf-8");
|
|
116
|
-
return JSON.parse(content);
|
|
117
|
-
}
|
|
118
|
-
catch {
|
|
119
|
-
return null;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
// ── Internal ─────────────────────────────────────────────────────────
|
|
123
|
-
function writeLastSessionPointer(unerrDir, sessionId, record) {
|
|
124
|
-
try {
|
|
125
|
-
const stateDir = join(unerrDir, "state");
|
|
126
|
-
if (!existsSync(stateDir)) {
|
|
127
|
-
mkdirSync(stateDir, { recursive: true });
|
|
128
|
-
}
|
|
129
|
-
const pointerPath = join(stateDir, "last_session.json");
|
|
130
|
-
writeFileSync(pointerPath, JSON.stringify(record, null, 2), "utf-8");
|
|
131
|
-
}
|
|
132
|
-
catch {
|
|
133
|
-
// Non-critical — pointer failure doesn't affect session integrity
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
function extractFilePath(entry) {
|
|
137
|
-
const args = entry.args_summary;
|
|
138
|
-
if (typeof args.file_path === "string")
|
|
139
|
-
return args.file_path;
|
|
140
|
-
if (typeof args.path === "string")
|
|
141
|
-
return args.path;
|
|
142
|
-
if (typeof args.key === "string" && args.key.includes("/")) {
|
|
143
|
-
return args.key.includes("::") ? args.key.split("::")[0] : args.key;
|
|
144
|
-
}
|
|
145
|
-
return null;
|
|
146
|
-
}
|
|
147
|
-
function extractEntityKeysFromEntry(entry) {
|
|
148
|
-
const keys = [];
|
|
149
|
-
const args = entry.args_summary;
|
|
150
|
-
if (typeof args.key === "string" && args.key.length > 0) {
|
|
151
|
-
keys.push(args.key);
|
|
152
|
-
}
|
|
153
|
-
if (typeof args.entity === "string" && args.entity.length > 0) {
|
|
154
|
-
keys.push(args.entity);
|
|
155
|
-
}
|
|
156
|
-
return keys;
|
|
157
|
-
}
|
|
@@ -1,321 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Shadow Ledger Writer — append-only JSONL intent journal.
|
|
3
|
-
*
|
|
4
|
-
* Every MCP tool call that passes through the proxy gets an intent entry appended
|
|
5
|
-
* to `.unerr/ledger/shadow.jsonl`. The in-memory buffer keeps the last 100 entries
|
|
6
|
-
* for correlation lookups (no full-file parse needed).
|
|
7
|
-
*
|
|
8
|
-
* Entry format: one JSON object per line (JSONL / newline-delimited JSON).
|
|
9
|
-
* On startup, the file is validated — partial writes are truncated to the last
|
|
10
|
-
* valid line.
|
|
11
|
-
*
|
|
12
|
-
* Performance: append is O(1) via fs.appendFileSync. Buffer is a fixed-size ring.
|
|
13
|
-
* All logging to stderr.
|
|
14
|
-
*/
|
|
15
|
-
import { randomBytes } from "node:crypto";
|
|
16
|
-
import { appendFileSync, existsSync, mkdirSync, readFileSync, writeFileSync, } from "node:fs";
|
|
17
|
-
import { join } from "node:path";
|
|
18
|
-
import { redactArgs } from "./redactor.js";
|
|
19
|
-
import { TurnSegmenter } from "./turn-segmenter.js";
|
|
20
|
-
const MAX_BUFFER_SIZE = 100;
|
|
21
|
-
const CORRELATION_WINDOW_MS = 30_000; // 30 seconds
|
|
22
|
-
const MAX_ARG_VALUE_LENGTH = 200;
|
|
23
|
-
export class ShadowLedger {
|
|
24
|
-
ledgerDir;
|
|
25
|
-
filePath;
|
|
26
|
-
sessionId;
|
|
27
|
-
buffer = [];
|
|
28
|
-
lastEntryTime = 0;
|
|
29
|
-
currentRootId = null;
|
|
30
|
-
turnSegmenter;
|
|
31
|
-
constructor(unerrDir, options = {}) {
|
|
32
|
-
this.ledgerDir = join(unerrDir, "ledger");
|
|
33
|
-
this.filePath = join(this.ledgerDir, "shadow.jsonl");
|
|
34
|
-
this.sessionId = generateId();
|
|
35
|
-
this.turnSegmenter = options.turnSegmenter ?? new TurnSegmenter();
|
|
36
|
-
// Ensure directory exists
|
|
37
|
-
if (!existsSync(this.ledgerDir)) {
|
|
38
|
-
mkdirSync(this.ledgerDir, { recursive: true });
|
|
39
|
-
}
|
|
40
|
-
// Recover from corruption on startup
|
|
41
|
-
this.recoverFile();
|
|
42
|
-
// Load recent entries into buffer
|
|
43
|
-
this.loadRecentEntries();
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* Subscribers (e.g., the timeline subsystem) get the same segmenter so they
|
|
47
|
-
* can observe turn-close events to roll up turns into timeline.db.
|
|
48
|
-
*/
|
|
49
|
-
getTurnSegmenter() {
|
|
50
|
-
return this.turnSegmenter;
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* Close the current turn for this ledger's session. Called by Stop hooks
|
|
54
|
-
* (Claude Code) or on shutdown. The next recorded entry will open a fresh
|
|
55
|
-
* turn with confidence "first_call".
|
|
56
|
-
*/
|
|
57
|
-
closeTurn(reason = "stop_hook") {
|
|
58
|
-
this.turnSegmenter.closeTurn(this.sessionId, reason);
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* Record a tool call as a ledger entry.
|
|
62
|
-
*/
|
|
63
|
-
record(tool, args, resultSummary, branch, headSha, promptContext) {
|
|
64
|
-
const now = Date.now();
|
|
65
|
-
const correlationId = this.computeCorrelation(tool, now);
|
|
66
|
-
const entry = {
|
|
67
|
-
id: generateId(),
|
|
68
|
-
ts: new Date(now).toISOString(),
|
|
69
|
-
tool,
|
|
70
|
-
// ST-6: redact known secret patterns BEFORE truncating so the regex
|
|
71
|
-
// catches whole values; then truncate any remaining long strings.
|
|
72
|
-
args_summary: truncateArgs(redactArgs(args)),
|
|
73
|
-
result_summary: resultSummary,
|
|
74
|
-
branch,
|
|
75
|
-
head_sha: headSha,
|
|
76
|
-
session_id: this.sessionId,
|
|
77
|
-
correlation_id: correlationId,
|
|
78
|
-
...(promptContext?.planSummary
|
|
79
|
-
? { plan_summary: promptContext.planSummary }
|
|
80
|
-
: {}),
|
|
81
|
-
...(promptContext?.changeType
|
|
82
|
-
? { change_type: promptContext.changeType }
|
|
83
|
-
: {}),
|
|
84
|
-
...(promptContext?.featureArea
|
|
85
|
-
? { feature_area: promptContext.featureArea }
|
|
86
|
-
: {}),
|
|
87
|
-
};
|
|
88
|
-
// ST-1: stamp turn_id / turn_confidence in place before persist.
|
|
89
|
-
this.turnSegmenter.observe(entry);
|
|
90
|
-
// Append to file
|
|
91
|
-
this.appendEntry(entry);
|
|
92
|
-
// Update in-memory buffer
|
|
93
|
-
this.buffer.push(entry);
|
|
94
|
-
if (this.buffer.length > MAX_BUFFER_SIZE) {
|
|
95
|
-
this.buffer.shift();
|
|
96
|
-
}
|
|
97
|
-
this.lastEntryTime = now;
|
|
98
|
-
return entry;
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* Get the last N entries from the in-memory buffer.
|
|
102
|
-
*/
|
|
103
|
-
getRecentEntries(limit = 20) {
|
|
104
|
-
return this.buffer.slice(-limit);
|
|
105
|
-
}
|
|
106
|
-
/**
|
|
107
|
-
* Get the current root intent ID for correlation.
|
|
108
|
-
*/
|
|
109
|
-
getCurrentRootId() {
|
|
110
|
-
return this.currentRootId;
|
|
111
|
-
}
|
|
112
|
-
/**
|
|
113
|
-
* Get the session ID.
|
|
114
|
-
*/
|
|
115
|
-
getSessionId() {
|
|
116
|
-
return this.sessionId;
|
|
117
|
-
}
|
|
118
|
-
/**
|
|
119
|
-
* Get the timestamp (ms) of the last sync_local_diff call.
|
|
120
|
-
* Used by AI attribution heuristic to determine change origin.
|
|
121
|
-
* Returns 0 if no sync has been recorded this session.
|
|
122
|
-
*/
|
|
123
|
-
getLastSyncTimestamp() {
|
|
124
|
-
for (let i = this.buffer.length - 1; i >= 0; i--) {
|
|
125
|
-
const entry = this.buffer[i];
|
|
126
|
-
if (entry?.tool === "sync_local_diff") {
|
|
127
|
-
return new Date(entry.ts).getTime();
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
return 0;
|
|
131
|
-
}
|
|
132
|
-
/**
|
|
133
|
-
* Get ledger stats for `unerr status`.
|
|
134
|
-
*/
|
|
135
|
-
getStats() {
|
|
136
|
-
const lastEntry = this.buffer.length > 0 ? this.buffer[this.buffer.length - 1] : null;
|
|
137
|
-
return {
|
|
138
|
-
totalEntries: this.countEntries(),
|
|
139
|
-
bufferSize: this.buffer.length,
|
|
140
|
-
sessionId: this.sessionId,
|
|
141
|
-
lastEntryAt: lastEntry?.ts ?? null,
|
|
142
|
-
};
|
|
143
|
-
}
|
|
144
|
-
/**
|
|
145
|
-
* Get count of entries in the current session.
|
|
146
|
-
*/
|
|
147
|
-
getSessionEntryCount() {
|
|
148
|
-
return this.buffer.filter((e) => e.session_id === this.sessionId).length;
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* Get count of pending correlations (entries with correlation_id that are roots).
|
|
152
|
-
*/
|
|
153
|
-
getPendingRootCount() {
|
|
154
|
-
const roots = new Set();
|
|
155
|
-
for (const entry of this.buffer) {
|
|
156
|
-
if (entry.correlation_id === null) {
|
|
157
|
-
roots.add(entry.id);
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
return roots.size;
|
|
161
|
-
}
|
|
162
|
-
/**
|
|
163
|
-
* Flush the in-memory buffer to disk (for graceful shutdown).
|
|
164
|
-
* Since we appendFileSync on each record, this is mostly a no-op
|
|
165
|
-
* but ensures any pending state is consistent.
|
|
166
|
-
*/
|
|
167
|
-
flush() {
|
|
168
|
-
// Buffer is already synced via appendFileSync — nothing to do
|
|
169
|
-
// This method exists for the shutdown contract
|
|
170
|
-
}
|
|
171
|
-
/**
|
|
172
|
-
* Get all entries (read from file). Used sparingly — prefer buffer.
|
|
173
|
-
*/
|
|
174
|
-
readAllEntries() {
|
|
175
|
-
if (!existsSync(this.filePath))
|
|
176
|
-
return [];
|
|
177
|
-
try {
|
|
178
|
-
const content = readFileSync(this.filePath, "utf-8");
|
|
179
|
-
const lines = content.split("\n").filter((l) => l.trim().length > 0);
|
|
180
|
-
return lines.map((line) => JSON.parse(line));
|
|
181
|
-
}
|
|
182
|
-
catch {
|
|
183
|
-
return [];
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
// ── Internal ───────────────────────────────────────────────────
|
|
187
|
-
computeCorrelation(tool, now) {
|
|
188
|
-
const gap = now - this.lastEntryTime;
|
|
189
|
-
// sync_local_diff always correlates to active root
|
|
190
|
-
if (tool === "sync_local_diff" && this.currentRootId) {
|
|
191
|
-
return this.currentRootId;
|
|
192
|
-
}
|
|
193
|
-
// If gap > 30s or no previous entry → new root intent
|
|
194
|
-
if (gap > CORRELATION_WINDOW_MS || this.lastEntryTime === 0) {
|
|
195
|
-
this.currentRootId = null; // will be set to this entry's ID after creation
|
|
196
|
-
// Return null — this IS the root
|
|
197
|
-
return null;
|
|
198
|
-
}
|
|
199
|
-
// Within window → correlate to current root
|
|
200
|
-
return this.currentRootId;
|
|
201
|
-
}
|
|
202
|
-
appendEntry(entry) {
|
|
203
|
-
// If this is a root entry (correlation_id is null), update currentRootId
|
|
204
|
-
if (entry.correlation_id === null) {
|
|
205
|
-
this.currentRootId = entry.id;
|
|
206
|
-
}
|
|
207
|
-
try {
|
|
208
|
-
appendFileSync(this.filePath, `${JSON.stringify(entry)}\n`, "utf-8");
|
|
209
|
-
}
|
|
210
|
-
catch (err) {
|
|
211
|
-
process.stderr.write(`[unerr:ledger] WARN: Failed to append entry: ${err instanceof Error ? err.message : String(err)}\n`);
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
/**
|
|
215
|
-
* Recover from file corruption: truncate to last valid JSONL line.
|
|
216
|
-
*/
|
|
217
|
-
recoverFile() {
|
|
218
|
-
if (!existsSync(this.filePath))
|
|
219
|
-
return;
|
|
220
|
-
try {
|
|
221
|
-
const content = readFileSync(this.filePath, "utf-8");
|
|
222
|
-
const lines = content.split("\n");
|
|
223
|
-
const validLines = [];
|
|
224
|
-
for (const line of lines) {
|
|
225
|
-
if (line.trim().length === 0)
|
|
226
|
-
continue;
|
|
227
|
-
try {
|
|
228
|
-
JSON.parse(line);
|
|
229
|
-
validLines.push(line);
|
|
230
|
-
}
|
|
231
|
-
catch {
|
|
232
|
-
// Invalid line — stop here (truncate from this point)
|
|
233
|
-
process.stderr.write(`[unerr:ledger] Recovered: truncated ${lines.length - validLines.length} corrupt line(s)\n`);
|
|
234
|
-
break;
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
// Rewrite file with only valid lines
|
|
238
|
-
if (validLines.length < lines.filter((l) => l.trim().length > 0).length) {
|
|
239
|
-
writeFileSync(this.filePath, validLines.join("\n") + (validLines.length > 0 ? "\n" : ""), "utf-8");
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
catch {
|
|
243
|
-
// File unreadable — start fresh
|
|
244
|
-
writeFileSync(this.filePath, "", "utf-8");
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
/**
|
|
248
|
-
* Load the most recent entries from the file into the buffer.
|
|
249
|
-
*/
|
|
250
|
-
loadRecentEntries() {
|
|
251
|
-
if (!existsSync(this.filePath))
|
|
252
|
-
return;
|
|
253
|
-
try {
|
|
254
|
-
const content = readFileSync(this.filePath, "utf-8");
|
|
255
|
-
const lines = content.split("\n").filter((l) => l.trim().length > 0);
|
|
256
|
-
// Load last MAX_BUFFER_SIZE entries
|
|
257
|
-
const start = Math.max(0, lines.length - MAX_BUFFER_SIZE);
|
|
258
|
-
for (let i = start; i < lines.length; i++) {
|
|
259
|
-
try {
|
|
260
|
-
const line = lines[i];
|
|
261
|
-
if (!line)
|
|
262
|
-
continue;
|
|
263
|
-
const entry = JSON.parse(line);
|
|
264
|
-
this.buffer.push(entry);
|
|
265
|
-
}
|
|
266
|
-
catch {
|
|
267
|
-
// Skip invalid lines
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
// Restore correlation state from last root entry
|
|
271
|
-
for (let i = this.buffer.length - 1; i >= 0; i--) {
|
|
272
|
-
const entry = this.buffer[i];
|
|
273
|
-
if (!entry)
|
|
274
|
-
continue;
|
|
275
|
-
if (entry.correlation_id === null) {
|
|
276
|
-
this.currentRootId = entry.id;
|
|
277
|
-
this.lastEntryTime = new Date(entry.ts).getTime();
|
|
278
|
-
break;
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
catch {
|
|
283
|
-
// Start with empty buffer
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
/**
|
|
287
|
-
* Count total entries in the file.
|
|
288
|
-
*/
|
|
289
|
-
countEntries() {
|
|
290
|
-
if (!existsSync(this.filePath))
|
|
291
|
-
return 0;
|
|
292
|
-
try {
|
|
293
|
-
const content = readFileSync(this.filePath, "utf-8");
|
|
294
|
-
return content.split("\n").filter((l) => l.trim().length > 0).length;
|
|
295
|
-
}
|
|
296
|
-
catch {
|
|
297
|
-
return 0;
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
/**
|
|
302
|
-
* Generate a 12-char hex ID (6 random bytes).
|
|
303
|
-
*/
|
|
304
|
-
function generateId() {
|
|
305
|
-
return randomBytes(6).toString("hex");
|
|
306
|
-
}
|
|
307
|
-
/**
|
|
308
|
-
* Truncate argument values to prevent JSONL bloat.
|
|
309
|
-
*/
|
|
310
|
-
function truncateArgs(args) {
|
|
311
|
-
const result = {};
|
|
312
|
-
for (const [key, value] of Object.entries(args)) {
|
|
313
|
-
if (typeof value === "string" && value.length > MAX_ARG_VALUE_LENGTH) {
|
|
314
|
-
result[key] = `${value.slice(0, MAX_ARG_VALUE_LENGTH)}...`;
|
|
315
|
-
}
|
|
316
|
-
else {
|
|
317
|
-
result[key] = value;
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
return result;
|
|
321
|
-
}
|