README Updater Update the root to reflect all companies in the repo, matching the established format. Workflow 1. Discover companies List all top-level directories that contain a file. Skip , , and any dotfile directories. 2. Gather data for each company For each company directory, collect: - Name and description — from YAML frontmatter ( ) and the prose body (first paragraph after the frontmatter closing ) - Upstream source — from the line at the bottom of . Extract both the display name and the URL - Agents — list subdirectories under . Count them. Format agent names by replacing hyphens wi…