waybill 1.1.1
Onboarding polish, prompted by a fresh-install plugin-panel error.
- Clean install, clean panel — the bundled GitHub MCP server no longer shows a red "missing GITHUB_MCP_PAT" error before you've set a token: it loads with a default-empty expansion, and the GitHub upgrade simply stays inactive until you connect it.
waybill statusnow helps you connect — it detects the missing PAT and prints the exact fix:export GITHUB_MCP_PAT="$(gh auth token)"when you already have an authenticated gh CLI, otherwise the fine-grained-PAT URL; plus the Atlassian/mcpOAuth pointer. Environment checks only — no network, ever.waybill --version+ engine version in the status header, and a README Updating section:claude plugin update waybill@waybill, restart, done.- Full test plan at docs/testing.md: invariant→suite map, golden protocol, CI matrix, manual matrix, the FINALPASS release gate, and honest coverage gaps.