use git branches for changes

This commit is contained in:
William L. Anderson 2026-02-10 10:10:14 -06:00
parent 8d81f1d347
commit 538981562e

View file

@ -125,6 +125,8 @@ private log(message: string, ...args: unknown[]): void {
4. **Path Normalization:** Handle root folder ("/") vs empty string consistently
## Workflow Rules
- ALWAYS create a git branch before making changes
- keep commits atomic and focused
### Development Workflow