{% extends "web/base.html" %} {% block title %}Research Memory | tcx{% endblock %} {% block page_label %}Research Memory{% endblock %} {% block content %}
DB-canonical memory

Research artifacts and source posture.

Markdown can be exported for Codex reading, but the Django DB is the canonical record.

Open research table
Artifacts

{{ artifacts|length }} recent records

{% for artifact in artifacts %} {% empty %} {% endfor %}
Title Universe Type Symbol Readiness Version Updated
{{ artifact.title }}{{ artifact.artifact_id }} {{ artifact.universe }} {{ artifact.artifact_type }} {{ artifact.symbol|default:"-" }} {{ artifact.readiness_label|default:"unlabeled" }} {{ artifact.version }} {{ artifact.updated_at|date:"Y-m-d H:i" }}
No research artifacts are stored yet.
{% endblock %}