antigravity-ide 4.1.30 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,7 +25,7 @@ function getScaleConfig(scale) {
25
25
  'create', 'plan', 'debug', 'test', 'deploy',
26
26
  'preview', 'enhance', 'visually', 'log-error'
27
27
  ]; // 9 Workflows
28
- coreSkillCategories = ['webdev', 'uiux', 'maker']; // 3 Categories (30%)
28
+ coreSkillCategories = ['webdev', 'uiux', 'maker-lite']; // Condensed Maker list
29
29
  } else if (scale === 'creative') { // Was Balanced/Team -> Creative/Research
30
30
  engineMode = 'advanced';
31
31
  // Target 100% (Full)
@@ -49,7 +49,7 @@ function getScaleConfig(scale) {
49
49
  'security', 'test', 'compliance', 'api', 'document',
50
50
  'log-error', 'release-version', 'update-docs', 'performance', 'onboard'
51
51
  ]; // 15 Workflows
52
- coreSkillCategories = ['devops', 'security', 'testing', 'growth', 'research']; // 5 Categories (50%)
52
+ coreSkillCategories = ['devops', 'security', 'testing', 'growth-enterprise', 'research']; // 5 Categories (50%)
53
53
  }
54
54
 
55
55
  return { engineMode, rulesMode, baseWorkflows, coreSkillCategories };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antigravity-ide",
3
- "version": "4.1.30",
3
+ "version": "4.2.0",
4
4
  "description": "The Ultimate AI-Powered IDE for 10x Engineers (Full Agentic Workflow)• 573 Master Skills • 2977 AI Patterns • 30 Workflows • 17 Shared Core Libraries. One Command to Rule Them All.",
5
5
  "homepage": "https://antigravity-ide-cli.vercel.app/",
6
6
  "main": "cli/index.js",