Skip to content

v0.1.1 — npx CLI, contributor preflight, PR gate

Choose a tag to compare

@VrtxOmega VrtxOmega released this 10 Jun 16:29
90eabba

What's new

  • npm package: npx premature-contribution-firewall — zero-install CLI for evaluate, queue, setup, and preflight
  • Contributor preflight: pcf preflight <payload.json|patch> checks review readiness before you submit. Exit 0 = ready, 1 = not ready with a fix-first checklist. Patch/mbox auto-detected (kernel-grade profile)
  • PR Gate Action mode: on pull_request events the Action now evaluates the triggering PR, writes the verdict to the job step summary, and exposes status/score/ready outputs. Optional fail-on: never|low-review-value|needs-repair blocking — defaults to report-only
  • Still dry-run by default: no comments, labels, or GitHub writes

Verification

69/69 benchmark, 11/11 adversarial red test, full test suite green.

PCF checks review readiness, not correctness or authorship.