# symgraph
## Branching & workflow
- **Work directly on `main`.** Do not create feature branches. Commit changes straight to `main` and push to `origin/main`.
- Keep `main` releasable: build and tests should pass before each push.
- Do not open PRs for routine work; merge by committing to `main`.