You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Windows support (GA). One PowerShell line installs Newsjack on a stock
Windows 11 machine with no prerequisites — no install script, no git, no
Node. The bare newsjack.exe bootstraps its own release bundle (checksum
verified), installs skills, registers MCP, adds itself to the user PATH,
and self-updates natively from then on.
Go-native Medialyst MCP bridge.newsjack mcp-bridge speaks
streamable HTTP to Medialyst directly, replacing npx mcp-remote — the
Node dependency is gone on every platform. API keys still load at runtime
and never land in harness config files.
headline-generator skill: headline and subject-line candidates from a
story's raw facts.
Windows CI: unit tests, cross-compile gates, a full bootstrap battery,
and a Windows job in the post-release smoke.
Fixed
All 13 findings from the first real-machine Windows install test,
including: bootstrap now pins the bundle to the binary's own version;
Claude Code is detected on Windows even when not on PATH; install --source adopts prebuilt bundles into the managed install; mcp setup repairs stale Medialyst registrations instead of skipping
them; the documented install one-liner works on stock PowerShell 5.1.
npm release verification no longer reports false failures from registry
propagation lag.