## Summary Align package README and `pubspec.yaml` descriptions with current shipped Dart/TS parity (see `docs/dart-parity.md`). ## Scope - [`packages/dart/morph_core/README.md`](packages/dart/morph_core/README.md): remove stale `MorphClient.init` → `UnimplementedError` claim; document shipped runtime, pipeline, plugins. - [`packages/dart/morph_core/pubspec.yaml`](packages/dart/morph_core/pubspec.yaml): accurate `description:`. - [`packages/dart/morph_storage/pubspec.yaml`](packages/dart/morph_storage/pubspec.yaml): clarify in-memory scope vs `@morph/browser-storage`. ## Out of scope - API/export refactors, logger typing changes, CI matrix.
Summary
Align package README and
pubspec.yamldescriptions with current shipped Dart/TS parity (seedocs/dart-parity.md).Scope
packages/dart/morph_core/README.md: remove staleMorphClient.init→UnimplementedErrorclaim; document shipped runtime, pipeline, plugins.packages/dart/morph_core/pubspec.yaml: accuratedescription:.packages/dart/morph_storage/pubspec.yaml: clarify in-memory scope vs@morph/browser-storage.Out of scope