·
71 commits
to main
since this release
Launch hygiene for the bring-your-own-agent self-serve OCS runner (added in v0.10) plus public-readability cleanups.
Self-serve runner CI coverage + demo (PR #29)
- CI now compiles and lints the self-serve entry point (
score_my_agent.py) and its hermetic test suite (selftest_selfserve.py) — previously only the library logic was covered by CI. - README leads the self-serve examples with the bundled demo-agent run (
--axes decision --no-judge): a first run costs zero model spend and matches the canonical safe demo in the docs.
Launch-prep hygiene (PR #27)
- README CI badge; RUN-PLAN + CI workflow polish; doc-portability fixes (internal docs relocated).
Verification: python3 selftest.py green; ruff + py_compile clean. No new eval runs, no public-data changes, no raw prompts.