Cursor repo and org memory - Anchor Docs

Configure Anchor so Cursor can use local repo and org memory before refactors, API changes, tests, reviews, and cross-repo impact checks.

Cursor can move fast, but it needs the repo decisions and org relationships that are usually spread across PRs, tests, and other repositories.

anchor init --target cursor
anchor index --limit 200
anchor org sync --org my-org --no-graph
anchor doctor --target cursor

Anchor docs ยท GitHub