Public shared runtime library used across multiple pkgx tools.
deno task testdeno lintdeno task typecheck
- Treat public APIs as compatibility-sensitive.
- Add or update tests for changed contract behavior.
- Note downstream impact on
pkgm,pkgo,dev,brewkit, andmcp.
- Breaking API or behavior changes.
- Dependency upgrades with broad runtime impact.
- Never merge contract changes without compatibility notes.
- Never bypass tests on shared utility hotspots.