From 1b0f073d18c31064c2d6c8b2350a5ea35853550f Mon Sep 17 00:00:00 2001 From: phranzia <9207473+phranzia@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:31:44 -0700 Subject: [PATCH 1/2] Mention llms.txt in agent docs --- AGENTS.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 91ac0a9..6e5cc7a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -2,7 +2,7 @@ This file is for coding assistants such as Codex, Claude Code, Cursor, GitHub Copilot, Gemini CLI, OpenCode, and similar tools. It gives agents a short, public-safe map of the Quantiles repository and the rules for making focused, reviewable changes. -Use the [`SKILL.md` file](https://github.com/quantiles-evals/skill/blob/main/SKILL.md) at [github.com/quantiles-evals/skill](https://github.com/quantiles-evals/skill) for guidance and details on common Quantiles workflows, including running evaluations, inspecting sample-level results, comparing runs, and interpreting outputs. +Use the [`SKILL.md` file](https://github.com/quantiles-evals/skill/blob/main/SKILL.md) at [github.com/quantiles-evals/skill](https://github.com/quantiles-evals/skill) for guidance and details on common Quantiles workflows, including running evaluations, inspecting sample-level results, comparing runs, and interpreting outputs. For a concise public, LLM-readable overview of Quantiles docs and agent workflow links, see [quantiles.io/llms.txt](https://quantiles.io/llms.txt). To become familiar with this repository, and before attempting to complete tasks, read these files: diff --git a/README.md b/README.md index 0ae8886..e95140f 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ The code for the Python SDK is located in this repository at [`./python/`](./pyt ## Coding Agents -Quantiles is designed to work well with coding agents such as Codex, Claude Code, Cursor, GitHub Copilot, Gemini CLI, OpenCode, and other agentic development tools. +Quantiles is designed to work well with coding agents such as Codex, Claude Code, Cursor, GitHub Copilot, Gemini CLI, OpenCode, and other agentic development tools. For a concise public, LLM-readable overview of Quantiles and its agent workflow links, see [quantiles.io/llms.txt](https://quantiles.io/llms.txt). ### `SKILL.md` From 731ece25de20450f93d3ed4fc99745f348b0ad82 Mon Sep 17 00:00:00 2001 From: phranzia <9207473+phranzia@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:41:58 -0700 Subject: [PATCH 2/2] docs: add llms.txt reference to agent documentation --- AGENTS.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 6e5cc7a..197c41f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -2,7 +2,7 @@ This file is for coding assistants such as Codex, Claude Code, Cursor, GitHub Copilot, Gemini CLI, OpenCode, and similar tools. It gives agents a short, public-safe map of the Quantiles repository and the rules for making focused, reviewable changes. -Use the [`SKILL.md` file](https://github.com/quantiles-evals/skill/blob/main/SKILL.md) at [github.com/quantiles-evals/skill](https://github.com/quantiles-evals/skill) for guidance and details on common Quantiles workflows, including running evaluations, inspecting sample-level results, comparing runs, and interpreting outputs. For a concise public, LLM-readable overview of Quantiles docs and agent workflow links, see [quantiles.io/llms.txt](https://quantiles.io/llms.txt). +Use the [`SKILL.md` file](https://github.com/quantiles-evals/skill/blob/main/SKILL.md) at [github.com/quantiles-evals/skill](https://github.com/quantiles-evals/skill) for guidance and details on common Quantiles workflows, including running evaluations, inspecting sample-level results, comparing runs, and interpreting outputs. For a concise, public, LLM-readable overview of Quantiles with links to agent guides and related documentation, see [quantiles.io/llms.txt](https://quantiles.io/llms.txt). To become familiar with this repository, and before attempting to complete tasks, read these files: diff --git a/README.md b/README.md index e95140f..de27d70 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ The code for the Python SDK is located in this repository at [`./python/`](./pyt ## Coding Agents -Quantiles is designed to work well with coding agents such as Codex, Claude Code, Cursor, GitHub Copilot, Gemini CLI, OpenCode, and other agentic development tools. For a concise public, LLM-readable overview of Quantiles and its agent workflow links, see [quantiles.io/llms.txt](https://quantiles.io/llms.txt). +Quantiles is designed to work well with coding agents such as Codex, Claude Code, Cursor, GitHub Copilot, Gemini CLI, OpenCode, and other agentic development tools. For a concise, public, LLM-readable overview of Quantiles with links to agent guides and related documentation, see [quantiles.io/llms.txt](https://quantiles.io/llms.txt). ### `SKILL.md`