root
abc5498f60
docs: Add Known Issues section to checklist
...
Document all issues discovered during TrueRecall v2 deployment:
- Gem quality issues (malformed fields, duplicates, 4b vs 30b)
- OpenClaw UI glitches during compaction
- v1 migration conflicts and detection
- Security issues (IPs, paths, backup files)
- Multi-remote git configuration
- Model-specific issues
- Pre-release checklist for future deployments
2026-02-24 21:43:57 -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
198334c0b4
chore: Remove backup files and add .gitignore
...
- Remove tracked backup files (*.bak, *.neuralstream.bak)
- Remove debug_curator.py
- Add comprehensive .gitignore
- Prevents future backup/debug files from being committed
2026-02-24 21:40:42 -06:00
root
ddb2af9754
docs: Add exhaustive validation checklist
...
- Expanded from 150 lines to 500+ lines
- Added 11 comprehensive sections
- Pre-install, system deps, network, install, runtime
- Data integrity, security, performance
- Git/backup, troubleshooting, quick reference
- Validation rules for all 11 config fields
- Security checks with severity levels
- Performance benchmarks and scaling thresholds
- Health check script template
- Complete sign-off checklist
2026-02-24 21:39:45 -06:00
root
133c8a352f
chore: Skip GitHub in push-all.sh (currently blocked)
2026-02-24 21:29:16 -06:00
root
43d66727da
fix: Update push-all.sh remote names and add auth note
2026-02-24 21:27:24 -06:00
root
ed172acab9
chore: Add push-all.sh script for multi-remote sync
...
- Push to Gitea, GitHub, and GitLab in sequence
- Shows status for each remote
- Supports optional commit message argument
- Colored output for clarity
2026-02-24 21:27:09 -06:00
root
ae36275153
feat: Add v1 detection to installer
...
- Detect v1 installation (folder, cron, systemd service)
- Warn user that upgrade is not supported
- Explain removal steps clearly
- Allow continue-at-own-risk option
- Exit if user declines
2026-02-24 21:20:37 -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
05acb4f22b
fix: Strengthen curator prompt to prevent malformed gems
...
- Add Critical Validation Rules section
- Ban 'User confirmed/asked/said' patterns
- Require string importance (never 1/2/3)
- Require float confidence (never integers)
- Add Bad Gems examples
- Strengthen deduplication: SKIP if same concept in 24h
2026-02-24 21:12:00 -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
1739c93455
docs: Add Security & Privacy Review section to checklist
...
- Pre-commit checks for IPs, tokens, passwords, paths
- Placeholder replacement guide
- File review checklist
2026-02-24 21:01:52 -06:00
root
56cacd6585
feat: Add plugin configuration options to installer
...
- Max gems per turn (2/5/10/custom)
- Minimum similarity score (0.5/0.7/0.9/custom)
- Plugin config written to plugin-config.json
- Summary shows plugin settings
2026-02-24 20:59:59 -06:00
root
79fb9c6cb3
feat: Add interactive install.py and validation checklist.md
...
- Install script with full/simple mode selection
- Inline prompt format with 'go back' navigation
- Custom input option on all prompts
- Configuration summary and validation
- Comprehensive installation checklist
2026-02-24 20:55:29 -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