diff --git a/CLAUDE.md b/CLAUDE.md index cd3ae25..600845c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -27,6 +27,7 @@ This is an Elixir Phoenix LiveView application that serves as a real-time APRS ( - `mix credo` - Static code analysis and style checking - `mix dialyzer` - Static type analysis (must run and fix errors/warnings) - `mix sobelow` - Security vulnerability scanning +- **IMPORTANT**: Always run `mix format` before considering any task complete ### Assets (No Node.js) - `mix assets.deploy` - Build and minify frontend assets (Tailwind CSS + ESBuild) diff --git a/priv/repo/migrations/20250109_optimize_weather_packet_lookups.exs b/priv/repo/migrations/20250709000000_optimize_weather_packet_lookups.exs similarity index 100% rename from priv/repo/migrations/20250109_optimize_weather_packet_lookups.exs rename to priv/repo/migrations/20250709000000_optimize_weather_packet_lookups.exs