generated from nhcarrigan/template
chore: fix lint, ensure full CI pipeline passes, add verify checklist
- Fix strict-boolean-expressions in 7 route files (runtime body validation) - Fix no-unnecessary-condition in profile.ts and offlineProgress.ts (defensive null checks) - Extend v8 ignore next-N counts in game.ts to reach 100% coverage - Add CI requirements to CLAUDE.md (lint + build + test must pass before commit) - Add manual verification checklist (verify.md) - Remove progress.md
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Elysium Project Notes
|
||||
|
||||
## CI Requirements
|
||||
|
||||
**Never commit without first confirming the full pipeline passes locally:**
|
||||
1. `pnpm lint` — zero errors, zero warnings
|
||||
2. `pnpm build` — all packages build cleanly
|
||||
3. `pnpm test` — all tests pass with 100% coverage on `apps/api` and `packages/types`
|
||||
|
||||
## About Page
|
||||
|
||||
The About page (`apps/web/src/components/game/AboutPanel.tsx`) contains a **How to Play** guide that should be kept up to date as new features are added to the game. When implementing new game systems, zones, mechanics, or significant UI features, update the `HOW_TO_PLAY` array in `AboutPanel.tsx` to include a description of the new feature.
|
||||
The About page (`apps/web/src/components/game/aboutPanel.tsx`) contains a **How to Play** guide that should be kept up to date as new features are added to the game. When implementing new game systems, zones, mechanics, or significant UI features, update the `HOW_TO_PLAY` array in `aboutPanel.tsx` to include a description of the new feature.
|
||||
|
||||
Reference in New Issue
Block a user