Commit Graph

12 Commits

Author SHA1 Message Date
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