gz chores list¶
List all chores declared in the chores registry (registry.json).
Usage¶
Runtime Behavior¶
- Loads
registry.jsonusing the project-first → package-fallback resolver (ADR-0.0.21):<project_root>/.gzkit/chores/registry.jsonis consulted first, thenimportlib.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. --explainadds a resolution-source column labeling each rowproject,package, ormissing.