Delete .claude/instructions.md

Signed-off-by: awfixer <103541351+awfixer@users.noreply.github.com>
This commit is contained in:
awfixer
2026-03-22 01:12:47 -07:00
committed by GitHub
parent b92713eeeb
commit 9f9b1bf05f

View File

@@ -1,13 +0,0 @@
# Claude Code Instructions for Gitoxide
See [.github/copilot-instructions.md](../.github/copilot-instructions.md) for project conventions,
architecture decisions, error handling patterns, and development practices.
## Quick Reference
- `cargo test -p <crate-name>` to test a specific crate
- `cargo check -p src` to check the main crate with default features
- `just check` to build all code in suitable configurations
- `just test` to run all tests, clippy, and journey tests
- `cargo fmt` to format all code
- `cargo clippy --workspace --all-targets -- -D warnings -A unknown-lints --no-deps` to lint all code