Skip to main content

Module specs

Module specs 

Source
Expand description

Spec scanning and discovery.

Defines the SpecBackend trait for format-specific spec scanning, SpecEntry as the universal spec representation, and scan_specs() as the entry point for discovering pending specs.

Modules§

resolve
Spec name resolution for the --specs NAME[,NAME...] narrow flag.
speckit
Spec Kit format backend.

Structs§

SpecEntry
A discovered spec ready for session launch.

Enums§

SpecBackendKind
The per-entry tag a SpecBackend implementation sets on every SpecEntry it returns.

Traits§

SpecBackend
Trait for format-specific spec scanning backends.

Functions§

resolved_spec_type
Resolves the effective spec engine type for a repo, or None when no spec source is configured or auto-detected.
scan_specs
Scans for pending specs using the configuration from [specs].
scan_specs_with_override
Like scan_specs, but honours a CLI --specs-format override.