release
Installation
SKILL.md
Release Workflow
Execute a safe, verified npm release for the agentic-qe package. STOP after each phase for user confirmation.
Architecture
This project uses a flat single-package structure (post v3.7.4 flatten):
| File | Package Name | Role |
|---|---|---|
package.json (root) |
agentic-qe |
Published to npm — the installable package |
npm run buildexecutestsc && build:cli && build:mcpproducingdist/at rootnpm publishruns from the root directory- GitHub Actions triggers on
release: publishedevent via.github/workflows/npm-publish.yml
Important: There is NO v3/ subdirectory. All source is at root (src/, dist/, tests/).