alloyqa
v0.1.0
Published
AlloyQA Local CLI for Playwright TypeScript automation handoffs.
Readme
AlloyQA Local CLI
Run reviewed AlloyQA scenarios inside a local Playwright TypeScript repo.
npx alloyqa handoff PROJ-421 --token aqh_...The CLI scans the local workspace, suggests the best test file, creates a reviewable TODO patch, asks before applying, and can optionally request a Gemini Pro code proposal from AlloyQA.
Commands
alloyqa handoff <ticket-key> --token <token>
alloyqa codegen <ticket-key> --token <token>
alloyqa init
alloyqa scan
alloyqa import <handoff-json>
alloyqa suggest <ticket-key>
alloyqa patch <ticket-key>
alloyqa preview <ticket-key>
alloyqa apply <ticket-key>
alloyqa run <ticket-key>V1 supports Playwright + TypeScript only.
