[Docs] Rename code review guidelines file

Use code_review instead of core_review in the documentation
filename and update tracked references to the new path.
diff --git a/.ai/guidelines.md b/.ai/guidelines.md
index 2adfa10..fa1cd97 100644
--- a/.ai/guidelines.md
+++ b/.ai/guidelines.md
@@ -73,7 +73,7 @@
 
 ## Commit Guidelines
 
-**BEFORE creating any commit, you MUST read `docs/code_authoring_and_core_review.md`** — it contains essential rules for commit messages, code review process, and MR structure.
+**BEFORE creating any commit, you MUST read `docs/code_authoring_and_code_review.md`** — it contains essential rules for commit messages, code review process, and MR structure.
 
 Key points (not exhaustive):
 - Reference YouTrack issues (KT-XXXXX) in commit messages when applicable
diff --git a/.claude/skills/analysis-api-extend-ka-resolver/SKILL.md b/.claude/skills/analysis-api-extend-ka-resolver/SKILL.md
index 6508dc5..914b9bf 100644
--- a/.claude/skills/analysis-api-extend-ka-resolver/SKILL.md
+++ b/.claude/skills/analysis-api-extend-ka-resolver/SKILL.md
@@ -295,4 +295,4 @@
 ^KT-66039
 ```
 
-**Before committing**, read `docs/code_authoring_and_core_review.md` for commit guidelines.
+**Before committing**, read `docs/code_authoring_and_code_review.md` for commit guidelines.
diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS
index 69f1578..fc28029 100644
--- a/.space/CODEOWNERS
+++ b/.space/CODEOWNERS
@@ -291,7 +291,7 @@
 /dependencies/ "Kotlin Build Infrastructure"
 
 # UNKNOWN: /docs/
-/docs/code_authoring_and_core_review.md vsevolod.tolstopyatov@jetbrains.com simon.ogorodnik@jetbrains.com
+/docs/code_authoring_and_code_review.md vsevolod.tolstopyatov@jetbrains.com simon.ogorodnik@jetbrains.com
 /docs/changelogs/ "Kotlin Release"
 
 /generators/ReadMe.md "Kotlin Build Infrastructure"
diff --git a/docs/code_authoring_and_core_review.md b/docs/code_authoring_and_code_review.md
similarity index 100%
rename from docs/code_authoring_and_core_review.md
rename to docs/code_authoring_and_code_review.md