Skip to content

Commit 37bd7ed

Browse files
committed
Chore: clean old commented code; finalize pre-commit hook
1 parent 3328285 commit 37bd7ed

File tree

3 files changed

+219
-182
lines changed

3 files changed

+219
-182
lines changed

agent.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@
1717
- `cd rust && cargo run --release --bin large_delete_benchmark`
1818
- Optional: record Instruments trace for confirmation of hotspot reductions.
1919

20+
- Hygiene before commit
21+
- Always remove dead code introduced by refactors.
22+
- Always format the workspace: `cd rust && cargo fmt --all`.
23+
- Always run all tests: `cargo test --workspace` (and benches if relevant).

0 commit comments

Comments
 (0)