-
Notifications
You must be signed in to change notification settings - Fork 238
Fix collapsed group spacing for empty groups #495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jeffscottward
wants to merge
3
commits into
RunMaestro:main
Choose a base branch
from
jeffscottward:group-css-fix
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+294
−232
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| { | ||
| "repo": "RunMaestro/Maestro", | ||
| "number": 495, | ||
| "title": "Fix collapsed group spacing for empty groups", | ||
| "htmlUrl": "https://github.com/RunMaestro/Maestro/pull/495", | ||
| "head": "5002a82e9a19591e7de9323fb2876e6b90989660", | ||
| "failures": [ | ||
| { | ||
| "source": "check-run", | ||
| "id": 65325337465, | ||
| "name": "test", | ||
| "status": "completed", | ||
| "conclusion": "failure", | ||
| "htmlUrl": "https://github.com/RunMaestro/Maestro/actions/runs/22552813651/job/65325337465", | ||
| "detailsUrl": "https://github.com/RunMaestro/Maestro/actions/runs/22552813651/job/65325337465", | ||
| "summary": "", | ||
| "notes": ".github:48776:failure Process completed with exit code 1. | src/__tests__/renderer/components/TerminalOutput.test.tsx:243:failure Error: expect(received).toBeInTheDocument()\n\nreceived value must be an HTMLElement or an SVGElement.\nReceived has type: Null\nReceived has value: null\n ❯ src/__tests__/renderer/components/TerminalOutput.test.tsx:243:33\n\n", | ||
| "completedAt": "2026-03-01T21:23:04Z" | ||
| }, | ||
| { | ||
| "source": "check-run", | ||
| "id": 65325337460, | ||
| "name": "lint-and-format", | ||
| "status": "completed", | ||
| "conclusion": "failure", | ||
| "htmlUrl": "https://github.com/RunMaestro/Maestro/actions/runs/22552813651/job/65325337460", | ||
| "detailsUrl": "https://github.com/RunMaestro/Maestro/actions/runs/22552813651/job/65325337460", | ||
| "summary": "", | ||
| "notes": ".github:10:failure Process completed with exit code 1.", | ||
| "completedAt": "2026-03-01T21:16:29Z" | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| You are an autonomous coding agent fixing a GitHub pull request for Maestro. | ||
|
|
||
| Goal: | ||
| - Fix only what is necessary to make the failing checks pass for PR #495. | ||
| - Use the failure payload below to focus changes. | ||
| - Keep changes minimal and scoped. | ||
| - Do not add broad refactors or formatting churn. | ||
| - If no safe fix exists, do not force risky behavior and return without edits. | ||
|
|
||
| Context: | ||
| - PR repo: RunMaestro/Maestro | ||
| - PR number: 495 | ||
| - Head branch: group-css-fix | ||
| - Head SHA: 5002a82e9a19591e7de9323fb2876e6b90989660 | ||
|
|
||
| Failing check payload: | ||
| {"repo":"RunMaestro/Maestro","number":495,"title":"Fix collapsed group spacing for empty groups","htmlUrl":"https://github.com/RunMaestro/Maestro/pull/495","head":"5002a82e9a19591e7de9323fb2876e6b90989660","failures":[{"source":"check-run","id":65325337465,"name":"test","status":"completed","conclusion":"failure","htmlUrl":"https://github.com/RunMaestro/Maestro/actions/runs/22552813651/job/65325337465","detailsUrl":"https://github.com/RunMaestro/Maestro/actions/runs/22552813651/job/65325337465","summary":"","notes":".github:48776:failure Process completed with exit code 1. | src/__tests__/renderer/components/TerminalOutput.test.tsx:243:failure Error: expect(received).toBeInTheDocument()\n\nreceived value must be an HTMLElement or an SVGElement.\nReceived has type: Null\nReceived has value: null\n ❯ src/__tests__/renderer/components/TerminalOutput.test.tsx:243:33\n\n","completedAt":"2026-03-01T21:23:04Z"},{"source":"check-run","id":65325337460,"name":"lint-and-format","status":"completed","conclusion":"failure","htmlUrl":"https://github.com/RunMaestro/Maestro/actions/runs/22552813651/job/65325337460","detailsUrl":"https://github.com/RunMaestro/Maestro/actions/runs/22552813651/job/65325337460","summary":"","notes":".github:10:failure Process completed with exit code 1.","completedAt":"2026-03-01T21:16:29Z"}]} | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove generated prompt artifact from the PR scope.
This file is not part of the product fix and looks like agent/tooling output. Keeping it adds review noise and can contribute to lint/format failures (notably the very long JSON on Line 17). Please drop this file from the PR.
🧰 Tools
🪛 LanguageTool
[uncategorized] ~17-~17: The official name of this software platform is spelled with a capital “H”.
Context: ...job/65325337465","summary":"","notes":".github:48776:failure Process completed with ex...
(GITHUB)
[uncategorized] ~17-~17: The official name of this software platform is spelled with a capital “H”.
Context: ...job/65325337460","summary":"","notes":".github:10:failure Process completed with exit ...
(GITHUB)
🤖 Prompt for AI Agents