Configuration
Elelem uses convention over configuration. Most behavior comes from file locations and environment variables.
Directory Structure
User global (~/.elelem/):
plugins/- plugins loaded for all projectsmcp.json- global MCP servers
Project local (.elelem/):
plugins/- project-specific pluginsprompts/- custom mode templates (ERB)backlog/- user stories for workflowmcp.json- project MCP servers
Plugin Loading Order
lib/elelem/plugins/(built-in)~/.elelem/plugins/(user global).elelem/plugins/(project local)
Later plugins override earlier ones. Plugins starting with zz_ load last.
Project Instructions
AGENTS.md provides project-specific instructions. Elelem searches up the directory tree from the current working directory.