docs
Babysitter Docs guide
Atlas wiki mirror of the repository docs site. The existing docs site remains unchanged; these pages are generated from docs markdown during the Atlas build.
Pages in this section
Start with the section hub, then move sideways into adjacent pages when you need more detail.
adapters docs
PageThis section has three tracks:
wiki/docs/adapters/README.md
Design documents for integrating adapters capabilities into the babysitter SDK, enabling processes to discover available agents/models and dispatch work to external harnesses.
wiki/docs/adapters-babysitter-integrations/README.md
Comprehensive inventory of missing capabilities, stub implementations, and architectural weaknesses across agent-core (L4), agent-runtime (L5), agent-platform (L6), tasks-adapter, tools-adapter, transport-adapter, and babysitter-sdk.
wiki/docs/agent-layer-gaps.md
Use this directory as the source of truth for repository-level AI agent guidance.
wiki/docs/agent-reference/README.md
Articles
PageThis section collects long-form writing that helps readers understand the ideas behind Babysitter without making those essays part of the core task-oriented docs flow.
wiki/docs/articles/index.md
These guides cover the current harness-integration surface for Babysitter.
wiki/docs/assimilation/index.md
The catalog runtime has been unified into @a5c-ai/atlas as the
wiki/docs/atlas-catalog-unification/README.md
Generated: 2026-05-07
wiki/docs/atlas-library-gaps.md
Babysitter blueprints are version-managed instruction packages distributed through a marketplace. They were previously called Babysitter plugins; the old plugin: CLI commands remain as deprecated aliases for one release, but new documentation and command surfaces should use plugin:.
wiki/docs/blueprints.md
"Babysitter plugins" (managed by babysitter-sdk CLI, stored in marketplace) should be renamed to "blueprints" to distinguish them from agent plugins (the unified/generated hooks-adapter plugins installed into agents).
wiki/docs/blueprints-rename/README.md
This guide walks through a realistic flow that exercises the babysitter CLI and the deterministic test harness exposed from @a5c-ai/babysitter-sdk/testing. The examples target Babysitter 6.0.0 (edition v6). The end-user CLI is installed from @a5c-ai/babysitter; the programmatic runtime used by the testing harness ships in @a5c-ai/babysitter-sdk:
wiki/docs/cli-examples.md
Architecture, philosophy, and component guides for the a5c agent orchestration platform.
wiki/docs/development/README.md
Evil Fallbacks
PageSilent fallback mechanisms that hide real problems, introduce unexpected degraded behavior, or make debugging impossible. Ordered by severity within each section.
wiki/docs/evil-fallbacks.md
94 of 147 gaps were upgraded from their original status. The original inventory classified many features as "Missing" that had since been fully or partially implemented. The codebase has advanced far beyond what the backlog reflected.
wiki/docs/genty-features-backlog-updated/README.md
The agent stack packages should be renamed to use the "genty" brand consistently.
wiki/docs/genty-stack-renames/README.md
This guide explains how to use the official Babysitter GitHub Action(https://github.com/a5c-ai/babysitter) (a5c-ai/babysitter@main) for automated, AI-orchestrated workflows in your CI/CD pipeline.
wiki/docs/github-actions-setup-babysitter.md
This guide explains how to integrate the Babysitter plugin with Claude Code GitHub Actions(https://github.com/anthropics/claude-code-action) for automated orchestration workflows in your CI/CD pipeline.
wiki/docs/github-actions-setup-claude-code.md
This guide explains how to integrate the Babysitter plugin with OpenAI's Codex GitHub Action(https://github.com/openai/codex-action) for automated orchestration workflows in your CI/CD pipeline.
wiki/docs/github-actions-setup-codex.md
This guide explains how to integrate the Babysitter plugin with Google's Gemini CLI GitHub Action(https://github.com/google-github-actions/run-gemini-cli) for automated orchestration workflows in your CI/CD pipeline.
wiki/docs/github-actions-setup-gemini-cli.md
(excludes test infrastructure in harness-mock: 55 refs)
wiki/docs/hard-coded-and-should-be-in-graph-gaps-backlog.md
This gap analysis identifies feature gaps in the Babysitter orchestration platform from the babysitter-native perspective. All gaps are framed around what the orchestration platform needs -- not what any specific host harness (like Claude Code) provides.
wiki/docs/harness-features-backlog/README.md
Unmarked coupling, maintenance hazards, missing caveats, and dangerous zones. This is the map of places where a well-intentioned change will bite you.
wiki/docs/here-be-dragons.md
Hermes Agent is a Python-based (83.6% Python, 12.6% TypeScript) MIT-licensed autonomous AI agent by Nous Research. Its architecture centers on a monolithic AIAgent class (~4,400 lines in runagent.py) that powers all surfaces: CLI, messaging gateway (20+ platforms), ACP (IDE integration), batch, and API server. It supports 30+ LLM providers, 70+ tools across 28 toolsets, pluggable memory providers, a self-evolution companion system (DSPy + GEPA), and a community Skills Hub at agentskills.io.
wiki/docs/hermes-research/README.md
This page is the canonical discovery index for package and plugin documentation in the Babysitter monorepo.
wiki/docs/package-and-plugin-map.md
Agent Plugins
PageAgent plugins are the harness integration packages that install Babysitter into tools such as Claude Code, Codex, Cursor, Gemini CLI, OpenCode, and GitHub Actions. They remain plugins.
wiki/docs/plugins.md
Reference
PageThis section contains the current reference docs that remain part of the published docs surface.
wiki/docs/reference/index.md
Reference Repos
Page<!-- Generated by .claude/skills/assimilate-popular-workflows. Re-run to refresh. -->
wiki/docs/reference-repos/README.md
1. Ensure release-notes.md matches the changelog section before approving the release.
wiki/docs/release-pipeline.md
<!-- Generated by .claude/skills/catalog-babysitter-users. Re-run the skill to refresh. -->
wiki/docs/repo-with-babysitter-processes.md
Core SDK improvements including CLI bash migration, shell-to-CLI refactor, DX optimization, path resolution utilities, completionSecret rename, prompt persistence, staging versioning, and hook thin-shell refactors. All completed successfully.
wiki/docs/run-history-insights.md
Supermemory is a cloud memory engine and context layer for AI agents, ranking 1
wiki/docs/supermemory-research/README.md
Testing Strategy
PageThis directory defines the replacement testing strategy after the legacy Docker and Docker-E2E workflows were removed. The current CI implementation lives primarily in .github/workflows/publish.yml, with GitHub Actions owning the live-stack scenario and OS matrix. The new plan starts from repository-native package boundaries, Babysitter harness setup commands, the agent-platform runtime surface, and explicit model/no-model lanes instead of reusing the retired Docker image and e2e-tests/docker suite.
wiki/docs/testing/index.md
New here? Jump straight to Start here(start-here) for the 20-minute path, or use the task-based(i-want-to) and role-based(by-role-and-level) entry points below to go directly to the page you need.
wiki/docs/user-guide/index.md
When babysitter started, it was a single npm package that could wrap an AI agent session in a structured process. You called defineTask, wrote some effects, and the SDK kept your agent on the rails. That was useful, but it only worked with one harness, in one environment, with one person watching.
wiki/docs/v6-announcement.md
This directory documents a pragmatic V6 evolution for the Babysitter stack. The intent is not to describe the biggest possible modular future. The intent is to define the smallest architecture change that is worth shipping, can be validated against the current repository, and leaves room for later extraction if the seams prove real.
wiki/docs/v6-spec-and-roadmap/README.md
This document is the repo-level source of truth for which npm workspaces are active, which ones are release-critical, and which workflow path validates them.
wiki/docs/workspace-validation.md
Babysitter Docs
Atlas wiki mirror of the repository docs site. The existing docs site remains unchanged; these pages are generated from docs markdown during the Atlas build.
Sections
- a5c Development Documentation
- a5c.ai V6 Spec And Roadmap
- adapters docs
- Agent Layer Gaps — Full Agent Stack
- Agent Plugins
- Agent-Adapter ↔ Babysitter Integration
- Articles
- Atlas Catalog Unification
- Atlas Graph ↔ Library Gap Report
- Babysitter Blueprints
- Babysitter CLI & SDK Examples
- Babysitter Plugins → Blueprints Rename
- Babysitter Run History Insights
- Babysitter User Guide
- Babysitter v6: The Orchestration Platform Goes Universal
- Continuous Release Pipeline
- Contributor Reference
- Evil Fallbacks
- Genty Features Backlog: Adversarial Gap Analysis
- genty Stack Renames
- Hardcoded Harness/Target Gaps — Should Be Derived from Atlas Graph
- Harness Assimilation
- Harness Features Backlog: Gap Analysis (Restructured)
- Here Be Dragons — Babysitter Monorepo
- Hermes Agent Deep Research
- Package and Plugin Docs Map
- Reference
- Reference Repos
- Repositories Using Babysitter
- Supermemory Deep Research
- Testing Strategy
- Using Babysitter with Claude Code GitHub Actions
- Using Babysitter with Codex GitHub Actions
- Using Babysitter with Gemini CLI GitHub Actions
- Using the Babysitter GitHub Action
- Workspace Validation Map