Skip to main content

Crate xchecker_templates

Crate xchecker_templates 

Source
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 list lists 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§

TemplateInfo
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