Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.24 KB

File metadata and controls

53 lines (38 loc) · 1.24 KB

BACH Project Instructions

Generated: (automatically populated on first start)

System Settings

SECURITY

  • secrets_file_path: ~/.bach/bach_secrets.json

BEHAVIOR

  • auto_backup_days: 30
  • default_retention_days: 30
  • timeout_checkpoint_minutes: 10

INTEGRATION

  • integration.claude-code.claude_md_path: (automatically set)

BACH Lessons (Top 10)

No lessons stored yet. BACH learns from your sessions.

Development Workflow (Single Installation Model, since v3.3.0)

Changing Code

# 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 main

User Data is Protected

The .gitignore protects:

  • bach.db and all runtime data
  • user/ directory (personal data)
  • Credentials and API keys
  • Generated documentation (MEMORY.md, USER.md, SKILLS.md, etc.)

🇩🇪 Deutsche Version