apiVersion: v3
kind: library
metadata:
  name: songwhip-utils
  description: |
    Shared utilities for Songwhip services.
    - Provides core utility functions and helpers used across all Songwhip services.
    - Includes common data transformations, validation, and error handling patterns.
    - Offers debugging capabilities and retry logic for resilient service interactions.
    - Serves as the foundation layer for shared business logic and platform utilities.
  owner: songwhip
  tags:
    - public:false
spec:
  type: utility
