-
Notifications
You must be signed in to change notification settings - Fork 0
Updating plugin metadata #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,49 +1,30 @@ | ||
| { | ||
| "name": "optimize-anything", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Optimize any text artifact using gepa — prompts, code, configs, skills", | ||
| "keywords": ["optimization", "gepa", "prompts", "evaluator"], | ||
| "author": "optimize-anything contributors", | ||
| "keywords": [ | ||
| "optimization", | ||
| "gepa", | ||
| "prompts", | ||
| "evaluator" | ||
| ], | ||
| "author": { | ||
| "name": "optimize-anything contributors" | ||
| }, | ||
| "repository": "https://github.com/ASRagab/optimize-anything", | ||
| "homepage": "https://github.com/ASRagab/optimize-anything", | ||
| "license": "MIT", | ||
| "commands": [ | ||
| { | ||
| "name": "optimize", | ||
| "description": "Run optimization on a seed artifact with an evaluator" | ||
| }, | ||
| { | ||
| "name": "generate-evaluator", | ||
| "description": "Generate an evaluator script for a text artifact" | ||
| }, | ||
| { | ||
| "name": "intake", | ||
| "description": "Normalize evaluator intake specification" | ||
| }, | ||
| { | ||
| "name": "explain", | ||
| "description": "Explain the optimization plan for a seed artifact" | ||
| }, | ||
| { | ||
| "name": "budget", | ||
| "description": "Recommend evaluation budget for a seed artifact" | ||
| }, | ||
| { | ||
| "name": "score", | ||
| "description": "Score a single artifact with an evaluator without optimizing" | ||
| }, | ||
| { | ||
| "name": "analyze", | ||
| "description": "Analyze an artifact to discover quality dimensions for LLM judge optimization" | ||
| } | ||
| { "name": "optimize", "description": "Run gepa optimization on a text artifact" }, | ||
| { "name": "generate-evaluator", "description": "Generate a scoring evaluator from a seed artifact and objective" }, | ||
| { "name": "intake", "description": "Normalize and validate an optimization intake spec" }, | ||
| { "name": "explain", "description": "Explain what optimize-anything will do for a given configuration" }, | ||
| { "name": "budget", "description": "Estimate token and API cost budget for an optimization run" }, | ||
| { "name": "score", "description": "Score a single artifact against an evaluator" }, | ||
| { "name": "analyze", "description": "Discover quality dimensions for an artifact and objective" } | ||
| ], | ||
| "skills": [ | ||
| { | ||
| "name": "generate-evaluator", | ||
| "path": "skills/generate-evaluator/SKILL.md", | ||
| "description": "Generate an evaluator script for a text artifact, choosing the right scoring pattern for the objective" | ||
| }, | ||
| { | ||
| "name": "optimization-guide", | ||
| "path": "skills/optimization-guide/SKILL.md", | ||
| "description": "Guide for running optimizations with optimize-anything, covering modes, configuration, and interpretation" | ||
| } | ||
| { "name": "generate-evaluator", "path": "skills/generate-evaluator/SKILL.md", "description": "Guide for creating custom evaluator scripts" }, | ||
| { "name": "optimization-guide", "path": "skills/optimization-guide/SKILL.md", "description": "End-to-end optimization workflow guidance" } | ||
| ] | ||
| } | ||
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.
Uh oh!
There was an error while loading. Please reload this page.