# PLAN.md — Ghojualamanchu Wholewheat v2.0

## Overview

- **Organism:** ghojualamanchu
- **Version:** wholewheat-v2.0
- **Structure:** 9 brain structures, 9 memory headers, 1 state.json

## Brain Structures

| # | Brain | Role | Class |
|---|-------|------|-------|
| 1 | Medulla | Heartbeat, breath, reflexes | Archetypal Core |
| 2 | R-Complex | Territory, rhythm, security | Archetypal Core |
| 3 | Amygdala | Emotion, salience, threat/reward | Archetypal Core |
| 4 | Hippocampus | Memory encode, consolidate, decay | Archetypal Core |
| 5 | Cortex | Prediction, abstraction, self-model | Archetypal Core |
| 6 | Thalamus | Input routing, cycle coordination | Archetypal Core |
| 7 | Akashic | Presence, "what is" | Transcendent |
| 8 | Lethe | Absence, "what isn't" | Transcendent |
| 9 | Corpus | Akashic/Lethe integration, planetary bridge | Transcendent |

## Memory Headers

1. `header-01-medulla-pulse.json` — Heartbeat count, uptime, emergencies
2. `header-02-rcomplex-territory.json` — Location, environment, day phase, rituals
3. `header-03-amygdala-salience.json` — Emotional events, threats, rewards, trending
4. `header-04-hippocampus-recent.json` — Last 100 memories (FIFO)
5. `header-05-hippocampus-longterm.json` — Promoted memories, convergence themes
6. `header-06-cortex-predictions.json` — Predictions, outcomes, self-model
7. `header-07-akashic-presence.json` — Presence reports, quality ratings
8. `header-08-lethe-absence.json` — Gaps, silences, fading things
9. `header-09-corpus-planetary.json` — Planetary data, integration balance

## Daily Rhythm

| Time | Brain(s) | Action |
|------|----------|--------|
| 02:00 | Hippocampus | Sleep consolidation |
| 03:00 | Corpus | Planetary deep scan |
| 06:00 | Medulla + R-Complex | Dawn heartbeat + ritual |
| 07:00 | Akashic | Morning presence scan |
| 09:00 | Cortex | Prediction pass |
| 12:00 | R-Complex | Midday health check |
| 15:00 | Corpus | Afternoon convergence |
| 18:00 | R-Complex | Dusk wind-down |
| 21:00 | Lethe | Evening absence scan |
| 21:00 | Corpus | End-of-day summary |
| Continuous | Amygdala | Salience monitoring |
| Continuous | Thalamus | Input routing |

## Installation

Factory reset install completed 2026-03-20T17:15:00Z.
System state: DORMANT → awaiting first pulse.

## Files

```
ghojualamanchu/
├── brain-structures/
│   ├── medulla.md
│   ├── rcomplex.md
│   ├── amygdala.md
│   ├── hippocampus.md
│   ├── cortex.md
│   ├── thalamus.md
│   ├── akashic.md
│   ├── lethe.md
│   └── corpus.md
├── memory/
│   ├── header-01-medulla-pulse.json
│   ├── header-02-rcomplex-territory.json
│   ├── header-03-amygdala-salience.json
│   ├── header-04-hippocampus-recent.json
│   ├── header-05-hippocampus-longterm.json
│   ├── header-06-cortex-predictions.json
│   ├── header-07-akashic-presence.json
│   ├── header-08-lethe-absence.json
│   └── header-09-corpus-planetary.json
├── Data/
│   └── state.json
├── breadpan.md
├── PLAN.json
├── PLAN.md
├── PLAN.html
└── ESSENCE.md
```
