# Project Workspace Rules & Memory Context

## Session Boot Routine
At the start of EVERY conversation/session, the AI agent must read all files inside the `/memory/` directory (`user.md`, `people.md`, `preferences.md`, `decisions.md`) to establish state and remember context.

## Session Shutdown Routine
Before completing a high-level task or concluding a session, the AI agent must update the relevant `/memory/` files with any new information discovered about the user, team, preferences, or core architectural decisions.
