Context Manager
Sets up and maintains a minimal, tool-agnostic context system so any AI tool can resume any project without re-reading everything.
Core principle: Global rules + domain scoping + two files per domain.
Two files per domain (non-negotiable):
{domain}.md— operational. Resume state, current status, next task, open bugs. Changes every session.{domain}-ref.md— reference. What exists, where it lives, how it works, why it's built this way. Changes only when archit
[Description truncada. Veja o README completo no GitHub.]