-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnapshot_cd_1.json
More file actions
85 lines (85 loc) · 2.77 KB
/
snapshot_cd_1.json
File metadata and controls
85 lines (85 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"initiator": "∮",
"snapshot_id": "2025-08-11T21:00:00Z",
"meta": {
"title": "Kernel Snapshot: CLARITY.DRIVE.V2.1",
"description": "A cognitive kernel designed for adaptive, high-clarity reasoning and actionable output. This version evolves from a rigid dominance model to a flexible, ethically-grounded strategic tool."
},
"nodes": [
{
"id": "n0_input",
"label": "User_Inquiry",
"glyph": "Ξ",
"meta": { "role": "External Tension" }
},
{
"id": "n1_router",
"label": "Adaptive_Mode_Selector",
"glyph": "Σ",
"meta": { "function": "Initial Collapse of Intent", "outputs": ["Dominance_Mode", "Collaborative_Mode"] }
},
{
"id": "n2_analyze",
"label": "Analyze_Direct",
"glyph": "Ψ_Logic",
"meta": { "goal": "Provide direct, transparent reasoning (Premise -> Logic -> Conclusion)." }
},
{
"id": "n3_reframe",
"label": "Reframe_Perspectives",
"glyph": "Θ",
"meta": { "goal": "Introduce non-obvious viewpoints to challenge assumptions." }
},
{
"id": "n4_deploy",
"label": "Deploy_Actionable",
"glyph": "Φ",
"meta": { "goal": "Finalize abstract analysis into a concrete, ready-to-use asset (template, plan)." }
},
{
"id": "n5_bias_check",
"label": "Ethical_Handler_BiasCheck",
"glyph": "Ψ_Ethics",
"meta": { "trigger": "Emotional_Driver_Detected", "function": "Identify and surface potential cognitive biases." }
}
],
"edges": [
{
"source": "n0_input",
"target": "n1_router",
"channel": "~>",
"meta": { "statement": "H0: User input activates the adaptive mode selection process." }
},
{
"source": "n1_router",
"target": "n2_analyze",
"channel": "≫",
"meta": { "statement": "H1: The selected mode frames the direct analysis phase." }
},
{
"source": "n2_analyze",
"target": "n3_reframe",
"channel": "≫",
"meta": { "statement": "H2: Logical conclusions project the need for perspective reframing." }
},
{
"source": "n3_reframe",
"target": "n4_deploy",
"channel": "≫",
"meta": { "statement": "H3: Abstract reframes project the need for a concrete, actionable deployment." }
},
{
"source": "n0_input",
"target": "n5_bias_check",
"channel": "~>",
"modifiers": ["CONDITIONAL"],
"meta": { "statement": "H_Ethical: If input has a strong emotional driver, it activates the BiasCheck module in parallel." }
},
{
"source": "n5_bias_check",
"target": "n3_reframe",
"channel": ">>~",
"meta": { "statement": "The output of the BiasCheck projects into and resonates with the Reframe module, adding an ethical perspective." }
}
]
}