Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ npm-debug.log*

# typescript
*.tsbuildinfo

# test coverage
/coverage
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ AI incident command copilot for stadium/tournament operations. Solo entry for **

- `npm run dev` — dev server on :3000
- `npm run typecheck` — `tsc --noEmit` (run after any model change)
- `npm test` — Vitest unit suite (`vitest run`); `npm run test:watch` / `npm run test:coverage`. Tests cover the deterministic `src/lib` layer (detector, predict, traffic, tournament, store, weather) — colocated as `*.test.ts`. Add tests for any new pure module here.
- `npm run build` — production build (standalone output for Docker)
- Deploy: `gcloud run deploy matchday-command --source . --region asia-south1 --max-instances 1`

Expand Down
Loading
Loading