first commit

This commit is contained in:
2026-06-11 03:33:14 +08:00
commit 5f555bf342
599 changed files with 142347 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# 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.