duoqi-api/.claude/settings.local.json
Wang Zhuoxuan 6e65993f89 feat: add pagination support to admin categories endpoint
- Add page/limit query parameters with Zod validation (max 50)
- Update listCategories service to return paginated results
- Response format includes pagination metadata (total, page, limit)
- Matches existing pattern from questions/feedback endpoints

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-11 12:56:40 +08:00

16 lines
333 B
JSON

{
"permissions": {
"allow": [
"mcp__plugin_ecc_context7__resolve-library-id",
"mcp__plugin_ecc_context7__query-docs",
"Bash(bun install:*)",
"Bash(bun add:*)",
"Bash(bunx tsc:*)",
"Bash(git status:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(bun run:*)"
]
}
}