docs: add branch hygiene commit-and-merge guidance

This commit is contained in:
2026-03-08 21:43:07 +00:00
parent 62578e7aa5
commit 08c85afa5e
3 changed files with 7 additions and 1 deletions

View File

@@ -72,3 +72,4 @@ Run in this exact order:
## Conventions
- Do **not** attempt to fix known test/configuration issues as part of feature work.
- Use `bun` for frontend commands, `uv` for local Python tooling where applicable.
- Commit and merge completed feature branches promptly once validation passes (avoid leaving finished work unmerged).