From 4fbd7509166fee1c91947463c7f934f3c43c8579 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 7 May 2026 15:09:53 +0200 Subject: [PATCH] Add note about correct perms for migrations --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index c5eea9b8..cc9ec853 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -107,6 +107,7 @@ This copies `~/.local/share/omarchy/config/hypr/hyprlock.conf` to `~/.config/hyp To create a new migration, run `omarchy-dev-add-migration --no-edit`. This creates a migration file named after the unix timestamp of the last commit. New migration format: +- File permissions must be `0644` (`-rw-r--r--`); migrations are sourced, not executed directly - No shebang line - Start with an `echo` describing what the migration does - Use `$OMARCHY_PATH` to reference the omarchy directory