Skip to content

v0.2.0 — Assisted onboarding and QA tooling

Choose a tag to compare

@smota smota released this 08 Jul 07:14
aed4580

Highlights

  • Added assisted onboarding for existing projects, including a canonical guide, copy-paste agent handoff prompt, OS-specific launch examples, and a prompt-only onboarding-prompt CLI command.
  • Added read-only environment validation guidance with docs/environment-tools.md, aligned with doctor-env and clarity-over-automation setup rules.
  • Documented the optional qa-expert role and its environment/tool profile, including the opinionated default to use Vibium for browser-based exploratory QA.
  • Added optional QA tooling guidance for browsers, evidence capture, Playwright/Cypress/Selenium, Axe/Lighthouse/devtools, curl/HTTPie/Postman/Bruno, simulators/emulators, and project-specific test data.
  • Improved README and docs index discoverability for onboarding, environment tools, default skills, qa-expert, and project setup.

Validation

  • node bin/cli.mjs onboarding-prompt --target .
  • node bin/cli.mjs doctor-env --json
  • pnpm test
  • pnpm test:workflow
  • pnpm format:check