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

Function ImmutableTaskFields

internal/task/limits.go:54–62  ·  view source on GitHub ↗

ImmutableTaskFields returns the canonical immutable task field names.

()

Source from the content-addressed store, hash-verified

52
53// ImmutableTaskFields returns the canonical immutable task field names.
54func ImmutableTaskFields() []string {
55 return []string{
56 TaskFieldCreatedBy,
57 TaskFieldOrigin,
58 TaskFieldScope,
59 TaskFieldWorkspaceID,
60 TaskFieldParentTaskID,
61 }
62}
63
64// MutableTaskFields returns the canonical mutable task field names.
65func MutableTaskFields() []string {

Callers 1

Calls

no outgoing calls

Tested by 1