Commit Graph

12 Commits

Author SHA1 Message Date
root
ead210b565 docs: update Quick Start with install script option
- Add Option 1: Quick Install using install.sh
- Add Option 2: Manual Install (original)
- Update verification section
- Make install script the recommended path
2026-03-04 14:59:37 -06:00
root
cdcfe2f51a docs: add requirements section
- Document vector database requirement
- Explain local vs cloud options
- Clarify IP accessibility needed
- List additional requirements (Ollama, OpenClaw, systemd)
2026-03-04 14:59:37 -06:00
root
ba4a5fd63d docs: remove v1 from title 2026-03-04 14:59:37 -06:00
root
29a1ade004 docs: add Base is Complete section
- Emphasize that Base is fully functional standalone
- Clarify upgrade is optional
- List what Base provides without addons
- Reduce pressure to upgrade
2026-03-04 14:59:37 -06:00
root
62251f5566 docs: add memory usage and q command instructions
- Add Using Memories with OpenClaw section
- Document the 'q' command and its meaning
- Include context injection instructions for system prompts
- Add search priority table
- Explain when to search q vs other sources
- Include right/wrong response examples
2026-03-04 14:59:37 -06:00
root
501872d46e docs: add comprehensive How It Works section
- Add architecture diagram
- Detail step-by-step process (5 steps)
- Include code snippets for each phase
- Document session rotation handling
- Add error handling documentation
- Include collection schema details
- Document security notes
- Add performance metrics table
2026-03-04 14:59:37 -06:00
root
6a32cedb5a docs: update README with upgrade paths and coming soon notices
- Remove duplicate Base does NOT include section
- Add detailed upgrade paths for Gems and Blocks
- Add Coming Soon status indicators
- Include workflow diagrams for both addons
- Explain use cases for each upgrade option
2026-03-04 14:59:37 -06:00
root
04953bc38b Update README: Add v1 to title for clarity 2026-03-04 14:59:37 -06:00
root
d943b9d87e docs: sanitize IP addresses in README
- Replace hardcoded IPs with placeholders
- QDRANT_URL: 10.0.0.40 → <QDRANT_IP>
- OLLAMA_URL: 10.0.0.10 → <OLLAMA_IP>
- USER_ID: rob → <USER_ID>
- Update verification example command
2026-03-04 14:59:37 -06:00
root
808c021d15 docs: replace v2 references with Gems/Blocks addons
- Remove v2 from README Next Step section
- Add addon comparison table (Gems vs Blocks)
- Update prerequisite mention
- Update Python docstring to reference addons
2026-03-04 14:59:37 -06:00
root
5ea614b212 refactor: rename v1 references to base
- Remove v1 versioning from project name
- Update all references: TrueRecall v1 → TrueRecall Base
- Update paths: true-recall-v1 → true-recall-base
- Clean up README (remove version number)
- Update config description
- Update service file description and paths
2026-03-04 14:59:37 -06:00
root
d88ff6cea3 feat: initial TrueRecall Base v1.0
Core components:
- Real-time memory capture daemon
- Qdrant memories_tr collection storage
- Systemd service for auto-start
- Configuration templates with placeholders

Features:
- Full conversation context capture
- Deduplication via content hashing
- User-tagged memories
- Compatible with Gems and Blocks addons
2026-03-04 14:59:37 -06:00