diff --git a/supabase/references/agent-evals.md b/supabase/references/agent-evals.md index a82df78..be81272 100644 --- a/supabase/references/agent-evals.md +++ b/supabase/references/agent-evals.md @@ -83,3 +83,7 @@ Use the scenario set that matches the workflow under evaluation, and prefer scen - Do not use this reference to design evaluation methodology, datasets, or graders — that is [agent-evals-and-observability](../../agent-evals-and-observability/SKILL.md). - Do not confuse supabase/evals with this skill's own `evals/evals.json`: the former runs agents against scored scenarios, the latter is a static output-quality contract validated by this repository. + +## Attribution + +Concepts, runtime descriptions, and commands in this reference are derived from the [supabase/evals README](https://github.com/supabase/evals), Copyright Supabase, licensed under [Apache-2.0](https://github.com/supabase/evals/blob/main/LICENSE). Definitions are paraphrased or quoted for documentation; the harness and its skills submodule remain external to this repository. diff --git a/supabase/references/source-index.md b/supabase/references/source-index.md index 332c4b6..7eaf5c9 100644 --- a/supabase/references/source-index.md +++ b/supabase/references/source-index.md @@ -40,6 +40,7 @@ Use current official documentation and source before making version-sensitive cl - Supavisor: https://github.com/supabase/supavisor - Supabase Postgres: https://github.com/supabase/postgres - PostgREST: https://github.com/PostgREST/postgrest +- Agent evals harness: https://github.com/supabase/evals (Apache-2.0; concepts/commands checked 2026-08-09) Within the official Docker directory, read `README.md`, `CONFIG.md`, `CHANGELOG.md`, `versions.md`, `.env.example`, `docker-compose.yml`, `run.sh`, and the relevant `tests/` file together. `CONFIG.md` explicitly distinguishes source-derived facts from interpretive descriptions; use each service's own documentation or source when intent matters.