Browse documentation

What the workspace template contains

The shared workspace structure your coding host reads and your project keeps.

Template 2.1.0

The shipped structure

AreaPurpose
AGENTS.md and host entry filesStanding instructions and human control boundaries.
.agents/skills/Procedures for workspace setup, knowledge, intents, plans, worktrees, workers, delivery, and completion.
workspace.yaml and members.yamlProject identity, repository model, and roster.
context/Durable knowledge, optional catalog, and glossary.
intent/ and plans/Human-readable outcomes and implementation plans.
.context-circuit/Product pins, ID reservations, role preferences, and reference documentation.

What is created locally

Member selection, checkout bindings, native agent definitions, working copies, and runtime files are machine-local. They are not a portable snapshot of another developer's environment.

The published template repository's README, license, changelog, contribution and security pages, and artwork do not enter a fresh workspace archive. The project's own README is written at initialization.

Read local versus shared configuration.