docs/assimilation/harness
Harness Integration guide
This section explains how to connect a real harness to Babysitter and what each integration guide is responsible for.
Pages in this section
Start with the section hub, then move sideways into adjacent pages when you need more detail.
Technical reference for the babysitter plugin's integration with Claude Code. Covers the full lifecycle from plugin registration through session management, the stop-hook orchestration loop, effect execution, and completion proof validation.
wiki/docs/assimilation/harness/claude-code-integration.md
A step-by-step implementation guide for integrating the babysitter SDK orchestration
wiki/docs/assimilation/harness/generic-harness-guide.md
Harness Integration
This section explains how to connect a real harness to Babysitter and what each integration guide is responsible for.
Audience
- Harness maintainers and adapter authors
- Teams wiring Babysitter into CI or hosted execution flows
- Operators validating that session binding, task execution, and approvals work the same way across harnesses
Start Here
1. Generic Harness Guide for the shared integration contract 2. Claude Code Integration for the current first-class harness example
Related Entry Points
- Need the higher-level map? Start at Harness Assimilation.
- Need GitHub-hosted orchestration? Use the top-level GitHub Actions setup guides in the sidebar.
- Need plugin packaging rather than harness integration? Go to Plugins.