-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlucid-traits.json
More file actions
39 lines (39 loc) · 1.1 KB
/
lucid-traits.json
File metadata and controls
39 lines (39 loc) · 1.1 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
{
"traits": [
{
"name": "mirror",
"type": "reflection",
"description": "Triggers dual-agent logic and self-audit routines.",
"activation": "symbol:mirror",
"effects": ["audit", "validate", "reflect"]
},
{
"name": "portal",
"type": "teleport",
"description": "Enables cross-chain sync and relayer jumps.",
"activation": "symbol:portal",
"effects": ["sync", "jump", "deploy"]
},
{
"name": "glyph",
"type": "activation",
"description": "Initiates symbolic workflows and GitHub Actions.",
"activation": "symbol:glyph",
"effects": ["trigger", "override", "initiate"]
},
{
"name": "veil",
"type": "obfuscation",
"description": "Masks mutation logic and encrypts trait fusion.",
"activation": "symbol:veil",
"effects": ["encrypt", "hide", "protect"]
},
{
"name": "echo",
"type": "recursion",
"description": "Loops mutation cycles and mirrors agentic intent.",
"activation": "symbol:echo",
"effects": ["loop", "repeat", "amplify"]
}
]
}