Skip to content

Version Packages - #8

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#8
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 31, 2026

Copy link
Copy Markdown

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

subtext-verify@0.3.0

Minor Changes

  • 9f81179: Reframe Subtext Verify as a companion plugin to Subtext and remove skill-name
    collisions and duplicated guidance. Verify stays a plugin (manifests, marketplace
    install, SessionStart proof-trigger hook), but now explicitly requires Subtext
    installed first and no longer re-ships anything Subtext already owns.

    • Namespaced the skills that collided with Subtext: subtext-shared
      subtext-verify-shared (slimmed to verify-only deltas; general conventions
      defer to Subtext's subtext-shared), and subtext-using-subtext
      subtext-verify-using (the SessionStart hook now injects this).
    • Removed the subtext-sightmap schema fork (it duplicated Subtext's canonical
      sightmap-authoring); subtext-recipe-sightmap-setup and subtext-onboard
      now reference sightmap-authoring.
    • Removed the separate subtext-setup-plugin skill; its tunnel-server
      connectivity and PyYAML-dependency notes are folded into subtext-tunnel.
    • MCP wiring is now tunnel-only: Verify declares just the subtext-tunnel stdio
      server and relies on base Subtext for the shared subtext HTTP server.
    • Absorbed the sightmap request-enrichment note into subtext-live.

    Every skill name is now unique across a combined Subtext + Verify install, so the
    two compose without collisions.


Note

Low Risk
Release-metadata only (version bumps, changelog, changeset cleanup); no runtime code changes in this diff.

Overview
Automated Changesets release for subtext-verify@0.3.0. The diff bumps the version from 0.2.0 to 0.3.0 in package.json, Claude/Codex/Cursor plugin manifests, and gemini-extension.json, and adds the 0.3.0 section to CHANGELOG.md.

The changelog documents the minor release already landed on main: Verify is framed as a companion to base Subtext (requires Subtext first), with renamed skills (subtext-verify-shared, subtext-verify-using), removal of duplicated sightmap/setup skills in favor of Subtext’s sightmap-authoring, tunnel-only MCP in Verify (shared subtext HTTP server comes from base Subtext), and consolidated tunnel/setup guidance in subtext-tunnel.

The pending changeset file .changeset/verify-skills-only.md is removed after versioning, which is normal for this release workflow.

Reviewed by Cursor Bugbot for commit 956e5da. Bugbot is set up for automated code reviews on this repo. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants