Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cff-version: 1
cff-version: "1.2.0"

message: >-
If you use Quantiles, please cite it as below.
Expand All @@ -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"

Expand Down
Loading