doc(agent): add rules files that are automatically loaded into context alongside CLAUDE.md (#3532)

This commit is contained in:
Huang Xin
2026-03-14 11:37:41 +08:00
committed by GitHub
parent 8274c6bc4f
commit 1297e33c62
11 changed files with 38 additions and 24 deletions
+2
View File
@@ -7,6 +7,8 @@
"tauri": "pnpm --filter @readest/readest-app tauri",
"dev-web": "pnpm --filter @readest/readest-app dev-web",
"prepare": "husky",
"fmt:check": "pnpm --filter @readest/readest-app fmt:check",
"clippy:check": "pnpm --filter @readest/readest-app clippy:check",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,json,md,html,yml}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,css,json,md,html,yml}\""
},