Running the pre-flight inspection…
Running the pre-flight inspection…
Agent-Ready Score
86/100Cleared for agents
[](https://sortielabs.com/score/vercel/ai)
Agent rules file15/15
AGENTS.md found at the repo root — the open standard every major agent reads.
Rules have substance8/8
Your rules file is meaty enough to actually steer an agent.
Cross-tool coverage7/7
2 rule files — Claude Code, Cursor, and Copilot users all get guidance.
CI pipeline10/10
GitHub Actions workflows found — agents' mistakes get caught.
Tests exist8/8
Test files found — agents can prove their changes work.
One-command verify7/7
A verify/check command exists — the single most agent-friendly pattern there is.
Score another repo
Env template0/7
No .env.example found.
FIX → Ship a .env.example so agents (and humans) know what config exists without seeing values.
.gitignore5/5
Present.
Lockfile committed4/4
Dependencies are pinned — reproducible installs.
License4/4
Present.
README4/8
README exists but is nearly empty.
FIX → Write a README with setup steps — it's the first thing every agent reads.
Contributing guide4/4
Present.
Docs directory0/3
No docs/ directory.
FIX → A docs/ folder gives agents somewhere to look before inventing answers.
Typed foundations10/10
tsconfig.json found — the compiler catches what reviews miss.