singularity-forge/src/resources/extensions/github-sync/extension-manifest.json
2026-05-05 00:04:53 +02:00

11 lines
266 B
JSON

{
"id": "github-sync",
"name": "GitHub Sync",
"version": "1.0.0",
"description": "Sync SF milestones, slices, and tasks to GitHub tracking artifacts",
"tier": "bundled",
"requires": { "platform": ">=2.29.0" },
"provides": {
"commands": ["github-sync"]
}
}