artifacts: rewrite the artifacts model to be source agnostic for now

This commit is contained in:
2026-06-09 22:00:37 +02:00
parent 44afe5a713
commit 2fe1cc3d5c
8 changed files with 234 additions and 73 deletions
+1
View File
@@ -7,6 +7,7 @@ pub enum ConversationEntry {
Eva(String),
ShipComputer(String),
StageDirection(String),
#[serde(skip)]
SystemMessage(String)
}