Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/target

# Claude Code local settings (user-specific)
.claude/settings.local.json
5 changes: 5 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -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()`.
Expand Down
Loading