Skip to content

Project Context

Glue automatically loads project-specific context files into the agent's system prompt, so it understands your codebase conventions without being told.

Auto-Loaded Files

FilePurposeMax Size
AGENTS.mdAgent behavior guidelines — code style, conventions, what to avoid50 KB
CLAUDE.mdCustom project context — architecture notes, important patterns50 KB

Both files are looked up in the current working directory. If found, their contents are appended to the system prompt. Files larger than 50 KB are truncated with a note.

.glue/ Directory

Project-local extensions can live in a .glue/ directory at your project root:

  • .glue/skills/ — project-local skill definitions (each skill has its own SKILL.md)

TIP

Add AGENTS.md to your repo with code style guidelines. The agent will follow them automatically — no need to repeat instructions each session.

See also

Released under the MIT License.