ovecc init
Set up a repository — commented config, git-ignored local state, and the first commands to run.
ovecc index
Parse, resolve, and persist the architecture model — the one command everything else reads from.
ovecc capabilities
The machine-readable contract — every command, metric, rule, severity, exit code, and format, with definitions.
ovecc summary
One-screen architecture health — files, dependencies, cycles, coupling density, hotspots, risk.
ovecc report
The assembled architecture report — summary, cycles, findings, security, hotspots — in one call.
ovecc grep
Search served from the index — symbol definitions first, then text matches, deduplicated and capped. The coverage of grep -r, a fraction of the output.
ovecc read
Read one element instead of a whole file — a symbol by name, a file:line anchor, a range, or a file's symbol outline.