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§
- Spec
Entry - A discovered spec ready for session launch.
Enums§
- Spec
Backend Kind - The per-entry tag a
SpecBackendimplementation sets on everySpecEntryit returns.
Traits§
- Spec
Backend - Trait for format-specific spec scanning backends.
Functions§
- resolved_
spec_ type - Resolves the effective spec engine type for a repo, or
Nonewhen 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-formatoverride.