diff --git a/CLAUDE.md b/CLAUDE.md index 37d391e..11d74b9 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -3,7 +3,6 @@ ## Working Rules (read first) - **Workspace is always** `/boot/config/plugins/varaverk` — every edit goes here. -- **Never touch** `/mnt/user/Important Shit/Git/Development/Varaverk` — stale dev folder, ignore it. - **No Co-Authored-By** in commit messages unless explicitly asked. - **No comments** unless the WHY is genuinely non-obvious. - The `.plg` symlinks the installed plugin location directly to this workspace — one copy, no drift. @@ -12,7 +11,7 @@ - **Never create or modify `.claude/settings.json`** in this repo. No workspace hooks, ever. The stale hook that existed here previously fired `Deployment/deploy.sh` (now deleted) on every file edit and caused unintended deploys. If you think a hook would help, ask first. - **Never change `HOST1_STORAGE_MODE_INTERNAL`** in `host1.conf`. Claude data belongs in `/mnt/user/appdata/claude-code/` — not inside this repo. -- **Never run or reference anything in the stale dev folder** (`/mnt/user/Important Shit/Git/Development/Varaverk` or `/mnt/cloud-storage/...`). It does not exist for purposes of this project. +- **There is no dev folder.** The old `/mnt/user/Important Shit/Git/Development/Varaverk` copy was deleted. Do not recreate it. - **Never move files between `Configurations/` and `Deployment/`** without explicit instruction. `Configurations/` = live runtime confs (gitignored). `Deployment/` = templates and setup tooling (tracked). ---