Skip to content

Context files

← All terms · Orbit-internal concepts

Also called Project context, Global context

Markdown files containing project-specific or global information that Orbit injects into AI sessions automatically. Replaces re-explaining context every time.

What it is

Two layers exist: per-project context files in each project's `context/` directory, and global context files in `~/.orbit/global/`. Orbit reads these automatically for AI chat, MCP tool calls, and the context viewer. Global files use a two-layer system: user files in `~/.orbit/global/` win completely over installer defaults; no merging.

When you would use it

You write context files when patterns or context need to be available across many AI sessions — refactoring conventions, project-specific gotchas, common patterns to follow.

Common operations

  • Adding project-specific architectural notes
  • Maintaining personal coding conventions in global context
  • Documenting patterns Apollo or AI agents should follow

Related terms

Where this is taught

No learning path uses this term yet. Browse the Learning Atlas for guided sequences through related ideas.