Skip to content

v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 May 03:33
· 26 commits to main since this release

Features

  • schemas: align hooks schema with official docs (4f4f296)
  • schemas: align plugin manifest and marketplace schemas with docs (bdba0a5)
  • schemas: align skill and agent schemas with official docs (4005edb)

Bug Fixes

  • ci: drop broken npm self-upgrade step from publish workflow (6d28227)
  • ci: drop registry-url from setup-node so OIDC publish works (fd9a683)
  • ci: pin npm upgrade to npm@11 to dodge bootstrap bug (34b317c)
  • ci: pin publish workflow actions to known-good SHAs (413aa33)
  • ci: switch npm upgrade to corepack to dodge self-upgrade trap (98097ab)

Reverts

  • ci: restore registry-url in publish.yml (b3edf4b)

Documentation

  • align card styles across rules, integrations, and skills (4f84520)
  • clean up "Keeping Up to Date" section on plugin page (32c8efd)
  • clean up callouts and copy on schemas reference page (b08e731)
  • refine validator diagram and flesh out integrations overview (e6ebaa4)

Styles

  • prettier formatting on skill-frontmatter.schema.json (5ce44fd)

Continuous Integration

  • extend lint-staged to schemas/**/*.json and workflow YAMLs (472f6cf)
  • harden PR review workflows against version drift (43832d3)
  • skip Vercel preview deploys for Dependabot PRs (fa1e79b)