Running the pre-flight inspection…
Running the pre-flight inspection…
Agent-Ready Score
74/100Flight-worthy, minor squawks
[](https://sortielabs.com/score/huggingface/transformers)
Agent rules file15/15
AGENTS.md found at the repo root — the open standard every major agent reads.
Rules have substance0/8
Your rules file is very thin — a couple of lines won't steer anything.
FIX → Write real working rules: what to never touch, what to run after every change, where things live.
Cross-tool coverage7/7
3 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 verify0/7
Score another repo
No verify, check, lint or typecheck entry point found.
FIX → Add `scripts/verify.sh` (typecheck + lint + build + test) and require it in your agent rules.
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 committed0/4
No lockfile found.
FIX → Commit your lockfile so agents build against the same dependency tree you do.
License4/4
Present.
README8/8
A real README exists.
Contributing guide4/4
Present.
Docs directory3/3
Dedicated docs folder found.
Typed foundations10/10
pyproject.toml found — the compiler catches what reviews miss.