mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 09:01:14 +00:00
Merge pull request #632 from thomasmhr/patch-1
Fix header level for tool usage rules
This commit is contained in:
commit
ae134e7e02
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
- You MUST read every file you modify in full before editing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue