From 9f9b1bf05f006c9462522d0a474b342c703c5d29 Mon Sep 17 00:00:00 2001 From: awfixer <103541351+awfixer@users.noreply.github.com> Date: Sun, 22 Mar 2026 01:12:47 -0700 Subject: [PATCH] Delete .claude/instructions.md Signed-off-by: awfixer <103541351+awfixer@users.noreply.github.com> --- .claude/instructions.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .claude/instructions.md diff --git a/.claude/instructions.md b/.claude/instructions.md deleted file mode 100644 index f7a61d1..0000000 --- a/.claude/instructions.md +++ /dev/null @@ -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 ` 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