Skip to content

chore(agent-hub): tighten verifier re-run scope, drop stale NORTHSTAR read - #104

Merged
datvt243 merged 1 commit into
stagingfrom
chore/sync-verifier-rerun-scope
Sep 1, 2026
Merged

chore(agent-hub): tighten verifier re-run scope, drop stale NORTHSTAR read#104
datvt243 merged 1 commit into
stagingfrom
chore/sync-verifier-rerun-scope

Conversation

@datvt243

@datvt243 datvt243 commented Sep 1, 2026

Copy link
Copy Markdown
Owner

Synced from agent-hub-init kit (usage audit 2026-09-02).

What

  • haven/workers/verifier/manifest.yaml: reads: drops unused NORTHSTAR.md, adds doctrine/MEMORY.md (actually needed by recipe step 4, was undeclared).
  • haven/workers/verifier/recipes/verify_seal.md: adds a "Re-run scope" section — verifier now audits the implementer's evidence note by default instead of independently re-running npm test/npm ci from scratch on every node.

Why

Usage audit across 3 production hubs (this one included) found verifiers re-running the full test suite from a fresh npm ci (isolated worktree) for every node, roughly doubling the token cost of every change with no change to the SEAL/REOPEN verdict. EvidenceOnly means "don't substitute reasoning for evidence," not "always regenerate the evidence yourself." This PR pins that boundary explicitly.

Re-run is still expected for: suspicious/truncated notes, outward-facing or /release-gate nodes (this repo already shipped one real production bug via v1.2.0 → v1.2.1 — release nodes are exactly where the independent-confirmation cost is worth paying), or anything doctrine/domains/PROJECT.md explicitly flags.

Bookkeeping-only change under agent-hub/ — no application code touched.

🤖 Generated with Claude Code

… read

Synced from agent-hub-init kit (usage audit 2026-09-02): verifier now
audits the implementer's evidence note by default instead of
independently re-running npm test/npm ci from scratch. Re-run is
reserved for suspicious notes, outward-facing/release nodes (this repo
already shipped one real production bug via v1.2.0 -> v1.2.1), or
project-declared exceptions. Also fixed manifest.yaml reads:
NORTHSTAR.md (unused by the recipe) -> doctrine/MEMORY.md (actually
used in step 4, was undeclared).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@datvt243
datvt243 merged commit 06a441a into staging Sep 1, 2026
3 checks passed
@datvt243 datvt243 mentioned this pull request Sep 5, 2026
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