codex-memory 3.0.15

A simple memory storage service with MCP interface for Claude Desktop
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Integration test entry point
mod common;
mod database;
mod edge_cases;
mod integration;
mod mcp;

// CLI consistency tests for CODEX-CORE-001
mod cli_consistency {

    include!("integration/cli_consistency_test.rs");
}

// Cognitive features have been moved to the codex-dreams project