Add project roadmap and architecture docs

This commit is contained in:
Philip Guzman
2026-06-30 09:53:09 -07:00
parent 577fe1f7a7
commit 508eecd0bd
5 changed files with 107 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Contributing
## Branching
- `main` is stable.
- `develop` is the integration branch.
- Feature branches use: `feature/<name>`.
## Safety Rules
Never commit personal music library files, Serato databases, or crates.
Never write repair code without dry-run mode, backup plan, and rollback log.