Table of Contents generated with DocToc
Capability: substrate:framework-dev + substrate:analytics
Harness: agnostic
A deterministic uv tool that emits a compact routing inventory for the spec-loop prompts. It summarizes spec frontmatter, where-it-lives hints, validation commands, known gaps, skill frontmatter, and tool/test presence so agents can choose what to read next without first scanning the whole repository.
The output is a routing aid, not proof. Prompts still require direct file reads or code search before declaring behaviour present or absent.
uv; stdlib-only (no runtime dependencies). The dev group pulls pytest, ruff, and mypy.uv run --project tools/spec-inventory spec-inventory uv run --project tools/spec-inventory spec-inventory --brief --max-where 1 --max-validation 1 --max-gaps 1 uv run --project tools/spec-inventory spec-inventory --json
uv run --project tools/spec-inventory --group dev pytest tools/spec-inventory/tests