Expand TUI and package recovery planning

This commit is contained in:
Luna 2026-07-09 05:51:59 -07:00
parent cab60cd633
commit 51d52b5229
No known key found for this signature in database
10 changed files with 511 additions and 41 deletions

View file

@ -162,12 +162,15 @@ transaction is the suspicious case.
- Identify the owning package and reinstall from a trusted source:
```bash
enodia-sentinel respond plan <incident-id>
pacman -Qo /path/to/binary
enodia-sentinel pkgdb-verify
pacman -S --overwrite '*' <package> # reinstall the verified file
enodia-sentinel fim-check --packages # confirm it now matches
enodia-sentinel fim-update # re-anchor only after review
```
- Then re-anchor: `enodia-sentinel fim-update` and re-run `pkgdb-check`.
- Then re-run `pkgdb-check`.
**False positives:** a mid-upgrade snapshot can momentarily disagree. Re-run after
the transaction completes; a persistent mismatch is the real finding.