Dependency management patterns for the elixir_cache project. TRIGGER when: adding dependencies, modifying mix.exs, or changing project configuration. DO NOT TRIGGER when: working with code that doesn't involve dependency or project configuration.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Dependency management patterns for the elixir_cache project. TRIGGER when: adding dependencies, modifying mix.exs, or changing project configuration. DO NOT TRIGGER when: working with code that doesn't involve dependency or project configuration.
Dependency Management
elixir_cache is a single Mix project (not an umbrella). All dependencies are declared directly in mix.exs.
Current Dependencies
Runtime:
error_message — structured error returns
redix + poolboy — Redis adapter backend
con_cache — ConCache adapter backend
nimble_options — option validation for adapter schemas
sandbox_registry — process registry for test sandbox isolation