Skip to content

v0.1.111

Latest

Choose a tag to compare

@grnbtqdbyx-create grnbtqdbyx-create released this 01 Jun 14:27
· 3 commits to main since this release

What changed

  • Added schemas/duplicate-audit-action-outputs.schema.json for the duplicate-audit GitHub Action output mapping.
  • Added fixtures/duplicate-audit-action-outputs.json mapping Action outputs to step outputs, JSON result fields, and generated artifact paths.
  • Added a regression test that verifies every duplicate-audit Action output is documented, wired in action.yml, and points at an existing duplicate-audit JSON schema field when JSON-derived.
  • Linked the mapping from README and docs/CODEX_DUPLICATE_AUDIT.md.

Verification

  • Red test: mapping test failed before the schema/fixture existed.
  • npm run check
  • npm audit --omit=dev
  • npm pack --dry-run --json
  • GitHub Actions CI: success on b0fe4ff
  • Codex Readiness: success on b0fe4ff