Git Branching Strategy
🎯 Strategic Intent
Maintain a simple and robust version control workflow for the core vault to prevent synchronization conflicts.
🛠️ Implementation / Logic
- Standard: Use a single
mainbranch for all files within00_core. - Rationale: Minimizes complexity for automated sync scripts and simplifies repository-wide state management.
Source: git_strategy_discussion.md