Move the goals to README.md and state the audience #9

Merged
lilleman merged 2 commits from worktree-readme-goals-audience into main 2026-09-19 01:02:32 +02:00
Showing only changes of commit c90b855958 - Show all commits
+2 -2
View File
@@ -679,8 +679,8 @@ one wins. They do not override the hard rules below.
Who depends on this library, and what they may rely on. Who depends on this library, and what they may rely on.
- **The public npm audience, not only larvit's own applications.** Only what `src/index.ts` exports - **The public npm audience.** Only what `src/index.ts` exports is public; everything behind it is
is public; everything behind it is reshaped freely. reshaped freely.
- **Node 18 and newer, ESM only, no runtime dependencies.** The floor is verified in CI rather than - **Node 18 and newer, ESM only, no runtime dependencies.** The floor is verified in CI rather than
asserted, so the library drops into a service or a container without pulling a tree behind it. asserted, so the library drops into a service or a container without pulling a tree behind it.
- **Real SMSCs and ESMEs as operators actually run them**, not a reference implementation. Jasmin, - **Real SMSCs and ESMEs as operators actually run them**, not a reference implementation. Jasmin,