Skip to content

Commit dd6db0a

Browse files
ericyangpanclaude
andcommitted
refactor(manifests): remove githubStars field from product manifests
Removes the githubStars field from all individual product manifest files as this data is now managed centrally in github-stars.json. This change: - Removes githubStars from 18 CLI manifests - Removes githubStars from 9 extension manifests - Removes githubStars from 11 IDE manifests - Removes githubStars from 6 provider manifests - Updates product.schema.json to remove githubStars requirement - Updates TypeScript types to reflect the schema changes GitHub stars data will now be accessed via the centralized lookup system. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 85cf73d commit dd6db0a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+6
-65
lines changed

manifests/clis/amazon-q-developer-cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"vendor": "Amazon Web Services",
1414
"latestVersion": "v1.18.1",
1515
"githubUrl": "https://github.com/aws/amazon-q-developer-cli",
16-
"githubStars": 1.8,
1716
"license": "Apache-2.0, MIT",
1817
"pricing": [
1918
{

manifests/clis/amp-cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"vendor": "Sourcegraph",
1414
"latestVersion": "1.0.0",
1515
"githubUrl": null,
16-
"githubStars": null,
1716
"license": "Proprietary",
1817
"pricing": [
1918
{

manifests/clis/augment-code-cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"vendor": "Augment",
1414
"latestVersion": "0.7.0",
1515
"githubUrl": "https://github.com/augmentcode/auggie",
16-
"githubStars": 0.1,
1716
"license": "Proprietary",
1817
"pricing": [
1918
{

manifests/clis/claude-code.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"vendor": "Anthropic",
1414
"latestVersion": "2.0.42",
1515
"githubUrl": "https://github.com/anthropics/claude-code",
16-
"githubStars": 42,
1716
"license": "Proprietary",
1817
"pricing": [
1918
{

manifests/clis/cline-cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"vendor": "Cline Bot Inc",
1414
"latestVersion": "Preview",
1515
"githubUrl": null,
16-
"githubStars": null,
1716
"license": "Proprietary",
1817
"pricing": [
1918
{

manifests/clis/codebuddy-cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"vendor": "Tencent Cloud",
1414
"latestVersion": "Latest",
1515
"githubUrl": null,
16-
"githubStars": null,
1716
"license": "Proprietary",
1817
"pricing": [
1918
{

manifests/clis/codex.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"vendor": "OpenAI",
1414
"latestVersion": "0.44.0",
1515
"githubUrl": "https://github.com/openai/codex",
16-
"githubStars": 50.2,
1716
"license": "Apache-2.0",
1817
"pricing": [
1918
{

manifests/clis/continue-cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"vendor": "Continue Dev",
1414
"latestVersion": "1.5.7",
1515
"githubUrl": "https://github.com/continuedev/continue",
16-
"githubStars": 29.8,
1716
"license": "Apache-2.0",
1817
"pricing": [
1918
{

manifests/clis/droid-cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"vendor": "Factory AI",
1414
"latestVersion": "3.2.0",
1515
"githubUrl": null,
16-
"githubStars": null,
1716
"license": "Proprietary",
1817
"pricing": [
1918
{

manifests/clis/gemini-cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"vendor": "Google",
1414
"latestVersion": "0.5.4",
1515
"githubUrl": "https://github.com/google-gemini/gemini-cli",
16-
"githubStars": 82.1,
1716
"license": "Apache-2.0",
1817
"pricing": [
1918
{

0 commit comments

Comments
 (0)