Skip to content

Commit 35de0c2

Browse files
ovitrifclaude
andcommitted
chore: AGENTS.md symlinks + rules
- Update description to be agent-agnostic (Cursor/Claude Code/Codex/WARP) - Add rules to maintain symlink pattern (CLAUDE.md, GEMINI.md, WARP.md) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 44df5bd commit 35de0c2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CLAUDE.md
22

3-
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
3+
This file provides guidance to AI agents like Cursor/Claude Code/Codex/WARP when working with code in this repository.
44

55
## Overview
66

@@ -191,6 +191,8 @@ If anything is missing or cannot be verified, you must fix it before declaring s
191191

192192
---
193193
## RULES
194+
- ALWAYS edit AGENTS.md directly — CLAUDE.md, GEMINI.md, and WARP.md are symlinks and must not be edited or replaced with regular files
195+
- NEVER delete or recreate symlinks (CLAUDE.md, GEMINI.md, WARP.md) — they are committed to git as mode 120000
194196
- NEVER suggest manually adding @Serializable annotations to generated Kotlin bindings
195197
- ALWAYS run `cargo fmt` before committing to ensure consistent code formatting
196198
- ALWAYS move imports to the top of the file when applicable (no inline imports in functions)

0 commit comments

Comments
 (0)