Files
TWBG_Materials/文档润色流和知识库构建流/claude-scholar/skills/verification-loop/references/STACK-DETECTION.md
2026-05-30 16:22:29 +08:00

420 B

Stack Detection

Python

Look for pyproject.toml, uv.lock, requirements.txt, or pytest.ini. Prefer uv commands when the repo is uv-managed.

Node.js / TypeScript

Look for package.json, pnpm-lock.yaml, tsconfig.json. Use the package manager already used by the repo.

Mixed repos

Run only the checks relevant to touched areas; do not force every language tool when the change is clearly scoped.