Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.67 KB

File metadata and controls

38 lines (29 loc) · 1.67 KB

Changelog

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

Added

  • End-of-run commit step. The agent now reconciles the qa/naive-user/<app>/ knowledge it wrote, governed by a new commitFindings config 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.md and an /update-changelog maintainer command for Claude Code.
  • Generic examples/notes-app/ worked config.

Changed

  • 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

Added

  • Initial release of the naive-user plugin and skill.
  • Source-blind, config-driven exploratory UX testing methodology in skills/naive-user/SKILL.md.
  • /naive-test command 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.