Files
AutoGPT/.github
Otto db77f6ef77 refactor: reorganize script functions top-down
- main() and high-level workflow functions at the top
- Comment formatting functions
- Overlap analysis functions
- Merge conflict testing functions
- Diff parsing functions
- GitHub API functions
- Utility functions
- Data classes and constants at the bottom

This makes the code read top-to-bottom, from high-level logic to implementation details.
2026-02-13 13:05:23 +00:00
..