Commit Graph

8 Commits

Author SHA1 Message Date
root
a1cc5b5477 Add Needed Improvements section to all docs
Documented 6 areas needing improvement:
- Semantic Deduplication (High)
- Search Result Deduplication (Medium)
- Gem Quality Scoring (Medium)
- Temporal Decay (Low)
- Gem Merging/Updating (Low)
- Importance Calibration (Low)
2026-02-25 13:34:12 -06:00
root
5950fdd09b Final fixes: first-person gems, threshold 0.5, hidden context injection
- Changed gem format from third-person to first-person for better query matching
- Lowered minRecallScore from 0.7 to 0.5
- Fixed context injection to use HTML comments (hidden from UI)
- Updated all documentation with today's fixes
2026-02-25 13:30:13 -06:00
root
87a390901d Update docs: watcher fix, plugin capture fix (2026-02-25)
- Fixed watcher stuck on old session bug (restarted service)
- Fixed plugin capture 0 exchanges (added extractMessageText for OpenAI content arrays)
- Updated README, session.md, function_check.md, audit_checklist.md
- Verified: 9 exchanges captured per session
2026-02-25 12:45:27 -06:00
root
86efd0c955 docs: Add UI glitch note during compaction
- Document known Control UI issue during compaction
- Explain why it happens (WebSocket sync during summary)
- Provide workarounds (wait or hard refresh)
- Note this is OpenClaw limitation, not fixable from TrueRecall
2026-02-24 21:15:54 -06:00
root
99a1aabd11 docs: Add Semantic Deduplication section with similarity checking
- Why smaller models need deduplication (4b vs 30b)
- Three implementation options (built-in, periodic AI, watcher hook)
- Code example for pre-insertion similarity check
- Configuration options for deduplication settings
- Recommendations by model size
- Fixed section numbering
2026-02-24 21:15:04 -06:00
root
2d3ed6cebb security: Remove private IPs and paths from repository
- Replace all 10.0.0.x IPs with placeholders
- Replace absolute paths with ~/ shorthand
- Replace specific timestamps with placeholders
- No sensitive data in public repo
2026-02-24 21:02:53 -06:00
root
faccc4b651 docs: Add Configuration Options Reference section with all defaults and descriptions 2026-02-24 20:40:57 -06:00
root
8bb1abaf18 Initial commit: TrueRecall v2.2 with 30b curator and timer-based curation 2026-02-24 20:27:44 -06:00