What applies here

What Preston believes about ClipboardHealth/core-utils — its floor, and what the code shows.

1,036 standardsPreston's own · what this repo adheres to shows under observed
72%library

This is a TypeScript library monorepo (Nx + npm workspaces) providing shared utilities for Clipboard Health: Zod schemas, JSON:API tooling, notifications via Knock, analytics via Segment, background-job adapters, config resolution, structured logging/execution-context, and developer tooling. The only runnable service is example-nestjs, a reference app for E2E testing; production services consume these libraries.

The actual service graph consuming these libraries is abstracted away — fan-in is 'none observed' at the repo level, so I cannot see which production services depend on which packages. The async messaging patterns (SQS/EventBridge consumers via @clipboard-health/message-consumer) have no trace-context propagation evidence, so changes to those contracts would break consumers invisibly. The auth life-cycle (token verification, refresh, revocation) is a black box for the example service.

climbed 12 Aug 2026 · assessed 12 Aug 2026
6
a convention is a different kind from a discipline, not a weaker one — nothing here promotes.
46 across 3 categories
strains the code carries — never a block, always worth naming. repeated findings in one category fold together; nothing is hidden, only collapsed.
39 of 39
observations inform review context and never block.