Flatten README template list for agent discoverability#86
Merged
Conversation
Add a single searchable table of all 80+ templates with name, language, and one-line description so agents and humans can quickly find relevant templates without navigating subdirectories. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jay-sahnan
reviewed
Apr 8, 2026
jay-sahnan
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
Note
Low Risk
Low risk: changes are limited to documentation and CI validation, with no runtime/product code impact aside from potentially failing PRs when the README index is out of sync.
Overview
Replaces the top-level
README.mdoverview with a single alphabetized table of all templates linking to their TypeScript/Python/Go directories, and tidies section headings/content around Model Gateway and Getting Started.Adds an automated README template index validator (
scripts/check-readme-template-index.mjs) plus a GitHub Action workflow and anpm run check:readme-template-indexstep wired intonpm run check, ensuring the README table stays consistent with the repo’s first-level template directories (order, link format, duplicates, missing/extra entries).Reviewed by Cursor Bugbot for commit d7c2566. Bugbot is set up for automated code reviews on this repo. Configure here.