.agents/skills/version-release/reference/changelog-example/db-migration.md
Release Date: April 20, 2026
Migration Scope: Agent benchmark data model bootstrap (5 new tables, 2 new indexes)
This release introduces a schema foundation for benchmark execution and reporting, so agent evaluation data is stored as a complete lifecycle instead of fragmented records.
Added tables:
agent_eval_benchmarksagent_eval_datasetsagent_eval_runsagent_eval_run_topicsagent_eval_recordsAdded indexes:
idx_agent_eval_runs_status_created_atidx_agent_eval_run_topics_run_id_topic_idThese additions close a previous gap where benchmark data existed in partial forms but lacked a stable relational backbone for auditing and historical analysis.
Migration owner: @{pr-author}
The migration owner is responsible for rollout follow-up and incident handling for this schema change.
Note for Claude: Replace
{pr-author}with the actual PR author. Retrieve viagh pr view <number> --json author --jq '.author.login'or from commit metadata. Do not hardcode a username.