Skip to content
AGH RuntimeWorkspaces

Workspaces

How AGH resolves workspace roots, layers config overlays, and attaches additional roots for monorepos and cross-project agent sharing.

Audience
Operators running durable agent work
Focus
Workspaces guidance shaped for scanability, day-two clarity, and operator context.

A workspace is a registered project root. AGH uses it as the source of truth for workspace-scoped agents, skills, memory, and config overlays. Sessions inherit the workspace context, and resolution is deterministic — the registered root wins over global defaults.

Use this section when the same machine runs more than one project, when an agent needs project-local instructions, or when a monorepo needs extra directories attached without copying files into the primary root. The important rule is that AGH treats the registered workspace as an identity, not just as the current shell directory. That identity is what sessions, memories, overlays, and additional roots attach to.

Hand-drawn Workspaces poster showing registered roots, overlays, multi-root directories, and workspace session context with the octopus mascot.

In this section

On this page