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
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Minimal validation:

## Development Rules

- Never edit, commit to, or push `main` directly. Do all work on a branch and merge through the repository's PR workflow; if a requested merge cannot be completed through that workflow, stop and ask.
- TypeScript strict mode.
- Prefer server components; use client components only when required.
- Keep files small and focused. Prefer descriptive names and early returns.
Expand Down