Register the edgecommons CLI as a tool; add docsPath for monorepo entries - #9
Merged
Conversation
…ries The CLI is the tool people reach for first and it was not in the catalog: `registry list --category tool` did not show the binary you are typing, and the docs site had no tool entry for it. - `docsPath` (optional): where an entry's docs/ lives inside its repo, for entries shipping from a monorepo. The CLI is at `cli/docs` inside the library repo, whose root docs/ holds the library's own internal design docs - syncing that would pull entirely the wrong thing. - The `edgecommons` entry itself: category `tool`, docsPath `cli/docs`. `platforms` is deliberately OMITTED - it means deployment targets, and the CLI is not deployed to anything. Verified: components.json validates (0 errors). Ordering note: merge this BEFORE the edgecommons PR that adds cli/docs and rewrites the Getting Started page. Registry-first is safe (the entry exists, its docs are skipped with a warning until they land); the reverse would break the docs-site build on the new page's links. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LsX7cWVGLszurNYMVwMJGo
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.
The CLI is the tool people reach for first, and it was not in the catalog —
registry list --category tooldid not list the binary you are typing, and the docs site had no tool entry for it.docsPath(optional): where an entry'sdocs/lives inside its repo, for entries shipping from a monorepo. The CLI is atcli/docsinside the library repo, whose rootdocs/holds the library's own internal design docs — syncing that would pull entirely the wrong thing.edgecommonsentry:category: tool,docsPath: cli/docs.platformsdeliberately omitted — it means deployment targets, and the CLI is not deployed to anything.Verified:
components.jsonvalidates (0 errors).cli/docsand rewrites the Getting Started page). Registry-first is safe — the entry exists and its docs are skipped with a warning until they land. The reverse order would break the docs-site build, because the rewritten page links into/tools/edgecommons/.🤖 Generated with Claude Code
https://claude.ai/code/session_01LsX7cWVGLszurNYMVwMJGo