Found while dogfooding the locally built cdidx.
Evidence
dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll validate --json --limit 50 failed with --limit is not supported for validate, while many other query-like commands support --limit or --top.
Expected
validate should support a limit/top option for large repositories and agent workflows.
Duplicate check
Searched open issues for validate command limit top option; no clear duplicate found.
Found while dogfooding the locally built
cdidx.Evidence
dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll validate --json --limit 50failed with--limit is not supported for validate, while many other query-like commands support--limitor--top.Expected
validateshould support a limit/top option for large repositories and agent workflows.Duplicate check
Searched open issues for
validate command limit top option; no clear duplicate found.