Skip to content

v0.1.3 - Marketplace cleanup and package hygiene

Choose a tag to compare

@rtonf rtonf released this 11 Jun 07:01
· 20 commits to main since this release

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.yml to a composite Action so Marketplace users can run the Action from a GitHub tag without committing generated dist/ files to the repository.
  • Added an offline Action input and updated README/Marketplace examples to use offline: true for no-secret public triage.
  • Removed public cleanup candidates:
    • design/security-review-workbench-reference.png
    • design-qa.md
    • docs/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 --json

npm run verify passes with typecheck, lint, format check, unit tests, Playwright UI smoke test, evals, package dry run, publint, and npm audit.