756 B
Executable File
756 B
Executable File
HOT Memory — Template
This file is created in
~/self-improving/memory.mdwhen you first use the skill. Keep it ≤100 lines. Most-used patterns live here.
Example Entries
## Preferences
- Code style: Prefer explicit over implicit
- Communication: Direct, no fluff
- Time zone: Europe/Madrid
## Patterns (promoted from corrections)
- Always use TypeScript strict mode
- Prefer pnpm over npm
- Format: ISO 8601 for dates
## Project defaults
- Tests: Jest with coverage >80%
- Commits: Conventional commits format
Usage
The agent will:
- Load this file on every session
- Add entries when patterns are used 3x in 7 days
- Demote unused entries to WARM after 30 days
- Never exceed 100 lines (compacts automatically)