mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-28 14:07:55 +00:00
The run-as-root install case doc still showed the retry command using the community-operated openjarvis.ai domain, whose TLS is broken and which the project does not control (#337). Point it at the canonical, project-controlled GitHub Pages URL, matching README and the install docs. Documentation only — the bats test it describes asserts exit code + "root" in stderr and has no URL dependency. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.)