|
1 | 1 | { |
2 | 2 | "name": "optimize-anything", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "description": "Optimize any text artifact using gepa — prompts, code, configs, skills", |
5 | | - "keywords": ["optimization", "gepa", "prompts", "evaluator"], |
6 | | - "author": "optimize-anything contributors", |
| 5 | + "keywords": [ |
| 6 | + "optimization", |
| 7 | + "gepa", |
| 8 | + "prompts", |
| 9 | + "evaluator" |
| 10 | + ], |
| 11 | + "author": { |
| 12 | + "name": "optimize-anything contributors" |
| 13 | + }, |
| 14 | + "repository": "https://github.com/ASRagab/optimize-anything", |
| 15 | + "homepage": "https://github.com/ASRagab/optimize-anything", |
| 16 | + "license": "MIT", |
7 | 17 | "commands": [ |
8 | | - { |
9 | | - "name": "optimize", |
10 | | - "description": "Run optimization on a seed artifact with an evaluator" |
11 | | - }, |
12 | | - { |
13 | | - "name": "generate-evaluator", |
14 | | - "description": "Generate an evaluator script for a text artifact" |
15 | | - }, |
16 | | - { |
17 | | - "name": "intake", |
18 | | - "description": "Normalize evaluator intake specification" |
19 | | - }, |
20 | | - { |
21 | | - "name": "explain", |
22 | | - "description": "Explain the optimization plan for a seed artifact" |
23 | | - }, |
24 | | - { |
25 | | - "name": "budget", |
26 | | - "description": "Recommend evaluation budget for a seed artifact" |
27 | | - }, |
28 | | - { |
29 | | - "name": "score", |
30 | | - "description": "Score a single artifact with an evaluator without optimizing" |
31 | | - }, |
32 | | - { |
33 | | - "name": "analyze", |
34 | | - "description": "Analyze an artifact to discover quality dimensions for LLM judge optimization" |
35 | | - } |
| 18 | + { "name": "optimize", "description": "Run gepa optimization on a text artifact" }, |
| 19 | + { "name": "generate-evaluator", "description": "Generate a scoring evaluator from a seed artifact and objective" }, |
| 20 | + { "name": "intake", "description": "Normalize and validate an optimization intake spec" }, |
| 21 | + { "name": "explain", "description": "Explain what optimize-anything will do for a given configuration" }, |
| 22 | + { "name": "budget", "description": "Estimate token and API cost budget for an optimization run" }, |
| 23 | + { "name": "score", "description": "Score a single artifact against an evaluator" }, |
| 24 | + { "name": "analyze", "description": "Discover quality dimensions for an artifact and objective" } |
36 | 25 | ], |
37 | 26 | "skills": [ |
38 | | - { |
39 | | - "name": "generate-evaluator", |
40 | | - "path": "skills/generate-evaluator/SKILL.md", |
41 | | - "description": "Generate an evaluator script for a text artifact, choosing the right scoring pattern for the objective" |
42 | | - }, |
43 | | - { |
44 | | - "name": "optimization-guide", |
45 | | - "path": "skills/optimization-guide/SKILL.md", |
46 | | - "description": "Guide for running optimizations with optimize-anything, covering modes, configuration, and interpretation" |
47 | | - } |
| 27 | + { "name": "generate-evaluator", "path": "skills/generate-evaluator/SKILL.md", "description": "Guide for creating custom evaluator scripts" }, |
| 28 | + { "name": "optimization-guide", "path": "skills/optimization-guide/SKILL.md", "description": "End-to-end optimization workflow guidance" } |
48 | 29 | ] |
49 | 30 | } |
0 commit comments