{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Platform Intelligence{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
Back To Agents

Platform Intelligence

Professional operating intelligence for system evolution, technical debt, stability, continuity, crisis response, founder protection, UX, trust, commercial strategy, sustainability, identity preservation, anti-overengineering control, and strategic direction.

Runtime Feature Flags

{% for flag in flags %} {% else %} {% endfor %}
FlagEnabledScopeRolloutUpdated
{{ flag.flag_key }}{{ 'yes' if flag.enabled else 'no' }}{{ flag.scope }}{{ flag.rollout_percent }}%{{ flag.updated_at }}
No feature flags configured yet.
{% for doc in docs %}

{{ doc.path }}

{{ doc.content or 'No generated content yet. Queue the relevant platform intelligence agent first.' }}
{% endfor %}
{% endblock %}