Release Helper Tools 0.1.0

This commit is contained in:
2026-09-01 02:33:45 +02:00
commit 5fffd48642
78 changed files with 11635 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Contributing
Use Node.js 22 and npm 11, install with `npm ci`, and run `npm run check` before
submitting a change. New helpers must be framework-free, deterministic unless
their name explicitly promises secure randomness, and bounded before allocating
from untrusted input. Add known vectors and malicious/boundary tests alongside
each implementation.
Do not add runtime network calls, telemetry, persistence, implicit evaluation,
or a second UI-only implementation of library logic. Preserve the stable root
exports or document a deliberate breaking change.