diff --git a/profiles/opencode/command/inbox-triage.md b/profiles/opencode/command/inbox-triage.md index 4bd8dc7..740be18 100644 --- a/profiles/opencode/command/inbox-triage.md +++ b/profiles/opencode/command/inbox-triage.md @@ -35,7 +35,7 @@ Workflow: - Read the message: `himalaya message read -f "" `. - If needed for classification, inspect attachments: `himalaya attachment download -f "" --dir /tmp/himalaya-triage`. - If attachments are downloaded, inspect them and `rm` the downloaded files from `/tmp/himalaya-triage` after use. - - Move: `himalaya message move -f "" ""`. + - Move: `himalaya message move -f "" "" `. - Delete: `himalaya message delete -f "" `. 6. Classification precedence (higher rule wins on conflict): - Human communication — a message with freeform natural-language content written by a human, not templated or autogenerated. When in doubt whether a message is human or automated, leave it untouched.