utils is the small shared-tools layer. It stays deliberately narrow so common helpers do not collapse the main boundary structure.
- cross-cutting helpers with no domain/app/http/infra allegiance
- environment and encoding utilities
- developer tooling binaries such as visual snapshot capture
It gives the workspace a place for genuinely reusable support code without turning http or infra into a dumping ground.