Skip to content

gz chores list

List all chores declared in the chores registry (registry.json).


Usage

Bash
gz chores list [--explain]

Runtime Behavior

  • Loads registry.json using the project-first → package-fallback resolver (ADR-0.0.21): <project_root>/.gzkit/chores/registry.json is consulted first, then importlib.resources.files("gzkit.chores") as the package fallback.
  • Fails closed if the registry is missing or malformed in both surfaces.
  • Prints one row per chore with slug, lane, step count, and title.
  • --explain adds a resolution-source column labeling each row project, package, or missing.

Example

Bash
uv run gz chores list