docs: update local model and platform all guidance#17
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1b7aa8e0e7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| If the model endpoint is unavailable or a browser request times out, AdLint | ||
| still returns rule-based findings when possible and marks the model status as | ||
| `unavailable`. |
There was a problem hiding this comment.
Remove incorrect timeout fallback claim
The new README text says browser timeouts still return rule-based findings with model.status = unavailable, but the /ui flow aborts the request client-side on timeout (fetchWithTimeout) and then renders an error state without any analysis payload. In the timeout scenario, users do not receive rule findings, so this guidance is misleading for anyone relying on timeout recovery behavior in the web UI.
Useful? React with 👍 / 👎.
Summary
platform: "all"as a broad cross-platform preflight mode without implying platform parity.think: false, and fenced JSON parsing.Validation
make test→ 196 passedmake eval→ 58 examples, 1.000 decision accuracy, no decision/policy/category FP/FN notesmake benchmark→ 213 examples, 1.000 decision accuracy, no decision/policy/category FP/FN notesmake pr-preflight→ OKNotes
status: okframed as runtime compatibility, not proof of policy judgment.