File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "traits" : [
3+ {
4+ "name" : " mirror" ,
5+ "type" : " reflection" ,
6+ "description" : " Triggers dual-agent logic and self-audit routines." ,
7+ "activation" : " symbol:mirror" ,
8+ "effects" : [" audit" , " validate" , " reflect" ]
9+ },
10+ {
11+ "name" : " portal" ,
12+ "type" : " teleport" ,
13+ "description" : " Enables cross-chain sync and relayer jumps." ,
14+ "activation" : " symbol:portal" ,
15+ "effects" : [" sync" , " jump" , " deploy" ]
16+ },
17+ {
18+ "name" : " glyph" ,
19+ "type" : " activation" ,
20+ "description" : " Initiates symbolic workflows and GitHub Actions." ,
21+ "activation" : " symbol:glyph" ,
22+ "effects" : [" trigger" , " override" , " initiate" ]
23+ },
24+ {
25+ "name" : " veil" ,
26+ "type" : " obfuscation" ,
27+ "description" : " Masks mutation logic and encrypts trait fusion." ,
28+ "activation" : " symbol:veil" ,
29+ "effects" : [" encrypt" , " hide" , " protect" ]
30+ },
31+ {
32+ "name" : " echo" ,
33+ "type" : " recursion" ,
34+ "description" : " Loops mutation cycles and mirrors agentic intent." ,
35+ "activation" : " symbol:echo" ,
36+ "effects" : [" loop" , " repeat" , " amplify" ]
37+ }
38+ ]
39+ }
You can’t perform that action at this time.
0 commit comments