You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nick Rygiel edited this page Jul 3, 2026
·
1 revision
Context Packs
A context-pack/ directory stores small Markdown files with YAML frontmatter.
It is an agent-loadable operating context, not a source-of-truth database.
Use Cases
architecture principles;
domain vocabulary;
workflow conventions;
standards references;
project-specific guardrails.
Rules
Keep files small.
Link related files explicitly.
Do not store secrets.
Do not store private user data.
Review context packs like code because agents may follow them.