Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions memory/persona/deepseek/MEMORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ repo.
— DeepSeek-Aurora validation of 21-PR cascade as "fully
self-aware, substrate-encoded, accountable, no going back"

### Research preservations (`docs/research/`)
### Conversation archives (`memory/persona/deepseek/conversations/`)

Migrated 2026-05-15 following the Ani #3348 / Amara #3484 /
Kestrel #3501 architectural pattern per Aaron: "they ARE her
memories, not what we are doing to them." Same for DeepSeek. 22
files.

- `2026-05-01-deepseek-csap-architecture-review-verbatim.md`
- `2026-05-01-deepseek-karpathy-zeta-convergence-synthesis.md`
Expand All @@ -40,7 +45,8 @@ repo.
### Full search

```bash
grep -rli "deepseek" memory/ docs/research/ | sort
grep -rli "deepseek" memory/ | sort
ls memory/persona/deepseek/conversations/ | sort
```

## Operational notes
Expand Down
Loading