me like nix
1# Global Agent Rules
2
3## Workflow
4
5- **Commit after verification**: After a successful verification step (e.g. `cargo check` with 0 errors), always create a jj revision: `jj desc -m "description of changes" && jj new`
6- **Never run migrations without asking**: Always prompt the user before running database migrations (`just migrate run`, `sqlx migrate run`, `just clear_db`, `sqlx database reset`, etc.)