docs: update repository guidelines and project structure details

This commit is contained in:
discountry
2026-04-06 20:18:54 +08:00
parent 4e69b81da2
commit 6b5f2542a4
2 changed files with 133 additions and 37 deletions
-12
View File
@@ -1,12 +0,0 @@
# RitMEX Bot - Claude Instructions
## Package Manager
**必须使用 Bun** - 这个项目使用 Bun 作为包管理器和运行时。所有能用 bun 执行的命令都必须使用 bun:
- 安装依赖: `bun install`
- 运行脚本: `bun run <script>`
- 执行测试: `bun run test`(即 `bun x vitest run`,不要用 `bun test`
- 类型检查: `bun run typecheck`
**不要使用 npm、yarn 或 npx**
Symlink
+1
View File
@@ -0,0 +1 @@
AGENTS.md