Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ Follow the [Stimulus Handbook](https://stimulus.hotwired.dev/handbook/introducti
- **On every push**, update the PR title and content to reflect the current diff β€” preserve any existing images/screenshots in the description
- **On every push**, update AI instruction files if the diff adds, removes, or renames anything tracked in AGENTS.md β€” specifically: Stimulus controllers, services, model/controller concerns, mailers, rake tasks, and directory file counts
- **On every push**, add PR review comments on notable lines of code β€” decisions, trade-offs, non-obvious logic, or anything a reviewer should understand. Use `gh api` to post line comments on the diff
- **Attribute every AI-authored GitHub comment** β€” `gh` posts as the authenticated user, so any comment you create (PR review comments, issue/PR comments, replies) MUST be prefixed to identify the AI agent that wrote it. Begin the comment body with `πŸ€– _From <agent>:_` (e.g. `πŸ€– _From Claude:_` or `πŸ€– _From Copilot:_`) followed by the content
- **Keep GitHub comments short and to the point** β€” one or two sentences, stating the key insight directly. Skip preamble, restating the code, and hedging; if a comment needs more than a few lines, it usually belongs in the PR description instead

## Testing

Expand Down
2 changes: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ Follow the [Stimulus Handbook](https://stimulus.hotwired.dev/handbook/introducti
- **On every push**, update the PR title and content to reflect the current diff β€” preserve any existing images/screenshots in the description
- **On every push**, update AI instruction files if the diff adds, removes, or renames anything tracked in AGENTS.md β€” specifically: Stimulus controllers, services, model/controller concerns, mailers, rake tasks, and directory file counts
- **On every push**, add PR review comments on notable lines of code β€” decisions, trade-offs, non-obvious logic, or anything a reviewer should understand. Use `gh api` to post line comments on the diff
- **Attribute every AI-authored GitHub comment** β€” `gh` posts as the authenticated user, so any comment you create (PR review comments, issue/PR comments, replies) MUST be prefixed to identify the AI agent that wrote it. Begin the comment body with `πŸ€– _From <agent>:_` (e.g. `πŸ€– _From Claude:_` or `πŸ€– _From Copilot:_`) followed by the content
- **Keep GitHub comments short and to the point** β€” one or two sentences, stating the key insight directly. Skip preamble, restating the code, and hedging; if a comment needs more than a few lines, it usually belongs in the PR description instead

## Ruby Version Manager

Expand Down