Maniflight v1.0.0
Maniflight 1.0 introduces the read-only PR Flight Director and marks the documented CLI, JSON schemas, and GitHub Action contract as stable.
PR Flight Director
maniflight pr owner/repository#123The command combines pull-request metadata, reviews, checks, commit statuses, Actions runs, and active branch rules to explain:
- what currently blocks the pull request;
- which evidence is missing or inaccessible;
- who can act next; and
- the source URL behind each conclusion.
Use --json for the versioned machine-readable report. A blocked pull request is a successful diagnostic; execution errors still exit non-zero.
Install
npm install --global https://github.com/agrovr/maniflight/releases/download/v1.0.0/maniflight-1.0.0.tgzManiflight 1.x supports Node.js 22.12+ and Node.js 24 on Windows, macOS, and Linux.
Trust boundary
Maniflight reads GitHub evidence. It does not comment, approve, rerun, merge, download logs, or execute code from inspected repositories. Incomplete evidence remains unknown rather than becoming a guessed pass or blocker.
The GitHub Action continues to provide the repository-scan workflow; the PR Flight Director is available through the CLI in this release.
Assets
maniflight-1.0.0.tgz— installable package archiveSHA256SUMS— SHA-256 checksum for the archive
See the changelog and stability policy for the complete contract.