Add ctx context manager, installer, and auto-detect Claude path

- ctx: SQLite-based cross-session context manager for Claude Code
- install.sh: automated installer (deps, files, symlinks, DB, .desktop)
- bterminal.py: replace hardcoded CLAUDE_PATH with auto-detection
- README.md: rewrite in English, document ctx and installation
- .gitignore: add CLAUDE.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
DexterFromLab 2026-03-05 11:54:24 +01:00
parent edc13e2d27
commit 4268ead6a4
5 changed files with 640 additions and 34 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
__pycache__/
*.pyc
*.pyo
CLAUDE.md