File size: 642 Bytes
ed6bec6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "namespace": "CTX.thought",
  "description": "Represents internal reasoning summaries for the agent.",
  "entries": [
    {
      "glyph": "CTX.thought.recent",
      "meaning": "A short summary of the agent's internal reasoning for the current turn."
    },
    {
      "glyph": "CTX.thought.chain",
      "meaning": "A structured sequence of reasoning steps."
    },
    {
      "glyph": "CTX.thought.align",
      "meaning": "Ensures internal reasoning aligns with safety, identity, and intent."
    },
    {
      "glyph": "CTX.thought.stability",
      "meaning": "Maintains consistent reasoning patterns across turns."
    }
  ]
}