Files
yuhao 56552ea522 Address review feedback: fix hardcoded paths, PATH logic, SQLite mode
1. Replace all hardcoded /Users/whitenoise-oc/ dev paths in SEACLIP.md
   and TEST.md files (seaclip, pm2, chromadb) with generic placeholders
2. Extract shared _EXTRA_PATH_DIRS constant and _augmented_path() helper
   in pm2_backend.py so _find_pm2() and _build_env() use identical logic
3. Open SQLite in read-only mode (file:...?mode=ro) in _query_db()
4. Add trailing newline to registry.json

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 08:00:21 +00:00
..