ggen-core 26.7.2

Core graph-aware code generation engine
Documentation
1
2
3
4
5
6
7
8
9
{# Deterministic prompt template #}
{# Metadata: {{ metadata.id }} v{{ metadata.version }} #}
{% for section in sections -%}
=== {{ section.type | upper }} ===
{% for block in section.blocks -%}
{{ block.content }}
{% endfor %}

{% endfor -%}