Context Reset Doc
Depth
_contextreset.md— the off-git, personally-scoped mirror of CLAUDE.md. Lives in Comprehension; one per.human/. Its job is to make a fresh agent behave like the last one — not to explain the project to a human. It re-grounds whatever agent reads it after a context reset: a new session, a model upgrade, or a switch to a different tool.
.human/ workspace — you are here
Comprehension_contextreset.md
Goals
Evergreen
Reports
captainslog.md the append-only spine
Where it sits
_contextreset.md lives in the Comprehension pillar and is one of the two artifacts that survive a context reset. It re-grounds the whole context; RESUME.md resumes one goal. It's the off-git counterpart to the in-git constitution — see the two layers.
Example
It's a short brief a fresh agent reads to pick up where the last one left off — the setup, the way things are done, and the traps. A generalized one:
_contextreset.md
# Context reset — read me first
> Off-git mirror of CLAUDE.md. Gets a fresh agent behaving like the last one.
## Setup
- Three side-by-side environments — dev, staging, prod (separate folders, not branches).
- Each has its own login; never cross them.
## Where things are
- App code in /src; the deploy steps live in Evergreen/.
## How we work here
- Commit messages: type(scope): summary. Always on a branch, never straight to main.
## Watch out
- The deploy runs from inside the container, not your machine.
Related
Last updated