Sources stay on your machine. Orkestral reads them locally in
~/.orkestral, nothing is uploaded.Add a source
Connect a repository or folder
Click Add source and pick a local Git repository or any folder on your disk. Orkestral detects whether the folder is version-controlled.
What mapping does
Mapping is how Orkestral turns a folder of files into context the team can reason about. It runs once when you add a source and refreshes as your code changes.Detects the stack
Identifies languages, frameworks and tooling so agents speak your project’s dialect.
Reads the structure
Maps directories, modules and entry points to know where things live.
Learns conventions
Picks up naming, patterns and style so generated code matches your codebase.
Indexes for retrieval
Builds an index agents search to pull the right files into context on demand.
Use multiple sources
One workspace can hold many sources, and agents read across all of them. This is useful when your work spans more than one repository.Frontend and backend repos
Frontend and backend repos
Add both repositories to the same workspace so a change that touches the API and the UI is planned and executed with full context on both sides.
App plus shared library
App plus shared library
Docs alongside code
Docs alongside code
Include a docs folder so the team can update documentation in step with the code it describes.
Every source you add is mapped independently, then made available to the whole team in that workspace.
Git awareness
For sources under version control, Orkestral surfaces Git status and diffs. Agents see exactly what you have changed, so plans and reviews reflect your working tree, not just the last commit.Status
See which files are modified, added or untracked at a glance.
Diffs
Inspect line-by-line changes that agents read before they act on a file.
Next steps
Workspaces
Organize sources and the team into focused workspaces.
Meet the team
See which agents read your sources and how they collaborate.