Validate API and file references
auditcommandsetup L1★439
iota-uz/iota-sdk ↗What it does
Validate Claude Code config references and cross-file integrity
Best for
Validating that all API, makefile, file, and agent references in Claude Code config are current.
Inputs
- · CLAUDE.md and .claude/ config files
Outputs
- · JSON report of issues: API refs, makefile commands, file paths, agent/cmd names, bash syntax
Requires
- · Explore agents (4 parallel)
- · Read/Grep/Glob
- · Bash validation
Preconditions
- · .claude/ config directory exists
- · CLAUDE.md present
Failure modes
- · Redundant CLAUDE.md references found
- · Broken file paths
- · Invalid agent names
Trust signals
- · 4-agent parallel validation
- · Redundant reference detection
- · Line-based reference enforcement