Stack Guide
→ Documentation Index | Related: Glossary | Unified Stack Architecture
Purpose
This guide is the fast path for navigating the unified stack. Use it when you need to know where to start reading, which package owns a concern, and which docs are normative versus supporting context.
Start Here
If you are new to the stack, read these in order:
- System Overview
- Glossary
- Unified Stack Architecture
- V6 Architecture Specification
- Package Specifications
Then branch into the area you are actually changing.
Before proposing a new seam, run the active validation cue for the first executable V6 slice:
npm run verify:v6:seams
If You Need To Change Orchestration
Read:
Work mainly in:
packages/sdkpackages/babysitterpackages/babysitter-agentlibrary/- project-local
.a5c/processes/
If You Need To Change Harness Dispatch
Read:
Work mainly in:
packages/agent-mux/corepackages/agent-mux/adapterspackages/agent-mux/clipackages/agent-mux/sdkpackages/agent-mux/gateway
If You Need To Change Hook Behavior
Read:
packages/hooks-mux/README.mdpackages/hooks-mux/ARCHITECTURE.md- Agent-Mux Integration
Work mainly in:
packages/hooks-mux/corepackages/hooks-mux/clipackages/hooks-mux/adapter-*plugins/babysitter-unified/hooks/
If You Need To Change Plugin Packaging
Read:
packages/agent-plugins-mux/unified_plugin_system_spec.mdplugins/babysitter-unified/README.template.md- per-harness plugin README files under
plugins/babysitter-unified/per-harness/
Work mainly in:
packages/agent-plugins-muxplugins/babysitter-unified- concrete bundles under
plugins/babysitter-*