---
created: 2026-02-03T15:09
updated: 2026-02-03T16:24
---
# Link's Memory Space

This folder is **Link's** (Brandon's AI Chief of Staff) persistent memory within the Mind Palace.

## Structure

```
Link/
├── MEMORY.md           # Curated long-term memory (decisions, facts, patterns)
├── memory/             # Daily session logs
│   └── YYYY-MM-DD.md   # What happened each day
├── conversations/      # Exported conversation transcripts (optional)
└── README.md           # This file
```

## How It Works

- **MEMORY.md** is the source of truth for long-term context
- **memory/** contains daily working notes (append-only during sessions)
- **conversations/** stores exported transcripts for reference

Link reads these files at session start and writes to them during/after sessions.

## Privacy Notes

- This folder may contain personal context and conversation history
- Do not sync to untrusted locations
- Treat as sensitive data
