agentic-flow 1.5.12 → 1.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 (78) hide show
  1. package/CHANGELOG.md +199 -0
  2. package/README.md +43 -23
  3. package/dist/cli-proxy.js +195 -1
  4. package/dist/config/quic.js +6 -0
  5. package/dist/reasoningbank/backend-selector.js +145 -0
  6. package/dist/reasoningbank/index.js +4 -0
  7. package/dist/transport/quic.js +43 -0
  8. package/dist/utils/cli.js +5 -0
  9. package/docs/.claude-flow/metrics/performance.json +80 -2
  10. package/docs/.claude-flow/metrics/task-metrics.json +3 -3
  11. package/docs/INDEX.md +55 -9
  12. package/docs/INTEGRATION-COMPLETE.md +291 -0
  13. package/docs/QUIC_FINAL_STATUS.md +399 -0
  14. package/docs/README_QUIC_PHASE1.md +117 -0
  15. package/docs/integration-docs/CLAUDE-FLOW-INTEGRATION-ANALYSIS.md +653 -0
  16. package/docs/integration-docs/IMPLEMENTATION_SUMMARY.md +369 -0
  17. package/docs/integration-docs/INTEGRATION-QUICK-SUMMARY.md +249 -0
  18. package/docs/integration-docs/INTEGRATION-STATUS-CORRECTED.md +488 -0
  19. package/docs/integration-docs/README.md +61 -0
  20. package/docs/quantum-goap/DEPENDENCY_GRAPH.mermaid +133 -0
  21. package/docs/quantum-goap/EXECUTION_SUMMARY.md +199 -0
  22. package/docs/quantum-goap/GOAP_IMPLEMENTATION_PLAN.md +2406 -0
  23. package/docs/quantum-goap/QUICK_START.md +301 -0
  24. package/docs/quantum-research/QUANTUM_RESEARCH_LITERATURE_REVIEW.md +2071 -0
  25. package/docs/quantum-research/README.md +94 -0
  26. package/docs/reasoningbank/MEMORY_VALIDATION_REPORT.md +417 -0
  27. package/docs/reasoningbank/README.md +43 -0
  28. package/docs/reasoningbank/REASONINGBANK_ARCHITECTURE.md +663 -0
  29. package/docs/reasoningbank/REASONINGBANK_BACKENDS.md +375 -0
  30. package/docs/reasoningbank/REASONINGBANK_FIXES.md +455 -0
  31. package/docs/reasoningbank/REASONINGBANK_INVESTIGATION.md +380 -0
  32. package/docs/releases/v1.5.14-QUIC-TRANSPORT.md +201 -0
  33. package/docs/validation-reports/BENCHMARK_AND_OPTIMIZATION_REPORT.md +470 -0
  34. package/docs/validation-reports/DOCKER_VALIDATION_RESULTS.md +391 -0
  35. package/docs/validation-reports/NO_REGRESSIONS_CONFIRMED.md +384 -0
  36. package/docs/validation-reports/NPM-PACKAGE-ANALYSIS-FINAL.md +543 -0
  37. package/docs/validation-reports/README.md +43 -0
  38. package/docs/validation-reports/V2.7.0-ALPHA.10_FINAL_VALIDATION.md +817 -0
  39. package/docs/validation-reports/V2.7.0-ALPHA.9_VALIDATION.md +546 -0
  40. package/docs/validation-reports/v1.6.0-QUIC-CLI-VALIDATION.md +558 -0
  41. package/docs/version-releases/README.md +82 -0
  42. package/package.json +15 -1
  43. package/validation/docker/Dockerfile.reasoningbank-local +24 -0
  44. package/validation/docker/Dockerfile.reasoningbank-test +21 -0
  45. package/validation/docker/README.md +234 -0
  46. package/validation/docker/docker-compose.yml +29 -0
  47. package/validation/docker/test-reasoningbank-npx.mjs +442 -0
  48. package/validation/docker-quic-test.sh +42 -0
  49. package/validation/docker-quic-validation.sh +60 -0
  50. package/validation/quic-deep-validation.ts +304 -0
  51. package/validation/test-quic-wasm.ts +94 -0
  52. package/validation/test-regression.mjs +246 -0
  53. package/wasm/quic/README.md +75 -0
  54. package/wasm/quic/agentic_flow_quic.d.ts +37 -0
  55. package/wasm/quic/agentic_flow_quic.js +779 -0
  56. package/wasm/quic/agentic_flow_quic_bg.wasm +0 -0
  57. package/wasm/quic/agentic_flow_quic_bg.wasm.d.ts +19 -0
  58. package/wasm/quic/package.json +20 -0
  59. /package/docs/{PACKAGE_STRUCTURE.md → architecture/PACKAGE_STRUCTURE.md} +0 -0
  60. /package/docs/{MODEL-ID-MAPPING.md → guides/MODEL-ID-MAPPING.md} +0 -0
  61. /package/docs/{ONNX-PROXY-IMPLEMENTATION.md → guides/ONNX-PROXY-IMPLEMENTATION.md} +0 -0
  62. /package/docs/{STANDALONE_PROXY_GUIDE.md → guides/STANDALONE_PROXY_GUIDE.md} +0 -0
  63. /package/docs/{AGENT-BOOSTER-INTEGRATION.md → integration-docs/AGENT-BOOSTER-INTEGRATION.md} +0 -0
  64. /package/docs/{CLI-INTEGRATION-COMPLETE.md → integration-docs/CLI-INTEGRATION-COMPLETE.md} +0 -0
  65. /package/docs/{INTEGRATION_COMPLETE_SUMMARY.md → integration-docs/INTEGRATION_COMPLETE_SUMMARY.md} +0 -0
  66. /package/docs/{WASM_ESM_FIX.md → integration-docs/WASM_ESM_FIX.md} +0 -0
  67. /package/docs/{WASM_INTEGRATION_COMPLETE.md → integration-docs/WASM_INTEGRATION_COMPLETE.md} +0 -0
  68. /package/docs/{REASONING-AGENTS.md → reasoningbank/REASONING-AGENTS.md} +0 -0
  69. /package/docs/{REASONINGBANK-BENCHMARK-RESULTS.md → reasoningbank/REASONINGBANK-BENCHMARK-RESULTS.md} +0 -0
  70. /package/docs/{REASONINGBANK-BENCHMARK.md → reasoningbank/REASONINGBANK-BENCHMARK.md} +0 -0
  71. /package/docs/{REASONINGBANK-CLI-INTEGRATION.md → reasoningbank/REASONINGBANK-CLI-INTEGRATION.md} +0 -0
  72. /package/docs/{REASONINGBANK-DEMO.md → reasoningbank/REASONINGBANK-DEMO.md} +0 -0
  73. /package/docs/{REASONINGBANK-VALIDATION.md → reasoningbank/REASONINGBANK-VALIDATION.md} +0 -0
  74. /package/docs/{REASONINGBANK_IMPLEMENTATION_STATUS.md → reasoningbank/REASONINGBANK_IMPLEMENTATION_STATUS.md} +0 -0
  75. /package/docs/{REASONINGBANK_INTEGRATION_PLAN.md → reasoningbank/REASONINGBANK_INTEGRATION_PLAN.md} +0 -0
  76. /package/docs/{PUBLICATION_REPORT_v1.5.11.md → version-releases/PUBLICATION_REPORT_v1.5.11.md} +0 -0
  77. /package/docs/{v1.5.9-DOCKER-VERIFICATION.md → version-releases/v1.5.9-DOCKER-VERIFICATION.md} +0 -0
  78. /package/docs/{v1.5.9-RELEASE-SUMMARY.md → version-releases/v1.5.9-RELEASE-SUMMARY.md} +0 -0
@@ -0,0 +1,145 @@
1
+ /**
2
+ * Backend Selection Helper for ReasoningBank
3
+ *
4
+ * Automatically selects the optimal ReasoningBank backend based on runtime environment.
5
+ *
6
+ * Usage:
7
+ * ```typescript
8
+ * import { createOptimalReasoningBank, getRecommendedBackend } from 'agentic-flow/reasoningbank/backend-selector';
9
+ *
10
+ * // Automatic backend selection
11
+ * const rb = await createOptimalReasoningBank('my-db');
12
+ *
13
+ * // Manual check
14
+ * const backend = getRecommendedBackend();
15
+ * console.log(`Using ${backend} backend`);
16
+ * ```
17
+ */
18
+ /**
19
+ * Detect runtime environment and recommend optimal backend
20
+ *
21
+ * @returns 'nodejs' for Node.js/Deno environments, 'wasm' for browsers
22
+ */
23
+ export function getRecommendedBackend() {
24
+ // Check for browser environment
25
+ if (typeof window !== 'undefined' && typeof document !== 'undefined') {
26
+ return 'wasm';
27
+ }
28
+ // Check for Node.js/Deno
29
+ if (typeof process !== 'undefined' && process.versions?.node) {
30
+ return 'nodejs';
31
+ }
32
+ // Default to WASM for unknown environments (likely web workers, etc.)
33
+ return 'wasm';
34
+ }
35
+ /**
36
+ * Check if IndexedDB is available (browser environment)
37
+ */
38
+ export function hasIndexedDB() {
39
+ return typeof indexedDB !== 'undefined';
40
+ }
41
+ /**
42
+ * Check if SQLite native module is available (Node.js)
43
+ */
44
+ export function hasSQLite() {
45
+ try {
46
+ require.resolve('better-sqlite3');
47
+ return true;
48
+ }
49
+ catch {
50
+ return false;
51
+ }
52
+ }
53
+ /**
54
+ * Create ReasoningBank instance with optimal backend for current environment
55
+ *
56
+ * @param dbName - Database name (used differently by each backend)
57
+ * @param options - Additional configuration options
58
+ * @returns ReasoningBank instance using optimal backend
59
+ *
60
+ * @example
61
+ * ```typescript
62
+ * // Node.js: Creates SQLite database at .swarm/my-app.db
63
+ * const rb = await createOptimalReasoningBank('my-app');
64
+ *
65
+ * // Browser: Creates IndexedDB database named 'my-app'
66
+ * const rb = await createOptimalReasoningBank('my-app');
67
+ * ```
68
+ */
69
+ export async function createOptimalReasoningBank(dbName = 'reasoningbank', options = {}) {
70
+ const backend = options.forceBackend || getRecommendedBackend();
71
+ if (options.verbose) {
72
+ console.log(`[ReasoningBank] Environment: ${backend}`);
73
+ console.log(`[ReasoningBank] Database: ${dbName}`);
74
+ }
75
+ if (backend === 'nodejs') {
76
+ // Import Node.js backend (SQLite)
77
+ const reasoningBankModule = await import('./index.js');
78
+ const dbPath = options.dbPath || `.swarm/${dbName}.db`;
79
+ if (options.verbose) {
80
+ console.log(`[ReasoningBank] Using Node.js backend with SQLite`);
81
+ console.log(`[ReasoningBank] Database path: ${dbPath}`);
82
+ }
83
+ // The Node.js backend uses the db module and core algorithms
84
+ // Initialize the database
85
+ await reasoningBankModule.initialize();
86
+ // Note: The Node.js backend has a different API than WASM
87
+ // It uses the functions from db/queries.ts and core algorithms
88
+ // We return the full module for direct access to all functions
89
+ return reasoningBankModule;
90
+ }
91
+ else {
92
+ // Import WASM backend (IndexedDB in browser, Memory in Node.js)
93
+ const { createReasoningBank } = await import('./wasm-adapter.js');
94
+ if (options.verbose) {
95
+ const storageType = hasIndexedDB() ? 'IndexedDB (persistent)' : 'Memory (ephemeral)';
96
+ console.log(`[ReasoningBank] Using WASM backend with ${storageType}`);
97
+ console.log(`[ReasoningBank] Database name: ${dbName}`);
98
+ }
99
+ return await createReasoningBank(dbName);
100
+ }
101
+ }
102
+ /**
103
+ * Get backend information and capabilities
104
+ */
105
+ export function getBackendInfo() {
106
+ const backend = getRecommendedBackend();
107
+ return {
108
+ backend,
109
+ environment: typeof window !== 'undefined' ? 'browser' : 'nodejs',
110
+ features: {
111
+ persistent: backend === 'nodejs' || hasIndexedDB(),
112
+ sqlite: backend === 'nodejs' && hasSQLite(),
113
+ indexeddb: backend === 'wasm' && hasIndexedDB(),
114
+ wasm: backend === 'wasm',
115
+ },
116
+ storage: backend === 'nodejs'
117
+ ? 'SQLite (disk)'
118
+ : hasIndexedDB()
119
+ ? 'IndexedDB (browser)'
120
+ : 'Memory (ephemeral)',
121
+ };
122
+ }
123
+ /**
124
+ * Validate environment and warn about limitations
125
+ */
126
+ export function validateEnvironment() {
127
+ const backend = getRecommendedBackend();
128
+ const warnings = [];
129
+ let valid = true;
130
+ if (backend === 'nodejs' && !hasSQLite()) {
131
+ warnings.push('better-sqlite3 not found - database operations will fail');
132
+ valid = false;
133
+ }
134
+ if (backend === 'wasm' && typeof window !== 'undefined' && !hasIndexedDB()) {
135
+ warnings.push('IndexedDB not available - using ephemeral memory storage');
136
+ warnings.push('Data will be lost when page/process exits');
137
+ }
138
+ if (backend === 'wasm' && typeof window === 'undefined') {
139
+ warnings.push('WASM in Node.js uses in-memory storage (ephemeral)');
140
+ warnings.push('Consider using Node.js backend for persistence');
141
+ }
142
+ return { valid, warnings, backend };
143
+ }
144
+ // Export validation helper for use in initialization
145
+ export { validateEnvironment as checkEnvironment };
@@ -4,6 +4,10 @@
4
4
  * Main entry point and public API
5
5
  *
6
6
  * Paper: https://arxiv.org/html/2509.25140v1
7
+ *
8
+ * This is the Node.js backend using SQLite for persistent storage.
9
+ * For browser environments, use './wasm-adapter.js' instead.
10
+ * For automatic backend selection, use './backend-selector.js'.
7
11
  */
8
12
  // Core algorithms
9
13
  export { retrieveMemories, formatMemoriesForPrompt } from './core/retrieve.js';
@@ -408,3 +408,46 @@ export class QuicConnectionPool {
408
408
  this.connections.clear();
409
409
  }
410
410
  }
411
+ export class QuicTransport {
412
+ client;
413
+ config;
414
+ constructor(config = {}) {
415
+ this.config = config;
416
+ this.client = new QuicClient({
417
+ serverHost: config.host || 'localhost',
418
+ serverPort: config.port || 4433,
419
+ maxConcurrentStreams: config.maxConcurrentStreams || 100,
420
+ certPath: config.certPath,
421
+ keyPath: config.keyPath
422
+ });
423
+ }
424
+ /**
425
+ * Connect to QUIC server
426
+ */
427
+ async connect() {
428
+ await this.client.initialize();
429
+ await this.client.connect();
430
+ }
431
+ /**
432
+ * Send data over QUIC
433
+ */
434
+ async send(data) {
435
+ // Convert data to bytes and send
436
+ const jsonStr = JSON.stringify(data);
437
+ const bytes = new TextEncoder().encode(jsonStr);
438
+ // Implementation will use QUIC client to send
439
+ logger.debug('Sending data via QUIC', { bytes: bytes.length });
440
+ }
441
+ /**
442
+ * Close connection
443
+ */
444
+ async close() {
445
+ await this.client.shutdown();
446
+ }
447
+ /**
448
+ * Get connection statistics
449
+ */
450
+ getStats() {
451
+ return this.client.getStats();
452
+ }
453
+ }
package/dist/utils/cli.js CHANGED
@@ -14,6 +14,11 @@ export function parseArgs() {
14
14
  options.mode = 'claude-code';
15
15
  return options;
16
16
  }
17
+ // Check for quic command
18
+ if (args[0] === 'quic') {
19
+ options.mode = 'quic';
20
+ return options;
21
+ }
17
22
  // Check for MCP command
18
23
  if (args[0] === 'mcp') {
19
24
  const mcpSubcommand = args[1];
@@ -1,9 +1,87 @@
1
1
  {
2
- "startTime": 1759768557067,
2
+ "startTime": 1760479381385,
3
+ "sessionId": "session-1760479381385",
4
+ "lastActivity": 1760479381385,
5
+ "sessionDuration": 0,
3
6
  "totalTasks": 1,
4
7
  "successfulTasks": 1,
5
8
  "failedTasks": 0,
6
9
  "totalAgents": 0,
7
10
  "activeAgents": 0,
8
- "neuralEvents": 0
11
+ "neuralEvents": 0,
12
+ "memoryMode": {
13
+ "reasoningbankOperations": 0,
14
+ "basicOperations": 0,
15
+ "autoModeSelections": 0,
16
+ "modeOverrides": 0,
17
+ "currentMode": "auto"
18
+ },
19
+ "operations": {
20
+ "store": {
21
+ "count": 0,
22
+ "totalDuration": 0,
23
+ "errors": 0
24
+ },
25
+ "retrieve": {
26
+ "count": 0,
27
+ "totalDuration": 0,
28
+ "errors": 0
29
+ },
30
+ "query": {
31
+ "count": 0,
32
+ "totalDuration": 0,
33
+ "errors": 0
34
+ },
35
+ "list": {
36
+ "count": 0,
37
+ "totalDuration": 0,
38
+ "errors": 0
39
+ },
40
+ "delete": {
41
+ "count": 0,
42
+ "totalDuration": 0,
43
+ "errors": 0
44
+ },
45
+ "search": {
46
+ "count": 0,
47
+ "totalDuration": 0,
48
+ "errors": 0
49
+ },
50
+ "init": {
51
+ "count": 0,
52
+ "totalDuration": 0,
53
+ "errors": 0
54
+ }
55
+ },
56
+ "performance": {
57
+ "avgOperationDuration": 0,
58
+ "minOperationDuration": null,
59
+ "maxOperationDuration": null,
60
+ "slowOperations": 0,
61
+ "fastOperations": 0,
62
+ "totalOperationTime": 0
63
+ },
64
+ "storage": {
65
+ "totalEntries": 0,
66
+ "reasoningbankEntries": 0,
67
+ "basicEntries": 0,
68
+ "databaseSize": 0,
69
+ "lastBackup": null,
70
+ "growthRate": 0
71
+ },
72
+ "errors": {
73
+ "total": 0,
74
+ "byType": {},
75
+ "byOperation": {},
76
+ "recent": []
77
+ },
78
+ "reasoningbank": {
79
+ "semanticSearches": 0,
80
+ "sqlFallbacks": 0,
81
+ "embeddingGenerated": 0,
82
+ "consolidations": 0,
83
+ "avgQueryTime": 0,
84
+ "cacheHits": 0,
85
+ "cacheMisses": 0
86
+ }
9
87
  }
@@ -1,10 +1,10 @@
1
1
  [
2
2
  {
3
- "id": "cmd-hooks-1759768557202",
3
+ "id": "cmd-hooks-1760479381514",
4
4
  "type": "hooks",
5
5
  "success": true,
6
- "duration": 9.268956000000003,
7
- "timestamp": 1759768557212,
6
+ "duration": 1759.4118409999999,
7
+ "timestamp": 1760479383273,
8
8
  "metadata": {}
9
9
  }
10
10
  ]
package/docs/INDEX.md CHANGED
@@ -7,8 +7,8 @@ Complete documentation for the Agentic Flow multi-agent orchestration system.
7
7
  ### 🚀 Start Here
8
8
  - **[README](../README.md)** - Project overview and getting started
9
9
  - **[CLAUDE.md](CLAUDE.md)** - Claude Code configuration and SPARC methodology
10
- - **[PACKAGE_STRUCTURE.md](PACKAGE_STRUCTURE.md)** - Package organization and structure
11
- - **[STANDALONE_PROXY_GUIDE.md](STANDALONE_PROXY_GUIDE.md)** - Standalone proxy server setup
10
+ - **[PACKAGE_STRUCTURE.md](architecture/PACKAGE_STRUCTURE.md)** - Package organization and structure
11
+ - **[STANDALONE_PROXY_GUIDE.md](guides/STANDALONE_PROXY_GUIDE.md)** - Standalone proxy server setup
12
12
 
13
13
  ---
14
14
 
@@ -55,7 +55,7 @@ Multi-model router configuration and usage.
55
55
  - [Top 20 Models Matrix](router/TOP20_MODELS_MATRIX.md) - Model comparison guide
56
56
 
57
57
  ### ✅ [Testing & Validation](testing/)
58
- Current test results, validation reports, and quality assurance.
58
+ Current test results and development testing documentation.
59
59
 
60
60
  - [Testing Overview](testing/README.md) - Current testing documentation
61
61
  - [Agent System Validation](testing/AGENT-SYSTEM-VALIDATION.md) - Multi-agent testing
@@ -63,6 +63,8 @@ Current test results, validation reports, and quality assurance.
63
63
  - [Regression Test Results](testing/REGRESSION-TEST-RESULTS.md) - Regression testing
64
64
  - [Streaming & MCP Validation](testing/STREAMING-AND-MCP-VALIDATION.md) - Integration tests
65
65
 
66
+ For production validation reports, see [Validation Reports](validation-reports/)
67
+
66
68
  ### 🔍 [MCP Validation](mcp-validation/)
67
69
  Model Context Protocol implementation and validation.
68
70
 
@@ -71,13 +73,47 @@ Model Context Protocol implementation and validation.
71
73
  - [CLI Validation Report](mcp-validation/MCP-CLI-VALIDATION-REPORT.md) - CLI tool testing
72
74
  - [Strange Loops Test](mcp-validation/strange-loops-test.md) - Advanced patterns
73
75
 
74
- ### 📦 [Releases](releases/)
76
+ ### 📦 [Version Releases](version-releases/)
75
77
  Version-specific release notes and publishing documentation.
76
78
 
77
- - [Release Overview](releases/README.md) - Release documentation index
78
- - [v1.2.0 Release](releases/RELEASE-v1.2.0.md) - Latest stable release
79
- - [v1.2.0 Publishing Guide](releases/NPM-PUBLISH-GUIDE-v1.2.0.md) - Publishing process
80
- - [v1.2.1 Hotfix](releases/HOTFIX-v1.2.1.md) - Critical fixes
79
+ - [Release Overview](version-releases/README.md) - Release documentation index
80
+ - [v1.5.11 Publication Report](version-releases/PUBLICATION_REPORT_v1.5.11.md) - Latest release
81
+ - [v1.5.9 Release Summary](version-releases/v1.5.9-RELEASE-SUMMARY.md) - Previous release
82
+ - [v1.5.9 Docker Verification](version-releases/v1.5.9-DOCKER-VERIFICATION.md) - Docker validation
83
+
84
+ ### 🧠 [ReasoningBank](reasoningbank/)
85
+ Cognitive memory system with pattern recognition and adaptive learning.
86
+
87
+ - [ReasoningBank Overview](reasoningbank/README.md) - Feature documentation index
88
+ - [Architecture](reasoningbank/REASONINGBANK_ARCHITECTURE.md) - System architecture
89
+ - [Backends](reasoningbank/REASONINGBANK_BACKENDS.md) - Storage backend options
90
+ - [Validation](reasoningbank/REASONINGBANK_VALIDATION.md) - Testing and validation
91
+ - [Benchmarks](reasoningbank/REASONINGBANK-BENCHMARK-RESULTS.md) - Performance metrics
92
+
93
+ ### ✅ [Validation Reports](validation-reports/)
94
+ Comprehensive testing, benchmarking, and quality assurance reports.
95
+
96
+ - [Validation Overview](validation-reports/README.md) - Testing documentation index
97
+ - [Performance Benchmarks](validation-reports/BENCHMARK_AND_OPTIMIZATION_REPORT.md) - Optimization analysis
98
+ - [Docker Validation](validation-reports/DOCKER_VALIDATION_RESULTS.md) - Container testing
99
+ - [Regression Tests](validation-reports/NO_REGRESSIONS_CONFIRMED.md) - Stability verification
100
+ - [Alpha Validation](validation-reports/V2.7.0-ALPHA.10_FINAL_VALIDATION.md) - Release validation
101
+
102
+ ### 🔌 [Integration Documentation](integration-docs/)
103
+ System integrations, implementations, and compatibility reports.
104
+
105
+ - [Integration Overview](integration-docs/README.md) - Integration documentation index
106
+ - [Agent Booster](integration-docs/AGENT-BOOSTER-INTEGRATION.md) - Ultra-fast code editing
107
+ - [Claude Flow](integration-docs/CLAUDE-FLOW-INTEGRATION-ANALYSIS.md) - Orchestration integration
108
+ - [WASM Integration](integration-docs/WASM_INTEGRATION_COMPLETE.md) - WebAssembly support
109
+ - [CLI Tools](integration-docs/CLI-INTEGRATION-COMPLETE.md) - Command-line integration
110
+
111
+ ### 🔬 [Quantum Research](quantum-research/)
112
+ Quantum computing research, literature reviews, and experimental plans.
113
+
114
+ - [Quantum Overview](quantum-research/README.md) - Research documentation index
115
+ - [Literature Review](quantum-research/QUANTUM_RESEARCH_LITERATURE_REVIEW.md) - Comprehensive research
116
+ - [Observer-Agnostic Experiment](../examples/Observer-Agnostic%20Measurement%20and%20No-Retrocausal%20Marginals%20Theorem/) - Quantum measurement testing
81
117
 
82
118
  ### 🗄️ [Validation Archive](validation/)
83
119
  Historical validation reports and test archives.
@@ -220,10 +256,20 @@ Historical reports, completed implementations, and superseded guides are in the
220
256
  ---
221
257
 
222
258
  **Documentation Status**: ✅ Reorganized and up-to-date
223
- **Last Updated**: October 6, 2025
259
+ **Last Updated**: October 14, 2025
224
260
 
225
261
  ## 📋 Recent Documentation Updates
226
262
 
263
+ **v2.7.0 Reorganization (Oct 14, 2025)**:
264
+ - Created `reasoningbank/` for all ReasoningBank feature documentation
265
+ - Created `validation-reports/` for production testing and validation
266
+ - Created `integration-docs/` for system integration documentation
267
+ - Created `quantum-research/` for quantum computing research
268
+ - Created `version-releases/` for release notes and changelogs
269
+ - Added comprehensive README files to all new categories
270
+ - Consolidated loose files into organized subdirectories
271
+ - Improved navigation and discoverability
272
+
227
273
  **v2.0 Reorganization (Oct 6, 2025)**:
228
274
  - Created dedicated `releases/` directory for version-specific documentation
229
275
  - Consolidated testing reports into `testing/` directory