Skip to content

Implement include processing with preprocessing and cycle detection #20

@Matographo

Description

@Matographo

Summary

Allow templates to include local files, preprocess them through the same engine, and fail cleanly on circular includes.

Why

Includes are core to modular template composition and require deterministic resolution and cycle safety.

Acceptance Criteria

  • Included files are rendered with the same pipeline
  • Nested includes work
  • Include cycles fail with a clear error

Dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    includeInclude resolution and include semanticspriority:highHigh-priority work itemrenderingRendering pipeline and output behaviortestingAutomated testing and validation coverage

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions