Fix README links to docs/PLAN.md
The Layout and Status sections both pointed at `PLAN.md` at the
project root, but the file lives at `docs/PLAN.md`.

Assisted-by: Claude Opus 4.7 via Claude Code
change rrqoxlwvtlnywmtlsuyowmxorlmkunnp
commit 4fda99fe1acd7fc26529e182da0cdfc49cde4210
author Alpha Chen <alpha@kejadlen.dev>
date
parent kvroyrxl
diff --git a/README.md b/README.md
index a77b367..c308fae 100644
--- a/README.md
+++ b/README.md
@@ -40,8 +40,8 @@ Quire's data lives under one volume:
   config.fnl       global config; see docs/config.md for the schema
 ```
 
-Host-side config (sshd_config block, Caddyfile, docker-compose file) lives on the host, version-controlled separately. See `PLAN.md` for the reference layout, `docs/config.md` for the global and per-repo Fennel schemas.
+Host-side config (sshd_config block, Caddyfile, docker-compose file) lives on the host, version-controlled separately. See `docs/PLAN.md` for the reference layout, `docs/config.md` for the global and per-repo Fennel schemas.
 
 ## Status
 
-Early development. SSH dispatch, repo management, Fennel config loading, and mirror push via event socket work; web view, CI, and notifications are still ahead. See `PLAN.md` for the build sequence and open questions.
+Early development. SSH dispatch, repo management, Fennel config loading, and mirror push via event socket work; web view, CI, and notifications are still ahead. See `docs/PLAN.md` for the build sequence and open questions.