`wayfind doctor` checks system health but could catch more common issues: - [ ] Check that `node` version meets the `>=16` requirement - [ ] Detect stale `connectors.json` (missing new fields) - [ ] Verify Slack app manifest has required scopes - [ ] Check for orphaned signal files - [ ] Detect duplicate journal entries - [ ] Validate storage backend health (SQLite WAL mode, JSON integrity) Good first issue — the existing `doctor.sh` is well-structured and easy to extend.
wayfind doctorchecks system health but could catch more common issues:nodeversion meets the>=16requirementconnectors.json(missing new fields)Good first issue — the existing
doctor.shis well-structured and easy to extend.