Update mounted Windows state guidance

This commit is contained in:
pleb
2026-07-05 14:05:39 -07:00
parent 74ac0a1c1d
commit 1b4087c5b5
3 changed files with 8 additions and 5 deletions
+4
View File
@@ -10,6 +10,10 @@ Guidance for coding agents working in this repo.
upstream author/repo first, with `origin` pointing at upstream. If the user has
an existing personal fork checkout, preserve it as a remote named `github`
and set/add `origin` to the upstream repo instead of replacing local work.
- Prefer repo-local state for planned installs unless the task explicitly
targets the user's live default state. For mounted Windows installs, prefer
the shared Windows-partition state directory configured in
`plugin-helper.local.toml` when both roots contain the same instance name.
## Workflow Rules