Scenario 9: Review project state, history, and recover from a bad apply
Use this when a layer write produced files you want to inspect or undo.
Frequency: Rare · Status: Shipped
Use this when a layer write produced files you want to inspect or undo.
Typical commands:
harnesstap status .
harnesstap history .
harnesstap revert <snapshot-id>This is the safety-net workflow. Snapshots are created during layer apply
only when the project has a git origin — repos without a remote will
see an empty history and have nothing to revert to. If you need this safety
net for a local-only repo, push to a remote (even a local bare repo) before
applying.
Scenario 8: Audit plugin resources and layer pins
Use this when you want to understand which plugin resources are in the local library, which plugin pins a layer carries, and whether installed plugin trees...
Scenario 10: Export or import a layer as a portable bundle
Use this when you want to move a harness setup between machines, bootstrap a new repo quickly, or share a team baseline.