diff --git a/profiles/nushell.nix b/profiles/nushell.nix index 8649a00..105dad7 100644 --- a/profiles/nushell.nix +++ b/profiles/nushell.nix @@ -21,6 +21,7 @@ COLORTERM = "truecolor"; COLORFGBG = "15;0"; TERM_BACKGROUND = "light"; + EDITOR = "nvim"; }; extraEnv = diff --git a/profiles/opencode/command/inbox-triage.md b/profiles/opencode/command/inbox-triage.md index 7458b31..a25bd3b 100644 --- a/profiles/opencode/command/inbox-triage.md +++ b/profiles/opencode/command/inbox-triage.md @@ -61,6 +61,7 @@ Workflow: Execution rules: - Never perform bulk operations. One message ID per `read`, `move`, `delete`, and attachment command. - 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. - Keep decisions conservative: only route clearly ephemeral automated/system messages to `Deleted Messages`. - Never move or delete human communications via automation.