{% if not config.THEME_FONT_URL %} {% endif %} {% include '_theme.html' %} {% include '_app_header.html' %}
{% if pending_review_count and pending_review_count > 0 %}
{{ pending_review_count }} pending item{{ 's' if pending_review_count != 1 else '' }} awaiting review — review them at /corporate-memory/admin
{% endif %}
{{ stats.contributors }}
Contributors
{{ stats.knowledge_count }}
Knowledge Items
{{ user_stats.authored }}
My Contributions
{% if user_contributions %} My Contributions ({{ user_contributions|length }}) {% endif %}
{% for cat in categories %} {% endfor %}
{% for item in knowledge['items'] %}
{{ item.title }}
{{ item.category.replace('_', ' ').title() }} {% if item.domain %}{{ item.domain|title }}{% endif %} {% if item.confidence %}{{ '%.0f'|format(item.confidence * 100) }}%{% endif %} {% if item.source_type == 'user_verification' %}Verified{% endif %} {% if item.status == 'mandatory' %}Mandatory{% endif %} Added {{ item.created_at.strftime('%Y-%m-%d') if item.created_at else 'recently' }}
{% if item.synced %} In your rules {% endif %}
{{ item.content }}
{% else %}

No knowledge items yet.

Knowledge is extracted from team CLAUDE.local.md files every 30 minutes.

{% endfor %}
{% if user_contributions %}

My Contributions

Items you contributed via session corrections or notes. Flag items as personal to exclude from enterprise memory.

{% for item in user_contributions %}
{{ item.title }}
{{ item.category.replace('_', ' ').title() if item.category else 'N/A' }} {% if item.domain %}{{ item.domain|title }}{% endif %} {% if item.confidence %}{{ '%.0f'|format(item.confidence * 100) }}%{% endif %} {{ item.status|title }} {% if item.is_personal %}Personal{% endif %}
{{ item.content }}
{% endfor %}
{% endif %}
{% include "_version_badge.html" %}