david raistrick
|
9457f48b23
|
ci: local pre-push hook instead of GH Actions (private repo)
- remove .github/workflows/ci.yml
- add .githooks/pre-push: runs npm run test:all
- git config core.hooksPath .githooks (set)
- docs/DEVELOPMENT.md: document local pipeline
Private repo = no free Actions. Revisit when public.
|
2026-06-28 17:16:23 -04:00 |
|
david raistrick
|
fa19913e23
|
ci: add GitHub Actions workflow + dev docs + test:all script
- .github/workflows/ci.yml: runs shared + server tests on push/PR
- docs/DEVELOPMENT.md: setup, run, test, architecture, status
- package.json: test:all script (shared + server suites)
|
2026-06-28 17:14:51 -04:00 |
|
david raistrick
|
0e76fb2fc7
|
M1: backend (Express+ws+better-sqlite3) + integration tests
- server/db.js: SQLite schema mirroring Firestore doc tree
- server/handlers.js: action -> shared turn fn -> tx persist -> broadcast
- server/index.js: REST endpoints + WebSocket real-time push
- server/server.test.js: 7 integration tests (REST CRUD + combat flow)
- --forceExit for jest (open WS handles)
Backend boots, serves state, persists to SQLite.
|
2026-06-28 17:01:53 -04:00 |
|
david raistrick
|
e06adaa081
|
M1: shared turn logic + characterization tests (39 green)
- npm workspaces: shared/, server/
- shared/turn.js: port turn logic verbatim from App.js (bugs preserved)
- 39 characterization tests lock current behavior
- gitignore: sqlite data, logs
|
2026-06-28 16:57:43 -04:00 |
|
david raistrick
|
d679c9d1e9
|
docs: restore approved milestone plan (backend=M1, drop FSM-extract milestone)
|
2026-06-28 16:53:18 -04:00 |
|
david raistrick
|
ad7979d8fd
|
docs: add rework plan (backend-first, test-ecosystem baseline)
|
2026-06-28 16:47:48 -04:00 |
|