From af9e0a5a926e7d3ca0faad4067049296f2981234 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Sun, 1 Mar 2026 21:37:04 +0000 Subject: [PATCH] up Signed-off-by: Christoph Schmatzler --- profiles/nushell.nix | 1 + profiles/opencode/command/inbox-triage.md | 1 + 2 files changed, 2 insertions(+) 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.