v0.1.0
Added
- Server-authoritative Action pipeline with schema validation, deterministic cooldowns, token-bucket rate limits, authorization, output validation, and structured Result values.
- Caller-owned RemoteEvent and RemoteFunction transport with safe client responses and request scope cleanup.
- Roblox datatype validators for Vector3, CFrame, Color3, EnumItem, and constrained Instance references.
- Consumer smoke fixture for Wally and Rojo integration.
Changed
- Package ships as server realm with a Wally-compatible package root.
Security
- Raw remote payloads cannot reach action execution before schema validation.
- Client failures expose stable error codes only.
Migration
Initial public release; no prior public API exists to migrate.