Expand description
Spec templates for xchecker
This module provides built-in templates for bootstrapping specs quickly. Templates include predefined problem statements, configuration, and example partial spec flows for common use cases.
Requirements:
- 4.7.1:
xchecker template listlists built-in templates - 4.7.2:
xchecker template init <template> <spec-id>seeds spec from template - 4.7.3: Each template has a README describing intended use
Structs§
- Template
Info - Template metadata
Constants§
- BUILT_
IN_ TEMPLATES - All available built-in templates
- TEMPLATE_
DOCS_ REFACTOR - TEMPLATE_
FULLSTACK_ NEXTJS - Built-in template identifiers
- TEMPLATE_
PYTHON_ FASTAPI - TEMPLATE_
RUST_ MICROSERVICE
Functions§
- get_
template - Get template info by ID
- init_
from_ template - Initialize a spec from a template
- is_
valid_ template - Check if a template ID is valid
- list_
templates - Get metadata for all built-in templates