This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
commit 1b112586ee7eadcad90acecae1ce9dc56bb80160 Author: Robert Munteanu <[email protected]> AuthorDate: Wed Apr 22 14:46:36 2026 +0200 chore(skill_evals): remove remaining references to sling_evals --- skill-evals/AGENTS.md | 4 ++-- skill-evals/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/skill-evals/AGENTS.md b/skill-evals/AGENTS.md index 3a1276f8..d3d0d298 100644 --- a/skill-evals/AGENTS.md +++ b/skill-evals/AGENTS.md @@ -11,8 +11,8 @@ This repository contains [Inspect](https://inspect.aisi.org.uk/)-based evals for ## Current layout - Python project managed with `uv` -- Inspect tasks live under `src/sling_evals/` -- task registration is provided by `src/sling_evals/_registry.py` +- Inspect tasks live under `src/skill_evals/` +- task registration is provided by `src/skill_evals/_registry.py` - task-specific assets live alongside each task package, for example: - `task.py` - `scorer.py` diff --git a/skill-evals/README.md b/skill-evals/README.md index a56708ce..402edf1c 100644 --- a/skill-evals/README.md +++ b/skill-evals/README.md @@ -37,7 +37,7 @@ export INSPECT_EVAL_MODEL=bedrock/us.anthropic.claude-sonnet-4-5-20250929-v1:0 ## Execution ```bash -uv run inspect eval sling_evals/jcr_js_nodetypes +uv run inspect eval skill_evals/jcr_js_nodetypes ``` You can also specify the desired model from the command line:
