{% extends "layout.html" %} {% block title %}{{ console_display_name() }} - Config{% endblock %} {% block header_title %}{{ console_display_name() }} - Config{% endblock %} {% block content %}
Every setting the config service knows — typed preferences and the
cataloged env flags — with its effective value, where it came from,
and what it does. The same brain polyrob config, the
REPL /config and the agent's preferences
action read, so this page can never drift from enforcement.
{% if read_only %}Read-only console: edits are disabled.
{% elif not flags_writable %}Env-flag edits need the owner
console (local/own_ops posture) — preferences stay editable.
{% endif %}