No description
Adds 5 new wire messages (T2-ADR-2): - client\u2192server: modifier-profile.propose, modifier-profile.consent - server\u2192client: modifier-profile.proposal-pending, modifier-profile.rejected, modifier-profile.consent-received All additive \u2014 no existing message shape changes. Wired into ClientMessageSchema, ServerMessageSchema, AnyMessageSchema, and KNOWN_MESSAGE_TYPES. Handlers follow in the next commit. |
||
|---|---|---|
| .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