---
cluster: null
accumulated_from: []
last_updated: "{ISO timestamp}"
---

# Grid Warmth

Accumulated knowledge from Programs. Survives session death.

## Codebase Patterns

*(Patterns discovered about the codebase)*

- Example: "This project uses Astro content collections for blog posts"
- Example: "Dark mode uses class strategy with localStorage"

## Gotchas

*(Traps and pitfalls to avoid)*

- Example: "Astro config must use .mjs extension for ESM"
- Example: "Shiki syntax highlighting is build-time only"

## User Preferences

*(Inferred user preferences)*

- Example: "User prefers minimal dependencies"
- Example: "User wants dark mode as default"

## Decisions Made

*(Key decisions and their rationale)*

- Example: "Chose serverless adapter over static for future flexibility"

## Almost Did

*(Approaches considered but rejected)*

- Example: "Considered MDX but stuck with plain MD for simplicity"

## Fragile Areas

*(Code that breaks easily)*

- Example: "Content collection schema changes require restart"
