Releases: marianoviola/sphere-plugin
Releases · marianoviola/sphere-plugin
Release list
v1.1.0 — Guided publishing
Sphere plugin v1.1.0
Adds guided publishing to your own Sphere Node.
New
publish_fragment— read a prepared local fragment, validate it, then publishcontent.md+ manifest to your configured Sphere Node (PUT /owner/fragments/{id}), reusing the same node URL and token as the read tools.- Hard validation gate: a structurally invalid fragment is refused locally — the node is never called.
- Advisory readiness is reported but never blocks.
- On success, reports the node's canonical URL for the fragment.
- If the node URL/token isn't set, it explains how to configure it instead of failing.
Recommended flow: prepare_fragment → validate_fragment → analyze_fragment_readiness → publish_fragment.
The plugin remains a thin client: it sends only to the node you configure, holds no hosting credentials, and (for now) publishes manifest + content.md only — media is a planned follow-up.
Install
Download sphere-plugin-1.1.0.mcpb below and open it with Claude Desktop (Extensions → install from file).
Verification
npm test (27 passed), npm run typecheck, and npm run validate-manifest all green; end-to-end publish verified against a running node.
Full changelog: #1
v1.0.0
Full Changelog: https://github.com/marianoviola/sphere-plugin/commits/v1.0.0