You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core orchestration file (src/github/action.ts) is ~900 lines and handles cloning, prompt building, Codex/OpenAI invocation, diff detection, PR creation, comment updates, and error handling. Break it into cohesive submodules (e.g. prompt-builder, diff-scanner, comment-manager) to improve readability, testability, and maintainability.