All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project follows Semantic Versioning.
- MIT release scaffolding (
LICENSE,CONTRIBUTING.md,CODE_OF_CONDUCT.md,SECURITY.md, third-party notices). - Playwright E2E baseline and CI gates for unit + E2E checks.
- Added route-level API auth checks for defense-in-depth on protected routes.
- Added configurable host lock (
HERMES_HOST_LOCK) with secure local-first default for OpenClaw workflows. - Hardened template safety by removing org-specific residue and sanitizing seeded/demo data.
- Remediated production dependency audit findings via
minimatchoverride and verified cleanpnpm audit.