backup materials and knowledge-base docs

This commit is contained in:
admin
2026-05-30 16:22:29 +08:00
commit 93e50e8fce
3024 changed files with 2994945 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Verification Report Template
```text
VERIFICATION REPORT
==================
Build: [PASS/FAIL]
Types: [PASS/FAIL]
Lint: [PASS/FAIL]
Tests: [PASS/FAIL]
Security: [PASS/FAIL]
Diff: [summary]
Overall: [READY/NOT READY]
```

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.