- feat: add `.agents/skills/playwright-cli/` with complete Skill
markdown, agent interface, and 9 reference files covering session
management, spec-driven testing, video recording, tracing, storage,
request mocking, element attributes, test debugging, and running
custom code
- feat: add `.playwright/cli.config.json` to configure the Playwright
CLI
- feat: add `web/package.json` `playwright:cli` script that resolves
`playwright cli` from the repo root
- build: remove `@playwright/mcp` dependency from `web/package.json`
- build: set `XDG_CACHE_HOME` in `mise.toml`
- build: delete `.codex/config.toml` (MCP server config)
- docs: update `README.md`, `docs/web/roadmap.md`,
`docs/web/decisions.md`, and `web/README.md` to reflect the new
Playwright CLI approach
- 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