Running the pre-flight inspection…
Running the pre-flight inspection…
Agent-Ready Score
90/100Cleared for autonomous ops
[](https://sortielabs.com/score/calcom/cal.diy)
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
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 verify3/7
Lint + typecheck scripts exist, but there's no single verify command.
FIX → Add `scripts/verify.sh` (typecheck + lint + build + test) and require it in your agent rules.
Score another repo
Env template7/7
.env.example documents required secrets without leaking them.
.gitignore5/5
Present.
Lockfile committed4/4
Dependencies are pinned — reproducible installs.
License4/4
Present.
README8/8
A real README exists.
Contributing guide4/4
Present.
Docs directory3/3
Dedicated docs folder found.
Typed foundations4/10
JavaScript without TypeScript config — agents get no type safety net.
FIX → Typed languages (or strict TS config) catch agent mistakes before runtime.