The share of commits an AI tool co-authored — the one directly measured sign AI is actually being used here, not a survey.
Delivery Health
How sound the team's shipping habits are by general engineering norms — deliberately NOT credited to AI. High adoption means little if delivery health is poor.
Readiness
Whether the repo is set up so an AI agent (or a new human) can navigate it and trust what it reads — the conditions that decide whether AI adoption actually pays off.
Before/after AI Enablement
When a clean pre-AI baseline exists, how delivery metrics shifted after adoption — shown as context, never proof AI caused the change.
Trajectory
How AI adoption and delivery health moved over the repo's history — two parallel timelines, correlation only, never proof one caused the other.
The share of commits an AI tool co-authored — the one directly measured sign AI is actually being used here, not a survey.
Delivery Health
How sound the team's shipping habits are by general engineering norms — deliberately NOT credited to AI. High adoption means little if delivery health is poor.
n/a — AI adoption is at or before repo inception — no pre-AI window to compare A before/after needs a clean pre-AI baseline; the three numbers above stand on their own.
Trajectoryover time — parallel timelines, NOT a causal link
Attribution caveat. Delivery pillars (flow, quality, risk) measure GENERAL delivery health — only AI-adoption and readiness are AI-specific. A delivery change may come from hiring, a finished migration, or a calmer quarter. The score asks whether the conditions under which AI pays off are improving — it does NOT prove AI caused any change.
shipsignal v0.1.6 · 2026-06-20T22:19:22Z
Readiness — 83/100 · B
entry_point
20/20
agent_instructions
15/15
module_coverage
13.3/20
setup_tooling
9.4/20
doc_integrity
13/13
doc_freshness
12/12
Top Readiness fixes (4 total)
scripts — Module 'scripts' (dir) has no README → Add scripts/README.md describing this module
src/scenes — Module 'src/scenes' (dir) has no README → Add src/scenes/README.md describing this module
. — Missing CI configuration → Add CI (e.g. .github/workflows) so agents can see how it's built and tested
. — Missing type config → Add type config (tsconfig.json / mypy / pyright / py.typed)