Newsjack v0.1.11
Changed
- Medialyst now runs through the
newsjackCLI's public-API wrapper instead
of MCP. The CLI calls Medialyst's public API directly;find-journalists
andnews-searchuse that path, with a local-artifact fallback when
Medialyst is not configured. (#47) find-journalistsnow treatsnewsjackas a news and enrichment data
layer, not a hosted media-list manager. Agents own list organization and
final fit judgment; the final outreach list stays small and relevant, while
larger candidate enrichment is allowed when screening multiple regions,
angles, beats, or ambiguous bylines. (#48)- The Claude plugin manifests (
.claude-plugin/plugin.jsonand
marketplace.json) now track the release version; a release-workflow gate and
a unit test keep them in sync with the tag.
Removed
- The Medialyst MCP integration and its install-time setup, including the
NEWSJACK_INSTALL_MCPoption — no Node/MCP bridge is registered anymore.
(#47) - The
newsjack media-lists ...command family. The CLI no longer creates,
inspects, updates, shares, stores, or manages hosted media lists. (#48)
Docs
- README: added a skills × harness compatibility matrix, reorganized setup by
agent platform (local agents / Claude.ai & Cowork / ChatGPT), and clarified
ChatGPT support (Skills beta for Business and Enterprise). (#46) - Added Medialyst agent-native media-list and enrichment API handoff notes.
(#48)
What's Changed
- Enforce a changelog entry on every release cut by @elvisun in #44
- docs: Cowork runtime research + shipping decision (Cowork P2, Medialyst OAuth P0) by @elvisun in #45
- docs: replace runtime table with a skills × harness matrix by @elvisun in #46
- feat(cli): wrap public API, remove MCP, update find-journalists skill by @elvisun in #47
- [codex] remove media-list CLI surface by @elvisun in #48
Full Changelog: v0.1.10...v0.1.11