System context graph
A generated, continuously refreshed, machine-readable map of the estate: services,
repos, pipelines, datasets, environments, dependencies, owners, SLOs, on-call, cost
centres, and the edges between them.
Built from what already exists — IaC state, CI configuration, the cloud resource graph,
catalogue metadata, git history, incident records. Never from a wiki someone has to
maintain, because that wiki is always wrong by the time it matters.
It is also the hardest thing for anyone to replicate inside your
account, because it encodes your reality rather than a generic model of one.
Execution memory
Long agentic runs fail by losing state, repeating rejected approaches, or acting on
stale instructions. The durable pattern is a compact current-state map that points to
live artifacts, not a large static rulebook that becomes a graveyard of stale rules:
- An active execution plan with decomposed steps and completion criteria
- A decision log — what was tried, what was rejected, and why
- Progress files and quality grades per step
- Structured handoff records, so a fresh session resumes rather than restarts
- ADRs, postmortems, and runbooks in dated, retrievable form
- A hygiene job that retires stale rules on a schedule