mikebridge opened a new pull request, #42835: URL: https://github.com/apache/superset/pull/42835
### SUMMARY Update the canonical LLM contributor instructions to require pre-commit checks for files changed by the current branch, matching CI's changed-file mode. Repository-wide `pre-commit run --all-files` remains documented as a baseline audit and repair tool. Failures in untouched files should be fixed on a separate branch instead of expanding unrelated pull requests. The platform-specific instruction files are symlinks to `AGENTS.md`, so this single canonical change applies to Codex, Claude, Gemini, and Copilot guidance. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Not applicable; documentation-only. ### TESTING INSTRUCTIONS ```bash git add AGENTS.md pre-commit run ``` The changed-file check passes. A repository-wide audit was also run and found three existing TypeScript errors in untouched Pivot Table files on `master`; those are intentionally outside this PR's scope. ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
