Add 'tool' to the category enum — components.json validates again - #8
Merged
Conversation
ec-uns-cmd and ec-secrets are categorised `tool`, which the enum did not allow - so the registry has been failing its own schema. `tool` means an operator/developer CLI built on the library rather than a deployable edge component, and the enum entry says so: the docs site and the org profile list tools separately (companion changes in edgecommons and .github). Verified: components.json now validates with 0 errors. 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.
components.jsonhas been failing its own schema:ec-uns-cmdandec-secretsare categorisedtool, which the enum did not allow. Adding it makes the registry valid again (0 errors, verified).toolmeans an operator/developer CLI built on the library rather than a deployable edge component — and the enum entry says so, because the docs site and the org profile now list tools separately (companion PRs inedgecommonsand.github).🤖 Generated with Claude Code
https://claude.ai/code/session_01LsX7cWVGLszurNYMVwMJGo