choo121600 opened a new pull request, #82:
URL: https://github.com/apache/airflow-steward/pull/82

   ## Summary
   
   The setup-steward adopt flow had underspecified interactive steps (Step 2, 
5, 9b), which led to inefficient one-question-per-field chats — even for values 
trivially detectable from git.
   
   This PR improves the guidance and introduces an auto-detect-first approach.
   No template fields or final user.md output change — only how inputs are 
collected.
   
   ## Changes
   * Step 2 (method): Prefer single-select structured Q&A (fallback to 
free-form). Recommend git-branch.
   * Step 5 (skills): Use multi-select with sensible pre-selection from the 
initial request.
   * Step 9b (user.md):
     * Auto-detect:
       * upstream_clone via git rev-parse
       * upstream_fork_remote via git remote -v heuristic
     * Batch remaining fields into one structured Q&A
     * Ask private_lists only if PonyMail is enabled
   
   ## Result
   Avoids redundant questions for detectable values Reduces interaction to a 
single batched Q&A (+ conditional follow-up) Produces the same user.md with a 
more efficient flow
   
   -> DEMO
   
https://github.com/user-attachments/assets/13f535bd-6415-4c04-8777-fafaba326f3b
   
   <img width="2050" height="1088" alt="Screenshot 2026-05-07 at 2 19 32 AM" 
src="https://github.com/user-attachments/assets/63d96182-2337-47e1-9f6a-295a872a532c";
 />
   <img width="2056" height="1132" alt="Screenshot 2026-05-07 at 2 19 52 AM" 
src="https://github.com/user-attachments/assets/a2dc6b45-f25b-4b87-a926-ba07a47bc8aa";
 />


-- 
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]

Reply via email to