Neon Pilot Download

Release QA

Release QA is a required gate before cutting a Neon Pilot release. Automated checks catch contract regressions; hands-on QA catches broken seams in the running app.

Required commands

Run from a clean working tree unless you are validating a focused fix before commit:

pnpm run check:release:doctor
pnpm run test:release-hardening
pnpm run qa:release

qa:release is an orchestrated checklist runner. It runs the release reliability doctor and prints the required hands-on checks that must be performed against a running app or packaged candidate.

Hands-on smoke checklist

Record pass/fail notes, the commit SHA, and the app build used.

  1. Launch
  2. - Start the current app build or packaged release candidate. - Confirm the main window renders, no startup error toast appears, and the sidebar populates.

  1. Conversation lifecycle
  2. - Create a conversation through the canonical admin surface (neon-pilot externally or neon_pilot internally). - Confirm it appears in the sidebar without reload. - Open it and confirm an initial prompt produces visible transcript content, not an empty shell.

  1. Unified admin surface
  2. - Confirm neon-pilot CLI works for external administration. - Confirm the internal agent surface exposes neon_pilot and does not expose duplicate Neon Pilot self-admin tools. - Confirm MCP is not a Neon Pilot self-admin path; system-mcp is only an external MCP client.

  1. Deferred resume lifecycle
  2. - Schedule a short deferred resume. - Confirm pending UI/state appears. - Let it fire; confirm it is removed from pending state without reload. - Schedule a second deferred resume; confirm the pending state updates correctly.

  1. Extension lifecycle
  2. - Disable and re-enable a safe extension. - Confirm nav/tools/registry state refresh without reload. - If testing an installable/runtime extension, uninstall it and confirm it is removed, not re-enabled.

  1. Heartbeat lifecycle
  2. - Start a heartbeat with neon-pilot heartbeats start or neon_pilot heartbeat_start. - Confirm heartbeats list shows it. - Stop it and confirm it is disabled/absent as expected. - Confirm skip/coalesce policy is configured for recurring conversation callbacks.

  1. Extension registry and routes
  2. - Open Extensions. - Confirm installed extensions render without diagnostics. - Open release-critical routes such as Knowledge, Automations, Workflows, Settings, and any route changed in this release.

Release rule

Do not cut a release until: