Documentation
README
Context Anchoring
Scope
Feature-level only โ anchors decisions as a feature flows from design โ implementation โ bugfix โ refactor.
Config Resolution
This skill manages a directory of per-feature context docs. Resolution order:
- Read
.lattice/config.yamlin the repo root. - If found and
paths.context_baseis set โ use that directory as the context base (the Create behavior creates it on demand). - If there is no config file or no
paths.context_basekey โ use the default.lattice/context/.
Each feature gets one doc at <context_base>/<feature-name>.md. No default principles, no overlay modes, no override files -- just a thin template and per-feature docs that grow through enrichment.
Why Context Anchors Exist
This is the opening of the README. Read the full README on GitHub.