me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

Global Agent Rules#

Workflow#

  • 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
  • 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.)