You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Harness execution eval.otito eval --harness now proves that Otito infers and can run the encoded install, test, typecheck, and build commands against an isolated, committed fixture. npm run eval:harness is part of the release quality gate.
Safety
Fixture-only execution boundary. Harness execution accepts only vetted package-manager command forms, disables install lifecycle scripts, applies a timeout, and rejects corpus entries outside Otito's committed evals/fixtures directory. It never executes a command inferred from a customer repository.