Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.29 KB

File metadata and controls

53 lines (38 loc) · 1.29 KB

BACH Projekt-Anweisungen

Generiert: (wird beim ersten Start automatisch befuellt)

System-Einstellungen

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: (wird automatisch gesetzt)

BACH Lessons (Top-10)

Noch keine Lessons gespeichert. BACH lernt aus deinen Sessions.

Entwicklungs-Workflow (Single Installation Model, ab v3.3.0)

Code aendern

# Direkt im Git-Repo entwickeln
cd /pfad/zu/BACH
# CORE-Aenderungen: git add + commit + push
git add system/hub/neuer_handler.py
git commit -m "feat: neuer Handler"
git push origin main

User-Daten sind geschuetzt

Die .gitignore schuetzt:

  • bach.db und alle Laufzeitdaten
  • user/ Verzeichnis (persoenliche Daten)
  • Credentials und API-Keys
  • Generierte Dokumentation (MEMORY.md, USER.md, SKILLS.md, etc.)

🇬🇧 English version