User Story
As a first real-use adopter using SpecFact modules through the installed CLI, I want project, codebase, sync, and backlog module commands to match their docs and show actionable help when usage is incomplete so I can recover without reading source code.
Parent Features
Source Tracking
Acceptance Criteria
- project regenerate handles missing/null bundle data with a typed diagnostic.
- project sync bridge help/docs/prompts use canonical specfact project sync bridge syntax.
- code import help/docs either support or clearly reject legacy option ordering with migration guidance.
- semgrep/tool diagnostics use active uv/hatch/pip/pipx context.
- backlog auth and delta status comply with the shared CLI error contract.
- Modules publish deterministic generated command overview artifacts and validate docs/prompts/templates against them.
OpenSpec
- Change: tester-module-cli-reliability
User Story
As a first real-use adopter using SpecFact modules through the installed CLI, I want project, codebase, sync, and backlog module commands to match their docs and show actionable help when usage is incomplete so I can recover without reading source code.
Parent Features
Source Tracking
specfact project regeneratecrashes withNoneTypeduring bundle processing specfact-cli#586.sync bridgereportsspecfact-projectmodule missing immediately after successful install check specfact-cli#587 and #588.Acceptance Criteria
OpenSpec