Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2026-03-01 21:37:04 +00:00
parent a25b1a4f20
commit af9e0a5a92
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
COLORTERM = "truecolor"; COLORTERM = "truecolor";
COLORFGBG = "15;0"; COLORFGBG = "15;0";
TERM_BACKGROUND = "light"; TERM_BACKGROUND = "light";
EDITOR = "nvim";
}; };
extraEnv = extraEnv =

View File

@@ -61,6 +61,7 @@ Workflow:
Execution rules: Execution rules:
- Never perform bulk operations. One message ID per `read`, `move`, `delete`, and attachment command. - Never perform bulk operations. One message ID per `read`, `move`, `delete`, and attachment command.
- Always use page size 20 for envelope listing (`-s 20`). - Always use page size 20 for envelope listing (`-s 20`).
- If any single-ID command fails, log the error and continue with the next unreviewed ID.
- Never skip reading message content before deciding. - Never skip reading message content before deciding.
- Keep decisions conservative: only route clearly ephemeral automated/system messages to `Deleted Messages`. - Keep decisions conservative: only route clearly ephemeral automated/system messages to `Deleted Messages`.
- Never move or delete human communications via automation. - Never move or delete human communications via automation.