c-08-ar-coordination-context-resolver Resolverc-08-ar-coordination-context-resolver is the facts resolver for a target code repository.
It answers: where is memory, where is coordination state, what settings apply, what task root should be used, and what cross-repo context is allowed?
Use one of:
code_repository_name = my-app
code_repository_root = /path/to/my-app
Optional inputs include coordination_root, requested_topology, task_name, worktree_name, and contract_path.
The c-08-ar-coordination-context-resolver skill checks:
<repo>/ar-memory/<coordination-root>/memory-repos/ar-<repo>/If neither memory location exists, the c-08-ar-coordination-context-resolver skill fails with a missing-memory error and lists the checked paths.
Common outputs include:
topologycode_repository_namecode_repository_rootcoordination_rootmemory_rootonboarding_rootsettings_pathpath_settings_pathtask_roottemp_rootdocs_roottools_pathsources_pathpathRulescrossRepoFor worktree-backed tasks, the c-08-ar-coordination-context-resolver skill can also report contract, worktree, and ledger facts.
The c-08-ar-coordination-context-resolver skill does not mutate Git, create memory roots, update onboarding, or start worktrees. Use the c-00-initialize-memory-repo, c-03-repo-bootstrap, c-05-create-or-update-onboarding-files, and c-09-git-worktree-manager skills for those actions.