90 @drupaljs/* packages + 9 drupaljs-* Rust/WASM crates porting Drupal core's kernel, field layer, and all 43 core modules. 2,499 TS tests + 268 Rust tests, all passing. TDD London-school throughout; complex algos (Myers diff, XSS/HTML filter automaton, dependency-graph topo-sort/SCC, route matcher, transliteration, crypt, phpass password hashing, cache-tag checksum, uuid) implemented in Rust compiled to WASM.
Adds ADR-0014..0018 (port architecture) and updates the ADR index; supersedes ADR-0007, resolves ADR-0013. Root README now leads with the port. Legacy rc1 admin-UI clone retained at repo root. Tracking epic: #4.
Ports Drupal 11 core to TypeScript with Rust→WASM for complex/perf-critical algorithms. Built TDD-first (London school) by a multi-agent swarm.
Stats
What's included
Architecture & process
Scope honesty
A faithful, test-backed port of Drupal core's architecture and subsystem contracts — not a drop-in replacement for a production Drupal site. Several subsystems (notably views, migrate, entity/field) are minimal-but-correct vertical slices with documented TODOs. The legacy rc1 admin-UI clone is retained at the repo root.
Tracking epic: #4