Releases: agrovr/maniflight
Release list
Maniflight v1.0.0 — PR Flight Director
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.
Maniflight v0.2.0
Maniflight v0.2.0 adds baseline-aware readiness tracking for CI and repository reviews.
Highlights:
- compares a current report with an explicit local baseline using stable rule IDs
- classifies regressions, improvements, evidence changes, added or removed rules, and unchanged checks
- writes a versioned comparison.json artifact and renders an accessible, responsive "Changes from baseline" view
- adds baseline-report and fail-on-regression Action inputs plus regressions and comparison-path outputs
- fails only on newly introduced regressions when the regression gate is enabled
- validates baseline size, schema, finite metric bounds, UTF-8, path containment, and symlink safety without echoing untrusted report contents
- dogfoods the Action on pull requests and publishes the tracker in the live demo
The v0 Action tag points to this tested release. For production workflows, pin the full commit SHA after review.
Baseline reports are local-only by design; automatic remote fetching and hosted storage remain out of scope.
Maniflight v0.1.0
Maniflight v0.1.0 is the first public preview of an evidence-backed repository preflight.
Highlights:
- 25 deterministic checks across architecture, automation, security, and community readiness
- read-only CLI and GitHub Action adapters
- standalone interactive HTML, JSON, and dark-mode-aware SVG reports
- explicit score confidence, unknown, not-applicable, and remediation states
- bounded file collection, read-only GitHub metadata, restrictive report CSP, and symlink-safe output writes
The v0 Action tag points to this tested release. For production workflows, pin the full commit SHA after review.
This preview does not claim certification or complete security coverage. See the documented rule limits and roadmap before using score gates.