II.
Page reference
Reading · 4 minpage:docs-user-guide-summary
Summary reference
This is the GitBook-style table of contents for the Babysitter User Guide. It is kept in sync with the Docusaurus sidebar in navigation.md(./navigation.md) and the entry points on the landing page(./index.md).
Summary
This is the GitBook-style table of contents for the Babysitter User Guide. It is kept in sync with the Docusaurus sidebar in navigation.md and the entry points on the landing page.
---
Home
---
Getting Started
---
Tutorials
- Tutorials Overview
- Build a REST API (Beginner)
- Custom Process (Intermediate)
- Multi-Phase Workflows (Advanced)
---
Ecosystem
- Ecosystem Overview
- babysitter-sdk (core engine)
- adapters (the family)
- atlas (catalog & knowledge graph)
- genty (agent runtime)
- observer-dashboard
- kradle (K8s Git forge — MVP)
- kip-sdk (memory substrate — spec only)
---
Architecture
---
Features
- Features Overview
- Architecture Overview
- **Two-Loops Architecture** (the core model)
- **Adapters** (run on any harness)
- **Process Library** (current library snapshot)
- Process Definitions
- **Quality Convergence**
- **Best Practices Guide**
- Breakpoints
- Hooks
- Journal System
- Run Resumption
- Parallel Execution
---
Harnesses
---
Reference
- Reference Overview
- Adapter Types (all 20)
- Slash Commands
- CLI Reference
- Adapters CLI
- Configuration
- Security
- Error Catalog
- Glossary
- FAQ
- Troubleshooting
---
Sitemap
docs/user-guide/
|
+-- index.md # Landing page
+-- SUMMARY.md # Table of contents (this file)
+-- navigation.md # Docusaurus navigation configuration
+-- architecture.md # Vision + Mermaid diagram + runtime flow
|
+-- ecosystem/ # Monorepo components
| +-- overview.md # Whole monorepo + how to choose
| +-- babysitter-sdk.md # Core event-sourced engine (GA)
| +-- adapters.md # The adapters family (GA)
| +-- atlas.md # Catalog / knowledge graph (GA)
| +-- genty.md # Unified agent runtime (GA)
| +-- observer-dashboard.md # Real-time SSE dashboard (GA)
| +-- kradle.md # K8s-native Git forge (MVP)
| +-- kip-sdk.md # Memory substrate (spec only)
|
+-- getting-started/ # Getting Started Section
| +-- README.md # Overview
| +-- installation.md # Installation guide
| +-- quickstart.md # Quick configuration
| +-- first-run.md # First workflow execution
| +-- migration.md # Prod (0.0.x) to v6 migration guide
| +-- upgrade-to-v6.md # Uninstall prod + reinstall v6 runbook
|
+-- tutorials/ # Step-by-Step Tutorials
| +-- index.md # Tutorials overview
| +-- beginner-rest-api.md # Build REST API (beginner)
| +-- intermediate-custom-process.md # Custom process (intermediate)
| +-- advanced-multi-phase.md # Multi-phase workflows (advanced)
|
+-- features/ # Core Features
| +-- index.md # Features overview
| +-- architecture-overview.md # How the v6 subsystems fit together
| +-- two-loops-architecture.md # Symbolic + agentic hybrid model
| +-- adapters.md # Run Babysitter on any harness (v6)
| +-- process-library.md # SDK-managed built-in library and current counts
| +-- process-definitions.md # Workflow templates
| +-- quality-convergence.md # Iterative quality improvement
| +-- best-practices.md # Comprehensive best practices guide
| +-- breakpoints.md # Human-in-the-loop approval
| +-- hooks.md # Extensible lifecycle events
| +-- journal-system.md # Event sourcing and audit
| +-- run-resumption.md # Continue interrupted work
| +-- parallel-execution.md # Concurrent task execution
|
+-- harnesses/ # Supported AI coding harnesses
| +-- install-matrix.md # All supported harnesses + install + hook models
| +-- claude-code.md # Claude Code (fully supported)
| +-- codex.md # Codex (fully supported)
|
+-- reference/ # Technical Reference
+-- index.md # Reference overview
+-- adapter-types.md # All 20 adapter package types enumerated
+-- slash-commands.md # In-session /babysitter:* command surface
+-- cli-reference.md # Command-line interface
+-- adapters-cli.md # Host-side `adapters` CLI reference (v6)
+-- configuration.md # Config options
+-- security.md # Security model and hardening
+-- error-catalog.md # Error codes and solutions
+-- glossary.md # Terminology
+-- faq.md # Frequently asked questions
+-- troubleshooting.md # Problem resolution---
Document Statistics
| Section | Pages | Status |
|---|---|---|
| Getting Started | 5 | Complete |
| Ecosystem | 8 | Complete |
| Architecture | 1 | Complete |
| Tutorials | 4 | Complete |
| Features | 13 | Complete |
| Harnesses | 3 | Complete |
| Reference | 11 | Complete |
| Navigation | 2 | Complete |
| Home | 1 | Complete |
| **Total** | **48** | **Active** |
---
Quick Reference Links
By Experience Level
**Beginner**
**Intermediate**
**Advanced**
---
By Task
**Setup and Installation**
**Daily Use**
**Problem Solving**
**Learning**
---
Related Resources
---
*Last updated: 2026-06-23*