ok... ok... I'll add it to git...

This commit is contained in:
2025-11-14 15:31:25 +01:00
commit 664fe55ff4
106 changed files with 24602 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Claude Code Instructions
**MANDATORY: Read AGENTS.md instead of this file.**
This project uses a unified configuration file for all LLM coding agents.
## Instructions
1. **Read and follow AGENTS.md** - All project guidelines are located there
2. **Do not modify this file** - Only update AGENTS.md
3. **Do not create or modify other agent-specific files** - Use AGENTS.md as the single source of truth
This approach ensures consistent behavior across all LLM coding agents without managing separate configuration files.
---
If you need to update project guidelines, edit AGENTS.md, not this file.