{"owner":"mihomo-party-org","repo":"clash-party","hasSkills":true,"hasMcp":false,"mcpConfig":null,"found":["CLAUDE.md","AGENTS.md"],"files":{"CLAUDE.md":"# CLAUDE.md\n\n## Commit rules\n\n- NEVER use `git commit --no-verify` or any other way to bypass git hooks.\n- NEVER use `git push --no-verify`.\n- The pre-commit hook runs `format:check`, `lint:check`, `typecheck`. Every commit must pass all three.\n- If the hook fails, fix the root cause and retry. Never bypass.\n- Run `pnpm run format:check && pnpm run lint:check && pnpm run typecheck` before committing.\n\n## Generated files\n\n- Do not edit `pnpm-lock.yaml` directly; change dependencies via pnpm.\n- Do not edit `extra/sidecar/` or `node_modules/.temp/`; they are generated by `scripts/prepare.mjs`.\n\nSame rules as `AGENTS.md` (for other AI tools).\n","AGENTS.md":"# AGENTS.md\n\n## Commit rules\n\n- NEVER use `git commit --no-verify` or any other way to bypass git hooks.\n- NEVER use `git push --no-verify`.\n- The pre-commit hook runs `format:check`, `lint:check`, `typecheck`. Every commit must pass all three.\n- If the hook fails, fix the root cause and retry. Never bypass.\n- Run `pnpm run format:check && pnpm run lint:check && pnpm run typecheck` before committing.\n\n## Generated files\n\n- Do not edit `pnpm-lock.yaml` directly; change dependencies via pnpm.\n- Do not edit `extra/sidecar/` or `node_modules/.temp/`; they are generated by `scripts/prepare.mjs`.\n"}}