Choose Scopes
Artifact Scope
Section titled “Artifact Scope”Orbit uses these scope strategies:
| Artifact | Strategy |
|---|---|
| Tasks | WorkspaceOnly |
| Activities and jobs | MergeByKey |
| Policies | MergeByKey |
| Job runs | WorkspaceOnly |
| Skills | MergeByKey |
| Audit | GlobalOnly |
Use workspace-local state for work tied to a repository. Use global state for shared defaults and the audit trail; skills use global defaults with optional workspace overrides by skill name.
Filesystem Scope
Section titled “Filesystem Scope”Use fsProfile to select what an activity may read and modify.
spec: type: agent_loop fsProfile: reviewerThen define the profile in policy:
fsProfiles: reviewer: read: [./**] modify: []Global denyRead and denyModify rules still apply.