From 4f7d07f913706a290e9678e8c8d977c840001ddb Mon Sep 17 00:00:00 2001 From: Aaron Schlesinger <70865+arschles@users.noreply.github.com> Date: Thu, 18 Jun 2026 09:32:35 -0700 Subject: [PATCH 1/2] more s/quantiles/quantiles-os --- AGENTS.md | 2 +- CITATION.cff | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index a9eebce..1cca915 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,7 +4,7 @@ This file is for coding assistants such as Codex, Claude Code, Cursor, GitHub Co ## Scope -These instructions apply to the root `quantiles-os` repository. +These instructions apply to the root `quantiles` repository. If working inside a subdirectory with its own `AGENTS.md`, follow the nearest `AGENTS.md` first. Subdirectory-specific instructions override this root guide for implementation details, commands, package managers, tests, and code style. diff --git a/CITATION.cff b/CITATION.cff index 712193b..ea97010 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -16,7 +16,7 @@ type: software authors: - name: "Quantiles Contributors" -repository-code: "https://github.com/quantiles-evals/quantiles-os" +repository-code: "https://github.com/quantiles-evals/quantiles" url: "https://quantiles.io" From c4d49e72caf871959c901093a279f265a635074a Mon Sep 17 00:00:00 2001 From: Aaron Schlesinger <70865+arschles@users.noreply.github.com> Date: Thu, 18 Jun 2026 09:33:33 -0700 Subject: [PATCH 2/2] setting specific cff-version --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index ea97010..d1bc32f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 1 +cff-version: "1.2.0" message: >- If you use Quantiles, please cite it as below.