This file is intentionally public-safe and minimal.
evolu-plan-b is SQLoot's Bun + Biome fork of Evolu with focus on:
- upstream compatibility,
- measurable CI/benchmark quality,
- practical local-first runtime hardening.
- Package manager:
bun - Lint/format:
biome - TypeScript: strict mode
- Main quality gate:
bun run verify
bun install
bun run build
bun run test
bun run lint
bun run verify- Never commit secrets or credentials.
- Use responsible disclosure process from
SECURITY.md.
- Keep changes focused.
- Add/update tests for behavioral changes.
- Update docs when behavior or workflows change.