From 709081062c20cc9e9db67f6f2bbd71b02e8bde18 Mon Sep 17 00:00:00 2001 From: Thomas Mahier Date: Sun, 11 Jan 2026 18:15:21 +0100 Subject: [PATCH] Fix header level for tool usage rules --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 1c480969..0cbc7538 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -95,6 +95,6 @@ Use these sections under `## [Unreleased]`: The script handles: version bump, CHANGELOG finalization, commit, tag, publish, and adding new `[Unreleased]` sections. -### **CRITICAL** Tool Usage Rules **CRITICAL** +## **CRITICAL** Tool Usage Rules **CRITICAL** - NEVER use sed/cat to read a file or a range of a file. Always use the read tool (use offset + limit for ranged reads). -- You MUST read every file you modify in full before editing. \ No newline at end of file +- You MUST read every file you modify in full before editing.