Major reorganization:
- Created scripts/ directory for all utility scripts
- Created config/ directory for configuration files
- Moved all test files to tests/ directory
- Updated all script paths to work with new structure
- Updated README.md with new project structure diagram
New structure:
├── src/ # Source code (API + MCP)
├── scripts/ # Utility scripts (start-*.sh, docs_server.py, etc.)
├── tests/ # All test files and debug utilities
├── config/ # Configuration files (JSON, Caddy config)
├── docs/ # Documentation website
└── logs/ # Log files
All scripts updated to use relative paths from project root.
Documentation updated with new folder structure.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Authentication fixes:
- Removed auth.js from all HTML pages (was causing double prompts)
- Removed .htaccess and .htpasswd files (redundant with Caddy)
- Now using only Caddy basic auth: langmem / langmem2025
Signal bridge fixes:
- Found Signal bridge bot: @signalbot:matrix.klas.chat
- Created DM room between Claude user and bridge bot
- Sent login command to register Claude with Signal bridge
- Claude should now be able to bridge messages to Signal
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Added .htaccess with Apache basic auth configuration
- Created .htpasswd with username 'langmem' and password 'langmem2025'
- Added auth.js for JavaScript-based authentication backup
- Updated all HTML pages to include authentication script
- Added AUTH_INFO.md with access credentials and setup info
Credentials: langmem / langmem2025
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Complete fact-based memory API with mem0-inspired approach
- Individual fact extraction and deduplication
- ADD/UPDATE/DELETE memory actions
- Precision search with 0.86+ similarity scores
- MCP server for Claude Code integration
- Neo4j graph relationships and PostgreSQL vector storage
- Comprehensive documentation with architecture and API docs
- Matrix communication integration
- Production-ready Docker setup with Ollama and Supabase
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>