Compare commits

...
Author SHA1 Message Date
Hona 3ab166579f docs(core): clarify Node compatibility guidance 2026-08-29 03:20:33 +00:00
Hona 370acf9070 docs(core): require Node-compatible runtime APIs 2026-08-29 02:59:44 +00:00
+1
View File
@@ -0,0 +1 @@
Core must run on Node.js. Never use Bun globals or Bun-only imports in shared runtime code. Bun-specific adapters must have Node equivalents. This overrides the root Bun preference; tests and build scripts are exempt.