Adding memories and developing gunnar on the local machine

This commit is contained in:
2026-04-25 11:28:14 +02:00
parent abc5cf5952
commit 6487e090d0
29 changed files with 718 additions and 36 deletions
@@ -0,0 +1,27 @@
/a0/usr/workdir/festinger_kg.md written 24 lines
>>>
1 # Festinger Knowledge Graph - System Portfolio
2
3 ## IS_A Relations (type dimension)
4 | Subject | Relation | Object | Dimension |
5 |---------|----------|--------|-----------|
6 | Glitch University | IS_A | hybrid learning platform | type |
7 | Glitch University | IS_A | YouTube channel | type |
8 | Omega13 | IS_A | local inference machine | type |
9 | Festinger | IS_A | knowledge graph repo | type |
10
11 ## IS_A Relations (membership dimension)
12 | Subject | Relation | Object | Dimension |
13 |---------|----------|--------|-----------|
14 | Festinger | IS_A | Glitch University component | membership |
15 | Festinger | IS_A | Omega13 setup component | membership |
16
17 ## Open Questions / To Explore
18 - Full scope of system portfolio
19 - Other components beyond Festinger, Omega13, Glitch University
20 - Relationships between systems
21 - Concept taxonomy depth
22
23 ---
24 *Built via interview with Glitch Hunter, 2026-04-21*
<<<