v0.1.0 - Initial release
feat(settings): add scoped command editor and refine check reporting Add an interactive command-list editor to the settings screen for managing scoped setup/check entries (name, cwd, command, scope), with validation that rejects unsafe cwd paths and invalid scope regexes. Group deterministic check evidence into "Ran" and "Skipped" sections, and stop emitting the misleading setup "partial"/"skipped" badges when no step actually ran.