No description
The helper previously set CI=true, which flipped Playwright's `reuseExistingServer` to false. That caused Playwright to spawn its own Vite dev server on :5173, colliding with the docker compose stack (paratype-web-dev container). Removing CI=true makes Playwright connect to the running dev server in docker. Verified: 146/146 e2e tests pass against docker-compose.dev.yml. 0 fixmes. 0 skips. EXIT_CODE=0. |
||
|---|---|---|
| .github/workflows | ||
| .sisyphus | ||
| docs | ||
| packages | ||
| scripts | ||
| .gitignore | ||
| eslint.config.js | ||
| lefthook.yml | ||
| LICENSE | ||
| package.json | ||
| playwright.config.ts | ||
| README.md | ||
| tsconfig.base.json | ||
| tsconfig.json | ||
| vitest.workspace.ts | ||
@paratype
A Doorenbos-style Rete II rules engine for TypeScript games, with an authoritative WebSocket chess demo.
Packages
packages/rete— Rete II engine corepackages/chess— Browser chess demo (React + Vite)packages/server— Authoritative Bun WebSocket server
Docs
- SPEC.md — Engine specification
- PHASES.md — Development phases & perf budgets
- RULES.md — Chess rule presets
- PROTOCOL.md — WebSocket message protocol
Getting Started
bun install && bun run check