{% if deployment.name and not deployment.is_production %}
{{ deployment.name|upper }}
{% endif %}
Dewey Operator Console

Artifact Control Room

{{ profile.email }}
Operational Summary

Canonical file operations with registry discipline.

Monitor artifact registration, imported storage state, and issued shares without leaving the Dewey surface.

Authenticated Operator View
Artifacts
{{ metrics.artifact_count }}
Known artifact records
Active Shares
{{ metrics.active_share_count }}
Currently issued access links
Recent Imports
{{ metrics.recent_import_count }}
Copy, reference, or upload flows
Verification Flags
{{ metrics.verification_failures }}
Artifacts needing storage attention

Recent Artifacts

Latest canonical artifact registrations and imports.
{% for item in artifacts %} {% endfor %} {% if not artifacts %} {% endif %}
Artifact Type Mode Storage Status
{{ item.artifact_euid }}
{{ item.original_filename or item.key }}
{{ item.artifact_type }} {{ item.import_mode or "register" }} {{ item.storage_uri }} {% if item.storage_status == "verified" %} Verified {% elif item.storage_status in ["missing", "error"] %} {{ item.storage_status }} {% else %} {{ item.storage_status or "registered" }} {% endif %}
No artifacts registered yet.

Issued Shares

Most recent artifact access records.
{% if share_references %}
{% for item in share_references %}
{{ item.transport or "share" }}
{{ item.share_reference_euid }}
Target: {{ item.target_euid }}
{% if item.status == "active" %} Active {% elif item.status == "error" %} Error {% else %} {{ item.status or "pending" }} {% endif %} {{ item.expires_at or "No expiry" }}
{% endfor %}
{% else %}
No share references issued yet.
{% endif %}

Operator Notes

File parity is now centered on artifact registration, storage lifecycle, sharing, and search. File sets stay incidental.
External links remain first-class Write operations stay idempotent Search/export lives under Unified Search