{% extends "base.html" %} {% block title %}Ops Config — {{ design_name }} — AADC{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% if not_found %}
⚠️

Design Not Found

Canvas design {{ design_id }} does not exist or has been deleted.

← Back to AADC
{% else %}
AADC{{ design_name }} → Generate Ops Config

⚙️ Generate Ops Config

Map your AADC canvas nodes to runtime tools and generate wiring tasks.

What this does: Reads every node in your canvas design, maps each ops/safety/governance node to its runtime tool (from args/aadc_node_tool_map.yaml), and outputs: This is a configuration generator — not a runtime deployer. Your team wires the tools.

Analyzing canvas nodes…
Mapped Nodes → Tools
No ops nodes found in this design.
Output
Config file
Kanban tasks created
0 tasks queued in backlog
{% if unmatched_count %}
0 node types have no tool mapping — add them to args/aadc_node_tool_map.yaml
{% endif %}
Unmatched:
Kanban Tasks Generated
    Config Preview
    CUI // SP-CTI — AADC Ops Config Generator (Track B)
    {% endif %} {% endblock %}