Files
kennethreitz 4ef7fedd9b Version the plugin by commit SHA, not pytheory release
Drop version from plugin.json so the skill (which evolves independently
of pytheory releases) is versioned by git SHA — every pushed commit is
a new version installed users pick up. sync-skill now stamps only the
marketplace manifest's informational version.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 13:30:37 -04:00

14 lines
538 B
JSON

{
"name": "composing-with-pytheory",
"displayName": "Composing with PyTheory",
"description": "Compose music with PyTheory — progressions, melodies, drums, and full arrangements rendered to audio or MIDI from pure Python.",
"author": {
"name": "Kenneth Reitz",
"email": "me@kennethreitz.org"
},
"homepage": "https://pytheory.org",
"repository": "https://github.com/kennethreitz/pytheory-skill",
"license": "MIT",
"keywords": ["music", "music-theory", "composition", "midi", "audio", "synthesis", "pytheory"]
}