Org memory for AI agents - Anchor Docs

Create explicit allowlisted organization memory across repos so AI coding agents can check cross-repo impact, API consumers, and shared-package risk.

A change in one repo can break API consumers, SDK wrappers, shared packages, or tests in another repo that a single-repo agent cannot see.

anchor org init --org my-org
anchor org add-repo my-org/backend-api --group backend
anchor org add-repo my-org/frontend-app --group frontend
anchor org sync --org my-org --no-graph
anchor org graph --org my-org --open

Anchor docs ยท GitHub