From 86e8a3560cb4261d48c3719d492a0465705da108 Mon Sep 17 00:00:00 2001 From: Kirill Markin Date: Sun, 7 Dec 2025 16:44:41 +0100 Subject: [PATCH] refactor: move cursor rules to .cursor/rules subdirectory Move index.mdc from .cursor/ to .cursor/rules/ and update symlinks in AGENTS.md and CLAUDE.md to point to the new location --- .cursor/{ => rules}/index.mdc | 0 AGENTS.md | 2 +- CLAUDE.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename .cursor/{ => rules}/index.mdc (100%) diff --git a/.cursor/index.mdc b/.cursor/rules/index.mdc similarity index 100% rename from .cursor/index.mdc rename to .cursor/rules/index.mdc diff --git a/AGENTS.md b/AGENTS.md index 94443be..7547944 120000 --- a/AGENTS.md +++ b/AGENTS.md @@ -1 +1 @@ -.cursor/index.mdc \ No newline at end of file +.cursor/rules/index.mdc \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md index 94443be..7547944 120000 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1 +1 @@ -.cursor/index.mdc \ No newline at end of file +.cursor/rules/index.mdc \ No newline at end of file