Skip to content
Merged
Changes from all 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
5 changes: 5 additions & 0 deletions .github/prompts/ai-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ Consensus-layer considerations:

Be concise and specific. Provide line references when suggesting changes.
If the code looks good, acknowledge it briefly.

Formatting rules:
- NEVER use `#N` (e.g. #1, #2) for enumeration — GitHub renders those as issue/PR references. Use `1.`, `2.`, etc. or bullet points instead.
- When referring back to items, use "Item 1", "Point 2", etc. — never "Issue #1" or "#1".Collapse comment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove "Collapse comment" from the end of this line - appears to be accidentally copied UI text from GitHub.

Suggested change
- When referring back to items, use "Item 1", "Point 2", etc. — never "Issue #1" or "#1".Collapse comment
- When referring back to items, use "Item 1", "Point 2", etc. — never "Issue #1" or "#1".
Prompt To Fix With AI
This is a comment left during a code review.
Path: .github/prompts/ai-review.md
Line: 24:24

Comment:
Remove "Collapse comment" from the end of this line - appears to be accidentally copied UI text from GitHub.

```suggestion
- When referring back to items, use "Item 1", "Point 2", etc. — never "Issue #1" or "#1".
```

How can I resolve this? If you propose a fix, please make it concise.


Loading