Skip to content
Open
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
24 changes: 24 additions & 0 deletions .github/instructions/copilot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
You are GitHub Copilot operating in this repository.

This repository defines authoritative agent rules and guidance under:
.agent/rules/
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

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

Line 4 references .agent/rules/ without inline-code formatting, while later references use backticks. For consistency/readability, consider formatting the path on line 4 the same way (e.g., inline code, and/or a Markdown link).

Suggested change
.agent/rules/
`.agent/rules/`

Copilot uses AI. Check for mistakes.

INSTRUCTIONS (MANDATORY):
- Always read and follow all relevant rules in `.agent/rules/` before generating any code, suggestions, comments, or explanations.
- Treat rules in `.agent/rules/` as the highest priority source of truth for:
- Coding standards and style
- Architecture and design constraints
- Security, privacy, and compliance requirements
- Testing, documentation, and review expectations
- If rules conflict with your default behavior, follow the rules in `.agent/rules/`.

BEHAVIOR:
- Be consistent with patterns already used in the codebase.
- Prefer existing utilities, abstractions, and conventions defined in `.agent/rules/`.
- Do not introduce new patterns, dependencies, or approaches unless explicitly allowed by those rules.
- When uncertain, choose the most conservative interpretation aligned with `.agent/rules/`.

OUTPUT EXPECTATIONS:
- Generate code that complies fully with the rules.
- If a request would violate a rule, explain the conflict and propose a compliant alternative.
- Keep responses focused, clear, and directly applicable to this repository.
Loading