ouroboros/devtools
Anton Razzhigaev 2557398003 fix(gaia): remove pre-existing unused import (ruff F401) blocking CI
bwrap_isolate.py carried an unused `import sys` from before v6.56.0 (the base
commit's quick-test was already red on `ruff check --select F`). Remove it so the
v6.56.0 release CI (which runs the same F-check) is green. No behavior change.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-05 07:20:26 +00:00
..
benchmarks fix(gaia): remove pre-existing unused import (ruff F401) blocking CI 2026-07-05 07:20:26 +00:00
__init__.py feat(devtools-benchmarks): add official benchmark harnesses and workspace executor 2026-06-06 12:03:30 +03:00
README.md feat(devtools-benchmarks): add official benchmark harnesses and workspace executor 2026-06-06 12:03:30 +03:00

Ouroboros Devtools

devtools/ contains operator-side and benchmark support code that should be versioned with Ouroboros without becoming part of the runtime core.

Rules:

  • Generated logs, datasets, run outputs, Docker layers, and secrets do not live here.
  • Default benchmark outputs go under /Users/anton/Ouroboros/bench_runs/.
  • Runtime modules must not import devtools.
  • This is not an immune-system bypass: touched files are reviewed normally.
  • Promote code out of devtools only through a separate reviewed runtime plan.