docs: refresh AGENTS and add Claude instructions

This commit is contained in:
zguiyang
2026-03-13 14:11:57 +08:00
parent a208bab7ea
commit 30b097cc74
2 changed files with 91 additions and 78 deletions

7
Claude.md Normal file
View File

@@ -0,0 +1,7 @@
# Claude.md
Please follow [`AGENTS.md`](./AGENTS.md) as the canonical agent-instruction source of truth.
Key requirement reminder:
- Use `pnpm` as the package manager (`pnpm install`, `pnpm dev`, `pnpm build`, `pnpm preview`)
- Do not use `npm`, `yarn`, or `bun` commands in this repository