diff --git a/index.html b/index.html
index 326812b..c08b6cf 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,10 @@
Cyst Kid
- Kidney Lab
+ Kidney Lab
+
+
+ Sys Digger
diff --git a/sys_digger/CLAUDE.md b/sys_digger/CLAUDE.md
new file mode 100644
index 0000000..0aaca65
--- /dev/null
+++ b/sys_digger/CLAUDE.md
@@ -0,0 +1,59 @@
+# CLAUDE.md
+
+This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
+
+## Running the game
+
+Open `index.html` directly in a browser — no build step, no server required.
+
+```bash
+open index.html
+```
+
+There are no tests, no linter, and no package manager.
+
+## Architecture
+
+Pure vanilla JS/HTML/CSS game. No frameworks, no modules — all files are loaded as classic `