mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-28 05:12:26 +00:00
Failure-mode regression catalog
Every error-handling case from the design doc §8 is documented here, with:
- The trigger conditions
- The expected user-visible behavior
- The retry / fix command
- The test that exercises it (in
tests/install/)
When a real-world bug report uncovers a new failure mode, add an entry here at the same time you add the regression test.
Index
- run-as-root.md — installer refuses to run as root
- missing-git.md — installer refuses without
giton PATH
(Add new entries as the catalog grows.)