Skip to content

Context Packs

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.

Context-pack source: https://github.com/Protocol-Wealth/pwcli-core/tree/main/context-pack

Clone this wiki locally