Development Workflow
Running the Full Suite
Verify all implementations:
- TypeScript:
pnpm test - Go:
go test ./... - Dart:
dart test - Go Fuzzing:
go test -fuzz=FuzzExtractRouting
PR Requirements
- Must pass all spec vectors in all three languages.
- Must include a changeset.
- Must follow the “never throw” design principle.