418b7edb8e6f05f019da9ed09038b20b01be119bnone
AGENTS.mdTool: agents-md# Guidelines for AI Contributions to Amaze File Manager
This file provides guidance to AI coding assistants for contributing
to the codebase. These guidelines are designed to produce
contributions that meet the same high standards we expect from human
contributors. The original reference for this file is the Zulip
CLAUDE.md file, we thank the Zulip team for their work.
## Philosophy
### No detail is too small
Amaze holds itself to a high bar for polish because users depend on
this software daily, and bCLAUDE.mdTool: claude-code@AGENTS.md.github/copilot-instructions.mdTool: github-copilot# Github Copilot guidelines for PR reviews
This file provides guidance for LLMs to review Amaze File Manager's pull
requests.
## Specific instructions
In this section are the specific instructions for special cases.
### try-catch structure
When writing a try-catch, in most cases, the catch should contain a specific
`Exception` subclass, meant to be caught at that point. The `Exception` caught
should be thrown by one of the functions called in the try clause. In some
cases, the catch has to be generic, .github/instructionsTool: github-copilotnone