diff --git a/.gitignore b/.gitignore index ea8c4bf..d65cca6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ /target + +# Claude Code local settings (user-specific) +.claude/settings.local.json diff --git a/AGENTS.md b/AGENTS.md index dfed0a1..3edc25c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,5 +1,10 @@ # Repository Guidelines +> **Blueprint:** This project follows the conventions in +> [rust-cli-sdk-blueprint](https://github.com/ghostspice/rust-cli-sdk-blueprint) +> (`instruction-template.md`). Fetch it when making architectural decisions, +> adding new modules, or reviewing PRs. This repo is a `*-cli` crate. + ## Project Layout - `src/main.rs`: entrypoint — parses CLI and delegates to `run()`.