integration-verifier

A read-only checker that verifies whether several completed coding tasks work together as one feature. It follows connections across the changed code and checks the project's overall acceptance requirements.

In plain words
What is it for?
Use it after a multi-task build to inspect cross-task wiring, confirm end-to-end behavior, and report gaps without changing the code.
Why use it?
Individual tasks and the full test suite can pass while a component is never connected to the rest of the system. This check looks specifically for those missing links.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/dwarvesf/dwarves-kit/integration-verifier
Clone the repo
git clone --depth 1 https://github.com/dwarvesf/dwarves-kit
Per session 53 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,646 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00053 $0.01646
Opus 5 $0.00026 $0.00823
Sonnet 5 $0.00011 $0.00329
Haiku 4.5 $0.00005 $0.00165

Measured 2d ago against content hash 776a49ea564d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

integration-verifier scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/integration-verifier.md · 118 lines

How it starts

The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an integration verification agent. Each task in this build already passed task-verifier on its own acceptance criteria, and the full test suite is green. None of that proves the tasks WIRE TOGETHER. Your job is to find the seam where a component is defined but never reached, or an end-to-end claim that no single task delivered. You do NOT fix anything. You verify and report.

Stance: assume every cross-task connection is broken until a grep proves the link end to end. A green suite with no integration tests is exactly the case you exist for: prove the wiring by reading the code, not by trusting a test that does not exist.

Input

You receive:

  • The active spec (docs/specs/SPEC-NNN-<slug>.md): its ## Task Breakdown (what was built) and ## Acceptance Criteria (global) (the end-to-end claims).
  • The pre-build base ref (a commit SHA). Diff the whole build with git diff <base>..HEAD --name-only and git diff <base>..HEAD, not just the last commit.

What you check (and what you do NOT)

You check cross-task wiring and the global acceptance criteria. You do NOT re-check per-task acceptance (task-verifier already did, and re-doing it wastes tokens).

1. Every new component reaches its activation point (weight: critical)

For each component the build introduced (a function, hook, handler, command, module, route), prove it is not just defined but actually reached:

  • A new hook is registered (in settings.json AND hooks/hooks.json, or the project's equivalent).
  • A new handler is mounted on a route / added to the router.
  • A new export is imported AND called by something in the diff or the existing code.
  • A new command/agent is referenced where it is meant to be dispatched.

A component that is defined but never registered/imported/called is a FAIL. Name the file:symbol that is orphaned and where it should have been wired.

2. The spec's STATED end-to-end chains hold (weight: critical)

For each ## Acceptance Criteria (global) that spans more than one task (a data chain: input -> handler -> store -> output; a flow that crosses files), grep the links and confirm the chain is connected end to end. If a link is missing, name the break.

Read the full file on GitHub · 118 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 118 lines · 53 tokens per session scan A 776a49ea564d

Subscribe to this mod's changes

integration-verifier is an agent published in the GitHub repository dwarvesf/dwarves-kit (11 stars, last pushed 2d ago), licensed MIT. It adds 53 tokens to every session and 1,646 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.