Reset And Retry¶
Use this only when the current setup state is clearly broken.
Safe Reset Order¶
- capture what failed
- remove only the broken install target
- rerun install
- rerun verification before adding integrations
Example¶
sh
rm -rf ./.orca-framework
./install/install.sh --mode local --target ./.orca-framework
./install/verify-install.sh --target ./.orca-framework
Do Not Reset Yet If¶
- the issue is just missing auth
- the issue is a wrong harness assumption
- the issue is an optional plugin