MCPcopy Create free account
hub / github.com/compozy/agh / Scope

TypeAlias Scope

internal/task/types.go:9–9  ·  view source on GitHub ↗

Scope identifies whether a task is daemon-global or workspace-scoped.

Source from the content-addressed store, hash-verified

7
8// Scope identifies whether a task is daemon-global or workspace-scoped.
9type Scope string
10
11const (
12 // ScopeGlobal identifies a daemon-wide task with no workspace binding.

Callers 2

NormalizeMethod · 0.70
TestValidateScopeBindingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected