Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .changeset/verify-skills-only.md

This file was deleted.

2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subtext-verify",
"version": "0.2.0",
"version": "0.3.0",
"description": "Drive a hosted browser, capture before/after proof, and leave reviewer-facing evidence against your running app",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subtext-verify",
"version": "0.2.0",
"version": "0.3.0",
"description": "Drive a hosted browser, capture before/after proof, and leave reviewer-facing evidence against your running app",
"author": {
"name": "Subtext",
Expand Down
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "subtext-verify",
"displayName": "Subtext Verify",
"description": "Drive a hosted browser, capture before/after proof, and leave reviewer-facing evidence against your running app",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"author": {
"name": "Subtext",
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# 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.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion gemini-extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subtext-verify",
"version": "0.2.0",
"version": "0.3.0",
"description": "Drive a hosted browser, capture before/after proof, and leave reviewer-facing evidence against your running app",
"mcpServers": {
"subtext-tunnel": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subtext-verify",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"scripts": {
"changeset": "npx --yes @changesets/cli@^2.27.0",
Expand Down