Operational Summary
Canonical file operations with registry discipline.
Monitor artifact registration, imported storage state, and issued shares without
leaving the Dewey surface.
Authenticated User 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
Artifact register/upload/import
Artifact search and download
Artifact set create and share
Literature search and save
Unified search and export
Anomaly browsing
Observability views
Admin stub
| Artifact |
Type |
Mode |
Storage |
Status |
{% for item in artifacts %}
|
{{ 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 %}
|
{% endfor %}
{% if not artifacts %}
|
No artifacts registered yet.
|
{% endif %}
{% 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 %}
External links remain first-class
Write operations stay idempotent
Artifacts has browser intake and download
Use Artifacts for browser intake, download, and artifact-set workflows. Unified Search,
Literature, Observability, and Anomalies remain available as specialized surfaces.