Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/apply-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Apply PR Feedback Replies

on:
push:
branches-ignore: [ main ]
branches-ignore: [main]
paths:
- 'docs/code-reviews/**.md'
- "docs/code-reviews/**.md"

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-seed-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: "3.x"
- name: Seed feedback doc into repo
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: "3.x"
- name: Try to seed and push to fork (if maintainers can modify)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coderabbit-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: "3.x"
- name: Check unresolved CodeRabbit threads
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/seed-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: "3.x"
- name: Run seeding script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on:

jobs:
seed:
uses: neuroglyph/draft-punks/.github/workflows/seed-review.yml@v1.0.0
uses: flyingrobots/draft-punks/.github/workflows/seed-review.yml@v1.0.0
secrets: inherit
```

Expand All @@ -70,7 +70,7 @@ on:

jobs:
apply:
uses: neuroglyph/draft-punks/.github/workflows/apply-feedback.yml@v1.0.0
uses: flyingrobots/draft-punks/.github/workflows/apply-feedback.yml@v1.0.0
secrets: inherit
```

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ on:

jobs:
seed:
uses: neuroglyph/draft-punks/.github/workflows/seed-review.yml@v1.0.0
uses: flyingrobots/draft-punks/.github/workflows/seed-review.yml@v1.0.0
secrets: inherit
```

Expand All @@ -106,7 +106,7 @@ on:

jobs:
apply:
uses: neuroglyph/draft-punks/.github/workflows/apply-feedback.yml@v1.0.0
uses: flyingrobots/draft-punks/.github/workflows/apply-feedback.yml@v1.0.0
secrets: inherit
```

Expand All @@ -130,8 +130,8 @@ status: archive

# Code Review Feedback

| Date | Agent | SHA | Branch | PR |
|------|-------|-----|--------|----|
| Date | Agent | SHA | Branch | PR |
| ---------- | ----- | ------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| 2025-09-16 | Codex | `e4f3f906eb454cb103eb8cc6899df8dfbf6e2349` | [feat/changelog-and-sweep-4](https://github.com/neuroglyph/git-mind/tree/feat/changelog-and-sweep-4 "neuroglyph/git-mind:feat/changelog-and-sweep-4") | [PR#169](https://github.com/neuroglyph/git-mind/pull/169) |

Comment thread
flyingrobots marked this conversation as resolved.
## Instructions
Expand Down
104 changes: 104 additions & 0 deletions docs/code-reviews/PR1/8dfbfab49b290a969ed7bb6248f3880137ef177d.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
---
title: 8dfbfab49b290a969ed7bb6248f3880137ef177d.md
description: Preserved review artifacts and rationale.
audience: [contributors]
domain: [quality]
tags: [review]
status: archive
---

# Code Review Feedback

| Date | Agent | SHA | Branch | PR |
|------|-------|-----|--------|----|
| 2025-09-28 | CodeRabbit (and reviewers) | `8dfbfab49b290a969ed7bb6248f3880137ef177d` | [chore/format](https://github.com/flyingrobots/draft-punks/tree/chore/format "flyingrobots/draft-punks:chore/format") | [PR#1](https://github.com/flyingrobots/draft-punks/pull/1) |

## CODE REVIEW FEEDBACK

### General comment — coderabbitai[bot]

```text
<!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: review in progress by coderabbit.ai -->

> [!NOTE]
> Currently processing new changes in this PR. This may take a few minutes, please wait...
>
> <details>
> <summary>📥 Commits</summary>
>
> Reviewing files that changed from the base of the PR and between 5547a98558eff02ecce2a39e40e6813d24516caa and 8dfbfab49b290a969ed7bb6248f3880137ef177d.
>
> </details>
>
> <details>
> <summary>📒 Files selected for processing (7)</summary>
>
> * `.github/workflows/apply-feedback.yml` (1 hunks)
> * `.github/workflows/auto-seed-review.yml` (2 hunks)
> * `.github/workflows/coderabbit-status.yml` (1 hunks)
> * `.github/workflows/seed-review.yml` (1 hunks)
> * `Instructions.md` (2 hunks)
> * `README.md` (3 hunks)
> * `tools/review/seed_feedback_from_github.py` (1 hunks)
>
> </details>
>
> ```ascii
> _________________________________________________________________________________________________________________________________________________________________
> < Don't use wizard code you don't understand. Wizards can generate reams of code. Make sure you understand all of it before you incorporate it into your project. >
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------
> \
> \ \
> \ /\
> ( )
> .( o ).
> ```

<!-- end of auto-generated comment: review in progress by coderabbit.ai -->


<!-- finishing_touch_checkbox_start -->

<details>
<summary>✨ Finishing touches</summary>

- [ ] <!-- {"checkboxId": "7962f53c-55bc-4827-bfbf-6a18da830691"} --> 📝 Generate Docstrings
<details>
<summary>🧪 Generate unit tests</summary>

- [ ] <!-- {"checkboxId": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "radioGroupId": "utg-output-choice-group-unknown_comment_id"} --> Create PR with unit tests
- [ ] <!-- {"checkboxId": "07f1e7d6-8a8e-4e23-9900-8731c2c87f58", "radioGroupId": "utg-output-choice-group-unknown_comment_id"} --> Post copyable unit tests in a comment
- [ ] <!-- {"checkboxId": "6ba7b810-9dad-11d1-80b4-00c04fd430c8", "radioGroupId": "utg-output-choice-group-unknown_comment_id"} --> Commit unit tests in branch `chore/format`

</details>

</details>

<!-- finishing_touch_checkbox_end -->

<!-- tips_start -->

---

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

<details>
<summary>❤️ Share</summary>

- [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai)
- [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai)
- [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai)
- [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)

</details>

<sub>Comment `@coderabbitai help` to get the list of available commands and usage tips.</sub>

<!-- tips_end -->
```

_Meta_: https://github.com/flyingrobots/draft-punks/pull/1#issuecomment-3344395219

{response}
Comment thread
flyingrobots marked this conversation as resolved.
Outdated

2 changes: 1 addition & 1 deletion tools/review/seed_feedback_from_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

Usage:
python3 tools/review/seed_feedback_from_github.py \
--owner neuroglyph --repo git-mind --pr 169 \
--owner flyingrobots --repo draft-punks --pr 69 \
[--commit <sha>] [--out docs/code-reviews]

If --commit is omitted, the PR head SHA is used.
Expand Down