Skip to content

v1.1.0

Latest

Choose a tag to compare

@m-shaka m-shaka released this 26 Aug 06:26
d9c606d

What's Changed

  • Reworked all three skills against the current BaseMachina docs and OpenAPI schema (#20):
    • bm-code-management now covers defineView, views, developmentViews, and previousId, documents what bm pull imports for actions and views, and adds guardrails for bm sync --with-disable, --from, and --pin-version.
    • bm-public-api now covers creating, polling, and executing review requests, auto_execute_on_approval and double-execution avoidance, and separates RFC 9457 problem details from /token OAuth errors.
    • basemachina-docs adds the OpenAPI schema and Remote MCP as preferred sources.
  • Added .claude-plugin/plugin.json and .codex-plugin/plugin.json, moved the marketplace entry to strict: true, and unified the plugin version at 1.1.0 (#20).
  • Extended scripts/validate-skills.py to check manifest consistency, semver, and OpenAI UI metadata, and added gh skill publish --dry-run to CI (#20).
  • Documented bm print-access-token as the way to obtain a Bearer token for the public API in local development (#21).
  • Stopped pinning the README install examples to a specific release tag (#22).

Why this release

The plugin manifests have been at 1.1.0 since #20, but the newest tag was still v1.0.3. This release tags the current main so gh skill install without an explicit version resolves to the reworked skills and the new Claude Code / Codex plugin manifests.

Verification

  • python3 scripts/validate-skills.py (3 skills valid)
  • gh skill publish --dry-run
  • claude plugin validate --strict .