cyberneticlibrary

Audit release readiness

release-checkcommandsetup L214
uxderrick/navii
What it does

Audit working tree for release readiness

Best for

Validating version sync, CHANGELOG entry, and API documentation parity before tagging.

Inputs
  • · target version (optional)
  • · git state
Outputs
  • · audit report with findings or clean confirmation
Requires
  • · node (release-audit.mjs)
  • · git
Preconditions
  • · audit script exists
  • · CHANGELOG exists
Failure modes
  • · Version mismatch in CHANGELOG
  • · Missing export documentation
Trust signals
  • · Auto-runs on git tag via PreToolUse hook
  • · SKIP_RELEASE_AUDIT bypass for intentional skips