Pack Content Contract
Packs use a stable, machine-readable format that agents can parse reliably across regenerations.Header
Every pack begins with a metadata header:Section Markers
Content is divided into named sections with stable markers:Export Levels
When exporting or sharing a pack, three verbosity levels are available:| Level | Contents | Use Case |
|---|---|---|
Lite | Header + intent section only | Quick orientation, small context windows |
Standard | All primary sections (intent, criteria, touched files, diff summary) | Normal agent sessions |
Deep | Full pack including history entries and extended annotations | Deep debugging, mission planning |
Context Priority and Injection
When an agent session begins, ADE assembles the context stack in priority order. More specific context always takes precedence over general context.Lane Pack (Highest Priority)
The lane’s own pack is always included first. It defines the specific work context the agent is operating in.
Feature Pack (If Applicable)
If the lane is linked to a Linear issue, the Feature Pack for that issue is included. This brings in cross-lane awareness and the original issue requirements.
Project Pack (Base Layer)
The Project Pack is always included as the foundational context layer. Every agent gets the project-wide architecture and conventions.
Conflict Pack (If Active Conflicts)
If the lane has active merge conflicts, the relevant Conflict Pack is included. The agent sees both sides of the conflict and the suggested resolution.
Accessing Packs Manually
Packs are plain Markdown files. You can read them directly from the filesystem, open them in your editor, or copy their contents for use outside ADE.- From the Context View
- From the Filesystem
- Via MCP Tools
Open the Context tab in ADE’s left sidebar. The pack tree shows all packs with their type, associated lane/feature/mission, freshness status, and a preview of the intent section.Click any pack entry to open the full pack in ADE’s built-in viewer. Use the Export button to save a copy to your clipboard or a file.