All notable changes to this project are documented here.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2026-06-27
- End-of-run commit step. The agent now reconciles the
qa/naive-user/<app>/knowledge it wrote, governed by a newcommitFindingsconfig key ("ask"default,"auto","off"). It stages only that path, so findings stop rotting as uncommitted working state and colliding with the next pull or merge. - Community health files:
CONTRIBUTING.md,CODE_OF_CONDUCT.md,SECURITY.md, issue templates, and a pull request template. CHANGELOG.mdand an/update-changelogmaintainer command for Claude Code.- Generic
examples/notes-app/worked config.
- Rewrote the README and skill prose for a public launch: clearer voice, no em dashes.
- Decoupled the project from any specific app. The bundled example is now a generic
notes-app.
0.1.0 - 2026-06-23
- Initial release of the naive-user plugin and skill.
- Source-blind, config-driven exploratory UX testing methodology in
skills/naive-user/SKILL.md. /naive-testcommand for Claude Code, Codex, Gemini CLI, Copilot CLI, and OpenCode.- Playwright MCP wiring for each supported harness.
- Config template, mental-model and findings templates, and a worked example config.