Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 17:38
2053f91

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.