🤖 Add Codex marketplace metadata
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "project-uv",
|
||||
"version": "0.1.0",
|
||||
"description": "Detects how uv is configured in the current Python project and advertises the right invocation patterns.",
|
||||
"author": {
|
||||
"name": "Gabor Korber",
|
||||
"email": "gab@g4b.org"
|
||||
},
|
||||
"skills": "./skills/",
|
||||
"interface": {
|
||||
"displayName": "project-uv",
|
||||
"shortDescription": "Probe uv project layout before running Python commands.",
|
||||
"longDescription": "Context-aware uv project tooling detection for Python repositories. Probes project layout, lockfiles, and script declarations before suggesting uv commands.",
|
||||
"developerName": "Gabor Korber",
|
||||
"category": "Coding",
|
||||
"capabilities": ["Skills"],
|
||||
"defaultPrompt": [
|
||||
"Probe this Python project's uv setup.",
|
||||
"Find the right uv command for this repo."
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user