chore(workflow): add solo branch landing helper

This commit is contained in:
Developer
2026-07-15 18:48:17 +00:00
parent d76ea49777
commit ef4a6379c9
2 changed files with 209 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@
- Focused frontend typecheck: `npx tsc --noEmit`
- Local dev stack: `docker compose -f docker-compose.dev.yml up --build`
- Production stack: `docker compose up --build`
- Solo landing: after review and verification, squash-land a feature branch with `bash scripts/land-branch.sh <feature-branch> "<conventional commit message>"`; do not commit directly on `main`.
## Repo-Specific Gotchas