Update Markdown File Index Update markdown file with an index/table of files from folder . Process 1. Scan : Read the target markdown file to understand existing structure 2. Discover : List all files in the specified folder matching pattern 3. Analyze : Identify if an existing table/index section exists to update, or create new structure 4. Structure : Generate appropriate table/list format based on file types and existing content 5. Update : Replace existing section or add new section with file index 6. Validate : Ensure markdown syntax is valid and formatting is consistent File Analysis Fo…