// Package app hosts the application services (use-cases) of the oikos // core. Services take ports as constructor arguments, return domain types // and sentinel errors, and own the command side of the system. See // docs/adr/0016-hexagonal-ports-adapters.md. package app