Skip to content

Commit 16846d4

Browse files
DreamNode template: minimalist README (title + describe-the-idea prompt)
The boilerplate README explained the whole UDD/holonic/Radicle model — noise that buried the one thing that matters: a place for the user to describe what the idea actually is. Semantic search indexes README content, so a blank prompt ("Describe the idea here.") nudges users to seed real content there instead of leaving generic boilerplate. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 43aa0c2 commit 16846d4

1 file changed

Lines changed: 2 additions & 50 deletions

File tree

  • src/features/dreamnode/DreamNode-template
Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,3 @@
1-
# DreamNode: TEMPLATE_TITLE_PLACEHOLDER
1+
# TEMPLATE_TITLE_PLACEHOLDER
22

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
3+
Describe the idea here.

0 commit comments

Comments
 (0)