Skip to content
Kitsy Docs Open COOP

Naming and Aliases

Naming and Aliases

COOP supports per-entity naming rules and custom naming tokens.

Inspect the active strategy:

Terminal window
coop naming
coop naming preview "Natural-language COOP command recommender"

Set naming defaults and token defaults:

Terminal window
coop naming token default set bucket PM
coop naming token default set feat UNS

At create time, token precedence is:

  1. command-line token flag
  2. naming token default
  3. error if still missing

Aliases let you add a stable friendly handle without rewriting the canonical ID:

Terminal window
coop rename TASK-PKVSI-260324-1CCEEE68 APPS-TRUTH-TABLE
coop show APPS-TRUTH-TABLE

See Naming for the token model and constraints.