{% extends "base.html" %} {% block title %}Role Catalog — Co-Worker Engine — ICDEV™{% endblock %} {% block content %}
Loaded role templates available for Co-Worker team assembly. Definitions hot-reload from YAML every 60 s in dev.
{{ role.description }}
{% endif %}No role templates loaded.
Add a .yaml file to args/ace/roles/ to define a role.
The file name must match the role_id field. Required fields:
role_id, steps, trust_tier, tool_permissions.
The loader hot-reloads within 60 s with no restart needed.
After saving the file, this page refreshes automatically within 60 s.
To force an immediate reload, restart the Flask dev server or call
RoleLoader().reload() programmatically.