studio-memory/registry/memory-statuses.json

{
  "statuses": [
    {
      "id": "draft",
      "description": "Created but not extracted from verified source yet."
    },
    {
      "id": "extracted",
      "description": "Extracted from source evidence and awaiting review."
    },
    {
      "id": "pending_review",
      "description": "Ready for human review."
    },
    {
      "id": "approved",
      "description": "Official studio knowledge."
    },
    {
      "id": "superseded",
      "description": "Replaced by a newer item but retained for history."
    },
    {
      "id": "rejected",
      "description": "Rejected and not usable as recommendation."
    },
    {
      "id": "archived",
      "description": "No longer active but still searchable."
    }
  ]
}

Open raw source