A CLAUDE.md is just a markdown file at the root of your repo. Copy the content below into your own project's CLAUDE.md to give your agent the same context.
npx versuz@latest install triwinds-ns-emu-tools --kind=claude-mdcurl -o CLAUDE.md https://raw.githubusercontent.com/triwinds/ns-emu-tools/HEAD/CLAUDE.md# Repository Instructions - Commit messages must follow Conventional Commits, for example: `fix(eden): switch release source to Forgejo`. - Unless the user explicitly requests otherwise, make changes only on the Rust side under `src-tauri`. Do not modify Python or other non-Rust parts by default. - After modifying Rust code, run `cargo fmt` and `cargo check` before handing off the work. - If `cargo check` reports any errors or warnings, fix them before handing off the work.