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