codeant-ai-for-open-source[bot] commented on PR #38690:
URL: https://github.com/apache/superset/pull/38690#issuecomment-4074631380

   ## **Sequence Diagram**
   
   This PR changes the init flow so the extension directory is created from the 
user provided extension name instead of the generated id. As a result, the 
folder now matches what the user typed and avoids unexpected publisher prefixed 
names.
   
   ```mermaid
   sequenceDiagram
       participant User
       participant CLI
       participant FileSystem
   
       User->>CLI: Run init and provide extension name and publisher
       CLI->>CLI: Build extension metadata including name and id
       CLI->>FileSystem: Resolve target directory using extension name
       FileSystem-->>CLI: Directory is available
       CLI->>FileSystem: Generate extension scaffold in target directory
       CLI-->>User: Initialization complete with expected folder name
   ```
   
   ---
   *Generated by [CodeAnt AI](https://codeant.ai)*
   


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

Reply via email to