Skip to content

Add Vurnix Honest Gate extension to community catalog - #4329

Open
shiersa wants to merge 1 commit into
github:mainfrom
shiersa:add-vurnix-honest-gate
Open

Add Vurnix Honest Gate extension to community catalog#4329
shiersa wants to merge 1 commit into
github:mainfrom
shiersa:add-vurnix-honest-gate

Conversation

@shiersa

@shiersa shiersa commented Aug 26, 2026

Copy link
Copy Markdown

What

Adds Vurnix Honest Gate (vurnix) to the community extension catalog — a deterministic three-state honest gate for AI-written code.

Unlike rubric-driven review extensions, the judgment here is executable code, not agent self-review: the extension ships a provides.scripts bash wrapper around vurnix (zero-dependency PyPI checkers: compile + phantom-import + honest test count), and the verdict is its exit code — PASS (0) / BLOCK (1) / UNPROVEN (3). A missing toolchain, an empty test suite, or a missing vurnix install all exit 3, never 0: a check that cannot run is not a check that passed. The agent-facing command instructs the agent to relay the verdict verbatim and never soften it.

Verification

  • extension.yml validates against the manifest rules from feat(extensions): accept provides.templates and provides.scripts in manifest #4012 (script name pattern, relative paths, runtimes)
  • End-to-end tested on spec-kit main: specify initspecify extension add vurnix --from <release zip> → extension Enabled (1 command, 1 hook) → installed script run against PASS/BLOCK/UNPROVEN fixtures returns exit 0/1/3

🤖 Generated with Claude Code

@shiersa
shiersa requested a review from mnriem as a code owner August 26, 2026 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant