sotashimozono_obsidian-remo.../docs/en/server
Souta 545bbe0862 fix(docs): correct reuse-existing-daemon claim across 5 docs + 3 troubleshooting nits
Pass-3 review caught a sustained fabrication: I'd been claiming
"the plugin always kills + redeploys the daemon on every connect,
the 'reuse existing daemon' profile flag is on the roadmap" across
5 docs. Reality (verified against plugin/src/transport/DaemonProbe.ts:49
and plugin/src/ConnectionManager.ts:87): tryReuseExistingDaemon already
runs unconditionally before deploy. It probes socket + token + handshake;
on success the deploy is skipped entirely. The "roadmap flag" framing
was pure invention — the feature ships today.

Fixes (all narrative-level, no behavior change):
- en/server/auto-deploy.md: rewrote "What happens, in order" to lead
  with the reuse probe as step 2 (the real first action after path
  resolution); removed the "planned Reuse existing daemon" claim from
  "What if I don't want auto-deploy" — answer is "you already don't,
  the reuse path runs by default".
- en/server/systemd.md: replaced the "warm spare only" caveat with
  the accurate story (systemd-managed daemon gets reused via the probe).
- en/cookbook/systemd-managed-daemon.md: rewrote the trade-off note +
  the "Connect once" paragraph. The recipe now leads with the right
  expectation (reuse skips the upload) instead of an apologetic
  "accept the redeploy".
- en/faq.md: same correction in the "does the plugin re-deploy every
  connect" answer.
- en/server/raspberry-pi.md: corrected the throwaway "kills + restarts
  on every connect" line at the bottom.

Other pass-3 findings:
- en/api/authentication.md: server.info capabilities array used the
  "fs.read*"/"fs.write*" glob notation, which the daemon never emits.
  Replaced with the actual sorted 22-entry array (matches examples.md).
- en/operations/troubleshooting.md: removed "coalesced too aggressively"
  diagnosis (no server-side coalescing exists, per proto/README.md).
  Updated plugin log path from "<plugin>/logs/*.jsonl" to actual
  console.log location. Updated "Settings → About" (no such section)
  to the real version-display location.
2026-05-10 15:47:27 +09:00
..
auto-deploy.md fix(docs): correct reuse-existing-daemon claim across 5 docs + 3 troubleshooting nits 2026-05-10 15:47:27 +09:00
docker.md docs(en): comprehensive end-user docs — install through architecture 2026-05-10 13:22:26 +09:00
overview.md fix(docs): correct claims that diverged from actual code 2026-05-10 14:01:30 +09:00
raspberry-pi.md fix(docs): correct reuse-existing-daemon claim across 5 docs + 3 troubleshooting nits 2026-05-10 15:47:27 +09:00
signing.md fix(docs): second-pass — internal contradictions + new findings 2026-05-10 14:18:52 +09:00
systemd.md fix(docs): correct reuse-existing-daemon claim across 5 docs + 3 troubleshooting nits 2026-05-10 15:47:27 +09:00