First Success Check¶
Use this right after install.
Success Sequence¶
- run install verification
- run doctor
- add
.orca-framework/binor$HOME/.orca-framework/bintoPATH - create one small Mission with an observable criterion
- run one real check through
orca mission check - complete the Mission only after its evidence is visible
Validation Commands¶
./install/verify-install.sh --target ./.orca-framework
./install/doctor.sh --target ./.orca-framework
export PATH="$(pwd)/.orca-framework/bin:$PATH"
orca mission create "Prove this repository is ready" --criterion "Git reports a valid work tree"
orca mission check AC-1 -- git status --short
orca mission complete
Good First Success¶
A good first success is:
- one install target
- one verified setup
- one durable Mission
- one real command result recorded as evidence
- one guarded completion