Requirements:
- Bun (version pinned in
packageManager) - Biome (workspace dependency)
Setup:
bun installCore checks:
bun run lint
bun run check-types
bun run test
bun run verify- keep compatibility with
upstream/common-v8unless an explicit fork decision exists - avoid dependency downgrades during sync work
- keep fork-specific behavior isolated and documented
- always run final gate before sync PR:
bun verify
- keep changes focused by concern
- include tests for behavior changes
- update docs/knowledge when public API or workflow changes
- do not commit secrets, tokens, or local credentials