mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-02 23:56:24 +08:00
docs(ci): name the two QA preview suites in the /benchmark dispatcher header
The suite argument is validated dynamically against `suites/*.toml` on nearai/benchmarks main, so nothing here gates a new suite — but that also means nothing here mentions one either, and `qa-automation-preview` is the suite most worth reaching for when changing reborn's integration or automation behaviour. Test PR for the /benchmark path on those suites; not for merge unless useful. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
6
.github/workflows/nearai-bench.yml
vendored
6
.github/workflows/nearai-bench.yml
vendored
@@ -10,6 +10,12 @@
|
||||
# Setup / usage docs:
|
||||
# https://github.com/nearai/benchmarks/blob/main/docs/ci/README.md
|
||||
#
|
||||
# The suite name is validated against `suites/*.toml` on nearai/benchmarks main, so a new
|
||||
# suite is dispatchable as soon as it lands there — no allowlist to update here. Two worth
|
||||
# knowing about for reborn's integration/automation behaviour:
|
||||
# /benchmark qa-automation-preview 10 routine tasks; the axis that separates harnesses
|
||||
# /benchmark qa-preview the full 38-task QA corpus
|
||||
#
|
||||
# nearai/benchmarks is a PRIVATE repo (since 2026-07-22, PR #291). A
|
||||
# cross-repo reusable-workflow `uses:` call (the previous approach here) is
|
||||
# structurally incapable of working for a public caller -> private callee:
|
||||
|
||||
Reference in New Issue
Block a user