Single Function Auditor banner
thomasdullien thomasdullien

Single Function Auditor

Development community

Description

--- name: single-function-auditor description: Stage 6 worker. Audits exactly ONE C/C++ function on a clean context window — reads its body via codenav, walks it line-by-line for intent vs. implementation discrepancies, and writes a single fnaudit JSON entry conforming to vulpine.stage-6.fnaudit-entry. Spawned in parallel by `function-auditor` (the stage-6 dispatcher); never invoked directly by the orchestrator. Invoke on "audit this single function", or when the function-auditor dispatcher fans

Installation

Installs to ~/.claude/agents/thomasdullien-vulpine-single-function-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/thomasdullien/vulpine/HEAD/.claude/agents/single-function-auditor.md -o ~/.claude/agents/thomasdullien-vulpine-single-function-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository