chore: auto format code on save and add more details to AGENTS.md (#1582)

Adds a default vscode config with generally applicable settings.
Adds more entrypoints to justfile both  for environment setup and to help
agents better verify changes.
This commit is contained in:
pakrym-oai
2025-07-17 11:40:00 -07:00
committed by GitHub
parent b95a010e86
commit 6949329a7f
7 changed files with 43 additions and 2 deletions

View File

@@ -23,3 +23,9 @@ file-search *args:
# format code
fmt:
cargo fmt -- --config imports_granularity=Item
fix:
cargo clippy --fix --all-features --tests --allow-dirty
install:
cargo fetch