chore: pin npm deps, quiet install, validate exact versions

This commit is contained in:
time_
2026-03-29 14:36:10 +03:00
parent 1cdd80f51b
commit 9352f15fd6
11 changed files with 177 additions and 100 deletions

View File

@@ -30,6 +30,7 @@ Validation is now a lightweight automated gate instead of a prose-only checklist
- generation must not pass validation if framework scaffolding files were deleted and replaced by a hand-written minimal skeleton
- if dependencies are installed, build verification runs for `server/` and `client/`
- if dependencies are missing, build verification is reported as skipped with reason instead of green
- `server/package.json` and `client/package.json`: every entry in `dependencies`, `devDependencies`, `optionalDependencies`, and `peerDependencies` must use an exact version string (no `^` or `~` prefix)
### Auth checks