@unerr-ai/unerr 0.2.1 → 0.2.3

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.
Files changed (363) hide show
  1. package/README.md +36 -45
  2. package/dist/cli.js +37443 -36022
  3. package/package.json +2 -1
  4. package/dist/behaviors/agent-llm-bridge.js +0 -166
  5. package/dist/behaviors/architecture-guard.js +0 -256
  6. package/dist/behaviors/auto-doc.js +0 -247
  7. package/dist/behaviors/cascade-guard.js +0 -289
  8. package/dist/behaviors/change-narrative.js +0 -270
  9. package/dist/behaviors/convention-drift.js +0 -290
  10. package/dist/behaviors/framework.js +0 -235
  11. package/dist/behaviors/guard-formatter.js +0 -44
  12. package/dist/behaviors/incomplete-work.js +0 -270
  13. package/dist/behaviors/loop-breaker.js +0 -300
  14. package/dist/behaviors/session-continuity.js +0 -208
  15. package/dist/commands/branches.js +0 -97
  16. package/dist/commands/check-commit.js +0 -225
  17. package/dist/commands/compress-output.js +0 -64
  18. package/dist/commands/config-verify.js +0 -243
  19. package/dist/commands/daemon.js +0 -905
  20. package/dist/commands/dashboard.js +0 -52
  21. package/dist/commands/debug.js +0 -200
  22. package/dist/commands/enrich.js +0 -184
  23. package/dist/commands/exec.js +0 -233
  24. package/dist/commands/gain.js +0 -156
  25. package/dist/commands/hook.js +0 -88
  26. package/dist/commands/index.js +0 -88
  27. package/dist/commands/init.js +0 -74
  28. package/dist/commands/install.js +0 -505
  29. package/dist/commands/learn.js +0 -116
  30. package/dist/commands/manifest.js +0 -193
  31. package/dist/commands/rewind.js +0 -103
  32. package/dist/commands/serve.js +0 -19
  33. package/dist/commands/setup-wizard.js +0 -414
  34. package/dist/commands/skills.js +0 -64
  35. package/dist/commands/stats.js +0 -20
  36. package/dist/commands/status.js +0 -654
  37. package/dist/commands/timeline.js +0 -139
  38. package/dist/commands/uninstall.js +0 -230
  39. package/dist/components/App.js +0 -109
  40. package/dist/components/Banner.js +0 -12
  41. package/dist/components/ConfirmPrompt.js +0 -25
  42. package/dist/components/DriftSummary.js +0 -23
  43. package/dist/components/GradeBadge.js +0 -15
  44. package/dist/components/HealthCard.js +0 -18
  45. package/dist/components/InkSpinner.js +0 -22
  46. package/dist/components/InputBox.js +0 -17
  47. package/dist/components/KeyValue.js +0 -13
  48. package/dist/components/MessageList.js +0 -14
  49. package/dist/components/ProgressBar.js +0 -26
  50. package/dist/components/Section.js +0 -16
  51. package/dist/components/SessionSummaryCard.js +0 -73
  52. package/dist/components/StartupDisplay.js +0 -24
  53. package/dist/components/StatusDashboard.js +0 -57
  54. package/dist/components/StatusLine.js +0 -8
  55. package/dist/components/StepLine.js +0 -22
  56. package/dist/components/Theme.js +0 -20
  57. package/dist/components/ToolProgress.js +0 -8
  58. package/dist/components/ViolationList.js +0 -21
  59. package/dist/components/render.js +0 -13
  60. package/dist/config/agent-registry.js +0 -237
  61. package/dist/config/claude-settings-hooks.js +0 -304
  62. package/dist/config/hook-installer.js +0 -65
  63. package/dist/config/instruction-writer.js +0 -388
  64. package/dist/config/mcp-config-writer.js +0 -266
  65. package/dist/config/settings.js +0 -174
  66. package/dist/config/tool-detector.js +0 -42
  67. package/dist/config/value-surfacing.js +0 -119
  68. package/dist/core/context-assembly.js +0 -108
  69. package/dist/core/conversation.js +0 -33
  70. package/dist/core/local-chat-provider.js +0 -475
  71. package/dist/core/provider-factory.js +0 -55
  72. package/dist/core/providers.js +0 -90
  73. package/dist/core/query-engine.js +0 -174
  74. package/dist/daemon/api.js +0 -312
  75. package/dist/daemon/autostart.js +0 -119
  76. package/dist/daemon/bootstrap.js +0 -39
  77. package/dist/daemon/client.js +0 -164
  78. package/dist/daemon/detect-ci.js +0 -81
  79. package/dist/daemon/platform-linux.js +0 -146
  80. package/dist/daemon/platform-macos.js +0 -134
  81. package/dist/daemon/platform-windows.js +0 -116
  82. package/dist/daemon/process-manager.js +0 -299
  83. package/dist/daemon/protocol.js +0 -23
  84. package/dist/daemon/registry.js +0 -270
  85. package/dist/daemon/settings-schema.js +0 -72
  86. package/dist/daemon/system-health.js +0 -134
  87. package/dist/daemon/version-checker.js +0 -262
  88. package/dist/daemon/warm-start.js +0 -223
  89. package/dist/entrypoints/cli.js +0 -1043
  90. package/dist/entrypoints/daemon.js +0 -380
  91. package/dist/entrypoints/repl.js +0 -147
  92. package/dist/hooks/adapters/claude-code.js +0 -90
  93. package/dist/hooks/adapters/cline.js +0 -100
  94. package/dist/hooks/adapters/cursor.js +0 -98
  95. package/dist/hooks/hook-dedup.js +0 -79
  96. package/dist/hooks/hook-runner.js +0 -113
  97. package/dist/hooks/navigation-hooks.js +0 -175
  98. package/dist/hooks/prompt-hooks.js +0 -63
  99. package/dist/hooks/shell-hooks.js +0 -47
  100. package/dist/ignore.js +0 -111
  101. package/dist/intelligence/approach-suggester.js +0 -61
  102. package/dist/intelligence/ast-extractor.js +0 -2615
  103. package/dist/intelligence/ast-worker.js +0 -34
  104. package/dist/intelligence/background-indexer.js +0 -121
  105. package/dist/intelligence/blast-radius.js +0 -200
  106. package/dist/intelligence/community-detection.js +0 -691
  107. package/dist/intelligence/community-detector.js +0 -184
  108. package/dist/intelligence/computation-scheduler.js +0 -75
  109. package/dist/intelligence/confidence-propagation.js +0 -47
  110. package/dist/intelligence/convention-detector.js +0 -242
  111. package/dist/intelligence/convention-learner.js +0 -205
  112. package/dist/intelligence/convention-matcher.js +0 -205
  113. package/dist/intelligence/cozo-schema.js +0 -376
  114. package/dist/intelligence/decision-point-detector.js +0 -90
  115. package/dist/intelligence/deep-dive-tools.js +0 -586
  116. package/dist/intelligence/durability-scorer.js +0 -84
  117. package/dist/intelligence/exploration-cost.js +0 -204
  118. package/dist/intelligence/exploration-pattern-tracker.js +0 -61
  119. package/dist/intelligence/fact-generator.js +0 -322
  120. package/dist/intelligence/facts-schema.js +0 -90
  121. package/dist/intelligence/file-intelligence.js +0 -59
  122. package/dist/intelligence/graph-holder.js +0 -220
  123. package/dist/intelligence/graph-temporal-joiner.js +0 -238
  124. package/dist/intelligence/health-grade.js +0 -423
  125. package/dist/intelligence/health-grader.js +0 -200
  126. package/dist/intelligence/health-map-data.js +0 -259
  127. package/dist/intelligence/import-symbols.js +0 -136
  128. package/dist/intelligence/incremental-indexer.js +0 -658
  129. package/dist/intelligence/indexer/centrality.js +0 -62
  130. package/dist/intelligence/indexer/cfg-context.js +0 -95
  131. package/dist/intelligence/indexer/confidence.js +0 -34
  132. package/dist/intelligence/indexer/cross-file-resolver.js +0 -104
  133. package/dist/intelligence/indexer/edge-repair.js +0 -89
  134. package/dist/intelligence/indexer/entity-key.js +0 -17
  135. package/dist/intelligence/indexer/export-map.js +0 -132
  136. package/dist/intelligence/indexer/git-cochange.js +0 -128
  137. package/dist/intelligence/indexer/graph-patch.js +0 -147
  138. package/dist/intelligence/indexer/incremental.js +0 -78
  139. package/dist/intelligence/indexer/ingest.js +0 -160
  140. package/dist/intelligence/indexer/language-detect.js +0 -226
  141. package/dist/intelligence/indexer/metadata.js +0 -63
  142. package/dist/intelligence/indexer/mutation-tracker.js +0 -79
  143. package/dist/intelligence/indexer/orchestrator.js +0 -155
  144. package/dist/intelligence/indexer/plugin-interface.js +0 -31
  145. package/dist/intelligence/indexer/plugins/csharp.js +0 -440
  146. package/dist/intelligence/indexer/plugins/go.js +0 -335
  147. package/dist/intelligence/indexer/plugins/java.js +0 -370
  148. package/dist/intelligence/indexer/plugins/python.js +0 -358
  149. package/dist/intelligence/indexer/plugins/regex-fallback.js +0 -82
  150. package/dist/intelligence/indexer/plugins/ruby.js +0 -290
  151. package/dist/intelligence/indexer/plugins/rust.js +0 -484
  152. package/dist/intelligence/indexer/plugins/tier2-generic.js +0 -310
  153. package/dist/intelligence/indexer/plugins/typescript.js +0 -456
  154. package/dist/intelligence/indexer/resource-monitor.js +0 -93
  155. package/dist/intelligence/indexer/scip/decoder.js +0 -253
  156. package/dist/intelligence/indexer/scip/detector.js +0 -232
  157. package/dist/intelligence/indexer/scip/downloader.js +0 -427
  158. package/dist/intelligence/indexer/scip/fallback.js +0 -34
  159. package/dist/intelligence/indexer/scip/merger.js +0 -109
  160. package/dist/intelligence/indexer/scip/orchestrator.js +0 -433
  161. package/dist/intelligence/indexer/scip/runner.js +0 -98
  162. package/dist/intelligence/indexer/snapshot.js +0 -66
  163. package/dist/intelligence/indexer/test-detector.js +0 -196
  164. package/dist/intelligence/indexer/watch-integration.js +0 -61
  165. package/dist/intelligence/indexer/worker.js +0 -85
  166. package/dist/intelligence/local-convention-detector.js +0 -437
  167. package/dist/intelligence/local-embeddings.js +0 -190
  168. package/dist/intelligence/local-graph.js +0 -1946
  169. package/dist/intelligence/local-indexer.js +0 -1575
  170. package/dist/intelligence/local-llm.js +0 -163
  171. package/dist/intelligence/local-rule-generator.js +0 -154
  172. package/dist/intelligence/local-snapshot.js +0 -213
  173. package/dist/intelligence/negative-knowledge.js +0 -103
  174. package/dist/intelligence/persistent-db.js +0 -85
  175. package/dist/intelligence/query-router.js +0 -2556
  176. package/dist/intelligence/risk-classifier.js +0 -116
  177. package/dist/intelligence/rule-evaluator.js +0 -380
  178. package/dist/intelligence/rule-generator.js +0 -49
  179. package/dist/intelligence/search-index.js +0 -173
  180. package/dist/intelligence/semantic/docstring-extractor.js +0 -67
  181. package/dist/intelligence/semantic/embedding-store.js +0 -52
  182. package/dist/intelligence/semantic/enrichment-orchestrator.js +0 -48
  183. package/dist/intelligence/semantic/git-message-miner.js +0 -114
  184. package/dist/intelligence/semantic/identifier-tokenizer.js +0 -51
  185. package/dist/intelligence/semantic/node2vec-embeddings.js +0 -71
  186. package/dist/intelligence/semantic/node2vec-walks.js +0 -103
  187. package/dist/intelligence/semantic/path-domain-inference.js +0 -112
  188. package/dist/intelligence/semantic/similarity-engine.js +0 -60
  189. package/dist/intelligence/semantic/tfidf-vectors.js +0 -88
  190. package/dist/intelligence/session-brief-builder.js +0 -159
  191. package/dist/intelligence/session-context.js +0 -221
  192. package/dist/intelligence/session-health-monitor.js +0 -211
  193. package/dist/intelligence/session-narrative.js +0 -197
  194. package/dist/intelligence/session-pattern-analyzer.js +0 -218
  195. package/dist/intelligence/signal-scorer.js +0 -390
  196. package/dist/intelligence/signal-show-store.js +0 -182
  197. package/dist/intelligence/smart-truncate.js +0 -158
  198. package/dist/intelligence/subgraph-cache.js +0 -88
  199. package/dist/intelligence/temporal-facts.js +0 -494
  200. package/dist/intelligence/token-estimator.js +0 -100
  201. package/dist/intelligence/tool-injector.js +0 -87
  202. package/dist/intelligence/tree-sitter-loader.js +0 -71
  203. package/dist/intelligence/worker-pool.js +0 -116
  204. package/dist/proxy/arg-validator.js +0 -79
  205. package/dist/proxy/auto-bootstrap.js +0 -167
  206. package/dist/proxy/bridge.js +0 -147
  207. package/dist/proxy/budget-enforcer.js +0 -70
  208. package/dist/proxy/compression-quality-monitor.js +0 -160
  209. package/dist/proxy/compression-stats.js +0 -51
  210. package/dist/proxy/context-rot-detector.js +0 -137
  211. package/dist/proxy/drift-detector.js +0 -139
  212. package/dist/proxy/efficiency-tracker.js +0 -79
  213. package/dist/proxy/fact-ranking.js +0 -154
  214. package/dist/proxy/format-encoder.js +0 -266
  215. package/dist/proxy/http-transport.js +0 -90
  216. package/dist/proxy/lifecycle-actor.js +0 -55
  217. package/dist/proxy/lifecycle-machine.js +0 -187
  218. package/dist/proxy/log-tailer.js +0 -265
  219. package/dist/proxy/model-pricing.js +0 -98
  220. package/dist/proxy/network-firewall.js +0 -141
  221. package/dist/proxy/nudge-state.js +0 -93
  222. package/dist/proxy/output-compressor.js +0 -185
  223. package/dist/proxy/pid-lock.js +0 -291
  224. package/dist/proxy/proxy-context.js +0 -11
  225. package/dist/proxy/proxy.js +0 -2633
  226. package/dist/proxy/response-enrichment.js +0 -32
  227. package/dist/proxy/response-envelope.js +0 -313
  228. package/dist/proxy/session-dedup.js +0 -82
  229. package/dist/proxy/session-legend.js +0 -30
  230. package/dist/proxy/session-persistence.js +0 -210
  231. package/dist/proxy/session-resume.js +0 -94
  232. package/dist/proxy/session-stats.js +0 -513
  233. package/dist/proxy/shell-classifier.js +0 -1346
  234. package/dist/proxy/shell-compression-log.js +0 -93
  235. package/dist/proxy/shell-compressor.js +0 -390
  236. package/dist/proxy/shell-graph-boost.js +0 -202
  237. package/dist/proxy/shell-monitor-map.js +0 -18
  238. package/dist/proxy/shell-stats.js +0 -54
  239. package/dist/proxy/shell-strategies/cloud.js +0 -215
  240. package/dist/proxy/shell-strategies/diff.js +0 -159
  241. package/dist/proxy/shell-strategies/error-diagnostic.js +0 -796
  242. package/dist/proxy/shell-strategies/filter-dsl.js +0 -358
  243. package/dist/proxy/shell-strategies/git-status.js +0 -177
  244. package/dist/proxy/shell-strategies/key-value.js +0 -193
  245. package/dist/proxy/shell-strategies/log-text.js +0 -154
  246. package/dist/proxy/shell-strategies/omni.js +0 -188
  247. package/dist/proxy/shell-strategies/progress.js +0 -55
  248. package/dist/proxy/shell-strategies/redact.js +0 -76
  249. package/dist/proxy/shell-strategies/structured.js +0 -241
  250. package/dist/proxy/shell-strategies/tabular.js +0 -243
  251. package/dist/proxy/shell-strategies/test-results-types.js +0 -13
  252. package/dist/proxy/shell-strategies/test-results.js +0 -784
  253. package/dist/proxy/shell-strategies/tree-paths.js +0 -144
  254. package/dist/proxy/shell-strategies/yaml.js +0 -182
  255. package/dist/proxy/shell-tee.js +0 -111
  256. package/dist/proxy/signal-dedup.js +0 -171
  257. package/dist/proxy/startup-renderer.js +0 -158
  258. package/dist/proxy/task-token-display.js +0 -38
  259. package/dist/proxy/token-counter.js +0 -61
  260. package/dist/proxy/tool-clusters.js +0 -273
  261. package/dist/proxy/tool-definitions.js +0 -525
  262. package/dist/proxy/transport-mux.js +0 -229
  263. package/dist/proxy/wire-cap.js +0 -268
  264. package/dist/rules/developer.mozilla.org.json +0 -9
  265. package/dist/rules/github.com.json +0 -21
  266. package/dist/schemas/api/skills.js +0 -19
  267. package/dist/schemas/common/errors.js +0 -7
  268. package/dist/schemas/common/headers.js +0 -5
  269. package/dist/schemas/entities/edge.js +0 -25
  270. package/dist/schemas/entities/entity.js +0 -22
  271. package/dist/schemas/entities/rule.js +0 -18
  272. package/dist/schemas/index.js +0 -14
  273. package/dist/server/event-bus.js +0 -59
  274. package/dist/server/http.js +0 -156
  275. package/dist/server/middleware.js +0 -70
  276. package/dist/server/routes/drift.js +0 -97
  277. package/dist/server/routes/intelligence.js +0 -1217
  278. package/dist/server/routes/reasoning-quality.js +0 -444
  279. package/dist/server/routes/session.js +0 -86
  280. package/dist/server/routes/stream.js +0 -120
  281. package/dist/server/routes/system.js +0 -73
  282. package/dist/server/routes/temporal.js +0 -170
  283. package/dist/server/routes/timeline.js +0 -232
  284. package/dist/server/routes/token-flow.js +0 -403
  285. package/dist/skills/effectiveness-tracker.js +0 -93
  286. package/dist/skills/local-pack.js +0 -380
  287. package/dist/skills/resolver.js +0 -495
  288. package/dist/state-detector.js +0 -83
  289. package/dist/timeline/intent-detector.js +0 -263
  290. package/dist/timeline/loop-miner.js +0 -140
  291. package/dist/timeline/open-threads.js +0 -49
  292. package/dist/timeline/signal-reinforcer.js +0 -62
  293. package/dist/timeline/timeline-bootstrap.js +0 -151
  294. package/dist/timeline/timeline-store.js +0 -618
  295. package/dist/tools/coding/bash.js +0 -49
  296. package/dist/tools/coding/file-edit.js +0 -72
  297. package/dist/tools/coding/file-outline.js +0 -227
  298. package/dist/tools/coding/file-read-protocol.js +0 -425
  299. package/dist/tools/coding/file-read.js +0 -35
  300. package/dist/tools/coding/file-write.js +0 -43
  301. package/dist/tools/coding/glob-tool.js +0 -109
  302. package/dist/tools/coding/grep.js +0 -162
  303. package/dist/tools/coding/index.js +0 -27
  304. package/dist/tools/intelligence/index.js +0 -269
  305. package/dist/tools/intelligence/record-fact.js +0 -48
  306. package/dist/tools/intelligence/timeline-markers.js +0 -130
  307. package/dist/tools/registry.js +0 -47
  308. package/dist/tools/types.js +0 -8
  309. package/dist/tracking/auto-snapshot-triggers.js +0 -246
  310. package/dist/tracking/branch-context.js +0 -115
  311. package/dist/tracking/branch-snapshot.js +0 -217
  312. package/dist/tracking/causal-bridge.js +0 -317
  313. package/dist/tracking/circuit-breaker.js +0 -147
  314. package/dist/tracking/commit-watcher.js +0 -114
  315. package/dist/tracking/context-ledger.js +0 -119
  316. package/dist/tracking/correction-detector.js +0 -324
  317. package/dist/tracking/drift-tracker.js +0 -874
  318. package/dist/tracking/durability-tracker.js +0 -94
  319. package/dist/tracking/entity-rewind.js +0 -200
  320. package/dist/tracking/file-hash-state.js +0 -114
  321. package/dist/tracking/git-attribution.js +0 -132
  322. package/dist/tracking/git-trailers.js +0 -171
  323. package/dist/tracking/intelligence-counter.js +0 -46
  324. package/dist/tracking/intent-correlator.js +0 -202
  325. package/dist/tracking/intent-encoder.js +0 -52
  326. package/dist/tracking/intent-token-tracker.js +0 -159
  327. package/dist/tracking/ledger-archiver.js +0 -94
  328. package/dist/tracking/ledger-chains.js +0 -245
  329. package/dist/tracking/metrics-store.js +0 -361
  330. package/dist/tracking/native-watcher.js +0 -131
  331. package/dist/tracking/offline-rewind.js +0 -295
  332. package/dist/tracking/pending-violations.js +0 -74
  333. package/dist/tracking/persistence-effectiveness.js +0 -167
  334. package/dist/tracking/prompt-durability.js +0 -202
  335. package/dist/tracking/quality-signals.js +0 -213
  336. package/dist/tracking/redactor.js +0 -73
  337. package/dist/tracking/rewind-engine.js +0 -161
  338. package/dist/tracking/session-history.js +0 -128
  339. package/dist/tracking/session-receipt.js +0 -88
  340. package/dist/tracking/session-summary-writer.js +0 -157
  341. package/dist/tracking/shadow-ledger.js +0 -321
  342. package/dist/tracking/stash-manager.js +0 -258
  343. package/dist/tracking/timeline-fork.js +0 -213
  344. package/dist/tracking/timeline.js +0 -69
  345. package/dist/tracking/token-flow.js +0 -276
  346. package/dist/tracking/turn-segmenter.js +0 -122
  347. package/dist/tracking/weekly-accumulator.js +0 -179
  348. package/dist/tracking/working-snapshots.js +0 -188
  349. package/dist/tracking/workspace-manifest.js +0 -176
  350. package/dist/transport/http.js +0 -102
  351. package/dist/utils/counterfactual.js +0 -65
  352. package/dist/utils/deep-link.js +0 -34
  353. package/dist/utils/detect.js +0 -193
  354. package/dist/utils/exec.js +0 -73
  355. package/dist/utils/file-logger.js +0 -87
  356. package/dist/utils/format-error.js +0 -29
  357. package/dist/utils/git.js +0 -181
  358. package/dist/utils/log.js +0 -57
  359. package/dist/utils/logger.js +0 -35
  360. package/dist/utils/mcp-content-json.js +0 -8
  361. package/dist/utils/session-logger.js +0 -154
  362. package/dist/utils/startup-log.js +0 -512
  363. package/dist/utils/ui.js +0 -56
@@ -1,380 +0,0 @@
1
- /**
2
- * unerrd — the centralized daemon supervisor.
3
- *
4
- * Listens on ~/.unerr/unerrd.sock for JSON protocol messages.
5
- * Manages per-repo child processes via ProcessManager.
6
- *
7
- * Entry points:
8
- * `unerr daemon start` — foreground (for debugging)
9
- * `unerr daemon start --background` — detached (auto-spawned by bridge)
10
- *
11
- * Lifecycle:
12
- * 1. Acquire PID lock (~/.unerr/unerrd.pid)
13
- * 2. Start UDS server (~/.unerr/unerrd.sock)
14
- * 3. Load registry, start idle sweep
15
- * 4. Serve JSON protocol requests
16
- * 5. On SIGTERM/SIGINT: stop all children → exit
17
- */
18
- import { existsSync, mkdirSync, readFileSync, unlinkSync, writeFileSync, } from "node:fs";
19
- import { createConnection, createServer } from "node:net";
20
- import { join } from "node:path";
21
- import { ProcessManager } from "../daemon/process-manager.js";
22
- import { addRepo, globalDir, readRegistry, removeRepo, } from "../daemon/registry.js";
23
- import { installFileLogger } from "../utils/file-logger.js";
24
- // ── Paths ───────────────────────────────────────────────────────
25
- function pidPath() {
26
- return join(globalDir(), "unerrd.pid");
27
- }
28
- function sockPath() {
29
- return join(globalDir(), "unerrd.sock");
30
- }
31
- // ── PID Lock ────────────────────────────────────────────────────
32
- function isProcessAlive(pid) {
33
- try {
34
- process.kill(pid, 0);
35
- return true;
36
- }
37
- catch {
38
- return false;
39
- }
40
- }
41
- function acquirePidLock() {
42
- const p = pidPath();
43
- try {
44
- const raw = readFileSync(p, "utf-8").trim();
45
- const existingPid = Number.parseInt(raw, 10);
46
- if (Number.isFinite(existingPid) && isProcessAlive(existingPid)) {
47
- return false;
48
- }
49
- // Stale PID file — previous process died
50
- }
51
- catch {
52
- // No PID file
53
- }
54
- const dir = globalDir();
55
- if (!existsSync(dir))
56
- mkdirSync(dir, { recursive: true });
57
- writeFileSync(p, `${process.pid}\n`);
58
- return true;
59
- }
60
- function releasePidLock() {
61
- try {
62
- unlinkSync(pidPath());
63
- }
64
- catch {
65
- /* best effort */
66
- }
67
- }
68
- // ── Orphaned socket cleanup ─────────────────────────────────────
69
- /**
70
- * Check if the UDS socket file exists but the process that created it is dead.
71
- * If so, remove the stale socket so we can bind fresh.
72
- */
73
- function cleanStaleSocket() {
74
- const sock = sockPath();
75
- if (!existsSync(sock))
76
- return;
77
- // Try connecting — if it fails, the socket is stale
78
- try {
79
- const probe = createConnection(sock);
80
- probe.on("connect", () => {
81
- probe.destroy();
82
- // Socket is live — another daemon is running
83
- });
84
- probe.on("error", () => {
85
- // Socket is stale — remove it
86
- try {
87
- unlinkSync(sock);
88
- }
89
- catch {
90
- /* race — ok */
91
- }
92
- });
93
- // Give probe 500ms to connect or fail
94
- setTimeout(() => {
95
- if (!probe.destroyed)
96
- probe.destroy();
97
- }, 500).unref();
98
- }
99
- catch {
100
- try {
101
- unlinkSync(sock);
102
- }
103
- catch {
104
- /* race — ok */
105
- }
106
- }
107
- }
108
- // ── UDS Protocol Server ─────────────────────────────────────────
109
- function createUdsServer(pm) {
110
- const server = createServer((socket) => {
111
- let buffer = "";
112
- socket.on("data", (chunk) => {
113
- buffer += chunk.toString();
114
- // Process all complete newline-delimited messages
115
- while (true) {
116
- const newlineIdx = buffer.indexOf("\n");
117
- if (newlineIdx === -1)
118
- break;
119
- const line = buffer.slice(0, newlineIdx).trim();
120
- buffer = buffer.slice(newlineIdx + 1);
121
- if (!line)
122
- continue;
123
- handleRequest(pm, line)
124
- .then((response) => {
125
- if (response && !socket.destroyed) {
126
- socket.write(`${JSON.stringify(response)}\n`);
127
- }
128
- })
129
- .catch((err) => {
130
- if (!socket.destroyed) {
131
- socket.write(`${JSON.stringify({ ok: false, error: String(err) })}\n`);
132
- }
133
- });
134
- }
135
- });
136
- socket.on("error", () => {
137
- // Client disconnected — non-fatal
138
- });
139
- });
140
- return server;
141
- }
142
- async function handleRequest(pm, raw) {
143
- let req;
144
- try {
145
- req = JSON.parse(raw);
146
- }
147
- catch {
148
- return { ok: false, error: "Invalid JSON" };
149
- }
150
- switch (req.cmd) {
151
- case "ensure": {
152
- try {
153
- const sock = await pm.ensure(req.repo);
154
- return { ok: true, sock };
155
- }
156
- catch (err) {
157
- return { ok: false, error: err.message };
158
- }
159
- }
160
- case "connect":
161
- pm.connect(req.repo);
162
- return { ok: true };
163
- case "disconnect":
164
- pm.disconnect(req.repo);
165
- return { ok: true };
166
- case "activity":
167
- pm.recordActivity(req.repo);
168
- return null; // fire-and-forget
169
- case "status":
170
- return { ok: true, repos: pm.getStatus() };
171
- case "add": {
172
- const result = addRepo(req.repo, req.settings ?? {});
173
- if (result.ok)
174
- return { ok: true };
175
- return {
176
- ok: false,
177
- error: result.error,
178
- parentConflict: result.parentConflict,
179
- };
180
- }
181
- case "remove": {
182
- await pm.stop(req.repo);
183
- const removed = removeRepo(req.repo);
184
- if (removed)
185
- return { ok: true };
186
- return { ok: false, error: "Not registered" };
187
- }
188
- case "stop":
189
- await pm.stop(req.repo);
190
- return { ok: true };
191
- case "shutdown":
192
- // Handled by the caller — triggers graceful shutdown
193
- return { ok: true };
194
- case "dashboard-state":
195
- return { ok: true, repos: pm.getStatus() };
196
- case "repo-detail": {
197
- const managed = pm.getManaged(req.repo);
198
- if (!managed)
199
- return { ok: false, error: "Not managed" };
200
- return {
201
- ok: true,
202
- repos: [
203
- {
204
- path: managed.path,
205
- label: managed.label,
206
- status: managed.status,
207
- pid: managed.pid,
208
- memory: managed.memory,
209
- idle: managed.lastActivity
210
- ? Math.round((Date.now() - managed.lastActivity) / 1000)
211
- : null,
212
- connections: managed.connections,
213
- lastActivity: managed.lastActivity
214
- ? new Date(managed.lastActivity).toISOString()
215
- : null,
216
- entityCount: managed.entities,
217
- edgeCount: managed.edges,
218
- needsInput: managed.needsInput,
219
- },
220
- ],
221
- };
222
- }
223
- default:
224
- return {
225
- ok: false,
226
- error: `Unknown command: ${req.cmd}`,
227
- };
228
- }
229
- }
230
- // ── Main ────────────────────────────────────────────────────────
231
- const log = {
232
- info: (msg) => process.stderr.write(`[unerrd] ${msg}\n`),
233
- warn: (msg) => process.stderr.write(`[unerrd] WARN: ${msg}\n`),
234
- error: (msg) => process.stderr.write(`[unerrd] ERROR: ${msg}\n`),
235
- };
236
- export async function startDaemon(opts) {
237
- // Install file logger as first action
238
- const logsDir = join(globalDir(), "logs");
239
- if (!existsSync(logsDir))
240
- mkdirSync(logsDir, { recursive: true });
241
- installFileLogger({
242
- filePath: join(logsDir, "unerrd.log"),
243
- maxBytes: 10_000_000,
244
- keep: 5,
245
- });
246
- // Acquire PID lock
247
- if (!acquirePidLock()) {
248
- log.info("unerrd is already running. Exiting.");
249
- process.exit(0);
250
- }
251
- // Clean stale socket from previous hard kill
252
- cleanStaleSocket();
253
- // Wait briefly for stale socket cleanup
254
- await new Promise((r) => setTimeout(r, 100));
255
- // Remove stale socket synchronously if it's still there
256
- const sock = sockPath();
257
- if (existsSync(sock)) {
258
- try {
259
- unlinkSync(sock);
260
- }
261
- catch {
262
- /* race — will fail on bind instead */
263
- }
264
- }
265
- const pm = new ProcessManager();
266
- pm.setEventHandler((event, repo, detail) => {
267
- log.info(`[${repo.label}] ${event}${detail ? `: ${detail}` : ""}`);
268
- });
269
- const server = createUdsServer(pm);
270
- // Track shutdown request from protocol
271
- let shutdownRequested = false;
272
- const origHandler = handleRequest;
273
- // Wrap to detect shutdown command
274
- const originalCreateUdsServer = server;
275
- // Graceful shutdown procedure
276
- let apiHandle = null;
277
- const shutdown = async (reason) => {
278
- if (shutdownRequested)
279
- return;
280
- shutdownRequested = true;
281
- log.info(`Shutting down: ${reason}`);
282
- pm.stopIdleSweep();
283
- apiHandle?.close();
284
- server.close();
285
- try {
286
- unlinkSync(sock);
287
- }
288
- catch {
289
- /* already gone */
290
- }
291
- await pm.shutdownAll();
292
- releasePidLock();
293
- log.info("Shutdown complete.");
294
- process.exit(0);
295
- };
296
- // Signal handling
297
- process.on("SIGTERM", () => shutdown("SIGTERM"));
298
- process.on("SIGINT", () => shutdown("SIGINT"));
299
- // Intercept "shutdown" command in UDS handler
300
- server.on("connection", (socket) => {
301
- socket.on("data", (chunk) => {
302
- const str = chunk.toString();
303
- if (str.includes('"shutdown"')) {
304
- // The handleRequest already sent { ok: true } — now shut down
305
- setTimeout(() => shutdown("shutdown command"), 100);
306
- }
307
- });
308
- });
309
- // Bind and listen
310
- await new Promise((resolve, reject) => {
311
- server.on("error", (err) => {
312
- log.error(`UDS server error: ${err.message}`);
313
- releasePidLock();
314
- reject(err);
315
- });
316
- server.listen(sock, () => {
317
- resolve();
318
- });
319
- });
320
- const reg = readRegistry();
321
- pm.startIdleSweep();
322
- // Start the dashboard HTTP API (non-critical — daemon works without it)
323
- try {
324
- const { startDaemonApi } = await import("../daemon/api.js");
325
- apiHandle = startDaemonApi(pm);
326
- if (apiHandle) {
327
- log.info(`Dashboard: http://localhost:${apiHandle.port}`);
328
- }
329
- }
330
- catch (err) {
331
- log.warn(`Dashboard API failed to start: ${err.message}`);
332
- }
333
- // Schedule warm-start of MRU repos (non-critical)
334
- let cancelWarmStart = null;
335
- try {
336
- const { scheduleWarmStart } = await import("../daemon/warm-start.js");
337
- cancelWarmStart = scheduleWarmStart(pm, (event) => {
338
- apiHandle?.pushWarmStartEvent(event);
339
- if (event.status === "started") {
340
- log.info(`warm-start: ${event.label} ready (${event.ms}ms)`);
341
- }
342
- else if (event.status === "skipped") {
343
- log.info(`warm-start: ${event.label} skipped — ${event.reason}`);
344
- }
345
- else if (event.status === "failed") {
346
- log.warn(`warm-start: ${event.label} failed — ${event.reason}`);
347
- }
348
- else if (event.status === "aborted") {
349
- log.warn(`warm-start: ${event.label} aborted — ${event.reason}`);
350
- }
351
- });
352
- }
353
- catch (err) {
354
- log.warn(`Warm-start scheduler failed: ${err.message}`);
355
- }
356
- // Start periodic version checking (non-critical)
357
- let cancelVersionCheck = null;
358
- try {
359
- const { startPeriodicCheck } = await import("../daemon/version-checker.js");
360
- cancelVersionCheck = startPeriodicCheck();
361
- }
362
- catch (err) {
363
- log.warn(`Version checker failed: ${err.message}`);
364
- }
365
- // Add warm-start + version-check cancellation to shutdown
366
- const origShutdown = shutdown;
367
- const wrappedShutdown = async (reason) => {
368
- cancelWarmStart?.();
369
- cancelVersionCheck?.();
370
- await origShutdown(reason);
371
- };
372
- process.removeAllListeners("SIGTERM");
373
- process.removeAllListeners("SIGINT");
374
- process.on("SIGTERM", () => wrappedShutdown("SIGTERM"));
375
- process.on("SIGINT", () => wrappedShutdown("SIGINT"));
376
- log.info(`Started (PID ${process.pid}), ${reg.repos.length} repos registered. Socket: ${sock}`);
377
- if (!opts.background) {
378
- log.info("Running in foreground. Press Ctrl+C to stop.");
379
- }
380
- }
@@ -1,147 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- /**
3
- * REPL Entry Point — launches the interactive AI assistant.
4
- *
5
- * Wires together:
6
- * - Ink terminal UI (App component)
7
- * - QueryEngine (streaming + tool loop) via ChatProvider
8
- * - Coding tools (file read/write/edit, bash, grep, glob)
9
- * - Intelligence tools (graph queries, if local graph available)
10
- * - Context assembly (system prompt with project + graph intelligence)
11
- *
12
- * Supports two modes:
13
- * - Default: Anthropic SDK via AnthropicChatProvider
14
- * - Local (--local or mode=local): BYO-LLM via LocalChatProvider
15
- */
16
- import { render } from "ink";
17
- import { App } from "../components/App.js";
18
- import { loadSettings } from "../config/settings.js";
19
- import { assembleContext } from "../core/context-assembly.js";
20
- import { codingTools } from "../tools/coding/index.js";
21
- import { ToolRegistry } from "../tools/registry.js";
22
- export async function launchRepl(opts = {}) {
23
- const cwd = process.cwd();
24
- const settings = loadSettings(cwd);
25
- let chatProvider;
26
- let apiKey;
27
- let model;
28
- if (settings.localLlm) {
29
- // BYO-LLM via LocalChatProvider
30
- if (!settings.localLlm) {
31
- console.error("BYO-LLM not configured.\n" +
32
- "Add localLlm configuration to ~/.unerr/settings.json:\n" +
33
- ' { "localLlm": { "provider": "ollama", "chatModel": "llama3" } }');
34
- process.exit(1);
35
- }
36
- const { LocalChatProvider } = await import("../core/local-chat-provider.js");
37
- chatProvider = new LocalChatProvider(settings.localLlm);
38
- model = opts.model ?? settings.localLlm.chatModel;
39
- // Seal the firewall in local mode chat
40
- const { addAllowedHost, seal } = await import("../proxy/network-firewall.js");
41
- const allowedUrls = [];
42
- if (settings.localLlm.baseUrl) {
43
- allowedUrls.push(settings.localLlm.baseUrl);
44
- }
45
- if (settings.localLlm.provider === "anthropic-direct") {
46
- addAllowedHost("api.anthropic.com");
47
- }
48
- seal(allowedUrls);
49
- }
50
- else {
51
- // Anthropic SDK (BYO API key)
52
- apiKey = settings.anthropicApiKey ?? process.env.ANTHROPIC_API_KEY;
53
- if (!apiKey) {
54
- console.error("No Anthropic API key found.\n" +
55
- "Set ANTHROPIC_API_KEY environment variable or add it to ~/.unerr/settings.json");
56
- process.exit(1);
57
- }
58
- model = opts.model ?? settings.model;
59
- }
60
- // Register tools
61
- const registry = new ToolRegistry();
62
- // 1. Register coding tools (always available)
63
- for (const tool of codingTools) {
64
- registry.register(tool, "coding");
65
- }
66
- // 2. Register intelligence tools (if graph available)
67
- let graphLoaded = false;
68
- if (opts.loadGraph !== false) {
69
- try {
70
- graphLoaded = await loadIntelligenceTools(registry, cwd);
71
- }
72
- catch {
73
- // Graph not available — continue without intelligence tools
74
- }
75
- }
76
- // Assemble system prompt
77
- const { systemPrompt } = await assembleContext({
78
- cwd,
79
- additionalInstructions: buildInstructions(graphLoaded, true),
80
- });
81
- const allTools = registry.all();
82
- const welcomeMsg = buildWelcomeMessage(graphLoaded, allTools.length, !!settings.localLlm, chatProvider?.providerName, model);
83
- // Launch Ink UI
84
- const { waitUntilExit } = render(_jsx(App, { apiKey: apiKey, chatProvider: chatProvider, model: model, systemPrompt: systemPrompt, tools: allTools, cwd: cwd, welcomeMessage: welcomeMsg }));
85
- await waitUntilExit();
86
- }
87
- /**
88
- * Attempt to load intelligence tools from the local graph.
89
- * Returns true if successful.
90
- */
91
- async function loadIntelligenceTools(registry, cwd) {
92
- try {
93
- // Open persistent CozoDB (SQLite-backed at .unerr/graph.db)
94
- const { openPersistentDb, hasPersistedGraph } = await import("../intelligence/persistent-db.js");
95
- if (!hasPersistedGraph(cwd))
96
- return false;
97
- const { CozoGraphStore } = await import("../intelligence/local-graph.js");
98
- const { QueryRouter } = await import("../intelligence/query-router.js");
99
- const { createIntelligenceTools } = await import("../tools/intelligence/index.js");
100
- const { db } = await openPersistentDb(cwd);
101
- const graph = await CozoGraphStore.create(db);
102
- // Create router — all tools are local
103
- const router = new QueryRouter(graph);
104
- // Register intelligence tools
105
- const intelligenceTools = createIntelligenceTools(router);
106
- for (const tool of intelligenceTools) {
107
- registry.register(tool, "intelligence");
108
- }
109
- return true;
110
- }
111
- catch {
112
- return false;
113
- }
114
- }
115
- function buildInstructions(graphLoaded, isLocal) {
116
- const lines = [
117
- "You are unerr, an AI coding assistant with deep code intelligence.",
118
- "You help developers understand, navigate, and modify their codebase.",
119
- "",
120
- "Available capabilities:",
121
- "- Read, write, and edit files",
122
- "- Execute bash commands",
123
- "- Search files by name (glob) or content (grep)",
124
- ];
125
- if (graphLoaded) {
126
- lines.push("- Query the code intelligence graph for function/class details, callers/callees, imports", "- Search code entities semantically", "- Check coding rules and conventions", "- Get business context for code entities", "- Understand blast radius via caller/callee analysis", "", "IMPORTANT: Use the intelligence tools (get_function, get_callers, search_code, etc.) to understand", "the codebase architecture BEFORE making changes. These tools provide pre-computed analysis", "that is faster and more accurate than reading files manually.");
127
- }
128
- if (isLocal) {
129
- lines.push("", "MODE: Local-only (fully offline). All processing happens on this machine.", "No data is sent to external servers.");
130
- }
131
- lines.push("", "Commands: /exit, /clear, /cost");
132
- return lines.join("\n");
133
- }
134
- function buildWelcomeMessage(graphLoaded, toolCount, isLocal, providerName, model) {
135
- const parts = [`${toolCount} tools available.`];
136
- if (graphLoaded) {
137
- parts.push("Code intelligence graph loaded.");
138
- }
139
- else {
140
- parts.push("No graph loaded — run 'unerr pull' to enable intelligence tools.");
141
- }
142
- if (isLocal && providerName) {
143
- parts.push(`Local mode: ${providerName} (${model}).`);
144
- }
145
- parts.push("Type /exit to quit, /clear to reset, /cost for usage.");
146
- return parts.join(" ");
147
- }
@@ -1,90 +0,0 @@
1
- /**
2
- * Claude Code hook adapter.
3
- *
4
- * Protocol:
5
- * stdin: { tool_input: {...}, hook_event_name: "PreToolUse" | "PostToolUse" }
6
- * stdout (PreToolUse):
7
- * - passthrough: {}
8
- * - nudge: { hookSpecificOutput: { hookEventName, permissionDecision: "allow", systemMessage } }
9
- * - rewrite: { hookSpecificOutput: { hookEventName, permissionDecision: "allow", updatedInput } }
10
- * stdout (PostToolUse):
11
- * - passthrough: {}
12
- * - enrich: { hookSpecificOutput: { hookEventName: "PostToolUse", additionalContext } }
13
- * stdout (UserPromptSubmit):
14
- * - passthrough: {}
15
- * - enrich: { hookSpecificOutput: { hookEventName: "UserPromptSubmit", additionalContext } }
16
- */
17
- export const claudeCodeAdapter = {
18
- name: "claude-code",
19
- detect(payload) {
20
- // Claude Code sends hook_event_name as a string field
21
- // Also serves as the default fallback — detect returns true broadly
22
- return (typeof payload.hook_event_name === "string" ||
23
- typeof payload.tool_input === "object" ||
24
- // Fallback: if no other adapter matched, Claude Code is default
25
- true);
26
- },
27
- normalize(payload) {
28
- const toolInput = (payload.tool_input ?? payload.input ?? {});
29
- const toolName = (payload.tool_name ?? payload.toolName);
30
- const eventName = payload.hook_event_name;
31
- let event;
32
- if (eventName === "PreToolUse")
33
- event = "PreToolUse";
34
- else if (eventName === "PostToolUse")
35
- event = "PostToolUse";
36
- else if (eventName === "UserPromptSubmit")
37
- event = "UserPromptSubmit";
38
- return { raw: payload, toolInput, toolName, event };
39
- },
40
- formatPreToolUse(result) {
41
- if (result.type === "passthrough")
42
- return "{}";
43
- if (result.type === "nudge" && result.message) {
44
- return JSON.stringify({
45
- hookSpecificOutput: {
46
- hookEventName: "PreToolUse",
47
- permissionDecision: "allow",
48
- systemMessage: result.message,
49
- },
50
- });
51
- }
52
- if (result.type === "rewrite" && result.updatedInput) {
53
- return JSON.stringify({
54
- hookSpecificOutput: {
55
- hookEventName: "PreToolUse",
56
- permissionDecision: "allow",
57
- updatedInput: result.updatedInput,
58
- },
59
- });
60
- }
61
- return "{}";
62
- },
63
- formatPostToolUse(result) {
64
- if (result.type === "passthrough")
65
- return "{}";
66
- if ((result.type === "enrich" || result.type === "nudge") &&
67
- result.message) {
68
- return JSON.stringify({
69
- hookSpecificOutput: {
70
- hookEventName: "PostToolUse",
71
- additionalContext: result.message,
72
- },
73
- });
74
- }
75
- return "{}";
76
- },
77
- formatPromptSubmit(result) {
78
- if (result.type === "passthrough")
79
- return "{}";
80
- if (result.message) {
81
- return JSON.stringify({
82
- hookSpecificOutput: {
83
- hookEventName: "UserPromptSubmit",
84
- additionalContext: result.message,
85
- },
86
- });
87
- }
88
- return "{}";
89
- },
90
- };