From f03509edf82e3159032597f658bf613410902fe4 Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Fri, 5 Jun 2026 18:41:08 +0700 Subject: [PATCH] docs: clarify large artifact context tooling --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index ecba804..838690a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -81,6 +81,10 @@ Routine live operations are not repository feature work: - **MUST** ask before creating any public GitHub artifact when a task could be interpreted as either repository work or live operations. - **MUST NOT** include private infrastructure details, secrets, API keys, or user-specific operational data in GitHub issues, comments, PRs, or commit messages. +## AI Context Tools + +For very large non-source artifacts such as CI logs, debug traces, generated JSON, or massive command output, agents may optionally use `chopratejas/headroom` or a similar local compression tool as a navigation aid, but must verify conclusions against the original uncompressed artifact before editing code or making final claims. + ## Core MUST Rules ### Environment Setup