Skip to content

Source-of-truth map

AIOS is a context monorepo, not one build monorepo. Each product has its own source, tests, release cadence, and documentation. Public website prose is a projection of those sources, not the authority over them.

QuestionAuthoritative source
Individual workspace behavioraios-workspace source, especially scaffold/, scripts/, and validation/
Workspace architectureaios-workspace/docs/architecture.md
Workspace feature inventoryaios-workspace/docs/feature-set.md, checked against executable source
CLI command surfaceaios-workspace/scripts/cli/registry.mjs and scripts/cli/usage.mjs
Team Brain data and flowsaios-team-brain/docs/ARCHITECTURE.md plus route and library source
Workspace ↔ Brain wire contractaios-workspace/docs/brain-api.md
Brain implementation versionaios-team-brain/lib/api/version.ts
Workspace GUI (cockpit) + desktop shellaios-workspace/gui + src-tauri (authoritative until their deferred deletion); the cut standalone repo is aiosbrain/aios-workspace-gui, seam contract in aios-workspace/docs/gui-toolkit-contract.md
Shared hub modules@aiosbrain/foundation on npm, source aios-workspace/packages/foundation/; the old scripts/ paths are re-export shims
Devtools command set@aiosbrain/aios-devtools@0.2.0, sourced from aiosbrain/aios-devtools; five Workspace commands delegate through aios-workspace/scripts/cli/devtools-commands.mjs
Public documentationaios-website/src/content/docs/
Shared design systemaios-design/DESIGN.md and published @aios-alpha/* packages
Agentic Engineering Maturityroot agentic-engineering-maturity/
  1. Identify which product owns the behavior.
  2. Search the owning repository’s code graph or source.
  3. Trace callers, routes, and tests.
  4. Read the product’s authoritative document.
  5. Compare the website projection.
  6. Report discrepancies in both directions: documented-but-missing and shipped-but-undocumented.
CheckWhat it provesWhat it does not prove
Workspace npm run check:docsOperator-loop inventories match source/spec filesAll workspace prose is current
Team Brain npm run check:docsRoutes, tables, and ingestion sources match ARCHITECTURE.md inventoriesThe pinned member API document matches every handler
Website npm run check:docsGenerated workspace facts and product-boundary rules match public docsUnmarked prose is semantically complete
Workspace/Brain contract conformance testsShared fixture, tiers, SSE, payloads, provisioning tools, and version anchors agreeEvery documented endpoint has a handler and every handler is documented

That last limitation is why launch reviews must also run the cross-repository Brain API conformance audit.

Use /llms.txt when you need a copy-pasteable ecosystem briefing. It contains boundaries, source hierarchy, safety invariants, setup flows, and verification commands without duplicating the full guides.