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..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. @@ -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"