Introduces Playwright testing agents (planner, generator, healer) powered by MCP to plan, generate, and heal end-to-end tests.
Configures the MCP server and integrates agent workflows into OpenCode and GitHub chat modes to enable AI-assisted testing.
Adds Playwright test dependency and updates lockfile; adjusts markdown lint ignores to reduce noise.
Adds contributor guidance for Claude Code to streamline local development.
Normalizes shell script shebangs to use /usr/bin/env bash for portability.
Enables automated browser testing workflows and resilient test maintenance within AI-enabled tooling.
- Introduced .pre-commit-config.yaml for pre-commit hooks using uv-pre-commit.
- Created lint.sh script to run Ruff and Black for linting and formatting.
- Added test.sh script to execute tests with coverage reporting.
- Configured .uv file for uv settings including lockfile management and dependency resolution.
- Updated Makefile with targets for virtual environment setup, dependency installation, linting, testing, formatting, and database migrations.
- Established requirements.txt with main and development dependencies for the project.