cognitive-core 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (331) hide show
  1. package/dist/atlas.d.ts +10 -0
  2. package/dist/atlas.d.ts.map +1 -1
  3. package/dist/atlas.js +65 -0
  4. package/dist/atlas.js.map +1 -1
  5. package/dist/learning/pipeline.d.ts +4 -31
  6. package/dist/learning/pipeline.d.ts.map +1 -1
  7. package/dist/learning/pipeline.js +12 -64
  8. package/dist/learning/pipeline.js.map +1 -1
  9. package/dist/memory/curated-loader.d.ts +21 -4
  10. package/dist/memory/curated-loader.d.ts.map +1 -1
  11. package/dist/memory/curated-loader.js +53 -16
  12. package/dist/memory/curated-loader.js.map +1 -1
  13. package/dist/memory/index.d.ts +2 -1
  14. package/dist/memory/index.d.ts.map +1 -1
  15. package/dist/memory/index.js +3 -1
  16. package/dist/memory/index.js.map +1 -1
  17. package/dist/memory/playbook.d.ts +6 -0
  18. package/dist/memory/playbook.d.ts.map +1 -1
  19. package/dist/memory/playbook.js +15 -0
  20. package/dist/memory/playbook.js.map +1 -1
  21. package/dist/memory/source-resolver.d.ts +120 -0
  22. package/dist/memory/source-resolver.d.ts.map +1 -0
  23. package/dist/memory/source-resolver.js +300 -0
  24. package/dist/memory/source-resolver.js.map +1 -0
  25. package/dist/types/config.d.ts +141 -0
  26. package/dist/types/config.d.ts.map +1 -1
  27. package/dist/types/config.js +40 -0
  28. package/dist/types/config.js.map +1 -1
  29. package/dist/types/index.d.ts +1 -1
  30. package/dist/types/index.d.ts.map +1 -1
  31. package/dist/types/index.js +1 -1
  32. package/dist/types/index.js.map +1 -1
  33. package/dist/workspace/types.d.ts +12 -54
  34. package/dist/workspace/types.d.ts.map +1 -1
  35. package/dist/workspace/types.js.map +1 -1
  36. package/package.json +2 -2
  37. package/playbooks/compound-engineering/adversarial-review.json +51 -0
  38. package/playbooks/compound-engineering/agent-native-architecture.json +59 -0
  39. package/playbooks/compound-engineering/agent-native-review.json +54 -0
  40. package/playbooks/compound-engineering/api-contract-review.json +52 -0
  41. package/playbooks/compound-engineering/brainstorm-requirements.json +55 -0
  42. package/playbooks/compound-engineering/bug-reproduction.json +62 -0
  43. package/playbooks/compound-engineering/confidence-calibration.json +49 -0
  44. package/playbooks/compound-engineering/correctness-review.json +49 -0
  45. package/playbooks/compound-engineering/data-migration-safety.json +59 -0
  46. package/playbooks/compound-engineering/deployment-verification.json +63 -0
  47. package/playbooks/compound-engineering/error-recovery-patterns.json +53 -0
  48. package/playbooks/compound-engineering/implementation-planning.json +64 -0
  49. package/playbooks/compound-engineering/issue-pattern-analysis.json +53 -0
  50. package/playbooks/compound-engineering/knowledge-compounding.json +63 -0
  51. package/playbooks/compound-engineering/learnings-research.json +54 -0
  52. package/playbooks/compound-engineering/maintainability-review.json +49 -0
  53. package/playbooks/compound-engineering/performance-review.json +54 -0
  54. package/playbooks/compound-engineering/plan-adversarial-review.json +56 -0
  55. package/playbooks/compound-engineering/plan-feasibility-review.json +56 -0
  56. package/playbooks/compound-engineering/project-standards-review.json +52 -0
  57. package/playbooks/compound-engineering/reliability-review.json +53 -0
  58. package/playbooks/compound-engineering/review-orchestration.json +64 -0
  59. package/playbooks/compound-engineering/security-review.json +54 -0
  60. package/playbooks/compound-engineering/systematic-execution.json +64 -0
  61. package/playbooks/compound-engineering/testing-review.json +50 -0
  62. package/src/atlas.ts +96 -0
  63. package/src/memory/curated-loader.ts +69 -16
  64. package/src/memory/index.ts +16 -0
  65. package/src/memory/playbook.ts +19 -0
  66. package/src/memory/source-resolver.ts +422 -0
  67. package/src/types/config.ts +46 -0
  68. package/src/types/index.ts +4 -0
  69. package/src/workspace/types.ts +22 -78
  70. package/tests/integration/curated-sources-e2e.test.ts +502 -0
  71. package/tests/memory/compound-engineering-seed.test.ts +338 -0
  72. package/tests/memory/curated-loader-extended.test.ts +225 -0
  73. package/tests/memory/playbook-quality-validation.test.ts +430 -0
  74. package/tests/memory/source-resolver.test.ts +700 -0
  75. package/.claude/settings.local.json +0 -11
  76. package/dist/learning/llm-extractor.d.ts +0 -88
  77. package/dist/learning/llm-extractor.d.ts.map +0 -1
  78. package/dist/learning/llm-extractor.js +0 -372
  79. package/dist/learning/llm-extractor.js.map +0 -1
  80. package/dist/learning/loop-coordinator.d.ts +0 -61
  81. package/dist/learning/loop-coordinator.d.ts.map +0 -1
  82. package/dist/learning/loop-coordinator.js +0 -96
  83. package/dist/learning/loop-coordinator.js.map +0 -1
  84. package/references/agent-workspace/CLAUDE.md +0 -74
  85. package/references/agent-workspace/README.md +0 -587
  86. package/references/agent-workspace/media/banner.png +0 -0
  87. package/references/agent-workspace/package-lock.json +0 -2061
  88. package/references/agent-workspace/package.json +0 -54
  89. package/references/agent-workspace/src/handle.ts +0 -122
  90. package/references/agent-workspace/src/index.ts +0 -32
  91. package/references/agent-workspace/src/manager.ts +0 -102
  92. package/references/agent-workspace/src/readers/json.ts +0 -71
  93. package/references/agent-workspace/src/readers/markdown.ts +0 -37
  94. package/references/agent-workspace/src/readers/raw.ts +0 -27
  95. package/references/agent-workspace/src/types.ts +0 -68
  96. package/references/agent-workspace/src/validation.ts +0 -93
  97. package/references/agent-workspace/src/writers/json.ts +0 -17
  98. package/references/agent-workspace/src/writers/markdown.ts +0 -27
  99. package/references/agent-workspace/src/writers/raw.ts +0 -22
  100. package/references/agent-workspace/tests/errors.test.ts +0 -652
  101. package/references/agent-workspace/tests/handle.test.ts +0 -144
  102. package/references/agent-workspace/tests/manager.test.ts +0 -124
  103. package/references/agent-workspace/tests/readers.test.ts +0 -205
  104. package/references/agent-workspace/tests/validation.test.ts +0 -196
  105. package/references/agent-workspace/tests/writers.test.ts +0 -108
  106. package/references/agent-workspace/tsconfig.json +0 -20
  107. package/references/agent-workspace/tsup.config.ts +0 -9
  108. package/references/minimem/.claude/settings.json +0 -7
  109. package/references/minimem/.sudocode/issues.jsonl +0 -18
  110. package/references/minimem/.sudocode/specs.jsonl +0 -1
  111. package/references/minimem/CLAUDE.md +0 -310
  112. package/references/minimem/README.md +0 -556
  113. package/references/minimem/claude-plugin/.claude-plugin/plugin.json +0 -10
  114. package/references/minimem/claude-plugin/.mcp.json +0 -7
  115. package/references/minimem/claude-plugin/README.md +0 -158
  116. package/references/minimem/claude-plugin/commands/recall.md +0 -47
  117. package/references/minimem/claude-plugin/commands/remember.md +0 -41
  118. package/references/minimem/claude-plugin/hooks/__tests__/hooks.test.ts +0 -272
  119. package/references/minimem/claude-plugin/hooks/hooks.json +0 -27
  120. package/references/minimem/claude-plugin/hooks/session-end.sh +0 -86
  121. package/references/minimem/claude-plugin/hooks/session-start.sh +0 -85
  122. package/references/minimem/claude-plugin/skills/memory/SKILL.md +0 -108
  123. package/references/minimem/package-lock.json +0 -5373
  124. package/references/minimem/package.json +0 -60
  125. package/references/minimem/scripts/postbuild.js +0 -35
  126. package/references/minimem/src/__tests__/edge-cases.test.ts +0 -371
  127. package/references/minimem/src/__tests__/errors.test.ts +0 -265
  128. package/references/minimem/src/__tests__/helpers.ts +0 -199
  129. package/references/minimem/src/__tests__/internal.test.ts +0 -407
  130. package/references/minimem/src/__tests__/knowledge.test.ts +0 -287
  131. package/references/minimem/src/__tests__/minimem.integration.test.ts +0 -1127
  132. package/references/minimem/src/__tests__/session.test.ts +0 -190
  133. package/references/minimem/src/cli/__tests__/commands.test.ts +0 -759
  134. package/references/minimem/src/cli/commands/__tests__/conflicts.test.ts +0 -141
  135. package/references/minimem/src/cli/commands/append.ts +0 -76
  136. package/references/minimem/src/cli/commands/config.ts +0 -262
  137. package/references/minimem/src/cli/commands/conflicts.ts +0 -413
  138. package/references/minimem/src/cli/commands/daemon.ts +0 -169
  139. package/references/minimem/src/cli/commands/index.ts +0 -12
  140. package/references/minimem/src/cli/commands/init.ts +0 -88
  141. package/references/minimem/src/cli/commands/mcp.ts +0 -177
  142. package/references/minimem/src/cli/commands/push-pull.ts +0 -213
  143. package/references/minimem/src/cli/commands/search.ts +0 -158
  144. package/references/minimem/src/cli/commands/status.ts +0 -84
  145. package/references/minimem/src/cli/commands/sync-init.ts +0 -290
  146. package/references/minimem/src/cli/commands/sync.ts +0 -70
  147. package/references/minimem/src/cli/commands/upsert.ts +0 -197
  148. package/references/minimem/src/cli/config.ts +0 -584
  149. package/references/minimem/src/cli/index.ts +0 -264
  150. package/references/minimem/src/cli/shared.ts +0 -161
  151. package/references/minimem/src/cli/sync/__tests__/central.test.ts +0 -152
  152. package/references/minimem/src/cli/sync/__tests__/conflicts.test.ts +0 -209
  153. package/references/minimem/src/cli/sync/__tests__/daemon.test.ts +0 -118
  154. package/references/minimem/src/cli/sync/__tests__/detection.test.ts +0 -207
  155. package/references/minimem/src/cli/sync/__tests__/integration.test.ts +0 -476
  156. package/references/minimem/src/cli/sync/__tests__/registry.test.ts +0 -363
  157. package/references/minimem/src/cli/sync/__tests__/state.test.ts +0 -255
  158. package/references/minimem/src/cli/sync/__tests__/validation.test.ts +0 -193
  159. package/references/minimem/src/cli/sync/__tests__/watcher.test.ts +0 -178
  160. package/references/minimem/src/cli/sync/central.ts +0 -292
  161. package/references/minimem/src/cli/sync/conflicts.ts +0 -204
  162. package/references/minimem/src/cli/sync/daemon.ts +0 -407
  163. package/references/minimem/src/cli/sync/detection.ts +0 -138
  164. package/references/minimem/src/cli/sync/index.ts +0 -107
  165. package/references/minimem/src/cli/sync/operations.ts +0 -373
  166. package/references/minimem/src/cli/sync/registry.ts +0 -279
  167. package/references/minimem/src/cli/sync/state.ts +0 -355
  168. package/references/minimem/src/cli/sync/validation.ts +0 -206
  169. package/references/minimem/src/cli/sync/watcher.ts +0 -234
  170. package/references/minimem/src/cli/version.ts +0 -34
  171. package/references/minimem/src/core/index.ts +0 -9
  172. package/references/minimem/src/core/indexer.ts +0 -628
  173. package/references/minimem/src/core/searcher.ts +0 -221
  174. package/references/minimem/src/db/schema.ts +0 -183
  175. package/references/minimem/src/db/sqlite-vec.ts +0 -24
  176. package/references/minimem/src/embeddings/__tests__/embeddings.test.ts +0 -431
  177. package/references/minimem/src/embeddings/batch-gemini.ts +0 -392
  178. package/references/minimem/src/embeddings/batch-openai.ts +0 -409
  179. package/references/minimem/src/embeddings/embeddings.ts +0 -434
  180. package/references/minimem/src/index.ts +0 -109
  181. package/references/minimem/src/internal.ts +0 -299
  182. package/references/minimem/src/minimem.ts +0 -1276
  183. package/references/minimem/src/search/__tests__/hybrid.test.ts +0 -247
  184. package/references/minimem/src/search/graph.ts +0 -234
  185. package/references/minimem/src/search/hybrid.ts +0 -151
  186. package/references/minimem/src/search/search.ts +0 -256
  187. package/references/minimem/src/server/__tests__/mcp.test.ts +0 -341
  188. package/references/minimem/src/server/__tests__/tools.test.ts +0 -364
  189. package/references/minimem/src/server/mcp.ts +0 -326
  190. package/references/minimem/src/server/tools.ts +0 -720
  191. package/references/minimem/src/session.ts +0 -460
  192. package/references/minimem/tsconfig.json +0 -19
  193. package/references/minimem/tsup.config.ts +0 -26
  194. package/references/minimem/vitest.config.ts +0 -24
  195. package/references/sessionlog/.husky/pre-commit +0 -1
  196. package/references/sessionlog/.lintstagedrc.json +0 -4
  197. package/references/sessionlog/.prettierignore +0 -4
  198. package/references/sessionlog/.prettierrc.json +0 -11
  199. package/references/sessionlog/LICENSE +0 -21
  200. package/references/sessionlog/README.md +0 -453
  201. package/references/sessionlog/eslint.config.js +0 -58
  202. package/references/sessionlog/package-lock.json +0 -3672
  203. package/references/sessionlog/package.json +0 -65
  204. package/references/sessionlog/src/__tests__/agent-hooks.test.ts +0 -570
  205. package/references/sessionlog/src/__tests__/agent-registry.test.ts +0 -127
  206. package/references/sessionlog/src/__tests__/claude-code-hooks.test.ts +0 -225
  207. package/references/sessionlog/src/__tests__/claude-generator.test.ts +0 -46
  208. package/references/sessionlog/src/__tests__/commit-msg.test.ts +0 -86
  209. package/references/sessionlog/src/__tests__/cursor-agent.test.ts +0 -224
  210. package/references/sessionlog/src/__tests__/e2e-live.test.ts +0 -890
  211. package/references/sessionlog/src/__tests__/event-log.test.ts +0 -183
  212. package/references/sessionlog/src/__tests__/flush-sentinel.test.ts +0 -105
  213. package/references/sessionlog/src/__tests__/gemini-agent.test.ts +0 -375
  214. package/references/sessionlog/src/__tests__/git-hooks.test.ts +0 -78
  215. package/references/sessionlog/src/__tests__/hook-managers.test.ts +0 -121
  216. package/references/sessionlog/src/__tests__/lifecycle-tasks.test.ts +0 -759
  217. package/references/sessionlog/src/__tests__/opencode-agent.test.ts +0 -338
  218. package/references/sessionlog/src/__tests__/redaction.test.ts +0 -136
  219. package/references/sessionlog/src/__tests__/session-repo.test.ts +0 -353
  220. package/references/sessionlog/src/__tests__/session-store.test.ts +0 -166
  221. package/references/sessionlog/src/__tests__/setup-ccweb.test.ts +0 -466
  222. package/references/sessionlog/src/__tests__/skill-live.test.ts +0 -461
  223. package/references/sessionlog/src/__tests__/summarize.test.ts +0 -348
  224. package/references/sessionlog/src/__tests__/task-plan-e2e.test.ts +0 -610
  225. package/references/sessionlog/src/__tests__/task-plan-live.test.ts +0 -632
  226. package/references/sessionlog/src/__tests__/transcript-timestamp.test.ts +0 -121
  227. package/references/sessionlog/src/__tests__/types.test.ts +0 -166
  228. package/references/sessionlog/src/__tests__/utils.test.ts +0 -333
  229. package/references/sessionlog/src/__tests__/validation.test.ts +0 -103
  230. package/references/sessionlog/src/__tests__/worktree.test.ts +0 -57
  231. package/references/sessionlog/src/agent/agents/claude-code.ts +0 -1089
  232. package/references/sessionlog/src/agent/agents/cursor.ts +0 -361
  233. package/references/sessionlog/src/agent/agents/gemini-cli.ts +0 -632
  234. package/references/sessionlog/src/agent/agents/opencode.ts +0 -540
  235. package/references/sessionlog/src/agent/registry.ts +0 -143
  236. package/references/sessionlog/src/agent/session-types.ts +0 -113
  237. package/references/sessionlog/src/agent/types.ts +0 -220
  238. package/references/sessionlog/src/cli.ts +0 -597
  239. package/references/sessionlog/src/commands/clean.ts +0 -133
  240. package/references/sessionlog/src/commands/disable.ts +0 -84
  241. package/references/sessionlog/src/commands/doctor.ts +0 -145
  242. package/references/sessionlog/src/commands/enable.ts +0 -202
  243. package/references/sessionlog/src/commands/explain.ts +0 -261
  244. package/references/sessionlog/src/commands/reset.ts +0 -105
  245. package/references/sessionlog/src/commands/resume.ts +0 -180
  246. package/references/sessionlog/src/commands/rewind.ts +0 -195
  247. package/references/sessionlog/src/commands/setup-ccweb.ts +0 -275
  248. package/references/sessionlog/src/commands/status.ts +0 -172
  249. package/references/sessionlog/src/config.ts +0 -165
  250. package/references/sessionlog/src/events/event-log.ts +0 -126
  251. package/references/sessionlog/src/git-operations.ts +0 -558
  252. package/references/sessionlog/src/hooks/git-hooks.ts +0 -165
  253. package/references/sessionlog/src/hooks/lifecycle.ts +0 -391
  254. package/references/sessionlog/src/index.ts +0 -650
  255. package/references/sessionlog/src/security/redaction.ts +0 -283
  256. package/references/sessionlog/src/session/state-machine.ts +0 -452
  257. package/references/sessionlog/src/store/checkpoint-store.ts +0 -509
  258. package/references/sessionlog/src/store/native-store.ts +0 -173
  259. package/references/sessionlog/src/store/provider-types.ts +0 -99
  260. package/references/sessionlog/src/store/session-store.ts +0 -266
  261. package/references/sessionlog/src/strategy/attribution.ts +0 -296
  262. package/references/sessionlog/src/strategy/common.ts +0 -207
  263. package/references/sessionlog/src/strategy/content-overlap.ts +0 -228
  264. package/references/sessionlog/src/strategy/manual-commit.ts +0 -988
  265. package/references/sessionlog/src/strategy/types.ts +0 -279
  266. package/references/sessionlog/src/summarize/claude-generator.ts +0 -115
  267. package/references/sessionlog/src/summarize/summarize.ts +0 -432
  268. package/references/sessionlog/src/types.ts +0 -508
  269. package/references/sessionlog/src/utils/chunk-files.ts +0 -49
  270. package/references/sessionlog/src/utils/commit-message.ts +0 -65
  271. package/references/sessionlog/src/utils/detect-agent.ts +0 -36
  272. package/references/sessionlog/src/utils/hook-managers.ts +0 -125
  273. package/references/sessionlog/src/utils/ide-tags.ts +0 -32
  274. package/references/sessionlog/src/utils/paths.ts +0 -79
  275. package/references/sessionlog/src/utils/preview-rewind.ts +0 -80
  276. package/references/sessionlog/src/utils/rewind-conflict.ts +0 -121
  277. package/references/sessionlog/src/utils/shadow-branch.ts +0 -109
  278. package/references/sessionlog/src/utils/string-utils.ts +0 -46
  279. package/references/sessionlog/src/utils/todo-extract.ts +0 -188
  280. package/references/sessionlog/src/utils/trailers.ts +0 -187
  281. package/references/sessionlog/src/utils/transcript-parse.ts +0 -177
  282. package/references/sessionlog/src/utils/transcript-timestamp.ts +0 -59
  283. package/references/sessionlog/src/utils/tree-ops.ts +0 -219
  284. package/references/sessionlog/src/utils/tty.ts +0 -72
  285. package/references/sessionlog/src/utils/validation.ts +0 -65
  286. package/references/sessionlog/src/utils/worktree.ts +0 -58
  287. package/references/sessionlog/src/wire-types.ts +0 -59
  288. package/references/sessionlog/templates/setup-env.sh +0 -153
  289. package/references/sessionlog/tsconfig.json +0 -18
  290. package/references/sessionlog/vitest.config.ts +0 -12
  291. package/references/skill-tree/.claude/settings.json +0 -6
  292. package/references/skill-tree/.sudocode/issues.jsonl +0 -19
  293. package/references/skill-tree/.sudocode/specs.jsonl +0 -3
  294. package/references/skill-tree/CLAUDE.md +0 -126
  295. package/references/skill-tree/README.md +0 -372
  296. package/references/skill-tree/docs/GAPS_v1.md +0 -221
  297. package/references/skill-tree/docs/INTEGRATION_PLAN.md +0 -467
  298. package/references/skill-tree/docs/TODOS.md +0 -91
  299. package/references/skill-tree/docs/anthropic_skill_guide.md +0 -1364
  300. package/references/skill-tree/docs/design/federated-skill-trees.md +0 -524
  301. package/references/skill-tree/docs/design/multi-agent-sync.md +0 -759
  302. package/references/skill-tree/docs/scraper/BRAINSTORM.md +0 -583
  303. package/references/skill-tree/docs/scraper/POC_PLAN.md +0 -420
  304. package/references/skill-tree/docs/scraper/README.md +0 -170
  305. package/references/skill-tree/examples/basic-usage.ts +0 -164
  306. package/references/skill-tree/package-lock.json +0 -1852
  307. package/references/skill-tree/package.json +0 -66
  308. package/references/skill-tree/scraper/README.md +0 -123
  309. package/references/skill-tree/scraper/docs/DESIGN.md +0 -683
  310. package/references/skill-tree/scraper/docs/PLAN.md +0 -336
  311. package/references/skill-tree/scraper/drizzle.config.ts +0 -10
  312. package/references/skill-tree/scraper/package-lock.json +0 -6329
  313. package/references/skill-tree/scraper/package.json +0 -68
  314. package/references/skill-tree/scraper/test/fixtures/invalid-skill/missing-description.md +0 -7
  315. package/references/skill-tree/scraper/test/fixtures/invalid-skill/missing-name.md +0 -7
  316. package/references/skill-tree/scraper/test/fixtures/minimal-skill/SKILL.md +0 -27
  317. package/references/skill-tree/scraper/test/fixtures/skill-json/SKILL.json +0 -21
  318. package/references/skill-tree/scraper/test/fixtures/skill-with-meta/SKILL.md +0 -54
  319. package/references/skill-tree/scraper/test/fixtures/skill-with-meta/_meta.json +0 -24
  320. package/references/skill-tree/scraper/test/fixtures/valid-skill/SKILL.md +0 -93
  321. package/references/skill-tree/scraper/test/fixtures/valid-skill/_meta.json +0 -22
  322. package/references/skill-tree/scraper/tsup.config.ts +0 -14
  323. package/references/skill-tree/scraper/vitest.config.ts +0 -17
  324. package/references/skill-tree/scripts/convert-to-vitest.ts +0 -166
  325. package/references/skill-tree/skills/skill-writer/SKILL.md +0 -339
  326. package/references/skill-tree/skills/skill-writer/references/examples.md +0 -326
  327. package/references/skill-tree/skills/skill-writer/references/patterns.md +0 -210
  328. package/references/skill-tree/skills/skill-writer/references/quality-checklist.md +0 -123
  329. package/references/skill-tree/test/run-all.ts +0 -106
  330. package/references/skill-tree/test/utils.ts +0 -128
  331. package/references/skill-tree/vitest.config.ts +0 -16
@@ -1,363 +0,0 @@
1
- /**
2
- * Tests for registry system
3
- */
4
-
5
- import fs from "node:fs/promises";
6
- import os from "node:os";
7
- import path from "node:path";
8
- import { afterEach, beforeEach, describe, expect, it } from "vitest";
9
-
10
- import {
11
- createEmptyRegistry,
12
- readRegistry,
13
- writeRegistry,
14
- checkCollision,
15
- addMapping,
16
- removeMapping,
17
- findMapping,
18
- getMachineMappings,
19
- updateLastSync,
20
- normalizeRepoPath,
21
- compressPath,
22
- normalizePath,
23
- type Registry,
24
- } from "../registry.js";
25
-
26
- describe("Registry System", () => {
27
- let tempDir: string;
28
-
29
- beforeEach(async () => {
30
- tempDir = await fs.mkdtemp(path.join(os.tmpdir(), "minimem-registry-test-"));
31
- });
32
-
33
- afterEach(async () => {
34
- await fs.rm(tempDir, { recursive: true, force: true });
35
- });
36
-
37
- describe("createEmptyRegistry", () => {
38
- it("should create registry with empty mappings", () => {
39
- const registry = createEmptyRegistry();
40
- expect(registry.version).toBe(1);
41
- expect(registry.mappings).toEqual([]);
42
- });
43
- });
44
-
45
- describe("readRegistry / writeRegistry", () => {
46
- it("should return empty registry when file does not exist", async () => {
47
- const registry = await readRegistry(tempDir);
48
- expect(registry.mappings).toEqual([]);
49
- });
50
-
51
- it("should read and write registry correctly", async () => {
52
- const registry: Registry = {
53
- version: 1,
54
- mappings: [
55
- {
56
- path: "global/",
57
- localPath: "~/.minimem",
58
- machineId: "test-machine-1234",
59
- lastSync: "2024-01-15T10:30:00.000Z",
60
- },
61
- ],
62
- };
63
-
64
- await writeRegistry(tempDir, registry);
65
- const loaded = await readRegistry(tempDir);
66
-
67
- expect(loaded.version).toBe(1);
68
- expect(loaded.mappings.length).toBe(1);
69
- expect(loaded.mappings[0].path).toBe("global/");
70
- expect(loaded.mappings[0].machineId).toBe("test-machine-1234");
71
- });
72
-
73
- it("should handle malformed registry file", async () => {
74
- await fs.writeFile(
75
- path.join(tempDir, ".minimem-registry.json"),
76
- "{ invalid json"
77
- );
78
-
79
- const registry = await readRegistry(tempDir);
80
- expect(registry.mappings).toEqual([]);
81
- });
82
- });
83
-
84
- describe("normalizeRepoPath", () => {
85
- it("should add trailing slash", () => {
86
- expect(normalizeRepoPath("global")).toBe("global/");
87
- });
88
-
89
- it("should preserve existing trailing slash", () => {
90
- expect(normalizeRepoPath("global/")).toBe("global/");
91
- });
92
-
93
- it("should remove multiple trailing slashes", () => {
94
- expect(normalizeRepoPath("global///")).toBe("global/");
95
- });
96
-
97
- it("should handle root path", () => {
98
- expect(normalizeRepoPath("/")).toBe("/");
99
- });
100
- });
101
-
102
- describe("compressPath / normalizePath", () => {
103
- it("should compress home directory to ~", () => {
104
- const homePath = path.join(os.homedir(), "test", "path");
105
- const compressed = compressPath(homePath);
106
- expect(compressed).toBe("~/test/path");
107
- });
108
-
109
- it("should expand ~ to home directory", () => {
110
- const expanded = normalizePath("~/test/path");
111
- expect(expanded).toBe(path.join(os.homedir(), "test", "path"));
112
- });
113
-
114
- it("should handle paths without home", () => {
115
- const absPath = "/tmp/test/path";
116
- expect(compressPath(absPath)).toBe(absPath);
117
- expect(normalizePath(absPath)).toBe(absPath);
118
- });
119
- });
120
-
121
- describe("checkCollision", () => {
122
- it("should return 'none' for new path", () => {
123
- const registry = createEmptyRegistry();
124
- const result = checkCollision(registry, "newpath/", "/tmp/test", "machine-1");
125
- expect(result).toBe("none");
126
- });
127
-
128
- it("should return 'same-machine' for existing path on same machine", () => {
129
- const registry: Registry = {
130
- version: 1,
131
- mappings: [
132
- {
133
- path: "global/",
134
- localPath: "~/.minimem",
135
- machineId: "machine-1",
136
- lastSync: "2024-01-15T10:30:00.000Z",
137
- },
138
- ],
139
- };
140
-
141
- const result = checkCollision(registry, "global/", "/other/path", "machine-1");
142
- expect(result).toBe("same-machine");
143
- });
144
-
145
- it("should return 'collision' for existing path on different machine", () => {
146
- const registry: Registry = {
147
- version: 1,
148
- mappings: [
149
- {
150
- path: "global/",
151
- localPath: "~/.minimem",
152
- machineId: "machine-1",
153
- lastSync: "2024-01-15T10:30:00.000Z",
154
- },
155
- ],
156
- };
157
-
158
- const result = checkCollision(registry, "global/", "/other/path", "machine-2");
159
- expect(result).toBe("collision");
160
- });
161
-
162
- it("should handle path normalization in collision check", () => {
163
- const registry: Registry = {
164
- version: 1,
165
- mappings: [
166
- {
167
- path: "global/",
168
- localPath: "~/.minimem",
169
- machineId: "machine-1",
170
- lastSync: "2024-01-15T10:30:00.000Z",
171
- },
172
- ],
173
- };
174
-
175
- // Without trailing slash should still match
176
- const result = checkCollision(registry, "global", "/other/path", "machine-2");
177
- expect(result).toBe("collision");
178
- });
179
- });
180
-
181
- describe("addMapping", () => {
182
- it("should add new mapping", () => {
183
- const registry = createEmptyRegistry();
184
- const updated = addMapping(registry, {
185
- path: "global/",
186
- localPath: "~/.minimem",
187
- machineId: "machine-1",
188
- lastSync: "2024-01-15T10:30:00.000Z",
189
- });
190
-
191
- expect(updated.mappings.length).toBe(1);
192
- expect(updated.mappings[0].path).toBe("global/");
193
- });
194
-
195
- it("should update existing mapping for same machine", () => {
196
- const registry: Registry = {
197
- version: 1,
198
- mappings: [
199
- {
200
- path: "global/",
201
- localPath: "~/.minimem",
202
- machineId: "machine-1",
203
- lastSync: "2024-01-15T10:30:00.000Z",
204
- },
205
- ],
206
- };
207
-
208
- // Use absolute path that will be compressed to ~/new-path
209
- const newPath = path.join(os.homedir(), "new-path");
210
- const updated = addMapping(registry, {
211
- path: "global/",
212
- localPath: newPath,
213
- machineId: "machine-1",
214
- lastSync: "2024-01-16T10:30:00.000Z",
215
- });
216
-
217
- expect(updated.mappings.length).toBe(1);
218
- expect(updated.mappings[0].localPath).toBe("~/new-path");
219
- });
220
-
221
- it("should compress local paths", () => {
222
- const registry = createEmptyRegistry();
223
- const homePath = path.join(os.homedir(), "test");
224
- const updated = addMapping(registry, {
225
- path: "test/",
226
- localPath: homePath,
227
- machineId: "machine-1",
228
- lastSync: "2024-01-15T10:30:00.000Z",
229
- });
230
-
231
- expect(updated.mappings[0].localPath).toBe("~/test");
232
- });
233
- });
234
-
235
- describe("removeMapping", () => {
236
- it("should remove existing mapping", () => {
237
- const registry: Registry = {
238
- version: 1,
239
- mappings: [
240
- {
241
- path: "global/",
242
- localPath: "~/.minimem",
243
- machineId: "machine-1",
244
- lastSync: "2024-01-15T10:30:00.000Z",
245
- },
246
- {
247
- path: "work/",
248
- localPath: "~/work",
249
- machineId: "machine-1",
250
- lastSync: "2024-01-15T10:30:00.000Z",
251
- },
252
- ],
253
- };
254
-
255
- const updated = removeMapping(registry, "global/", "machine-1");
256
- expect(updated.mappings.length).toBe(1);
257
- expect(updated.mappings[0].path).toBe("work/");
258
- });
259
-
260
- it("should not affect other machines' mappings", () => {
261
- const registry: Registry = {
262
- version: 1,
263
- mappings: [
264
- {
265
- path: "global/",
266
- localPath: "~/.minimem",
267
- machineId: "machine-1",
268
- lastSync: "2024-01-15T10:30:00.000Z",
269
- },
270
- {
271
- path: "global/",
272
- localPath: "~/.minimem",
273
- machineId: "machine-2",
274
- lastSync: "2024-01-15T10:30:00.000Z",
275
- },
276
- ],
277
- };
278
-
279
- const updated = removeMapping(registry, "global/", "machine-1");
280
- expect(updated.mappings.length).toBe(1);
281
- expect(updated.mappings[0].machineId).toBe("machine-2");
282
- });
283
- });
284
-
285
- describe("findMapping", () => {
286
- it("should find existing mapping", () => {
287
- const registry: Registry = {
288
- version: 1,
289
- mappings: [
290
- {
291
- path: "global/",
292
- localPath: "~/.minimem",
293
- machineId: "machine-1",
294
- lastSync: "2024-01-15T10:30:00.000Z",
295
- },
296
- ],
297
- };
298
-
299
- const found = findMapping(registry, "global/", "machine-1");
300
- expect(found).toBeTruthy();
301
- expect(found!.localPath).toBe("~/.minimem");
302
- });
303
-
304
- it("should return undefined for non-existent mapping", () => {
305
- const registry = createEmptyRegistry();
306
- const found = findMapping(registry, "global/", "machine-1");
307
- expect(found).toBeUndefined();
308
- });
309
- });
310
-
311
- describe("getMachineMappings", () => {
312
- it("should return all mappings for a machine", () => {
313
- const registry: Registry = {
314
- version: 1,
315
- mappings: [
316
- {
317
- path: "global/",
318
- localPath: "~/.minimem",
319
- machineId: "machine-1",
320
- lastSync: "2024-01-15T10:30:00.000Z",
321
- },
322
- {
323
- path: "work/",
324
- localPath: "~/work",
325
- machineId: "machine-1",
326
- lastSync: "2024-01-15T10:30:00.000Z",
327
- },
328
- {
329
- path: "other/",
330
- localPath: "~/other",
331
- machineId: "machine-2",
332
- lastSync: "2024-01-15T10:30:00.000Z",
333
- },
334
- ],
335
- };
336
-
337
- const mappings = getMachineMappings(registry, "machine-1");
338
- expect(mappings.length).toBe(2);
339
- });
340
- });
341
-
342
- describe("updateLastSync", () => {
343
- it("should update lastSync timestamp", () => {
344
- const registry: Registry = {
345
- version: 1,
346
- mappings: [
347
- {
348
- path: "global/",
349
- localPath: "~/.minimem",
350
- machineId: "machine-1",
351
- lastSync: "2024-01-15T10:30:00.000Z",
352
- },
353
- ],
354
- };
355
-
356
- const updated = updateLastSync(registry, "global/", "machine-1");
357
- expect(updated.mappings[0].lastSync).not.toBe("2024-01-15T10:30:00.000Z");
358
- // Should be a valid ISO date
359
- const date = new Date(updated.mappings[0].lastSync);
360
- expect(isNaN(date.getTime())).toBe(false);
361
- });
362
- });
363
- });
@@ -1,255 +0,0 @@
1
- /**
2
- * Tests for sync state tracking
3
- *
4
- * Uses simplified 2-way comparison (local vs remote).
5
- * No lastSyncedHash - conflict resolution is last-write-wins.
6
- */
7
-
8
- import fs from "node:fs/promises";
9
- import os from "node:os";
10
- import path from "node:path";
11
- import { afterEach, beforeEach, describe, it, expect } from "vitest";
12
-
13
- import {
14
- createEmptySyncState,
15
- loadSyncState,
16
- saveSyncState,
17
- computeFileHash,
18
- computeContentHash,
19
- listSyncableFiles,
20
- getFileSyncStatus,
21
- updateSyncStateAfterSync,
22
- removeFileFromSyncState,
23
- type SyncState,
24
- } from "../state.js";
25
-
26
- describe("Sync State", () => {
27
- let tempDir: string;
28
-
29
- beforeEach(async () => {
30
- tempDir = await fs.mkdtemp(path.join(os.tmpdir(), "minimem-state-test-"));
31
- });
32
-
33
- afterEach(async () => {
34
- await fs.rm(tempDir, { recursive: true, force: true });
35
- });
36
-
37
- describe("createEmptySyncState", () => {
38
- it("should create empty state with central path", () => {
39
- const state = createEmptySyncState("myproject/");
40
- expect(state.version).toBe(2);
41
- expect(state.lastSync).toBe(null);
42
- expect(state.centralPath).toBe("myproject/");
43
- expect(state.files).toEqual({});
44
- });
45
- });
46
-
47
- describe("loadSyncState / saveSyncState", () => {
48
- it("should return empty state when file does not exist", async () => {
49
- const state = await loadSyncState(tempDir, "test/");
50
- expect(state.lastSync).toBe(null);
51
- expect(state.files).toEqual({});
52
- });
53
-
54
- it("should save and load state correctly", async () => {
55
- await fs.mkdir(path.join(tempDir, ".minimem"), { recursive: true });
56
-
57
- const state: SyncState = {
58
- version: 2,
59
- lastSync: "2024-01-15T10:30:00.000Z",
60
- centralPath: "myproject/",
61
- files: {
62
- "MEMORY.md": {
63
- localHash: "abc123",
64
- remoteHash: "abc123",
65
- lastModified: "2024-01-15T10:30:00.000Z",
66
- },
67
- },
68
- };
69
-
70
- await saveSyncState(tempDir, state);
71
- const loaded = await loadSyncState(tempDir, "myproject/");
72
-
73
- expect(loaded.lastSync).toBe("2024-01-15T10:30:00.000Z");
74
- expect(loaded.files["MEMORY.md"].localHash).toBe("abc123");
75
- });
76
-
77
- it("should migrate v1 state to v2", async () => {
78
- await fs.mkdir(path.join(tempDir, ".minimem"), { recursive: true });
79
-
80
- // Write v1 state with lastSyncedHash
81
- const v1State = {
82
- version: 1,
83
- lastSync: "2024-01-15T10:30:00.000Z",
84
- centralPath: "myproject/",
85
- files: {
86
- "MEMORY.md": {
87
- localHash: "abc123",
88
- remoteHash: "abc123",
89
- lastSyncedHash: "abc123",
90
- lastModified: "2024-01-15T10:30:00.000Z",
91
- },
92
- },
93
- };
94
-
95
- await fs.writeFile(
96
- path.join(tempDir, ".minimem", "sync-state.json"),
97
- JSON.stringify(v1State, null, 2)
98
- );
99
-
100
- const loaded = await loadSyncState(tempDir, "myproject/");
101
-
102
- expect(loaded.version).toBe(2);
103
- // lastSyncedHash should be removed during migration
104
- expect((loaded.files["MEMORY.md"] as unknown as { lastSyncedHash?: string }).lastSyncedHash).toBeUndefined();
105
- });
106
- });
107
-
108
- describe("computeFileHash / computeContentHash", () => {
109
- it("should compute consistent hash for file", async () => {
110
- const filePath = path.join(tempDir, "test.txt");
111
- await fs.writeFile(filePath, "Hello, World!");
112
-
113
- const hash1 = await computeFileHash(filePath);
114
- const hash2 = await computeFileHash(filePath);
115
-
116
- expect(hash1).toBe(hash2);
117
- expect(hash1.length).toBe(64); // SHA-256 hex
118
- });
119
-
120
- it("should compute consistent hash for content", () => {
121
- const hash1 = computeContentHash("Hello, World!");
122
- const hash2 = computeContentHash("Hello, World!");
123
-
124
- expect(hash1).toBe(hash2);
125
- });
126
-
127
- it("should produce different hashes for different content", () => {
128
- const hash1 = computeContentHash("Hello");
129
- const hash2 = computeContentHash("World");
130
-
131
- expect(hash1).not.toBe(hash2);
132
- });
133
- });
134
-
135
- describe("listSyncableFiles", () => {
136
- beforeEach(async () => {
137
- // Create test file structure
138
- await fs.mkdir(path.join(tempDir, "memory"), { recursive: true });
139
- await fs.mkdir(path.join(tempDir, ".minimem"), { recursive: true });
140
- await fs.writeFile(path.join(tempDir, "MEMORY.md"), "# Memory");
141
- await fs.writeFile(path.join(tempDir, "memory", "notes.md"), "# Notes");
142
- await fs.writeFile(path.join(tempDir, "memory", "draft.txt"), "Draft");
143
- await fs.writeFile(path.join(tempDir, ".minimem", "config.json"), "{}");
144
- await fs.writeFile(path.join(tempDir, "other.txt"), "Other");
145
- });
146
-
147
- it("should list files matching include patterns", async () => {
148
- const files = await listSyncableFiles(
149
- tempDir,
150
- ["MEMORY.md", "memory/**/*.md"],
151
- []
152
- );
153
-
154
- expect(files.includes("MEMORY.md")).toBeTruthy();
155
- expect(files.includes("memory/notes.md")).toBeTruthy();
156
- expect(!files.includes("memory/draft.txt")).toBeTruthy(); // .txt not matched
157
- expect(!files.includes("other.txt")).toBeTruthy(); // not matched
158
- });
159
-
160
- it("should exclude .minimem directory", async () => {
161
- const files = await listSyncableFiles(tempDir, ["**/*"], []);
162
-
163
- expect(!files.some((f) => f.includes(".minimem"))).toBeTruthy();
164
- });
165
-
166
- it("should apply exclude patterns", async () => {
167
- const files = await listSyncableFiles(
168
- tempDir,
169
- ["**/*.md"],
170
- ["memory/**"]
171
- );
172
-
173
- expect(files.includes("MEMORY.md")).toBeTruthy();
174
- expect(!files.includes("memory/notes.md")).toBeTruthy(); // excluded
175
- });
176
-
177
- it("should return sorted list", async () => {
178
- const files = await listSyncableFiles(
179
- tempDir,
180
- ["MEMORY.md", "memory/**/*.md"],
181
- []
182
- );
183
-
184
- const sorted = [...files].sort();
185
- expect(files).toEqual(sorted);
186
- });
187
- });
188
-
189
- describe("getFileSyncStatus", () => {
190
- // 2-way comparison: only localHash and remoteHash
191
-
192
- it("should return unchanged when hashes match", () => {
193
- const status = getFileSyncStatus("abc", "abc");
194
- expect(status).toBe("unchanged");
195
- });
196
-
197
- it("should return local-modified when hashes differ", () => {
198
- const status = getFileSyncStatus("local", "remote");
199
- expect(status).toBe("local-modified");
200
- });
201
-
202
- it("should return local-only for file only on local", () => {
203
- const status = getFileSyncStatus("abc", null);
204
- expect(status).toBe("local-only");
205
- });
206
-
207
- it("should return remote-only for file only on remote", () => {
208
- const status = getFileSyncStatus(null, "abc");
209
- expect(status).toBe("remote-only");
210
- });
211
-
212
- it("should return unchanged when both null", () => {
213
- const status = getFileSyncStatus(null, null);
214
- expect(status).toBe("unchanged");
215
- });
216
- });
217
-
218
- describe("updateSyncStateAfterSync", () => {
219
- it("should update file entry and lastSync", () => {
220
- const state = createEmptySyncState("test/");
221
- const updated = updateSyncStateAfterSync(state, "MEMORY.md", "newhash");
222
-
223
- expect(updated.lastSync).toBeTruthy();
224
- expect(updated.files["MEMORY.md"].localHash).toBe("newhash");
225
- expect(updated.files["MEMORY.md"].remoteHash).toBe("newhash");
226
- });
227
- });
228
-
229
- describe("removeFileFromSyncState", () => {
230
- it("should remove file entry", () => {
231
- const state: SyncState = {
232
- version: 2,
233
- lastSync: "2024-01-15T10:30:00.000Z",
234
- centralPath: "test/",
235
- files: {
236
- "MEMORY.md": {
237
- localHash: "abc",
238
- remoteHash: "abc",
239
- lastModified: "2024-01-15T10:30:00.000Z",
240
- },
241
- "notes.md": {
242
- localHash: "def",
243
- remoteHash: "def",
244
- lastModified: "2024-01-15T10:30:00.000Z",
245
- },
246
- },
247
- };
248
-
249
- const updated = removeFileFromSyncState(state, "MEMORY.md");
250
-
251
- expect(!("MEMORY.md" in updated.files)).toBeTruthy();
252
- expect("notes.md" in updated.files).toBeTruthy();
253
- });
254
- });
255
- });