Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ When reviewing or writing code, check for:
- ❌ Unclear variable names (x, temp, data)

## Project operations
- run tests with `cargo test -q` to keep output minimal (passing test names are suppressed, failures still shown in full); the test logger defaults to `Warn` for third-party crates — raise levels via `storage_tests/storage_testing_config.toml` or `RUST_LOG` when debugging
- to fully rebuild project and restart docker compose services use `./dev.sh`
- to rebuild just UI/frontend `npm --prefix site run build`
- to rebuild just backend `./dev.sh -b`
Expand Down
Loading