me like nix
Global Agent Rules#
Workflow#
- Commit after verification: After a successful verification step (e.g.
cargo checkwith 0 errors), always create a jj revision:jj desc -m "description of changes" && jj new - 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.)