/ README.md
README.md
1 # DreamNode: Who has tried and failed? 2 3 This is a DreamNode - a git repository representing a thought-form or person in the **InterBrain** knowledge management system. 4 5 ## Universal Dream Description (UDD) 6 7 The `udd.json` file contains the essential metadata for this DreamNode: 8 9 ```json 10 { 11 "uuid": "Unique identifier (constant)", 12 "title": "Display name/title", 13 "type": "dream or dreamer", 14 "dreamTalk": "Path to symbolic representation", 15 "liminalWebRelationships": ["Connected DreamNode UUIDs"], 16 "submodules": ["Child DreamNode UUIDs"], 17 "supermodules": ["Parent DreamNode UUIDs"] 18 } 19 ``` 20 21 ## Relationships 22 23 ### Liminal Web (Horizontal) 24 - **Dreams** connect to **Dreamers** who hold them 25 - **Dreamers** connect to **Dreams** they carry 26 - Forms the social fabric of shared knowledge 27 28 ### Holonic Structure (Vertical) 29 - **Submodules**: Ideas that are part of this idea 30 - **Supermodules**: Larger ideas this idea participates in 31 - Enables fractal knowledge organization 32 33 ## Coherence Beacons 34 35 This DreamNode includes git hooks that maintain relationship coherence: 36 37 - **pre-commit**: Integrates external references as submodules 38 - **post-commit**: Updates bidirectional relationship tracking 39 40 Changes propagate through the peer-to-peer network via **Radicle**. 41 42 ## License 43 44 This DreamNode is shared under the **GNU Affero General Public License v3.0** - a strong copyleft license ensuring this knowledge remains free and open for all. 45 46 ## InterBrain 47 48 Part of the **InterBrain** project: transcending personal knowledge management toward collective knowledge gardening. 49 50 - **Repository**: https://github.com/ProjectLiminality/InterBrain 51 - **Vision**: Building DreamOS - a decentralized operating system for collective sensemaking