@cleocode/core 2026.5.133 → 2026.6.0

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 (560) hide show
  1. package/binaries/README.md +49 -27
  2. package/dist/agents/{agent-registry.d.ts → agent-capacity-tracker.d.ts} +2 -2
  3. package/dist/agents/agent-capacity-tracker.d.ts.map +1 -0
  4. package/dist/agents/{agent-registry.js → agent-capacity-tracker.js} +2 -2
  5. package/dist/agents/agent-capacity-tracker.js.map +1 -0
  6. package/dist/agents/index.d.ts +1 -1
  7. package/dist/agents/index.d.ts.map +1 -1
  8. package/dist/agents/index.js +4 -2
  9. package/dist/agents/index.js.map +1 -1
  10. package/dist/agents/seed-install.d.ts +1 -1
  11. package/dist/agents/seed-install.d.ts.map +1 -1
  12. package/dist/agents/seed-install.js +42 -36
  13. package/dist/agents/seed-install.js.map +1 -1
  14. package/dist/caamp-export.d.ts +18 -0
  15. package/dist/caamp-export.d.ts.map +1 -0
  16. package/dist/caamp-export.js +18 -0
  17. package/dist/caamp-export.js.map +1 -0
  18. package/dist/conduit/local-transport.d.ts +1 -1
  19. package/dist/conduit/local-transport.d.ts.map +1 -1
  20. package/dist/conduit/local-transport.js +69 -43
  21. package/dist/conduit/local-transport.js.map +1 -1
  22. package/dist/dispatch/mutate-projection.d.ts.map +1 -1
  23. package/dist/dispatch/mutate-projection.js +11 -0
  24. package/dist/dispatch/mutate-projection.js.map +1 -1
  25. package/dist/docs/docs-read-model.d.ts +7 -0
  26. package/dist/docs/docs-read-model.d.ts.map +1 -1
  27. package/dist/docs/docs-read-model.js +5 -0
  28. package/dist/docs/docs-read-model.js.map +1 -1
  29. package/dist/docs/supersede.d.ts.map +1 -1
  30. package/dist/docs/supersede.js +12 -7
  31. package/dist/docs/supersede.js.map +1 -1
  32. package/dist/doctor/db-substrate.d.ts.map +1 -1
  33. package/dist/doctor/db-substrate.js +10 -9
  34. package/dist/doctor/db-substrate.js.map +1 -1
  35. package/dist/git-shim-export.d.ts +18 -0
  36. package/dist/git-shim-export.d.ts.map +1 -0
  37. package/dist/git-shim-export.js +18 -0
  38. package/dist/git-shim-export.js.map +1 -0
  39. package/dist/hooks/payload-schemas.d.ts +2 -2
  40. package/dist/init.d.ts.map +1 -1
  41. package/dist/init.js +39 -32
  42. package/dist/init.js.map +1 -1
  43. package/dist/internal.d.ts +11 -3
  44. package/dist/internal.d.ts.map +1 -1
  45. package/dist/internal.js +14 -5
  46. package/dist/internal.js.map +1 -1
  47. package/dist/lafs-export.d.ts +18 -0
  48. package/dist/lafs-export.d.ts.map +1 -0
  49. package/dist/lafs-export.js +18 -0
  50. package/dist/lafs-export.js.map +1 -0
  51. package/dist/lifecycle/effective-stage.js +1 -1
  52. package/dist/lifecycle/index.js +1 -1
  53. package/dist/lifecycle/index.js.map +1 -1
  54. package/dist/lifecycle/rollup.js +1 -1
  55. package/dist/llm/credential-pool.d.ts +17 -0
  56. package/dist/llm/credential-pool.d.ts.map +1 -1
  57. package/dist/llm/credential-pool.js +40 -1
  58. package/dist/llm/credential-pool.js.map +1 -1
  59. package/dist/llm/plugin-facade.d.ts.map +1 -1
  60. package/dist/llm/plugin-facade.js +11 -19
  61. package/dist/llm/plugin-facade.js.map +1 -1
  62. package/dist/llm/role-executor.d.ts +8 -0
  63. package/dist/llm/role-executor.d.ts.map +1 -1
  64. package/dist/llm/role-executor.js +96 -4
  65. package/dist/llm/role-executor.js.map +1 -1
  66. package/dist/llm/role-resolver.d.ts.map +1 -1
  67. package/dist/llm/role-resolver.js +56 -1
  68. package/dist/llm/role-resolver.js.map +1 -1
  69. package/dist/llm/transports/codex-oauth-headers.d.ts +51 -0
  70. package/dist/llm/transports/codex-oauth-headers.d.ts.map +1 -0
  71. package/dist/llm/transports/codex-oauth-headers.js +89 -0
  72. package/dist/llm/transports/codex-oauth-headers.js.map +1 -0
  73. package/dist/memory/claude-mem-migration.d.ts.map +1 -1
  74. package/dist/memory/claude-mem-migration.js +1 -3
  75. package/dist/memory/claude-mem-migration.js.map +1 -1
  76. package/dist/memory/decisions.d.ts.map +1 -1
  77. package/dist/memory/decisions.js +77 -23
  78. package/dist/memory/decisions.js.map +1 -1
  79. package/dist/memory/graph-memory-bridge.d.ts.map +1 -1
  80. package/dist/memory/graph-memory-bridge.js +12 -6
  81. package/dist/memory/graph-memory-bridge.js.map +1 -1
  82. package/dist/memory/learnings.d.ts +2 -2
  83. package/dist/memory/nexus-plasticity.d.ts +21 -9
  84. package/dist/memory/nexus-plasticity.d.ts.map +1 -1
  85. package/dist/memory/nexus-plasticity.js +44 -22
  86. package/dist/memory/nexus-plasticity.js.map +1 -1
  87. package/dist/memory/patterns.d.ts +2 -2
  88. package/dist/memory/redaction.d.ts +19 -3
  89. package/dist/memory/redaction.d.ts.map +1 -1
  90. package/dist/memory/redaction.js +22 -94
  91. package/dist/memory/redaction.js.map +1 -1
  92. package/dist/metrics/token-service.d.ts +8 -2
  93. package/dist/metrics/token-service.d.ts.map +1 -1
  94. package/dist/metrics/token-service.js +1 -1
  95. package/dist/metrics/token-service.js.map +1 -1
  96. package/dist/nexus/analyze-orchestrator.d.ts.map +1 -1
  97. package/dist/nexus/analyze-orchestrator.js +6 -8
  98. package/dist/nexus/analyze-orchestrator.js.map +1 -1
  99. package/dist/nexus/api-extractors/http-extractor.d.ts.map +1 -1
  100. package/dist/nexus/api-extractors/http-extractor.js +3 -3
  101. package/dist/nexus/api-extractors/http-extractor.js.map +1 -1
  102. package/dist/nexus/clusters.d.ts.map +1 -1
  103. package/dist/nexus/clusters.js +3 -2
  104. package/dist/nexus/clusters.js.map +1 -1
  105. package/dist/nexus/context.d.ts.map +1 -1
  106. package/dist/nexus/context.js +10 -16
  107. package/dist/nexus/context.js.map +1 -1
  108. package/dist/nexus/diff.d.ts.map +1 -1
  109. package/dist/nexus/diff.js +6 -4
  110. package/dist/nexus/diff.js.map +1 -1
  111. package/dist/nexus/export.d.ts.map +1 -1
  112. package/dist/nexus/export.js +7 -4
  113. package/dist/nexus/export.js.map +1 -1
  114. package/dist/nexus/flows.d.ts.map +1 -1
  115. package/dist/nexus/flows.js +3 -1
  116. package/dist/nexus/flows.js.map +1 -1
  117. package/dist/nexus/impact.d.ts +1 -1
  118. package/dist/nexus/impact.d.ts.map +1 -1
  119. package/dist/nexus/impact.js +31 -17
  120. package/dist/nexus/impact.js.map +1 -1
  121. package/dist/nexus/living-brain.d.ts.map +1 -1
  122. package/dist/nexus/living-brain.js +27 -15
  123. package/dist/nexus/living-brain.js.map +1 -1
  124. package/dist/nexus/nexus-bridge.d.ts.map +1 -1
  125. package/dist/nexus/nexus-bridge.js +28 -29
  126. package/dist/nexus/nexus-bridge.js.map +1 -1
  127. package/dist/nexus/plasticity-queries.d.ts +4 -2
  128. package/dist/nexus/plasticity-queries.d.ts.map +1 -1
  129. package/dist/nexus/plasticity-queries.js +27 -15
  130. package/dist/nexus/plasticity-queries.js.map +1 -1
  131. package/dist/nexus/query.d.ts.map +1 -1
  132. package/dist/nexus/query.js +6 -2
  133. package/dist/nexus/query.js.map +1 -1
  134. package/dist/nexus/registry.d.ts.map +1 -1
  135. package/dist/nexus/registry.js +65 -30
  136. package/dist/nexus/registry.js.map +1 -1
  137. package/dist/nexus/route-analysis.d.ts +3 -2
  138. package/dist/nexus/route-analysis.d.ts.map +1 -1
  139. package/dist/nexus/route-analysis.js +11 -10
  140. package/dist/nexus/route-analysis.js.map +1 -1
  141. package/dist/nexus/sigil.d.ts.map +1 -1
  142. package/dist/nexus/sigil.js +60 -13
  143. package/dist/nexus/sigil.js.map +1 -1
  144. package/dist/nexus/user-profile.d.ts +2 -1
  145. package/dist/nexus/user-profile.d.ts.map +1 -1
  146. package/dist/nexus/user-profile.js +8 -4
  147. package/dist/nexus/user-profile.js.map +1 -1
  148. package/dist/orchestrate/index.d.ts +1 -1
  149. package/dist/orchestrate/index.d.ts.map +1 -1
  150. package/dist/orchestrate/index.js +1 -1
  151. package/dist/orchestrate/index.js.map +1 -1
  152. package/dist/orchestrate/plan.d.ts +3 -3
  153. package/dist/orchestrate/plan.d.ts.map +1 -1
  154. package/dist/orchestrate/plan.js +7 -7
  155. package/dist/orchestrate/plan.js.map +1 -1
  156. package/dist/orchestrate/spawn-ops.js +2 -2
  157. package/dist/orchestrate/spawn-ops.js.map +1 -1
  158. package/dist/orchestration/classify.d.ts +2 -2
  159. package/dist/orchestration/classify.js +3 -3
  160. package/dist/orchestration/classify.js.map +1 -1
  161. package/dist/orchestration/validate-spawn.d.ts.map +1 -1
  162. package/dist/orchestration/validate-spawn.js +5 -5
  163. package/dist/orchestration/validate-spawn.js.map +1 -1
  164. package/dist/paths-export.d.ts +18 -0
  165. package/dist/paths-export.d.ts.map +1 -0
  166. package/dist/paths-export.js +18 -0
  167. package/dist/paths-export.js.map +1 -0
  168. package/dist/paths.d.ts.map +1 -1
  169. package/dist/paths.js +24 -11
  170. package/dist/paths.js.map +1 -1
  171. package/dist/playbooks/index.d.ts +1 -0
  172. package/dist/playbooks/index.d.ts.map +1 -1
  173. package/dist/playbooks/index.js +4 -0
  174. package/dist/playbooks/index.js.map +1 -1
  175. package/dist/playbooks/skill-node-executor.d.ts +155 -0
  176. package/dist/playbooks/skill-node-executor.d.ts.map +1 -0
  177. package/dist/playbooks/skill-node-executor.js +156 -0
  178. package/dist/playbooks/skill-node-executor.js.map +1 -0
  179. package/dist/repair.d.ts +3 -7
  180. package/dist/repair.d.ts.map +1 -1
  181. package/dist/repair.js +5 -43
  182. package/dist/repair.js.map +1 -1
  183. package/dist/sagas/migrate-containment.js +7 -7
  184. package/dist/sagas/migrate-containment.js.map +1 -1
  185. package/dist/scaffold/ensure-dirs.d.ts +8 -2
  186. package/dist/scaffold/ensure-dirs.d.ts.map +1 -1
  187. package/dist/scaffold/ensure-dirs.js +24 -11
  188. package/dist/scaffold/ensure-dirs.js.map +1 -1
  189. package/dist/scaffold/project-detection.d.ts +5 -1
  190. package/dist/scaffold/project-detection.d.ts.map +1 -1
  191. package/dist/scaffold/project-detection.js +9 -5
  192. package/dist/scaffold/project-detection.js.map +1 -1
  193. package/dist/sentient/hygiene-scan.js +6 -6
  194. package/dist/sentient/hygiene-scan.js.map +1 -1
  195. package/dist/sentient/proposal-dedup.js +2 -2
  196. package/dist/sentient/proposal-rate-limiter.js +1 -1
  197. package/dist/sentient/propose-tick.js +5 -5
  198. package/dist/sentient/propose-tick.js.map +1 -1
  199. package/dist/sentient/stage-drift-tick.js +3 -3
  200. package/dist/sentient/stage-drift-tick.js.map +1 -1
  201. package/dist/sequence/index.d.ts.map +1 -1
  202. package/dist/sequence/index.js +6 -2
  203. package/dist/sequence/index.js.map +1 -1
  204. package/dist/setup/sections/verification.js +2 -2
  205. package/dist/setup/sections/verification.js.map +1 -1
  206. package/dist/shutdown.d.ts +81 -0
  207. package/dist/shutdown.d.ts.map +1 -0
  208. package/dist/shutdown.js +105 -0
  209. package/dist/shutdown.js.map +1 -0
  210. package/dist/skills/index.d.ts +2 -0
  211. package/dist/skills/index.d.ts.map +1 -1
  212. package/dist/skills/index.js +1 -0
  213. package/dist/skills/index.js.map +1 -1
  214. package/dist/skills/skill-executor-adapter.d.ts +136 -0
  215. package/dist/skills/skill-executor-adapter.d.ts.map +1 -0
  216. package/dist/skills/skill-executor-adapter.js +137 -0
  217. package/dist/skills/skill-executor-adapter.js.map +1 -0
  218. package/dist/skills/usage-recorder.d.ts.map +1 -1
  219. package/dist/skills/usage-recorder.js +30 -0
  220. package/dist/skills/usage-recorder.js.map +1 -1
  221. package/dist/skills-export.d.ts +23 -0
  222. package/dist/skills-export.d.ts.map +1 -0
  223. package/dist/skills-export.js +23 -0
  224. package/dist/skills-export.js.map +1 -0
  225. package/dist/stats/index.d.ts.map +1 -1
  226. package/dist/stats/index.js +8 -3
  227. package/dist/stats/index.js.map +1 -1
  228. package/dist/store/agent-doctor.d.ts +3 -3
  229. package/dist/store/agent-doctor.d.ts.map +1 -1
  230. package/dist/store/agent-doctor.js +18 -13
  231. package/dist/store/agent-doctor.js.map +1 -1
  232. package/dist/store/agent-install.d.ts +6 -5
  233. package/dist/store/agent-install.d.ts.map +1 -1
  234. package/dist/store/agent-install.js +20 -16
  235. package/dist/store/agent-install.js.map +1 -1
  236. package/dist/store/agent-registry-accessor.d.ts +66 -28
  237. package/dist/store/agent-registry-accessor.d.ts.map +1 -1
  238. package/dist/store/agent-registry-accessor.js +248 -167
  239. package/dist/store/agent-registry-accessor.js.map +1 -1
  240. package/dist/store/agent-registry-store.d.ts +242 -0
  241. package/dist/store/agent-registry-store.d.ts.map +1 -0
  242. package/dist/store/agent-registry-store.js +501 -0
  243. package/dist/store/agent-registry-store.js.map +1 -0
  244. package/dist/store/agent-resolver.d.ts +8 -8
  245. package/dist/store/agent-resolver.d.ts.map +1 -1
  246. package/dist/store/agent-resolver.js +19 -17
  247. package/dist/store/agent-resolver.js.map +1 -1
  248. package/dist/store/backup-pack.d.ts.map +1 -1
  249. package/dist/store/backup-pack.js +24 -8
  250. package/dist/store/backup-pack.js.map +1 -1
  251. package/dist/store/conduit-sqlite.d.ts +181 -74
  252. package/dist/store/conduit-sqlite.d.ts.map +1 -1
  253. package/dist/store/conduit-sqlite.js +307 -528
  254. package/dist/store/conduit-sqlite.js.map +1 -1
  255. package/dist/store/cross-db-cleanup.d.ts +5 -5
  256. package/dist/store/cross-db-cleanup.d.ts.map +1 -1
  257. package/dist/store/cross-db-cleanup.js +12 -10
  258. package/dist/store/cross-db-cleanup.js.map +1 -1
  259. package/dist/store/data-accessor.d.ts +4 -4
  260. package/dist/store/data-accessor.js +5 -5
  261. package/dist/store/data-accessor.js.map +1 -1
  262. package/dist/store/data-safety-central.d.ts +83 -1
  263. package/dist/store/data-safety-central.d.ts.map +1 -1
  264. package/dist/store/data-safety-central.js +257 -0
  265. package/dist/store/data-safety-central.js.map +1 -1
  266. package/dist/store/db-helpers.d.ts +8 -2
  267. package/dist/store/db-helpers.d.ts.map +1 -1
  268. package/dist/store/db-helpers.js +6 -2
  269. package/dist/store/db-helpers.js.map +1 -1
  270. package/dist/store/dual-scope-db.d.ts +46 -4
  271. package/dist/store/dual-scope-db.d.ts.map +1 -1
  272. package/dist/store/dual-scope-db.js +103 -9
  273. package/dist/store/dual-scope-db.js.map +1 -1
  274. package/dist/store/exodus/__fixtures__/representative-fixture.d.ts +116 -0
  275. package/dist/store/exodus/__fixtures__/representative-fixture.d.ts.map +1 -0
  276. package/dist/store/exodus/__fixtures__/representative-fixture.js +274 -0
  277. package/dist/store/exodus/__fixtures__/representative-fixture.js.map +1 -0
  278. package/dist/store/exodus/index.d.ts +18 -0
  279. package/dist/store/exodus/index.d.ts.map +1 -0
  280. package/dist/store/exodus/index.js +18 -0
  281. package/dist/store/exodus/index.js.map +1 -0
  282. package/dist/store/exodus/migrate.d.ts +160 -0
  283. package/dist/store/exodus/migrate.d.ts.map +1 -0
  284. package/dist/store/exodus/migrate.js +1220 -0
  285. package/dist/store/exodus/migrate.js.map +1 -0
  286. package/dist/store/exodus/on-open.d.ts +189 -0
  287. package/dist/store/exodus/on-open.d.ts.map +1 -0
  288. package/dist/store/exodus/on-open.js +464 -0
  289. package/dist/store/exodus/on-open.js.map +1 -0
  290. package/dist/store/exodus/plan.d.ts +44 -0
  291. package/dist/store/exodus/plan.d.ts.map +1 -0
  292. package/dist/store/exodus/plan.js +178 -0
  293. package/dist/store/exodus/plan.js.map +1 -0
  294. package/dist/store/exodus/status.d.ts +22 -0
  295. package/dist/store/exodus/status.d.ts.map +1 -0
  296. package/dist/store/exodus/status.js +88 -0
  297. package/dist/store/exodus/status.js.map +1 -0
  298. package/dist/store/exodus/table-name-map.d.ts +173 -0
  299. package/dist/store/exodus/table-name-map.d.ts.map +1 -0
  300. package/dist/store/exodus/table-name-map.js +660 -0
  301. package/dist/store/exodus/table-name-map.js.map +1 -0
  302. package/dist/store/exodus/types.d.ts +169 -0
  303. package/dist/store/exodus/types.d.ts.map +1 -0
  304. package/dist/store/exodus/types.js +21 -0
  305. package/dist/store/exodus/types.js.map +1 -0
  306. package/dist/store/exodus/verify-migration.d.ts +72 -0
  307. package/dist/store/exodus/verify-migration.d.ts.map +1 -0
  308. package/dist/store/exodus/verify-migration.js +678 -0
  309. package/dist/store/exodus/verify-migration.js.map +1 -0
  310. package/dist/store/exodus/verify.d.ts +58 -0
  311. package/dist/store/exodus/verify.d.ts.map +1 -0
  312. package/dist/store/exodus/verify.js +74 -0
  313. package/dist/store/exodus/verify.js.map +1 -0
  314. package/dist/store/index.d.ts +2 -3
  315. package/dist/store/index.d.ts.map +1 -1
  316. package/dist/store/index.js +2 -3
  317. package/dist/store/index.js.map +1 -1
  318. package/dist/store/memory-accessor.d.ts +31 -0
  319. package/dist/store/memory-accessor.d.ts.map +1 -1
  320. package/dist/store/memory-accessor.js +38 -0
  321. package/dist/store/memory-accessor.js.map +1 -1
  322. package/dist/store/memory-sqlite.d.ts +86 -13
  323. package/dist/store/memory-sqlite.d.ts.map +1 -1
  324. package/dist/store/memory-sqlite.js +326 -528
  325. package/dist/store/memory-sqlite.js.map +1 -1
  326. package/dist/store/migrate-signaldock-to-conduit.d.ts +1 -1
  327. package/dist/store/migrate-signaldock-to-conduit.d.ts.map +1 -1
  328. package/dist/store/migrate-signaldock-to-conduit.js +126 -35
  329. package/dist/store/migrate-signaldock-to-conduit.js.map +1 -1
  330. package/dist/store/migration-manager.d.ts +49 -0
  331. package/dist/store/migration-manager.d.ts.map +1 -1
  332. package/dist/store/migration-manager.js +167 -67
  333. package/dist/store/migration-manager.js.map +1 -1
  334. package/dist/store/migration-sqlite.d.ts +1 -1
  335. package/dist/store/migration-sqlite.d.ts.map +1 -1
  336. package/dist/store/migration-sqlite.js +32 -3
  337. package/dist/store/migration-sqlite.js.map +1 -1
  338. package/dist/store/nexus-sqlite.d.ts +152 -29
  339. package/dist/store/nexus-sqlite.d.ts.map +1 -1
  340. package/dist/store/nexus-sqlite.js +496 -177
  341. package/dist/store/nexus-sqlite.js.map +1 -1
  342. package/dist/store/nexus-validation-schemas.d.ts +32 -32
  343. package/dist/store/open-cleo-db.d.ts +37 -40
  344. package/dist/store/open-cleo-db.d.ts.map +1 -1
  345. package/dist/store/open-cleo-db.js +76 -153
  346. package/dist/store/open-cleo-db.js.map +1 -1
  347. package/dist/store/role-accessors-impl.d.ts +4 -4
  348. package/dist/store/role-accessors-impl.d.ts.map +1 -1
  349. package/dist/store/role-accessors-impl.js +18 -15
  350. package/dist/store/role-accessors-impl.js.map +1 -1
  351. package/dist/store/schema/{signaldock-schema.d.ts → agent-registry-schema.d.ts} +15 -5
  352. package/dist/store/schema/agent-registry-schema.d.ts.map +1 -0
  353. package/dist/store/schema/{signaldock-schema.js → agent-registry-schema.js} +15 -5
  354. package/dist/store/schema/agent-registry-schema.js.map +1 -0
  355. package/dist/store/schema/agent-schema.d.ts +1 -1
  356. package/dist/store/schema/agent-schema.js +4 -4
  357. package/dist/store/schema/agent-schema.js.map +1 -1
  358. package/dist/store/schema/attachments.d.ts +1 -1
  359. package/dist/store/schema/audit.d.ts +15 -5
  360. package/dist/store/schema/audit.d.ts.map +1 -1
  361. package/dist/store/schema/audit.js +12 -2
  362. package/dist/store/schema/audit.js.map +1 -1
  363. package/dist/store/schema/background-jobs.d.ts +1 -1
  364. package/dist/store/schema/cleo-global/{signaldock.d.ts → agent-registry.d.ts} +277 -271
  365. package/dist/store/schema/cleo-global/agent-registry.d.ts.map +1 -0
  366. package/dist/store/schema/cleo-global/{signaldock.js → agent-registry.js} +136 -125
  367. package/dist/store/schema/cleo-global/agent-registry.js.map +1 -0
  368. package/dist/store/schema/cleo-global/index.d.ts +29 -22
  369. package/dist/store/schema/cleo-global/index.d.ts.map +1 -1
  370. package/dist/store/schema/cleo-global/index.js +29 -22
  371. package/dist/store/schema/cleo-global/index.js.map +1 -1
  372. package/dist/store/schema/cleo-global/nexus.d.ts +36 -1034
  373. package/dist/store/schema/cleo-global/nexus.d.ts.map +1 -1
  374. package/dist/store/schema/cleo-global/nexus.js +32 -337
  375. package/dist/store/schema/cleo-global/nexus.js.map +1 -1
  376. package/dist/store/schema/cleo-global/skills.d.ts +16 -0
  377. package/dist/store/schema/cleo-global/skills.d.ts.map +1 -1
  378. package/dist/store/schema/cleo-global/skills.js +11 -0
  379. package/dist/store/schema/cleo-global/skills.js.map +1 -1
  380. package/dist/store/schema/{cleo-project → cleo-global}/telemetry.d.ts +33 -17
  381. package/dist/store/schema/cleo-global/telemetry.d.ts.map +1 -0
  382. package/dist/store/schema/{cleo-project → cleo-global}/telemetry.js +30 -18
  383. package/dist/store/schema/cleo-global/telemetry.js.map +1 -0
  384. package/dist/store/schema/cleo-project/audit.d.ts +8 -8
  385. package/dist/store/schema/cleo-project/audit.d.ts.map +1 -1
  386. package/dist/store/schema/cleo-project/audit.js +2 -6
  387. package/dist/store/schema/cleo-project/audit.js.map +1 -1
  388. package/dist/store/schema/cleo-project/docs.d.ts +1 -1
  389. package/dist/store/schema/cleo-project/index.d.ts +29 -12
  390. package/dist/store/schema/cleo-project/index.d.ts.map +1 -1
  391. package/dist/store/schema/cleo-project/index.js +29 -12
  392. package/dist/store/schema/cleo-project/index.js.map +1 -1
  393. package/dist/store/schema/cleo-project/lifecycle.d.ts +2 -2
  394. package/dist/store/schema/cleo-project/nexus-graph.d.ts +1067 -0
  395. package/dist/store/schema/cleo-project/nexus-graph.d.ts.map +1 -0
  396. package/dist/store/schema/cleo-project/nexus-graph.js +407 -0
  397. package/dist/store/schema/cleo-project/nexus-graph.js.map +1 -0
  398. package/dist/store/schema/cleo-project/provenance-orphans.d.ts +385 -0
  399. package/dist/store/schema/cleo-project/provenance-orphans.d.ts.map +1 -0
  400. package/dist/store/schema/cleo-project/provenance-orphans.js +142 -0
  401. package/dist/store/schema/cleo-project/provenance-orphans.js.map +1 -0
  402. package/dist/store/schema/cleo-project/provenance-rest.d.ts +1 -1
  403. package/dist/store/schema/cleo-project/runtime.d.ts +1 -1
  404. package/dist/store/schema/cleo-project/tasks-core-batch2.d.ts +1 -1
  405. package/dist/store/schema/cleo-project/tasks-core.d.ts +3 -3
  406. package/dist/store/schema/cleo-shared/brain.d.ts +711 -494
  407. package/dist/store/schema/cleo-shared/brain.d.ts.map +1 -1
  408. package/dist/store/schema/cleo-shared/brain.js +215 -134
  409. package/dist/store/schema/cleo-shared/brain.js.map +1 -1
  410. package/dist/store/schema/conduit-schema.d.ts +63 -51
  411. package/dist/store/schema/conduit-schema.d.ts.map +1 -1
  412. package/dist/store/schema/conduit-schema.js +23 -11
  413. package/dist/store/schema/conduit-schema.js.map +1 -1
  414. package/dist/store/schema/goal.d.ts +3 -2
  415. package/dist/store/schema/goal.d.ts.map +1 -1
  416. package/dist/store/schema/goal.js +3 -2
  417. package/dist/store/schema/goal.js.map +1 -1
  418. package/dist/store/schema/index.d.ts +1 -0
  419. package/dist/store/schema/index.d.ts.map +1 -1
  420. package/dist/store/schema/index.js +1 -0
  421. package/dist/store/schema/index.js.map +1 -1
  422. package/dist/store/schema/lifecycle.d.ts +2 -2
  423. package/dist/store/schema/memory-schema.d.ts +2 -2
  424. package/dist/store/schema/nexus-schema.d.ts +174 -115
  425. package/dist/store/schema/nexus-schema.d.ts.map +1 -1
  426. package/dist/store/schema/nexus-schema.js +175 -55
  427. package/dist/store/schema/nexus-schema.js.map +1 -1
  428. package/dist/store/schema/provenance/releases.d.ts +1 -1
  429. package/dist/store/schema/schema-utils.d.ts +78 -0
  430. package/dist/store/schema/schema-utils.d.ts.map +1 -0
  431. package/dist/store/schema/schema-utils.js +49 -0
  432. package/dist/store/schema/schema-utils.js.map +1 -0
  433. package/dist/store/schema/skills-schema.d.ts +81 -44
  434. package/dist/store/schema/skills-schema.d.ts.map +1 -1
  435. package/dist/store/schema/skills-schema.js +49 -16
  436. package/dist/store/schema/skills-schema.js.map +1 -1
  437. package/dist/store/schema/tasks.d.ts +3 -3
  438. package/dist/store/skills-db.d.ts +90 -50
  439. package/dist/store/skills-db.d.ts.map +1 -1
  440. package/dist/store/skills-db.js +132 -146
  441. package/dist/store/skills-db.js.map +1 -1
  442. package/dist/store/sqlite-backup.d.ts +2 -2
  443. package/dist/store/sqlite-backup.d.ts.map +1 -1
  444. package/dist/store/sqlite-backup.js +11 -10
  445. package/dist/store/sqlite-backup.js.map +1 -1
  446. package/dist/store/sqlite-data-accessor.d.ts.map +1 -1
  447. package/dist/store/sqlite-data-accessor.js +25 -18
  448. package/dist/store/sqlite-data-accessor.js.map +1 -1
  449. package/dist/store/sqlite.d.ts +72 -12
  450. package/dist/store/sqlite.d.ts.map +1 -1
  451. package/dist/store/sqlite.js +153 -89
  452. package/dist/store/sqlite.js.map +1 -1
  453. package/dist/store/tasks-schema.d.ts +4 -0
  454. package/dist/store/tasks-schema.d.ts.map +1 -1
  455. package/dist/store/tasks-schema.js +60 -0
  456. package/dist/store/tasks-schema.js.map +1 -1
  457. package/dist/store/tasks-sqlite.d.ts +2 -2
  458. package/dist/store/tasks-sqlite.d.ts.map +1 -1
  459. package/dist/store/tasks-sqlite.js +10 -5
  460. package/dist/store/tasks-sqlite.js.map +1 -1
  461. package/dist/store/umbrella-data-accessor.d.ts +17 -6
  462. package/dist/store/umbrella-data-accessor.d.ts.map +1 -1
  463. package/dist/store/umbrella-data-accessor.js +8 -8
  464. package/dist/store/umbrella-data-accessor.js.map +1 -1
  465. package/dist/store/validation-schemas.d.ts +241 -208
  466. package/dist/store/validation-schemas.d.ts.map +1 -1
  467. package/dist/system/health.d.ts.map +1 -1
  468. package/dist/system/health.js +11 -6
  469. package/dist/system/health.js.map +1 -1
  470. package/dist/system/project-health.d.ts.map +1 -1
  471. package/dist/system/project-health.js +58 -12
  472. package/dist/system/project-health.js.map +1 -1
  473. package/dist/tasks/add.d.ts +8 -0
  474. package/dist/tasks/add.d.ts.map +1 -1
  475. package/dist/tasks/add.js +101 -0
  476. package/dist/tasks/add.js.map +1 -1
  477. package/dist/tasks/cancelled-child-waiver-audit.d.ts +47 -0
  478. package/dist/tasks/cancelled-child-waiver-audit.d.ts.map +1 -0
  479. package/dist/tasks/cancelled-child-waiver-audit.js +34 -0
  480. package/dist/tasks/cancelled-child-waiver-audit.js.map +1 -0
  481. package/dist/tasks/complete.d.ts +22 -2
  482. package/dist/tasks/complete.d.ts.map +1 -1
  483. package/dist/tasks/complete.js +71 -6
  484. package/dist/tasks/complete.js.map +1 -1
  485. package/dist/tasks/compute-task-view.js +1 -1
  486. package/dist/tasks/session-scope.d.ts +5 -0
  487. package/dist/tasks/session-scope.d.ts.map +1 -1
  488. package/dist/tasks/session-scope.js +4 -0
  489. package/dist/tasks/session-scope.js.map +1 -1
  490. package/dist/tools/guard.d.ts +71 -1
  491. package/dist/tools/guard.d.ts.map +1 -1
  492. package/dist/tools/guard.js +73 -1
  493. package/dist/tools/guard.js.map +1 -1
  494. package/dist/tools/index.d.ts +21 -0
  495. package/dist/tools/index.d.ts.map +1 -1
  496. package/dist/tools/index.js +25 -0
  497. package/dist/tools/index.js.map +1 -1
  498. package/dist/upgrade.d.ts.map +1 -1
  499. package/dist/upgrade.js +22 -13
  500. package/dist/upgrade.js.map +1 -1
  501. package/dist/workgraph/containment.js +18 -18
  502. package/dist/workgraph/relations.js +2 -2
  503. package/dist/worktree/list.d.ts +1 -1
  504. package/dist/worktree/list.d.ts.map +1 -1
  505. package/dist/worktree/list.js +19 -21
  506. package/dist/worktree/list.js.map +1 -1
  507. package/dist/worktree-export.d.ts +18 -0
  508. package/dist/worktree-export.d.ts.map +1 -0
  509. package/dist/worktree-export.js +18 -0
  510. package/dist/worktree-export.js.map +1 -0
  511. package/migrations/drizzle-agent-registry/20260412000000_initial-global-agent-registry/migration.sql +29 -0
  512. package/migrations/drizzle-brain/20260601000001_t11522-brain-task-observations/migration.sql +28 -0
  513. package/migrations/drizzle-brain/20260601000002_t11522-inline-only-brain-tables/migration.sql +75 -0
  514. package/migrations/drizzle-cleo-global/20260531000001_t11363-consolidation-cleo-global/migration.sql +49 -144
  515. package/migrations/drizzle-cleo-global/20260531000001_t11363-consolidation-cleo-global/snapshot.json +8 -8
  516. package/migrations/drizzle-cleo-global/20260531000002_t11546-brain-usage-log/migration.sql +16 -0
  517. package/migrations/drizzle-cleo-global/20260601000001_t11544-skills-usage-project-id/migration.sql +12 -0
  518. package/migrations/drizzle-cleo-global/20260602000001_t11622-agent-registry-rename/migration.sql +80 -0
  519. package/migrations/drizzle-cleo-project/20260531000001_t11363-consolidation-cleo-project/migration.sql +26 -167
  520. package/migrations/drizzle-cleo-project/20260531000001_t11363-consolidation-cleo-project/snapshot.json +8 -8
  521. package/migrations/drizzle-cleo-project/20260531000002_t11546-brain-usage-log/migration.sql +21 -0
  522. package/migrations/drizzle-cleo-project/20260601000001_t11549-agent-credentials-brain-release-links/migration.sql +49 -0
  523. package/migrations/drizzle-cleo-project/20260601000002_t11538-project-nexus-graph/migration.sql +140 -0
  524. package/migrations/drizzle-cleo-project/20260602000002_t11649-token-usage-transport-mcp/migration.sql +146 -0
  525. package/migrations/drizzle-conduit/20260601000003_t11523-conduit-inline-schema/migration.sql +82 -0
  526. package/migrations/drizzle-nexus/20260421200001_t1165-baseline-reset/migration.sql +26 -8
  527. package/migrations/drizzle-nexus/20260601000001_t11545-nexus-relation-weights-partition/migration.sql +97 -0
  528. package/package.json +43 -11
  529. package/scripts/install-supervisor-binary.mjs +50 -201
  530. package/scripts/napi-binary-picker.mjs +267 -0
  531. package/dist/agents/agent-registry.d.ts.map +0 -1
  532. package/dist/agents/agent-registry.js.map +0 -1
  533. package/dist/store/data-safety.d.ts +0 -92
  534. package/dist/store/data-safety.d.ts.map +0 -1
  535. package/dist/store/data-safety.js +0 -274
  536. package/dist/store/data-safety.js.map +0 -1
  537. package/dist/store/schema/cleo-global/signaldock.d.ts.map +0 -1
  538. package/dist/store/schema/cleo-global/signaldock.js.map +0 -1
  539. package/dist/store/schema/cleo-project/telemetry.d.ts.map +0 -1
  540. package/dist/store/schema/cleo-project/telemetry.js.map +0 -1
  541. package/dist/store/schema/signaldock-schema.d.ts.map +0 -1
  542. package/dist/store/schema/signaldock-schema.js.map +0 -1
  543. package/dist/store/signaldock-sqlite.d.ts +0 -173
  544. package/dist/store/signaldock-sqlite.d.ts.map +0 -1
  545. package/dist/store/signaldock-sqlite.js +0 -445
  546. package/dist/store/signaldock-sqlite.js.map +0 -1
  547. package/migrations/drizzle-nexus/20260318205558_initial/migration.sql +0 -46
  548. package/migrations/drizzle-nexus/20260412000001_t529-nexus-graph-tables/migration.sql +0 -49
  549. package/migrations/drizzle-nexus/20260415000001_t622-project-registry-paths/migration.sql +0 -12
  550. package/migrations/drizzle-nexus/20260419000001_t998-nexus-plasticity/migration.sql +0 -13
  551. package/migrations/drizzle-nexus/20260423052640_t1077-add-user-profile-table/migration.sql +0 -16
  552. package/migrations/drizzle-nexus/20260423052640_t1077-add-user-profile-table/snapshot.json +0 -1531
  553. package/migrations/drizzle-nexus/20260424140538_t1148-add-sigils-table/migration.sql +0 -13
  554. package/migrations/drizzle-nexus/20260424140538_t1148-add-sigils-table/snapshot.json +0 -1652
  555. package/migrations/drizzle-nexus/20260504000001_t1839-fts5-nexus-symbols/migration.sql +0 -68
  556. package/migrations/drizzle-nexus/20260507135519_t9163-nexus-is-external/migration.sql +0 -20
  557. package/migrations/drizzle-nexus/20260507135519_t9163-nexus-is-external/snapshot.json +0 -1652
  558. package/migrations/drizzle-nexus/20260526222449_t11025-project-id-aliases/migration.sql +0 -16
  559. package/migrations/drizzle-signaldock/20260412000000_initial-global-signaldock/migration.sql +0 -209
  560. package/migrations/drizzle-signaldock/20260412000000_initial-global-signaldock/snapshot.json +0 -2060
@@ -1,26 +1,74 @@
1
1
  /**
2
- * Drizzle ORM schema for CLEO nexus.db (SQLite via node:sqlite + sqlite-proxy).
2
+ * Drizzle ORM runtime schema for the CLEO nexus domain inside the consolidated
3
+ * GLOBAL `cleo.db` (SQLite via node:sqlite).
3
4
  *
4
- * Tables: project_registry, nexus_audit_log, nexus_schema_meta,
5
- * nexus_nodes, nexus_relations, user_profile, sigils
5
+ * Tables (post-cutover PREFIXED physical names — T11578 · AC3):
6
+ * nexus_project_registry, nexus_audit_log, nexus_schema_meta, nexus_nodes,
7
+ * nexus_relations, nexus_relation_weights, nexus_contracts,
8
+ * nexus_user_profile, nexus_sigils, nexus_project_id_aliases.
6
9
  * Stores cross-project registry and audit infrastructure for the Nexus domain,
7
10
  * plus the code intelligence graph layer (nodes + directed edges), plus the
8
11
  * global user identity / preference profile (PSYCHE Wave 1 — T1077), plus the
9
12
  * peer-card sigil identity layer (PSYCHE Wave 8 — T1148).
10
13
  *
14
+ * ## COMPLETE-CUTOVER to prefixed `nexus_*` tables (T11578 · AC3)
15
+ *
16
+ * The nexus runtime READ + WRITE path now targets the PREFIXED consolidated
17
+ * tables the consolidated cleo-global migration
18
+ * (`drizzle-cleo-global/…t11363-consolidation-cleo-global`) creates — NOT the
19
+ * legacy BARE tables (`project_registry`, `user_profile`, `sigils`,
20
+ * `project_id_aliases`). Only the four registry/identity table NAMES change
21
+ * (bare → `nexus_*`); the five already-prefixed tables (`nexus_audit_log`,
22
+ * `nexus_schema_meta`, `nexus_nodes`, `nexus_relations`, `nexus_contracts`)
23
+ * keep identity. The TypeScript EXPORT symbol names are intentionally
24
+ * UNCHANGED (`projectRegistry`, `userProfile`, `sigils`, `projectIdAliases`,
25
+ * …) so every accessor that imports them needs ZERO source change — only the
26
+ * physical table they map to moves to the prefixed shape.
27
+ *
28
+ * ## Shape parity with the consolidated migration (T11578 · AC3)
29
+ *
30
+ * The consolidated migration (T11363) injects enum/format `CHECK` constraints
31
+ * and canonical TEXT ISO-8601 timestamp affinity. To keep the runtime drizzle
32
+ * mapping aligned with the physical tables it now queries:
33
+ * - `nexus_user_profile.{firstObservedAt,lastReinforcedAt}` and
34
+ * `nexus_sigils.{createdAt,updatedAt}` are canonical TEXT ISO-8601 (were
35
+ * `integer({ mode:'timestamp' })`). The writers pass `.toISOString()` so
36
+ * the `GLOB 'YYYY-MM-DD*'` CHECK is satisfied.
37
+ * - The Hebbian plasticity columns (`weight`, `last_accessed_at`,
38
+ * `co_accessed_count`) are PARTITIONED out of `nexus_relations` into the
39
+ * sibling `nexus_relation_weights` table (T11545 · ADR-090 §5.3). The
40
+ * `nexus-sqlite.ts` open path drops the inline columns from the consolidated
41
+ * `nexus_relations` (which still carries them in the T11363 shape) and
42
+ * ensures the sibling table.
43
+ *
44
+ * ## ADR-090 residency split — graph tables PROJECT-scoped (T11648)
45
+ *
46
+ * The four code-graph tables (`nexus_nodes`, `nexus_relations`,
47
+ * `nexus_contracts`, `nexus_code_index`) + the `nexus_relation_weights`
48
+ * plasticity sibling no longer carry `project_id` (ADR-090 §2.1): they live in
49
+ * the PROJECT `cleo.db` and `nexus-sqlite.ts` opens the project scope as `main`,
50
+ * so scope is implicit. The graph accessors therefore DROP the former
51
+ * `WHERE project_id = ?` predicate (single project per DB). The
52
+ * registry/identity tables (`nexus_project_registry`, `nexus_user_profile`,
53
+ * `nexus_sigils`, `nexus_project_id_aliases`, `nexus_audit_log`,
54
+ * `nexus_schema_meta`) stay GLOBAL and are reached through the
55
+ * `nexus_global` ATTACH (see `nexus-sqlite.ts`); their mappings are unchanged.
56
+ *
11
57
  * @task T5365
12
58
  * @task T529
13
59
  * @task T1077
14
60
  * @task T1148
61
+ * @task T11578
62
+ * @task T11648
15
63
  */
16
64
  /** Central registry of all CLEO projects known to the Nexus. */
17
65
  export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTableWithColumns<{
18
- name: "project_registry";
66
+ name: "nexus_project_registry";
19
67
  schema: undefined;
20
68
  columns: {
21
69
  projectId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
22
70
  name: string;
23
- tableName: "project_registry";
71
+ tableName: "nexus_project_registry";
24
72
  dataType: "string";
25
73
  data: string;
26
74
  driverParam: string;
@@ -36,7 +84,7 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
36
84
  }, {}>;
37
85
  projectHash: import("drizzle-orm/sqlite-core").SQLiteColumn<{
38
86
  name: string;
39
- tableName: "project_registry";
87
+ tableName: "nexus_project_registry";
40
88
  dataType: "string";
41
89
  data: string;
42
90
  driverParam: string;
@@ -52,7 +100,7 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
52
100
  }, {}>;
53
101
  projectPath: import("drizzle-orm/sqlite-core").SQLiteColumn<{
54
102
  name: string;
55
- tableName: "project_registry";
103
+ tableName: "nexus_project_registry";
56
104
  dataType: "string";
57
105
  data: string;
58
106
  driverParam: string;
@@ -68,7 +116,7 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
68
116
  }, {}>;
69
117
  name: import("drizzle-orm/sqlite-core").SQLiteColumn<{
70
118
  name: string;
71
- tableName: "project_registry";
119
+ tableName: "nexus_project_registry";
72
120
  dataType: "string";
73
121
  data: string;
74
122
  driverParam: string;
@@ -84,7 +132,7 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
84
132
  }, {}>;
85
133
  registeredAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
86
134
  name: string;
87
- tableName: "project_registry";
135
+ tableName: "nexus_project_registry";
88
136
  dataType: "string";
89
137
  data: string;
90
138
  driverParam: string;
@@ -100,7 +148,7 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
100
148
  }, {}>;
101
149
  lastSeen: import("drizzle-orm/sqlite-core").SQLiteColumn<{
102
150
  name: string;
103
- tableName: "project_registry";
151
+ tableName: "nexus_project_registry";
104
152
  dataType: "string";
105
153
  data: string;
106
154
  driverParam: string;
@@ -116,7 +164,7 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
116
164
  }, {}>;
117
165
  healthStatus: import("drizzle-orm/sqlite-core").SQLiteColumn<{
118
166
  name: string;
119
- tableName: "project_registry";
167
+ tableName: "nexus_project_registry";
120
168
  dataType: "string";
121
169
  data: string;
122
170
  driverParam: string;
@@ -132,7 +180,7 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
132
180
  }, {}>;
133
181
  healthLastCheck: import("drizzle-orm/sqlite-core").SQLiteColumn<{
134
182
  name: string;
135
- tableName: "project_registry";
183
+ tableName: "nexus_project_registry";
136
184
  dataType: "string";
137
185
  data: string;
138
186
  driverParam: string;
@@ -148,7 +196,7 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
148
196
  }, {}>;
149
197
  permissions: import("drizzle-orm/sqlite-core").SQLiteColumn<{
150
198
  name: string;
151
- tableName: "project_registry";
199
+ tableName: "nexus_project_registry";
152
200
  dataType: "string";
153
201
  data: string;
154
202
  driverParam: string;
@@ -164,7 +212,7 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
164
212
  }, {}>;
165
213
  lastSync: import("drizzle-orm/sqlite-core").SQLiteColumn<{
166
214
  name: string;
167
- tableName: "project_registry";
215
+ tableName: "nexus_project_registry";
168
216
  dataType: "string";
169
217
  data: string;
170
218
  driverParam: string;
@@ -180,7 +228,7 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
180
228
  }, {}>;
181
229
  taskCount: import("drizzle-orm/sqlite-core").SQLiteColumn<{
182
230
  name: string;
183
- tableName: "project_registry";
231
+ tableName: "nexus_project_registry";
184
232
  dataType: "number int53";
185
233
  data: number;
186
234
  driverParam: number;
@@ -196,7 +244,7 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
196
244
  }, {}>;
197
245
  labelsJson: import("drizzle-orm/sqlite-core").SQLiteColumn<{
198
246
  name: string;
199
- tableName: "project_registry";
247
+ tableName: "nexus_project_registry";
200
248
  dataType: "string";
201
249
  data: string;
202
250
  driverParam: string;
@@ -212,7 +260,7 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
212
260
  }, {}>;
213
261
  brainDbPath: import("drizzle-orm/sqlite-core").SQLiteColumn<{
214
262
  name: string;
215
- tableName: "project_registry";
263
+ tableName: "nexus_project_registry";
216
264
  dataType: "string";
217
265
  data: string;
218
266
  driverParam: string;
@@ -228,7 +276,7 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
228
276
  }, {}>;
229
277
  tasksDbPath: import("drizzle-orm/sqlite-core").SQLiteColumn<{
230
278
  name: string;
231
- tableName: "project_registry";
279
+ tableName: "nexus_project_registry";
232
280
  dataType: "string";
233
281
  data: string;
234
282
  driverParam: string;
@@ -244,7 +292,7 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
244
292
  }, {}>;
245
293
  lastIndexed: import("drizzle-orm/sqlite-core").SQLiteColumn<{
246
294
  name: string;
247
- tableName: "project_registry";
295
+ tableName: "nexus_project_registry";
248
296
  dataType: "string";
249
297
  data: string;
250
298
  driverParam: string;
@@ -260,7 +308,7 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
260
308
  }, {}>;
261
309
  statsJson: import("drizzle-orm/sqlite-core").SQLiteColumn<{
262
310
  name: string;
263
- tableName: "project_registry";
311
+ tableName: "nexus_project_registry";
264
312
  dataType: "string";
265
313
  data: string;
266
314
  driverParam: string;
@@ -286,12 +334,12 @@ export declare const projectRegistry: import("drizzle-orm/sqlite-core").SQLiteTa
286
334
  * @task T9149
287
335
  */
288
336
  export declare const projectIdAliases: import("drizzle-orm/sqlite-core").SQLiteTableWithColumns<{
289
- name: "project_id_aliases";
337
+ name: "nexus_project_id_aliases";
290
338
  schema: undefined;
291
339
  columns: {
292
340
  legacyId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
293
341
  name: string;
294
- tableName: "project_id_aliases";
342
+ tableName: "nexus_project_id_aliases";
295
343
  dataType: "string";
296
344
  data: string;
297
345
  driverParam: string;
@@ -307,7 +355,7 @@ export declare const projectIdAliases: import("drizzle-orm/sqlite-core").SQLiteT
307
355
  }, {}>;
308
356
  canonicalId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
309
357
  name: string;
310
- tableName: "project_id_aliases";
358
+ tableName: "nexus_project_id_aliases";
311
359
  dataType: "string";
312
360
  data: string;
313
361
  driverParam: string;
@@ -323,7 +371,7 @@ export declare const projectIdAliases: import("drizzle-orm/sqlite-core").SQLiteT
323
371
  }, {}>;
324
372
  createdAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
325
373
  name: string;
326
- tableName: "project_id_aliases";
374
+ tableName: "nexus_project_id_aliases";
327
375
  dataType: "string";
328
376
  data: string;
329
377
  driverParam: string;
@@ -672,22 +720,6 @@ export declare const nexusNodes: import("drizzle-orm/sqlite-core").SQLiteTableWi
672
720
  identity: undefined;
673
721
  generated: undefined;
674
722
  }, {}>;
675
- projectId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
676
- name: string;
677
- tableName: "nexus_nodes";
678
- dataType: "string";
679
- data: string;
680
- driverParam: string;
681
- notNull: true;
682
- hasDefault: false;
683
- isPrimaryKey: false;
684
- isAutoincrement: false;
685
- hasRuntimeDefault: false;
686
- enumValues: [string, ...string[]];
687
- baseColumn: never;
688
- identity: undefined;
689
- generated: undefined;
690
- }, {}>;
691
723
  kind: import("drizzle-orm/sqlite-core").SQLiteColumn<{
692
724
  name: string;
693
725
  tableName: "nexus_nodes";
@@ -986,22 +1018,6 @@ export declare const nexusRelations: import("drizzle-orm/sqlite-core").SQLiteTab
986
1018
  identity: undefined;
987
1019
  generated: undefined;
988
1020
  }, {}>;
989
- projectId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
990
- name: string;
991
- tableName: "nexus_relations";
992
- dataType: "string";
993
- data: string;
994
- driverParam: string;
995
- notNull: true;
996
- hasDefault: false;
997
- isPrimaryKey: false;
998
- isAutoincrement: false;
999
- hasRuntimeDefault: false;
1000
- enumValues: [string, ...string[]];
1001
- baseColumn: never;
1002
- identity: undefined;
1003
- generated: undefined;
1004
- }, {}>;
1005
1021
  sourceId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1006
1022
  name: string;
1007
1023
  tableName: "nexus_relations";
@@ -1114,13 +1130,54 @@ export declare const nexusRelations: import("drizzle-orm/sqlite-core").SQLiteTab
1114
1130
  identity: undefined;
1115
1131
  generated: undefined;
1116
1132
  }, {}>;
1133
+ };
1134
+ dialect: "sqlite";
1135
+ }>;
1136
+ /**
1137
+ * Plasticity weights for `nexus_relations` edges — Hebbian co-access (T998).
1138
+ *
1139
+ * Partitioned out of `nexus_relations` by T11545 (ADR-090 §5.3): the
1140
+ * write-heavy plasticity columns (`weight`, `last_accessed_at`,
1141
+ * `co_accessed_count`) live in this sibling 1:1 table keyed by `relation_id`,
1142
+ * keeping the read-mostly structural graph row narrow. A relation has at most
1143
+ * one weights row; rows are created lazily on the first co-access strengthening
1144
+ * event (UPSERT in `nexus-plasticity.ts`), so absence means "never strengthened"
1145
+ * (treat as weight 0.0).
1146
+ *
1147
+ * `relation_id` is an intra-scope soft FK to `nexus_relations.id` (no DB-level
1148
+ * FK — symmetric with the rest of the graph's soft-FK convention).
1149
+ *
1150
+ * @task T11545
1151
+ * @task T998
1152
+ * @epic T11535
1153
+ */
1154
+ export declare const nexusRelationWeights: import("drizzle-orm/sqlite-core").SQLiteTableWithColumns<{
1155
+ name: "nexus_relation_weights";
1156
+ schema: undefined;
1157
+ columns: {
1158
+ relationId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1159
+ name: string;
1160
+ tableName: "nexus_relation_weights";
1161
+ dataType: "string";
1162
+ data: string;
1163
+ driverParam: string;
1164
+ notNull: true;
1165
+ hasDefault: false;
1166
+ isPrimaryKey: true;
1167
+ isAutoincrement: false;
1168
+ hasRuntimeDefault: false;
1169
+ enumValues: [string, ...string[]];
1170
+ baseColumn: never;
1171
+ identity: undefined;
1172
+ generated: undefined;
1173
+ }, {}>;
1117
1174
  weight: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1118
1175
  name: string;
1119
- tableName: "nexus_relations";
1176
+ tableName: "nexus_relation_weights";
1120
1177
  dataType: "number double";
1121
1178
  data: number;
1122
1179
  driverParam: number;
1123
- notNull: false;
1180
+ notNull: true;
1124
1181
  hasDefault: true;
1125
1182
  isPrimaryKey: false;
1126
1183
  isAutoincrement: false;
@@ -1132,7 +1189,7 @@ export declare const nexusRelations: import("drizzle-orm/sqlite-core").SQLiteTab
1132
1189
  }, {}>;
1133
1190
  lastAccessedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1134
1191
  name: string;
1135
- tableName: "nexus_relations";
1192
+ tableName: "nexus_relation_weights";
1136
1193
  dataType: "string";
1137
1194
  data: string;
1138
1195
  driverParam: string;
@@ -1148,11 +1205,11 @@ export declare const nexusRelations: import("drizzle-orm/sqlite-core").SQLiteTab
1148
1205
  }, {}>;
1149
1206
  coAccessedCount: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1150
1207
  name: string;
1151
- tableName: "nexus_relations";
1208
+ tableName: "nexus_relation_weights";
1152
1209
  dataType: "number int53";
1153
1210
  data: number;
1154
1211
  driverParam: number;
1155
- notNull: false;
1212
+ notNull: true;
1156
1213
  hasDefault: true;
1157
1214
  isPrimaryKey: false;
1158
1215
  isAutoincrement: false;
@@ -1203,22 +1260,6 @@ export declare const nexusContracts: import("drizzle-orm/sqlite-core").SQLiteTab
1203
1260
  identity: undefined;
1204
1261
  generated: undefined;
1205
1262
  }, {}>;
1206
- projectId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1207
- name: string;
1208
- tableName: "nexus_contracts";
1209
- dataType: "string";
1210
- data: string;
1211
- driverParam: string;
1212
- notNull: true;
1213
- hasDefault: false;
1214
- isPrimaryKey: false;
1215
- isAutoincrement: false;
1216
- hasRuntimeDefault: false;
1217
- enumValues: [string, ...string[]];
1218
- baseColumn: never;
1219
- identity: undefined;
1220
- generated: undefined;
1221
- }, {}>;
1222
1263
  type: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1223
1264
  name: string;
1224
1265
  tableName: "nexus_contracts";
@@ -1423,12 +1464,12 @@ export declare const nexusContracts: import("drizzle-orm/sqlite-core").SQLiteTab
1423
1464
  * @epic T1076
1424
1465
  */
1425
1466
  export declare const userProfile: import("drizzle-orm/sqlite-core").SQLiteTableWithColumns<{
1426
- name: "user_profile";
1467
+ name: "nexus_user_profile";
1427
1468
  schema: undefined;
1428
1469
  columns: {
1429
1470
  traitKey: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1430
1471
  name: string;
1431
- tableName: "user_profile";
1472
+ tableName: "nexus_user_profile";
1432
1473
  dataType: "string";
1433
1474
  data: string;
1434
1475
  driverParam: string;
@@ -1444,7 +1485,7 @@ export declare const userProfile: import("drizzle-orm/sqlite-core").SQLiteTableW
1444
1485
  }, {}>;
1445
1486
  traitValue: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1446
1487
  name: string;
1447
- tableName: "user_profile";
1488
+ tableName: "nexus_user_profile";
1448
1489
  dataType: "string";
1449
1490
  data: string;
1450
1491
  driverParam: string;
@@ -1460,7 +1501,7 @@ export declare const userProfile: import("drizzle-orm/sqlite-core").SQLiteTableW
1460
1501
  }, {}>;
1461
1502
  confidence: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1462
1503
  name: string;
1463
- tableName: "user_profile";
1504
+ tableName: "nexus_user_profile";
1464
1505
  dataType: "number double";
1465
1506
  data: number;
1466
1507
  driverParam: number;
@@ -1476,7 +1517,7 @@ export declare const userProfile: import("drizzle-orm/sqlite-core").SQLiteTableW
1476
1517
  }, {}>;
1477
1518
  source: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1478
1519
  name: string;
1479
- tableName: "user_profile";
1520
+ tableName: "nexus_user_profile";
1480
1521
  dataType: "string";
1481
1522
  data: string;
1482
1523
  driverParam: string;
@@ -1492,7 +1533,7 @@ export declare const userProfile: import("drizzle-orm/sqlite-core").SQLiteTableW
1492
1533
  }, {}>;
1493
1534
  derivedFromMessageId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1494
1535
  name: string;
1495
- tableName: "user_profile";
1536
+ tableName: "nexus_user_profile";
1496
1537
  dataType: "string";
1497
1538
  data: string;
1498
1539
  driverParam: string;
@@ -1508,39 +1549,39 @@ export declare const userProfile: import("drizzle-orm/sqlite-core").SQLiteTableW
1508
1549
  }, {}>;
1509
1550
  firstObservedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1510
1551
  name: string;
1511
- tableName: "user_profile";
1512
- dataType: "object date";
1513
- data: Date;
1514
- driverParam: number;
1552
+ tableName: "nexus_user_profile";
1553
+ dataType: "string";
1554
+ data: string;
1555
+ driverParam: string;
1515
1556
  notNull: true;
1516
1557
  hasDefault: false;
1517
1558
  isPrimaryKey: false;
1518
1559
  isAutoincrement: false;
1519
1560
  hasRuntimeDefault: false;
1520
- enumValues: undefined;
1561
+ enumValues: [string, ...string[]];
1521
1562
  baseColumn: never;
1522
1563
  identity: undefined;
1523
1564
  generated: undefined;
1524
1565
  }, {}>;
1525
1566
  lastReinforcedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1526
1567
  name: string;
1527
- tableName: "user_profile";
1528
- dataType: "object date";
1529
- data: Date;
1530
- driverParam: number;
1568
+ tableName: "nexus_user_profile";
1569
+ dataType: "string";
1570
+ data: string;
1571
+ driverParam: string;
1531
1572
  notNull: true;
1532
1573
  hasDefault: false;
1533
1574
  isPrimaryKey: false;
1534
1575
  isAutoincrement: false;
1535
1576
  hasRuntimeDefault: false;
1536
- enumValues: undefined;
1577
+ enumValues: [string, ...string[]];
1537
1578
  baseColumn: never;
1538
1579
  identity: undefined;
1539
1580
  generated: undefined;
1540
1581
  }, {}>;
1541
1582
  reinforcementCount: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1542
1583
  name: string;
1543
- tableName: "user_profile";
1584
+ tableName: "nexus_user_profile";
1544
1585
  dataType: "number int53";
1545
1586
  data: number;
1546
1587
  driverParam: number;
@@ -1556,7 +1597,7 @@ export declare const userProfile: import("drizzle-orm/sqlite-core").SQLiteTableW
1556
1597
  }, {}>;
1557
1598
  supersededBy: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1558
1599
  name: string;
1559
- tableName: "user_profile";
1600
+ tableName: "nexus_user_profile";
1560
1601
  dataType: "string";
1561
1602
  data: string;
1562
1603
  driverParam: string;
@@ -1573,6 +1614,22 @@ export declare const userProfile: import("drizzle-orm/sqlite-core").SQLiteTableW
1573
1614
  };
1574
1615
  dialect: "sqlite";
1575
1616
  }>;
1617
+ /**
1618
+ * Legal `nexus_sigils.role` values — the canonical CANT agent role taxonomy.
1619
+ *
1620
+ * Mirrors `SIGIL_ROLES` in the consolidated `cleo-global/nexus.ts` target
1621
+ * module (T11578 · AC3) so the runtime drizzle mapping matches the physical
1622
+ * `CHECK (role IN (…))` the consolidated migration injects. `''` is the column
1623
+ * default (a sigil before a `.cant` role is associated). The writer
1624
+ * (`nexus/sigil.ts`) normalizes any out-of-set free-form `.cant` role onto this
1625
+ * enum so the CHECK is always satisfied.
1626
+ *
1627
+ * @task T1148
1628
+ * @task T11578
1629
+ */
1630
+ export declare const SIGIL_ROLES: readonly ["", "orchestrator", "lead", "worker", "subagent", "specialist", "validator"];
1631
+ /** TypeScript union derived from {@link SIGIL_ROLES}. */
1632
+ export type SigilRole = (typeof SIGIL_ROLES)[number];
1576
1633
  /**
1577
1634
  * Peer-card sigil identity layer for CANT agents.
1578
1635
  *
@@ -1590,12 +1647,12 @@ export declare const userProfile: import("drizzle-orm/sqlite-core").SQLiteTableW
1590
1647
  * @epic T1075
1591
1648
  */
1592
1649
  export declare const sigils: import("drizzle-orm/sqlite-core").SQLiteTableWithColumns<{
1593
- name: "sigils";
1650
+ name: "nexus_sigils";
1594
1651
  schema: undefined;
1595
1652
  columns: {
1596
1653
  peerId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1597
1654
  name: string;
1598
- tableName: "sigils";
1655
+ tableName: "nexus_sigils";
1599
1656
  dataType: "string";
1600
1657
  data: string;
1601
1658
  driverParam: string;
@@ -1611,7 +1668,7 @@ export declare const sigils: import("drizzle-orm/sqlite-core").SQLiteTableWithCo
1611
1668
  }, {}>;
1612
1669
  cantFile: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1613
1670
  name: string;
1614
- tableName: "sigils";
1671
+ tableName: "nexus_sigils";
1615
1672
  dataType: "string";
1616
1673
  data: string;
1617
1674
  driverParam: string;
@@ -1627,7 +1684,7 @@ export declare const sigils: import("drizzle-orm/sqlite-core").SQLiteTableWithCo
1627
1684
  }, {}>;
1628
1685
  displayName: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1629
1686
  name: string;
1630
- tableName: "sigils";
1687
+ tableName: "nexus_sigils";
1631
1688
  dataType: "string";
1632
1689
  data: string;
1633
1690
  driverParam: string;
@@ -1643,23 +1700,23 @@ export declare const sigils: import("drizzle-orm/sqlite-core").SQLiteTableWithCo
1643
1700
  }, {}>;
1644
1701
  role: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1645
1702
  name: string;
1646
- tableName: "sigils";
1647
- dataType: "string";
1648
- data: string;
1703
+ tableName: "nexus_sigils";
1704
+ dataType: "string enum";
1705
+ data: "" | "orchestrator" | "lead" | "worker" | "subagent" | "specialist" | "validator";
1649
1706
  driverParam: string;
1650
1707
  notNull: true;
1651
1708
  hasDefault: true;
1652
1709
  isPrimaryKey: false;
1653
1710
  isAutoincrement: false;
1654
1711
  hasRuntimeDefault: false;
1655
- enumValues: [string, ...string[]];
1712
+ enumValues: ["", "orchestrator", "lead", "worker", "subagent", "specialist", "validator"];
1656
1713
  baseColumn: never;
1657
1714
  identity: undefined;
1658
1715
  generated: undefined;
1659
1716
  }, {}>;
1660
1717
  systemPromptFragment: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1661
1718
  name: string;
1662
- tableName: "sigils";
1719
+ tableName: "nexus_sigils";
1663
1720
  dataType: "string";
1664
1721
  data: string;
1665
1722
  driverParam: string;
@@ -1675,7 +1732,7 @@ export declare const sigils: import("drizzle-orm/sqlite-core").SQLiteTableWithCo
1675
1732
  }, {}>;
1676
1733
  capabilityFlags: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1677
1734
  name: string;
1678
- tableName: "sigils";
1735
+ tableName: "nexus_sigils";
1679
1736
  dataType: "string";
1680
1737
  data: string;
1681
1738
  driverParam: string;
@@ -1691,32 +1748,32 @@ export declare const sigils: import("drizzle-orm/sqlite-core").SQLiteTableWithCo
1691
1748
  }, {}>;
1692
1749
  createdAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1693
1750
  name: string;
1694
- tableName: "sigils";
1695
- dataType: "object date";
1696
- data: Date;
1697
- driverParam: number;
1751
+ tableName: "nexus_sigils";
1752
+ dataType: "string";
1753
+ data: string;
1754
+ driverParam: string;
1698
1755
  notNull: true;
1699
1756
  hasDefault: true;
1700
1757
  isPrimaryKey: false;
1701
1758
  isAutoincrement: false;
1702
1759
  hasRuntimeDefault: true;
1703
- enumValues: undefined;
1760
+ enumValues: [string, ...string[]];
1704
1761
  baseColumn: never;
1705
1762
  identity: undefined;
1706
1763
  generated: undefined;
1707
1764
  }, {}>;
1708
1765
  updatedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
1709
1766
  name: string;
1710
- tableName: "sigils";
1711
- dataType: "object date";
1712
- data: Date;
1713
- driverParam: number;
1767
+ tableName: "nexus_sigils";
1768
+ dataType: "string";
1769
+ data: string;
1770
+ driverParam: string;
1714
1771
  notNull: true;
1715
1772
  hasDefault: true;
1716
1773
  isPrimaryKey: false;
1717
1774
  isAutoincrement: false;
1718
1775
  hasRuntimeDefault: true;
1719
- enumValues: undefined;
1776
+ enumValues: [string, ...string[]];
1720
1777
  baseColumn: never;
1721
1778
  identity: undefined;
1722
1779
  generated: undefined;
@@ -1734,6 +1791,8 @@ export type NexusNodeRow = typeof nexusNodes.$inferSelect;
1734
1791
  export type NewNexusNodeRow = typeof nexusNodes.$inferInsert;
1735
1792
  export type NexusRelationRow = typeof nexusRelations.$inferSelect;
1736
1793
  export type NewNexusRelationRow = typeof nexusRelations.$inferInsert;
1794
+ export type NexusRelationWeightRow = typeof nexusRelationWeights.$inferSelect;
1795
+ export type NewNexusRelationWeightRow = typeof nexusRelationWeights.$inferInsert;
1737
1796
  export type NexusContractRow = typeof nexusContracts.$inferSelect;
1738
1797
  export type NewNexusContractRow = typeof nexusContracts.$inferInsert;
1739
1798
  export type UserProfileRow = typeof userProfile.$inferSelect;
@@ -1 +1 @@
1
- {"version":3,"file":"nexus-schema.d.ts","sourceRoot":"","sources":["../../../src/store/schema/nexus-schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"nexus-schema.d.ts","sourceRoot":"","sources":["../../../src/store/schema/nexus-schema.ts"],"names":[],"mappings":"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"}