gz chores doctor¶
Re-scaffold missing or damaged canonical chores from the package source.
Project-local slugs and proofs/ content are never modified.
Usage¶
Runtime Behavior¶
- Enumerates canonical chore slugs from the
gzkit.chorespackage and the project-local set under.gzkit/chores/. - Classifies each slug as
MISSING,DAMAGED,HEALTHY, orPROJECT-LOCAL. - Repairs
MISSINGslugs by delegating toscaffold_core_chores(skip_existing=True); repairsDAMAGEDslugs by restoring missing or differing canonical files in(CHORE.md, acceptance.json, README.md)only. proofs/directories under.gzkit/chores/<slug>/are never touched.PROJECT-LOCALslugs (in the project but absent from canonical) are reported and never modified.--dry-runreports what would be repaired without writing any file.--jsonemits one record per slug withslug,before_status, andafter_statusto stdout.