- build: pin Playwright Test and MCP with repository-local npm, browser, and artifact paths plus sandboxed headless Chromium configuration.
- test: add a browser smoke test for the login page while keeping Playwright isolated from Vitest.
- docs: document Debian dependency setup, dual Chromium revisions, E2E commands, and project-scoped Codex MCP usage.
- feat: initialize Vite project with React 19, React Router 8, TanStack
Query, Ant Design 6, and Tailwind CSS 4
- feat: add Oxlint with React/TypeScript rules, strict TypeScript
config, and layered CSS import order
- docs: add decision record for client-rendered Web foundation with
React, Ant Design, and Tailwind CSS
- docs: create web roadmap defining architecture boundaries and deferred
dependencies
- build: pin Node.js 24 in mise.toml
Add initial project structure including:
- Go module with Cobra CLI dependency
- Root command and main entrypoint
- Basic documentation (README, AGENTS.md, architecture, decisions,
development, roadmap)
- Configuration example and gitignore
- Tool version management with mise
- Comprehensive project rules and conventions