mirror of
https://github.com/awfixers-stuff/src.git
synced 2026-03-23 11:05:59 +00:00
Delete .claude/instructions.md
Signed-off-by: awfixer <103541351+awfixer@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user