From 96371cdc6ab2d88bed04e9b2bed81bf600a1fd7f Mon Sep 17 00:00:00 2001 From: Brandon Pereira Date: Tue, 24 Mar 2026 08:05:34 -0600 Subject: [PATCH] small tweaks to opencode do-linear command (#1974) Based on usage, opens a draft PR first. If multiple tickets, does not include in title. --- .opencode/commands/do-linear.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.opencode/commands/do-linear.md b/.opencode/commands/do-linear.md index 57aadea6..d42a92c5 100644 --- a/.opencode/commands/do-linear.md +++ b/.opencode/commands/do-linear.md @@ -47,8 +47,9 @@ were modified: 2. Commit the changes using conventional commit format (e.g. `feat:`, `fix:`, `chore:`) and reference the ticket ID 3. Push the branch to the remote -4. Open a pull request with: - - Title: `[$ARGUMENTS] ` +4. Open a draft pull request with: + - Title: `[$ARGUMENTS] `. If multiple tickets are being + addressed, omit the arguments from the title. - Body: Use `.github/pull_request_template.md` as the template and fill it in with the relevant summary, testing notes, and Linear ticket link - Label: Attach the `ai-generated` label