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 @@ -21,6 +21,8 @@ Copilot and other AI assistants must follow these guidelines when working in thi
- Write the PR title and description in English, regardless of the language used in the conversation.
- Do not mention Claude, Anthropic, Copilot, or any AI assistant in the PR title or description.
- Do not include AI session links, "Co-Authored-By" trailers for AI assistants, "Generated with ..." notices, or any other reference indicating the PR was created with AI assistance.
- Follow the PR template in `.github/PULL_REQUEST_TEMPLATE.md`. Use its sections and do not add extra sections beyond it.
- Do not add a "Validation", "Verification", "Testing", or similar section that lists `reihitsu-format`, `dotnet build`, `dotnet test`, or other build/test commands. Build and tests run automatically as PR checks, so restating them in the description is unnecessary.

## Build, test, and lint

Expand Down
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ null handling, suppressed analyzer rules) are imported below and are
- Write the PR title and description in English, regardless of the language used in the conversation.
- Do not mention Codex, Anthropic, or any AI assistant in the PR title or description.
- Do not include Codex session links, "Co-Authored-By: Codex" trailers, "Generated with Codex" notices, or any other reference indicating the PR was created with AI assistance.
- Follow the PR template in `.github/PULL_REQUEST_TEMPLATE.md`. Use its sections and do not add extra sections beyond it.
- Do not add a "Validation", "Verification", "Testing", or similar section that lists `reihitsu-format`, `dotnet build`, `dotnet test`, or other build/test commands. Build and tests run automatically as PR checks, so restating them in the description is unnecessary.

## Build, test, and format

Expand Down
2 changes: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ null handling, suppressed analyzer rules) are imported below and are
- Write the PR title and description in English, regardless of the language used in the conversation.
- Do not mention Claude, Anthropic, or any AI assistant in the PR title or description.
- Do not include Claude session links, "Co-Authored-By: Claude" trailers, "Generated with Claude" notices, or any other reference indicating the PR was created with AI assistance.
- Follow the PR template in `.github/PULL_REQUEST_TEMPLATE.md`. Use its sections and do not add extra sections beyond it.
- Do not add a "Validation", "Verification", "Testing", or similar section that lists `reihitsu-format`, `dotnet build`, `dotnet test`, or other build/test commands. Build and tests run automatically as PR checks, so restating them in the description is unnecessary.

## Build, test, and format

Expand Down
Loading