readSelection(path) -> discriminated union of: - ok (the parsed v1 payload) - missing (file does not exist) - stale (updated_at older than FRESHNESS_MS = 60s) - invalid (bad JSON or unknown version) Lives outside src/tui/ because the MCP server (CJS) consumes it; the TUI itself only writes the file. |
||
|---|---|---|
| .. | ||
| integration | ||
| tui | ||
| unit | ||
| bench-results-v5.json | ||
| bench-results.json | ||
| bench.mjs | ||
| mock_watcher.py | ||
| test-fixes.mjs | ||
| TEST_OVERVIEW.md | ||