v0.1.3 - Marketplace cleanup and package hygiene
v0.1.3 Release Notes
MaintainerOps AI v0.1.3 prepares the project for GitHub Marketplace publication and trims public/package noise.
Changes
- Converted
action.ymlto a composite Action so Marketplace users can run the Action from a GitHub tag without committing generateddist/files to the repository. - Added an
offlineAction input and updated README/Marketplace examples to useoffline: truefor no-secret public triage. - Removed public cleanup candidates:
design/security-review-workbench-reference.pngdesign-qa.mddocs/application-draft.md
- Narrowed npm package contents so generated tests, eval runner output, and source maps are excluded from the package tarball.
- Added publication audit and exposure scan evidence.
Verification
git diff --check
npm run verify
npm pack --dry-run --jsonnpm run verify passes with typecheck, lint, format check, unit tests, Playwright UI smoke test, evals, package dry run, publint, and npm audit.