Signal definition
The dominant signal type observed: 75% of VC-backed startup GitHub signals are framework migrations, not new features. Counter-narrative to 'engineering velocity = hiring' — the dominant pattern is rewrites.
Unit: binary signal (fires / does not fire) · Window: Per commit
fires if a single PR removes >15% of source files in old-framework directory AND adds >15% in new-framework directory within the same diffClassified as high-confidence framework migration when paired with package.json / pyproject.toml dependency rotation in the same PR.
Some monorepo cleanups look like framework migrations to a heuristic (mass file moves between directories). We require the dependency-rotation co-occurrence to suppress false positives.
Defined in the SSRN-indexed methodology paper. Full definition, assumptions, and validation in §3 of the paper. Reproducibility kit at /reproducibility. Glossary entry at /glossary#framework-migration.