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
a22e6f095a
chore: Remove unnecessary files and folders
...
Removed:
- session.md (user-specific session notes)
- migrate_memories.py (one-time migration script)
- test_curator.py (test file)
- __pycache__/ (Python cache)
- tr-compact/ (v1 deprecated)
- tr-daily/ (v1 deprecated)
- tr-worker/ (empty)
- shared/ (empty)
- tr-continuous/migrate_add_curated.py
- tr-continuous/curator_by_count.py
- tr-continuous/curator_turn_based.py
- tr-continuous/curator_cron.sh
- tr-continuous/turn-curator.service
- tr-continuous/README.md (redundant)
Remaining core files:
- README.md, checklist.md, curator-prompt.md
- install.py, push-all.sh, .gitignore
- tr-continuous/curator_timer.py
- tr-continuous/curator_config.json
2026-02-24 21:42:48 -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
8bb1abaf18
Initial commit: TrueRecall v2.2 with 30b curator and timer-based curation
2026-02-24 20:27:44 -06:00