chore(sdk): discovery keywords + npm publish fields (#468)#589
Merged
Conversation
#468 — sets keywords aligned to agent-API positioning (ornn, agent, skill-registry, skill-lifecycle, ai-agents, model-agnostic, mcp, llm, sdk) and the four npm publish fields that show up on the package page (homepage, bugs, repository, license). private:true is preserved here; npm publish strategy is the separate scope of #473.
#468 — replaces the legacy keyword set (skills, ai, agents, nyxid) with the same vocabulary used across the TS SDK so PyPI search surfaces the same intent: ornn, agent, skill-registry, skill-lifecycle, ai-agents, model-agnostic, mcp, llm, sdk.
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.
Closes #468.
What
Discovery-metadata pass on the two SDK manifests so npm + PyPI search land on the same vocabulary the project actually uses.
sdk/typescript/package.json— addskeywords+ the npm-page fields (homepage,bugs,repository,license).private: trueleft alone — npm publish strategy is the scope of [Bug] SDK publish status — TS SDK has private:true, clarify npm/PyPI publication strategy #473, this PR is purely metadata.sdk/python/pyproject.toml— replaces the legacy keyword set with the aligned vocabulary.ornn, agent, skill-registry, skill-lifecycle, ai-agents, model-agnostic, mcp, llm, sdk.GitHub repo topics will be set out-of-band via
gh repo editafter merge:agent, skill-registry, ai-agents, model-agnostic, mcp, bun, hono, typescript.Test plan