Summary
The docs page below appears outdated and suggests CLI usage that no longer matches v0.46.28 behavior:
A documented/import-like invocation using --repo fails because code import now expects a subcommand structure.
Reproduction
specfact code import tangoatlas --repo . --confidence 0.7
Actual Output
SpecFact CLI - v0.46.28
Started: 2026-05-29 19:32:37
Usage: code import [OPTIONS] [BUNDLE] COMMAND [ARGS]...
Try 'code import -h' for help.
Error: No such command '--repo'.
Expected Behavior
- Docs should match current CLI grammar for
code import in v0.46.28.
- If
--repo was removed or moved to a subcommand, the page should be updated with current examples and migration notes.
Why This Matters
Current docs send users to a guaranteed error path, which blocks onboarding and erodes trust in command examples.
Environment
- OS: macOS
- SpecFact CLI: v0.46.28
Summary
The docs page below appears outdated and suggests CLI usage that no longer matches v0.46.28 behavior:
A documented/import-like invocation using
--repofails becausecode importnow expects a subcommand structure.Reproduction
specfact code import tangoatlas --repo . --confidence 0.7Actual Output
Expected Behavior
code importin v0.46.28.--repowas removed or moved to a subcommand, the page should be updated with current examples and migration notes.Why This Matters
Current docs send users to a guaranteed error path, which blocks onboarding and erodes trust in command examples.
Environment