Skip to content

Choose Scopes

Orbit uses these scope strategies:

ArtifactStrategy
TasksWorkspaceOnly
Activities and jobsMergeByKey
PoliciesMergeByKey
Job runsWorkspaceOnly
SkillsMergeByKey
AuditGlobalOnly

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.

Use fsProfile to select what an activity may read and modify.

spec:
type: agent_loop
fsProfile: reviewer

Then define the profile in policy:

fsProfiles:
reviewer:
read: [./**]
modify: []

Global denyRead and denyModify rules still apply.