You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dew doctor is useful for diagnosing the current repo, but it is optimized around finding the first blocking problem. Dew also needs an explicit verification command that users can run before trusting an image, before syncing, or after pulling an image from a remote.
This is about operator confidence: users should be able to verify that the manifest, encrypted image, archive contents, and restore plan are sane without changing the working tree.
Problem
dew doctoris useful for diagnosing the current repo, but it is optimized around finding the first blocking problem. Dew also needs an explicit verification command that users can run before trusting an image, before syncing, or after pulling an image from a remote.This is about operator confidence: users should be able to verify that the manifest, encrypted image, archive contents, and restore plan are sane without changing the working tree.
Proposed command
Suggested behavior
dew verifyshould check:.dew/manifest.yamlexists and validatesAcceptance criteria
dew verifyperforms a read-only end-to-end validation for the current repo.dew verify --jsonemits machine-readable output for automation.Notes
This should not replace
dew doctor;doctorshould remain user-guided diagnosis, whileverifyshould be explicit validation/preflight.