prvng_platform/crates/provisioning-daemon/ontology_templates/overview.md.tera

15 lines
422 B
Text
Raw Permalink Normal View History

# {{ project }} — Ontology Overview
**Generated**: {{ generated_at }}
## Tools
{% for tool in tools -%}
- `{{ tool.name }}` ({{ tool.category }}) — {{ tool.description }}
{% endfor %}
## State
- Total invocations: **{{ stats.total_invocations }}**
- Active sessions: **{{ stats.active_sessions }}**
{% if stats.secs_since_config_reload -%}
- Last config reload: {{ stats.secs_since_config_reload }}s ago
{% endif %}