Agents Code Standards Required Before Each Commit ALWAYS run pre-commit run --all-files before committing any changes Pre-commit hooks will automatically run code formatting (ruff), linting, and other quality checks All pre-commit hooks must pass before any changes can be committed