feat: add agent stats & metadata to manifest (#1501)

Enrich each agent entry with curated metadata fields: creator, repo,
license, created/added dates, GitHub stars, language, runtime, category,
tagline, and tags. This helps users compare and choose agents.

- Extend AgentDef interface with 12 optional metadata fields
- Add metadata to all 6 agents in manifest.json
- Add type validation tests for new fields
- Bump CLI version 0.5.12 → 0.5.13

Co-authored-by: lab <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
A 2026-02-19 21:21:18 -08:00 committed by GitHub
parent 9f172ffd12
commit 6ae650b5e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 187 additions and 20 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@openrouter/spawn",
"version": "0.5.12",
"version": "0.5.13",
"type": "module",
"bin": {
"spawn": "cli.js"