Description
The import from-code command referenced in the specfact.01-import prompt is not available in the current CLI version (v0.40.4).
Steps to Reproduce
specfact --no-interactive import from-code legacy-api --repo .
Actual Result
Command 'import' is not installed.
Install workflow bundles with specfact init --profile <profile> or specfact module install <bundle>.
Expected Result
The command should extract routes, schemas, relationships, and contracts from the codebase and create a plan bundle.
Investigation
- Installed
nold-ai/specfact-codebase (v0.40.17) — provides code commands (analyze, drift, repro, validate) but no import command
- Installed all available modules:
specfact-project, specfact-spec, specfact-backlog, specfact-govern, specfact-codebase
- None expose an
import from-code or top-level import command
- CLI is up to date (
specfact upgrade --check-only confirms v0.40.4 is latest)
Environment
- OS: macOS
- SpecFact CLI: v0.40.4
- Modules: specfact-project 0.40.19, specfact-spec 0.40.14, specfact-codebase 0.40.17, specfact-backlog 0.41.9, specfact-govern 0.40.17
Question
Is import from-code part of a module not yet published to the marketplace, or has the command been renamed/restructured? The specfact.01-import prompt template references this command extensively.
Description
The
import from-codecommand referenced in thespecfact.01-importprompt is not available in the current CLI version (v0.40.4).Steps to Reproduce
specfact --no-interactive import from-code legacy-api --repo .Actual Result
Expected Result
The command should extract routes, schemas, relationships, and contracts from the codebase and create a plan bundle.
Investigation
nold-ai/specfact-codebase(v0.40.17) — providescodecommands (analyze, drift, repro, validate) but noimportcommandspecfact-project,specfact-spec,specfact-backlog,specfact-govern,specfact-codebaseimport from-codeor top-levelimportcommandspecfact upgrade --check-onlyconfirms v0.40.4 is latest)Environment
Question
Is
import from-codepart of a module not yet published to the marketplace, or has the command been renamed/restructured? Thespecfact.01-importprompt template references this command extensively.