moflo 4.8.21 → 4.8.23

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 (178) hide show
  1. package/.claude/agents/browser/browser-agent.yaml +182 -182
  2. package/.claude/agents/core/coder.md +265 -265
  3. package/.claude/agents/core/planner.md +167 -167
  4. package/.claude/agents/core/researcher.md +189 -189
  5. package/.claude/agents/core/reviewer.md +325 -325
  6. package/.claude/agents/core/tester.md +318 -318
  7. package/.claude/agents/database-specialist.yaml +21 -21
  8. package/.claude/agents/dual-mode/codex-coordinator.md +224 -224
  9. package/.claude/agents/dual-mode/codex-worker.md +211 -211
  10. package/.claude/agents/dual-mode/dual-orchestrator.md +291 -291
  11. package/.claude/agents/github/code-review-swarm.md +537 -537
  12. package/.claude/agents/github/github-modes.md +172 -172
  13. package/.claude/agents/github/issue-tracker.md +318 -318
  14. package/.claude/agents/github/multi-repo-swarm.md +552 -552
  15. package/.claude/agents/github/pr-manager.md +190 -190
  16. package/.claude/agents/github/project-board-sync.md +508 -508
  17. package/.claude/agents/github/release-manager.md +366 -366
  18. package/.claude/agents/github/release-swarm.md +582 -582
  19. package/.claude/agents/github/repo-architect.md +397 -397
  20. package/.claude/agents/github/swarm-issue.md +572 -572
  21. package/.claude/agents/github/swarm-pr.md +427 -427
  22. package/.claude/agents/github/sync-coordinator.md +451 -451
  23. package/.claude/agents/github/workflow-automation.md +634 -634
  24. package/.claude/agents/goal/code-goal-planner.md +445 -445
  25. package/.claude/agents/hive-mind/collective-intelligence-coordinator.md +129 -129
  26. package/.claude/agents/hive-mind/queen-coordinator.md +202 -202
  27. package/.claude/agents/hive-mind/scout-explorer.md +241 -241
  28. package/.claude/agents/hive-mind/swarm-memory-manager.md +192 -192
  29. package/.claude/agents/hive-mind/worker-specialist.md +216 -216
  30. package/.claude/agents/index.yaml +17 -17
  31. package/.claude/agents/neural/safla-neural.md +73 -73
  32. package/.claude/agents/project-coordinator.yaml +15 -15
  33. package/.claude/agents/python-specialist.yaml +21 -21
  34. package/.claude/agents/reasoning/goal-planner.md +72 -72
  35. package/.claude/agents/security-auditor.yaml +20 -20
  36. package/.claude/agents/swarm/adaptive-coordinator.md +395 -395
  37. package/.claude/agents/swarm/hierarchical-coordinator.md +326 -326
  38. package/.claude/agents/swarm/mesh-coordinator.md +391 -391
  39. package/.claude/agents/templates/migration-plan.md +745 -745
  40. package/.claude/agents/typescript-specialist.yaml +21 -21
  41. package/.claude/checkpoints/1767754460.json +8 -8
  42. package/.claude/commands/agents/agent-spawning.md +28 -28
  43. package/.claude/commands/github/github-modes.md +146 -146
  44. package/.claude/commands/github/github-swarm.md +121 -121
  45. package/.claude/commands/github/issue-tracker.md +291 -291
  46. package/.claude/commands/github/pr-manager.md +169 -169
  47. package/.claude/commands/github/release-manager.md +337 -337
  48. package/.claude/commands/github/repo-architect.md +366 -366
  49. package/.claude/commands/github/sync-coordinator.md +300 -300
  50. package/.claude/commands/memory/neural.md +47 -47
  51. package/.claude/commands/sparc/analyzer.md +51 -51
  52. package/.claude/commands/sparc/architect.md +53 -53
  53. package/.claude/commands/sparc/ask.md +97 -97
  54. package/.claude/commands/sparc/batch-executor.md +54 -54
  55. package/.claude/commands/sparc/code.md +89 -89
  56. package/.claude/commands/sparc/coder.md +54 -54
  57. package/.claude/commands/sparc/debug.md +83 -83
  58. package/.claude/commands/sparc/debugger.md +54 -54
  59. package/.claude/commands/sparc/designer.md +53 -53
  60. package/.claude/commands/sparc/devops.md +109 -109
  61. package/.claude/commands/sparc/docs-writer.md +80 -80
  62. package/.claude/commands/sparc/documenter.md +54 -54
  63. package/.claude/commands/sparc/innovator.md +54 -54
  64. package/.claude/commands/sparc/integration.md +83 -83
  65. package/.claude/commands/sparc/mcp.md +117 -117
  66. package/.claude/commands/sparc/memory-manager.md +54 -54
  67. package/.claude/commands/sparc/optimizer.md +54 -54
  68. package/.claude/commands/sparc/orchestrator.md +131 -131
  69. package/.claude/commands/sparc/post-deployment-monitoring-mode.md +83 -83
  70. package/.claude/commands/sparc/refinement-optimization-mode.md +83 -83
  71. package/.claude/commands/sparc/researcher.md +54 -54
  72. package/.claude/commands/sparc/reviewer.md +54 -54
  73. package/.claude/commands/sparc/security-review.md +80 -80
  74. package/.claude/commands/sparc/sparc-modes.md +174 -174
  75. package/.claude/commands/sparc/sparc.md +111 -111
  76. package/.claude/commands/sparc/spec-pseudocode.md +80 -80
  77. package/.claude/commands/sparc/supabase-admin.md +348 -348
  78. package/.claude/commands/sparc/swarm-coordinator.md +54 -54
  79. package/.claude/commands/sparc/tdd.md +54 -54
  80. package/.claude/commands/sparc/tester.md +54 -54
  81. package/.claude/commands/sparc/tutorial.md +79 -79
  82. package/.claude/commands/sparc/workflow-manager.md +54 -54
  83. package/.claude/commands/sparc.md +166 -166
  84. package/.claude/commands/swarm/analysis.md +95 -95
  85. package/.claude/commands/swarm/development.md +96 -96
  86. package/.claude/commands/swarm/examples.md +168 -168
  87. package/.claude/commands/swarm/maintenance.md +102 -102
  88. package/.claude/commands/swarm/optimization.md +117 -117
  89. package/.claude/commands/swarm/research.md +136 -136
  90. package/.claude/commands/swarm/testing.md +131 -131
  91. package/.claude/commands/workflows/development.md +77 -77
  92. package/.claude/commands/workflows/research.md +62 -62
  93. package/.claude/guidance/moflo-bootstrap.md +126 -126
  94. package/.claude/guidance/shipped/agent-bootstrap.md +126 -126
  95. package/.claude/guidance/shipped/guidance-memory-strategy.md +262 -262
  96. package/.claude/guidance/shipped/memory-strategy.md +204 -204
  97. package/.claude/guidance/shipped/moflo.md +668 -653
  98. package/.claude/guidance/shipped/task-swarm-integration.md +441 -441
  99. package/.claude/helpers/intelligence.cjs +207 -207
  100. package/.claude/helpers/statusline.cjs +851 -851
  101. package/.claude/settings.local.json +18 -0
  102. package/.claude/skills/fl/SKILL.md +583 -583
  103. package/.claude/skills/flo/SKILL.md +583 -583
  104. package/.claude/skills/github-code-review/SKILL.md +1140 -1140
  105. package/.claude/skills/github-multi-repo/SKILL.md +874 -874
  106. package/.claude/skills/github-project-management/SKILL.md +1277 -1277
  107. package/.claude/skills/github-release-management/SKILL.md +1081 -1081
  108. package/.claude/skills/github-workflow-automation/SKILL.md +1065 -1065
  109. package/.claude/skills/hive-mind-advanced/SKILL.md +712 -712
  110. package/.claude/skills/hooks-automation/SKILL.md +1201 -1201
  111. package/.claude/skills/performance-analysis/SKILL.md +563 -563
  112. package/.claude/skills/sparc-methodology/SKILL.md +1115 -1115
  113. package/.claude/skills/swarm-advanced/SKILL.md +973 -973
  114. package/.claude/workflow-state.json +4 -4
  115. package/LICENSE +21 -21
  116. package/README.md +698 -685
  117. package/bin/cli.js +0 -0
  118. package/bin/gate-hook.mjs +50 -50
  119. package/bin/gate.cjs +138 -138
  120. package/bin/generate-code-map.mjs +775 -775
  121. package/bin/hook-handler.cjs +83 -83
  122. package/bin/hooks.mjs +656 -656
  123. package/bin/index-guidance.mjs +892 -892
  124. package/bin/index-tests.mjs +709 -709
  125. package/bin/lib/process-manager.mjs +243 -243
  126. package/bin/lib/registry-cleanup.cjs +41 -41
  127. package/bin/prompt-hook.mjs +72 -72
  128. package/bin/semantic-search.mjs +472 -472
  129. package/bin/session-start-launcher.mjs +238 -238
  130. package/bin/setup-project.mjs +250 -250
  131. package/package.json +123 -123
  132. package/src/@claude-flow/cli/README.md +452 -452
  133. package/src/@claude-flow/cli/bin/cli.js +180 -180
  134. package/src/@claude-flow/cli/bin/preinstall.cjs +2 -2
  135. package/src/@claude-flow/cli/dist/src/commands/completions.js +409 -409
  136. package/src/@claude-flow/cli/dist/src/commands/doctor.js +18 -2
  137. package/src/@claude-flow/cli/dist/src/commands/embeddings.js +25 -25
  138. package/src/@claude-flow/cli/dist/src/commands/github.js +61 -61
  139. package/src/@claude-flow/cli/dist/src/commands/hive-mind.js +90 -90
  140. package/src/@claude-flow/cli/dist/src/commands/hooks.js +9 -9
  141. package/src/@claude-flow/cli/dist/src/commands/init.js +3 -8
  142. package/src/@claude-flow/cli/dist/src/commands/ruvector/import.js +14 -14
  143. package/src/@claude-flow/cli/dist/src/commands/ruvector/setup.js +624 -624
  144. package/src/@claude-flow/cli/dist/src/config/moflo-config.d.ts +3 -0
  145. package/src/@claude-flow/cli/dist/src/config/moflo-config.js +101 -91
  146. package/src/@claude-flow/cli/dist/src/index.d.ts +5 -0
  147. package/src/@claude-flow/cli/dist/src/index.js +44 -0
  148. package/src/@claude-flow/cli/dist/src/init/claudemd-generator.d.ts +29 -29
  149. package/src/@claude-flow/cli/dist/src/init/claudemd-generator.js +43 -43
  150. package/src/@claude-flow/cli/dist/src/init/executor.js +453 -453
  151. package/src/@claude-flow/cli/dist/src/init/helpers-generator.js +482 -482
  152. package/src/@claude-flow/cli/dist/src/init/moflo-init.d.ts +30 -30
  153. package/src/@claude-flow/cli/dist/src/init/moflo-init.js +140 -140
  154. package/src/@claude-flow/cli/dist/src/init/statusline-generator.js +876 -876
  155. package/src/@claude-flow/cli/dist/src/memory/memory-initializer.js +371 -371
  156. package/src/@claude-flow/cli/dist/src/runtime/headless.js +28 -28
  157. package/src/@claude-flow/cli/dist/src/services/container-worker-pool.d.ts +197 -0
  158. package/src/@claude-flow/cli/dist/src/services/container-worker-pool.js +584 -0
  159. package/src/@claude-flow/cli/dist/src/services/daemon-lock.d.ts +14 -0
  160. package/src/@claude-flow/cli/dist/src/services/daemon-lock.js +1 -1
  161. package/src/@claude-flow/cli/dist/src/services/headless-worker-executor.js +84 -84
  162. package/src/@claude-flow/cli/package.json +1 -1
  163. package/src/@claude-flow/guidance/README.md +1195 -1195
  164. package/src/@claude-flow/guidance/package.json +198 -198
  165. package/src/@claude-flow/memory/README.md +587 -587
  166. package/src/@claude-flow/memory/dist/agentdb-backend.js +26 -26
  167. package/src/@claude-flow/memory/dist/auto-memory-bridge.test.js +27 -27
  168. package/src/@claude-flow/memory/dist/hybrid-backend.d.ts +245 -0
  169. package/src/@claude-flow/memory/dist/hybrid-backend.js +569 -0
  170. package/src/@claude-flow/memory/dist/hybrid-backend.test.d.ts +8 -0
  171. package/src/@claude-flow/memory/dist/hybrid-backend.test.js +320 -0
  172. package/src/@claude-flow/memory/dist/sqlite-backend.d.ts +121 -0
  173. package/src/@claude-flow/memory/dist/sqlite-backend.js +572 -0
  174. package/src/@claude-flow/memory/dist/sqljs-backend.js +26 -26
  175. package/src/@claude-flow/memory/package.json +44 -44
  176. package/src/@claude-flow/shared/README.md +323 -323
  177. package/src/@claude-flow/shared/dist/events/event-store.js +31 -31
  178. package/src/README.md +493 -493
@@ -0,0 +1,320 @@
1
+ /**
2
+ * Tests for HybridBackend (ADR-009)
3
+ *
4
+ * Verifies that the hybrid backend correctly routes queries between
5
+ * SQLite (structured) and AgentDB (semantic) backends.
6
+ */
7
+ import { describe, it, expect, beforeEach, afterEach } from 'vitest';
8
+ import { HybridBackend } from './hybrid-backend.js';
9
+ import { createDefaultEntry } from './types.js';
10
+ describe('HybridBackend - ADR-009', () => {
11
+ let backend;
12
+ // Mock embedding generator for testing
13
+ const mockEmbedding = async (text) => {
14
+ // Simple mock: convert text to numbers
15
+ const arr = new Float32Array(128);
16
+ for (let i = 0; i < Math.min(text.length, 128); i++) {
17
+ arr[i] = text.charCodeAt(i) / 255;
18
+ }
19
+ return arr;
20
+ };
21
+ beforeEach(async () => {
22
+ backend = new HybridBackend({
23
+ sqlite: {
24
+ databasePath: ':memory:', // In-memory for testing
25
+ verbose: false,
26
+ },
27
+ agentdb: {
28
+ vectorDimension: 128,
29
+ },
30
+ embeddingGenerator: mockEmbedding,
31
+ dualWrite: true,
32
+ });
33
+ await backend.initialize();
34
+ });
35
+ afterEach(async () => {
36
+ await backend.shutdown();
37
+ });
38
+ describe('Initialization', () => {
39
+ it('should initialize both backends', async () => {
40
+ const health = await backend.healthCheck();
41
+ expect(health.status).toBe('healthy');
42
+ expect(health.components.storage).toBeDefined();
43
+ expect(health.components.index).toBeDefined();
44
+ expect(health.components.cache).toBeDefined();
45
+ });
46
+ });
47
+ describe('Store Operations', () => {
48
+ it('should store entries in both backends (dual-write)', async () => {
49
+ const entry = createDefaultEntry({
50
+ key: 'test-key',
51
+ content: 'Test content for dual write',
52
+ namespace: 'test',
53
+ });
54
+ await backend.store(entry);
55
+ // Verify in SQLite
56
+ const fromSQLite = await backend.getSQLiteBackend().get(entry.id);
57
+ expect(fromSQLite).toBeDefined();
58
+ expect(fromSQLite?.key).toBe('test-key');
59
+ // Verify in AgentDB
60
+ const fromAgentDB = await backend.getAgentDBBackend().get(entry.id);
61
+ expect(fromAgentDB).toBeDefined();
62
+ expect(fromAgentDB?.key).toBe('test-key');
63
+ });
64
+ it('should handle bulk inserts', async () => {
65
+ const entries = Array.from({ length: 10 }, (_, i) => createDefaultEntry({
66
+ key: `bulk-${i}`,
67
+ content: `Bulk content ${i}`,
68
+ namespace: 'bulk-test',
69
+ }));
70
+ await backend.bulkInsert(entries);
71
+ const count = await backend.count('bulk-test');
72
+ expect(count).toBe(10);
73
+ });
74
+ });
75
+ describe('Exact Match Queries (SQLite)', () => {
76
+ beforeEach(async () => {
77
+ // Insert test data
78
+ await backend.store(createDefaultEntry({
79
+ key: 'user-123',
80
+ content: 'User data for testing',
81
+ namespace: 'users',
82
+ }));
83
+ });
84
+ it('should route exact key queries to SQLite', async () => {
85
+ const result = await backend.getByKey('users', 'user-123');
86
+ expect(result).toBeDefined();
87
+ expect(result?.key).toBe('user-123');
88
+ });
89
+ it('should handle prefix queries via SQLite', async () => {
90
+ await backend.store(createDefaultEntry({
91
+ key: 'user-456',
92
+ content: 'Another user',
93
+ namespace: 'users',
94
+ }));
95
+ const results = await backend.queryStructured({
96
+ namespace: 'users',
97
+ keyPrefix: 'user-',
98
+ limit: 10,
99
+ });
100
+ expect(results.length).toBeGreaterThanOrEqual(2);
101
+ expect(results.every((r) => r.key.startsWith('user-'))).toBe(true);
102
+ });
103
+ });
104
+ describe('Semantic Search (AgentDB)', () => {
105
+ beforeEach(async () => {
106
+ // Insert test data with semantic content
107
+ await backend.store(createDefaultEntry({
108
+ key: 'doc-1',
109
+ content: 'Authentication and authorization patterns',
110
+ namespace: 'docs',
111
+ tags: ['security', 'auth'],
112
+ }));
113
+ await backend.store(createDefaultEntry({
114
+ key: 'doc-2',
115
+ content: 'Database optimization techniques',
116
+ namespace: 'docs',
117
+ tags: ['performance', 'database'],
118
+ }));
119
+ await backend.store(createDefaultEntry({
120
+ key: 'doc-3',
121
+ content: 'Secure authentication methods',
122
+ namespace: 'docs',
123
+ tags: ['security', 'auth'],
124
+ }));
125
+ });
126
+ it('should perform semantic search via AgentDB', async () => {
127
+ const results = await backend.querySemantic({
128
+ content: 'authentication security',
129
+ k: 5,
130
+ threshold: 0.1, // Low threshold for simple mock embeddings
131
+ });
132
+ expect(results.length).toBeGreaterThan(0);
133
+ // Should find docs about authentication
134
+ const hasAuthDoc = results.some((r) => r.content.includes('Authentication'));
135
+ expect(hasAuthDoc).toBe(true);
136
+ });
137
+ it('should support semantic search with filters', async () => {
138
+ const results = await backend.querySemantic({
139
+ content: 'security patterns',
140
+ k: 10,
141
+ filters: {
142
+ type: 'semantic',
143
+ tags: ['security'],
144
+ limit: 10,
145
+ },
146
+ });
147
+ expect(results.every((r) => r.tags.includes('security'))).toBe(true);
148
+ });
149
+ });
150
+ describe('Hybrid Queries', () => {
151
+ beforeEach(async () => {
152
+ // Insert diverse test data
153
+ for (let i = 0; i < 5; i++) {
154
+ await backend.store(createDefaultEntry({
155
+ key: `hybrid-${i}`,
156
+ content: `Content about ${i % 2 === 0 ? 'authentication' : 'database'} topic ${i}`,
157
+ namespace: 'hybrid-test',
158
+ tags: i % 2 === 0 ? ['auth'] : ['db'],
159
+ }));
160
+ }
161
+ });
162
+ it('should combine semantic and structured queries (union)', async () => {
163
+ const results = await backend.queryHybrid({
164
+ semantic: {
165
+ content: 'authentication',
166
+ k: 3,
167
+ },
168
+ structured: {
169
+ namespace: 'hybrid-test',
170
+ keyPrefix: 'hybrid-',
171
+ limit: 5,
172
+ },
173
+ combineStrategy: 'union',
174
+ });
175
+ expect(results.length).toBeGreaterThan(0);
176
+ expect(results.every((r) => r.namespace === 'hybrid-test')).toBe(true);
177
+ });
178
+ it('should support semantic-first strategy', async () => {
179
+ const results = await backend.queryHybrid({
180
+ semantic: {
181
+ content: 'database',
182
+ k: 2,
183
+ },
184
+ structured: {
185
+ namespace: 'hybrid-test',
186
+ limit: 3,
187
+ },
188
+ combineStrategy: 'semantic-first',
189
+ });
190
+ expect(results.length).toBeGreaterThan(0);
191
+ // First results should be from semantic search
192
+ });
193
+ });
194
+ describe('CRUD Operations', () => {
195
+ let testEntry;
196
+ beforeEach(async () => {
197
+ testEntry = createDefaultEntry({
198
+ key: 'crud-test',
199
+ content: 'Original content',
200
+ namespace: 'test',
201
+ });
202
+ await backend.store(testEntry);
203
+ });
204
+ it('should update entries in both backends', async () => {
205
+ const updated = await backend.update(testEntry.id, {
206
+ content: 'Updated content',
207
+ tags: ['updated'],
208
+ });
209
+ expect(updated).toBeDefined();
210
+ expect(updated?.content).toBe('Updated content');
211
+ expect(updated?.tags).toContain('updated');
212
+ // Verify in SQLite
213
+ const fromSQLite = await backend.getSQLiteBackend().get(testEntry.id);
214
+ expect(fromSQLite?.content).toBe('Updated content');
215
+ // Verify in AgentDB
216
+ const fromAgentDB = await backend.getAgentDBBackend().get(testEntry.id);
217
+ expect(fromAgentDB?.content).toBe('Updated content');
218
+ });
219
+ it('should delete entries from both backends', async () => {
220
+ const deleted = await backend.delete(testEntry.id);
221
+ expect(deleted).toBe(true);
222
+ const fromSQLite = await backend.getSQLiteBackend().get(testEntry.id);
223
+ expect(fromSQLite).toBeNull();
224
+ const fromAgentDB = await backend.getAgentDBBackend().get(testEntry.id);
225
+ expect(fromAgentDB).toBeNull();
226
+ });
227
+ });
228
+ describe('Namespace Operations', () => {
229
+ beforeEach(async () => {
230
+ await backend.store(createDefaultEntry({
231
+ key: 'ns1-key',
232
+ content: 'Namespace 1 content',
233
+ namespace: 'ns1',
234
+ }));
235
+ await backend.store(createDefaultEntry({
236
+ key: 'ns2-key',
237
+ content: 'Namespace 2 content',
238
+ namespace: 'ns2',
239
+ }));
240
+ });
241
+ it('should list all namespaces', async () => {
242
+ const namespaces = await backend.listNamespaces();
243
+ expect(namespaces).toContain('ns1');
244
+ expect(namespaces).toContain('ns2');
245
+ });
246
+ it('should count entries per namespace', async () => {
247
+ const ns1Count = await backend.count('ns1');
248
+ const ns2Count = await backend.count('ns2');
249
+ expect(ns1Count).toBe(1);
250
+ expect(ns2Count).toBe(1);
251
+ });
252
+ it('should clear namespace in both backends', async () => {
253
+ const deleted = await backend.clearNamespace('ns1');
254
+ expect(deleted).toBe(1);
255
+ const ns1Count = await backend.count('ns1');
256
+ expect(ns1Count).toBe(0);
257
+ const ns2Count = await backend.count('ns2');
258
+ expect(ns2Count).toBe(1);
259
+ });
260
+ });
261
+ describe('Statistics', () => {
262
+ it('should provide combined statistics', async () => {
263
+ // Add some test data
264
+ for (let i = 0; i < 5; i++) {
265
+ await backend.store(createDefaultEntry({
266
+ key: `stats-${i}`,
267
+ content: `Stats content ${i}`,
268
+ namespace: 'stats',
269
+ }));
270
+ }
271
+ const stats = await backend.getStats();
272
+ expect(stats.totalEntries).toBeGreaterThanOrEqual(5);
273
+ expect(stats.entriesByNamespace['stats']).toBe(5);
274
+ expect(stats.hnswStats).toBeDefined();
275
+ expect(stats.cacheStats).toBeDefined();
276
+ });
277
+ });
278
+ describe('Health Check', () => {
279
+ it('should report healthy status for both backends', async () => {
280
+ const health = await backend.healthCheck();
281
+ expect(health.status).toBe('healthy');
282
+ expect(health.components.storage.status).toBe('healthy');
283
+ expect(health.components.index.status).toBe('healthy');
284
+ expect(health.components.cache.status).toBe('healthy');
285
+ });
286
+ });
287
+ describe('Query Routing', () => {
288
+ it('should auto-route semantic queries to AgentDB', async () => {
289
+ await backend.store(createDefaultEntry({
290
+ key: 'route-test',
291
+ content: 'Routing test content',
292
+ namespace: 'routing',
293
+ }));
294
+ const results = await backend.query({
295
+ type: 'semantic',
296
+ content: 'routing test',
297
+ limit: 5,
298
+ });
299
+ // Verify we got some results
300
+ expect(results).toBeDefined();
301
+ });
302
+ it('should auto-route exact queries to SQLite', async () => {
303
+ await backend.store(createDefaultEntry({
304
+ key: 'exact-test',
305
+ content: 'Exact match test',
306
+ namespace: 'routing',
307
+ }));
308
+ const results = await backend.query({
309
+ type: 'exact',
310
+ key: 'exact-test',
311
+ namespace: 'routing',
312
+ limit: 1,
313
+ });
314
+ // Verify we got the exact result
315
+ expect(results.length).toBeGreaterThan(0);
316
+ expect(results[0].key).toBe('exact-test');
317
+ });
318
+ });
319
+ });
320
+ //# sourceMappingURL=hybrid-backend.test.js.map
@@ -0,0 +1,121 @@
1
+ /**
2
+ * SQLite Memory Backend
3
+ *
4
+ * Provides structured storage for memory entries using SQLite.
5
+ * Optimized for ACID transactions, exact matches, and complex queries.
6
+ * Part of ADR-009: Hybrid Memory Backend (SQLite + AgentDB)
7
+ *
8
+ * @module v3/memory/sqlite-backend
9
+ */
10
+ import { EventEmitter } from 'node:events';
11
+ import { IMemoryBackend, MemoryEntry, MemoryEntryUpdate, MemoryQuery, SearchOptions, SearchResult, BackendStats, HealthCheckResult, EmbeddingGenerator } from './types.js';
12
+ /**
13
+ * Configuration for SQLite Backend
14
+ */
15
+ export interface SQLiteBackendConfig {
16
+ /** Path to SQLite database file (:memory: for in-memory) */
17
+ databasePath: string;
18
+ /** Enable WAL mode for better concurrency */
19
+ walMode: boolean;
20
+ /** Enable query optimization */
21
+ optimize: boolean;
22
+ /** Default namespace */
23
+ defaultNamespace: string;
24
+ /** Embedding generator (for compatibility with hybrid mode) */
25
+ embeddingGenerator?: EmbeddingGenerator;
26
+ /** Maximum entries before auto-cleanup */
27
+ maxEntries: number;
28
+ /** Enable verbose logging */
29
+ verbose: boolean;
30
+ }
31
+ /**
32
+ * SQLite Backend for Structured Memory Storage
33
+ *
34
+ * Provides:
35
+ * - ACID transactions for data consistency
36
+ * - Efficient indexing for exact matches and prefix queries
37
+ * - Full-text search capabilities
38
+ * - Complex SQL queries with joins and aggregations
39
+ * - Persistent storage with WAL mode
40
+ */
41
+ export declare class SQLiteBackend extends EventEmitter implements IMemoryBackend {
42
+ private config;
43
+ private db;
44
+ private initialized;
45
+ private stats;
46
+ constructor(config?: Partial<SQLiteBackendConfig>);
47
+ /**
48
+ * Initialize the SQLite backend
49
+ */
50
+ initialize(): Promise<void>;
51
+ /**
52
+ * Shutdown the backend
53
+ */
54
+ shutdown(): Promise<void>;
55
+ /**
56
+ * Store a memory entry
57
+ */
58
+ store(entry: MemoryEntry): Promise<void>;
59
+ /**
60
+ * Get a memory entry by ID
61
+ */
62
+ get(id: string): Promise<MemoryEntry | null>;
63
+ /**
64
+ * Get a memory entry by key within a namespace
65
+ */
66
+ getByKey(namespace: string, key: string): Promise<MemoryEntry | null>;
67
+ /**
68
+ * Update a memory entry
69
+ */
70
+ update(id: string, update: MemoryEntryUpdate): Promise<MemoryEntry | null>;
71
+ /**
72
+ * Delete a memory entry
73
+ */
74
+ delete(id: string): Promise<boolean>;
75
+ /**
76
+ * Query memory entries with filters
77
+ */
78
+ query(query: MemoryQuery): Promise<MemoryEntry[]>;
79
+ /**
80
+ * Semantic vector search (not optimized for SQLite, returns empty)
81
+ * Use HybridBackend for semantic search with AgentDB
82
+ */
83
+ search(embedding: Float32Array, options: SearchOptions): Promise<SearchResult[]>;
84
+ /**
85
+ * Bulk insert entries
86
+ */
87
+ bulkInsert(entries: MemoryEntry[]): Promise<void>;
88
+ /**
89
+ * Bulk delete entries
90
+ */
91
+ bulkDelete(ids: string[]): Promise<number>;
92
+ /**
93
+ * Get entry count
94
+ */
95
+ count(namespace?: string): Promise<number>;
96
+ /**
97
+ * List all namespaces
98
+ */
99
+ listNamespaces(): Promise<string[]>;
100
+ /**
101
+ * Clear all entries in a namespace
102
+ */
103
+ clearNamespace(namespace: string): Promise<number>;
104
+ /**
105
+ * Get backend statistics
106
+ */
107
+ getStats(): Promise<BackendStats>;
108
+ /**
109
+ * Perform health check
110
+ */
111
+ healthCheck(): Promise<HealthCheckResult>;
112
+ private ensureInitialized;
113
+ private createSchema;
114
+ private rowToEntry;
115
+ /**
116
+ * Synchronous store for use in transactions
117
+ */
118
+ private storeSync;
119
+ }
120
+ export default SQLiteBackend;
121
+ //# sourceMappingURL=sqlite-backend.d.ts.map