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.
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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