Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.3Wiki
Agentic AI Atlas · Repo Map
docs/agent-reference/repo-mapa5c.ai
Search the atlas/
Wiki · linked records

Article and nearby pages

I.Current articlepp. 1 - 1
Command SurfacesProcess Authoring PolicyRuntime And Layout
I.
Wiki article

docs/agent-reference/repo-map

Reading · 2 min

Repo Map reference

This is the short orientation guide for the Babysitter monorepo.

Page nodewiki/docs/agent-reference/repo-map.mdNearby pages · 3Documents · 0

Continue reading

Nearby pages in the same section.

Command SurfacesProcess Authoring PolicyRuntime And Layout

Repo Map

This is the short orientation guide for the Babysitter monorepo.

High-Value Commands

Source of truth: `package.json`.

bash
npm run build:sdk
npm run test:sdk
npm run verify:metadata
npm run build:hooks-mux
npm run test:hooks-mux
npm run lint:hooks-mux

Core Packages

PathPackageRole
packages/sdk@a5c-ai/babysitter-sdkCore runtime, storage, tasks, CLI, hooks, profiles, plugins, compression
packages/babysitter@a5c-ai/babysitterMetapackage and babysitter binary
packages/babysitter-agent@a5c-ai/babysitter-agentOptional runtime CLI exposed as babysitter-agent; babysitter-harness is compatibility-only
packages/babysitter-tui-plugins@a5c-ai/babysitter-tui-pluginsTUI panels for status, cost, and governance
packages/atlas@a5c-ai/atlasAtlas catalog graph SDK, CLI, and data
packages/atlas/webui@a5c-ai/atlas-webuiAtlas graph explorer (Next.js)
packages/hooks-mux/*hooks-mux workspace packagesHook normalization, CLI, and harness adapters

Key Entry Points

  • SDK CLI: `packages/sdk/src/cli/main.ts`
  • SDK command registry: `packages/sdk/src/cli/main/program.ts`
  • SDK config and runs resolution: `packages/sdk/src/config/`
  • Babysitter-agent runtime CLI: `packages/babysitter-agent/src/cli/main.ts`
  • Metapackage shim: packages/babysitter/bin/babysitter.js
  • Atlas graph explorer: `packages/atlas/webui/app/page.tsx`

Repo Conventions

  • Import workspace packages by package name, never cross-package relative paths.
  • Keep event-sourced state transitions inside the SDK runtime and storage layers.
  • Prefer co-located tests in __tests__/ with *.test.ts.
  • Unused variables should use _ prefixes where needed for ESLint.

Trail

Wiki
Babysitter Docs
Contributor Reference

Repo Map

Continue reading

Command Surfaces
Process Authoring Policy
Runtime And Layout

Page record

Open node ledger

wiki/docs/agent-reference/repo-map.md

Documents

No documented graph nodes on this page.