29 lines
478 B
Markdown
29 lines
478 B
Markdown
# Episodic Memory
|
|
|
|
**What happened, when.**
|
|
|
|
Time-based event logs. Chronological context.
|
|
|
|
## Format
|
|
|
|
File: `YYYY-MM-DD.md`
|
|
|
|
Example:
|
|
```markdown
|
|
# 2026-01-31
|
|
|
|
## Launched Memory Manager
|
|
- Built with semantic/procedural/episodic pattern
|
|
- Published to clawdhub
|
|
- 100+ installs goal
|
|
|
|
## Key decisions
|
|
- Chose proper architecture over quick ship
|
|
- Security via clawdhub vs bash heredoc
|
|
```
|
|
|
|
## When to add
|
|
- Daily summary of events
|
|
- Significant moments
|
|
- Time-sensitive context
|