antigravity-ide 3.5.55 → 3.5.56

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.
Files changed (2) hide show
  1. package/cli/create.js +1 -0
  2. package/package.json +1 -1
package/cli/create.js CHANGED
@@ -290,6 +290,7 @@ bin/* text eol=lf
290
290
  `;
291
291
  fs.writeFileSync(path.join(projectPath, '.gitattributes'), gitAttributes);
292
292
  }
293
+ }
293
294
 
294
295
  function generateGeminiMd(rules, language = 'en', industry = 'other', agentName = 'Antigravity') {
295
296
  const strictness = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antigravity-ide",
3
- "version": "3.5.55",
3
+ "version": "3.5.56",
4
4
  "description": "The Ultimate AI Agent Brain - Rules, Skills, and Workflows",
5
5
  "main": "cli/index.js",
6
6
  "bin": {