Generated: (automatically populated on first start)
SECURITY
secrets_file_path: ~/.bach/bach_secrets.json
BEHAVIOR
auto_backup_days: 30default_retention_days: 30timeout_checkpoint_minutes: 10
INTEGRATION
integration.claude-code.claude_md_path: (automatically set)
No lessons stored yet. BACH learns from your sessions.
# Develop directly in the Git repo
cd /path/to/BACH
# CORE changes: git add + commit + push
git add system/hub/neuer_handler.py
git commit -m "feat: new handler"
git push origin mainThe .gitignore protects:
bach.dband all runtime datauser/directory (personal data)- Credentials and API keys
- Generated documentation (MEMORY.md, USER.md, SKILLS.md, etc.)