21 lines
586 B
JSON
21 lines
586 B
JSON
{
|
|
"kinds": [
|
|
{
|
|
"id": "working_context_snapshot",
|
|
"description": "Kurzlebiger Arbeitsstand einer Conversation. Keine bestätigte Erkenntnis."
|
|
},
|
|
{
|
|
"id": "thread_memory",
|
|
"description": "Quellengebundene Verdichtung eines Fadens. Ersetzt das Original nicht."
|
|
},
|
|
{
|
|
"id": "thread_candidate",
|
|
"description": "Intern markierter möglicher Faden. Nicht automatisch sichtbar oder bestätigt."
|
|
},
|
|
{
|
|
"id": "hypothesis",
|
|
"description": "Vorläufige Deutung. Nicht stillschweigend ins Self Model schreiben."
|
|
}
|
|
]
|
|
}
|