Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · Workspace Validation Map
page:docs-workspace-validationa5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewarticlejsongraph
III.Related pagespp. 1 - 1
II.
Page reference

page:docs-workspace-validation

Reading · 3 min

Workspace Validation Map reference

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.

Pagewiki/docs/workspace-validation.mdOutgoing · 0Incoming · 1

Workspace Validation Map

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.

<!-- docs-discovery-note:start --> For canonical documentation homes and public/internal positioning, use Package and Plugin Docs Map. This file remains the validation-contract ledger, not the primary package/plugin discovery index. <!-- docs-discovery-note:end -->

If a workspace stays active, it must meet one of these conditions:

  • it is validated in .github/workflows/ci.yml
  • it is validated in the release/staging workflows because that is the only meaningful contract surface
  • it is explicitly called out here as intentionally excluded

Release-critical workspace families

These workspaces ship public packages or release-facing operational behavior. They are expected to stay aligned with both CI and release workflows.

Workspace or familyRoleValidation path
packages/babysitter-sdk (@a5c-ai/babysitter-sdk)Core SDK and CLI runtime.github/workflows/ci.yml jobs test and packages-sdk, plus publish.yml and publish-packages-from-tag.yml
packages/tasks-adapterPublished breakpoint runtime.github/workflows/ci.yml job test, plus publish.yml and publish-packages-from-tag.yml
packages/extensions-adapterPublished plugin compiler/runtime package.github/workflows/ci.yml job test, plus publish.yml and publish-packages-from-tag.yml
packages/observer-dashboardPublished observer dashboard package.github/workflows/ci.yml job observer-dashboard, plus publish.yml and publish-packages-from-tag.yml
packages/adapters/hooks/*Published hooks-adapter packages.github/workflows/ci.yml job test, plus publish.yml and publish-packages-from-tag.yml
packages/adapters/*Published adapters packages.github/workflows/ci.yml job test, plus publish.yml and publish-packages-from-tag.yml
packages/transport-adapterPublished transport/proxy runtime package used by the adapters CLI/runtime chain.github/workflows/ci.yml job workspace-coverage (build + lint + typecheck + test + scorecard:migration), plus publish.yml and publish-packages-from-tag.yml
packages/babysitter, plugins/babysitter-unified, and generated/published harness plugin packagesPublished metapackage, canonical plugin source, and harness plugin packages.github/workflows/ci.yml job test, plus publish.yml and publish-packages-from-tag.yml

Public advanced/runtime packages

These packages are publicly installable, but their canonical docs live primarily in package READMEs and the package/plugin docs map rather than the end-user getting-started flow.

WorkspaceRoleValidation path
packages/genty/platformPublic runtime CLI for headless/orchestrated/operator workflows; not the default first-stop end-user entrypoint.github/workflows/ci.yml job test, plus publish.yml and publish-packages-from-tag.yml runtime build/test validation
packages/genty/corePublic advanced/runtime dependency package consumed by @a5c-ai/genty-platform and runtime orchestration flows.github/workflows/ci.yml job test, plus publish.yml and publish-packages-from-tag.yml
packages/atlas (./catalog export)Public graph/evidence catalog surface consumed by SDK, adapters, hooks-adapter, plugin compiler, and catalog-adjacent tooling.github/workflows/ci.yml job test (npm run build --workspace=@a5c-ai/atlas and npm run test:atlas-catalog-contracts), plus publish.yml and publish-packages-from-tag.yml

Internal-only active workspaces

These workspaces are part of the active monorepo and ship code or operational behavior inside the repo, but they are not current public publish targets.

WorkspaceRoleValidation path
packages/genty/tui-pluginsInternal TUI plugin package for babysitter observability.github/workflows/ci.yml job workspace-coverage

Explicit exclusions

There are currently no active npm workspaces that are intentionally excluded from validation. packages/transport-adapter now participates in the workspace-coverage job through its package-local lint, typecheck, and test commands alongside build and scorecard:migration.

Article source

The article body is owned directly by this record.

Related pages

No related wiki pages for this record.

Shortcuts

Open overview
Open JSON
Open graph