# memory/ — Daily Memory System

This folder stores day-by-day operational memory.

## Naming
Use one file per day:
- `YYYY-MM-DD.md`

Example:
- `2026-02-21.md`

## What to Record
- Meaningful actions completed
- Decisions and rationale
- Relevant context changes
- Open loops / follow-ups
- Important user preferences discovered

## What Not to Record
- Sensitive secrets unless explicitly requested
- Verbose command logs with no long-term value
- Duplicate content already curated in `MEMORY.md`

## Workflow
1. Append notable events to today’s daily log.
2. Periodically distill durable items into `../MEMORY.md`.
3. Keep `MEMORY.md` concise and high-signal.

## Daily Template
```md
# Daily Log — YYYY-MM-DD

## Session Summary
- 

## Decisions
- 

## Work Completed
- 

## Open Items
- 

## Notes
- 
```
