antigravity-ide 4.0.9 → 4.0.10
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.
- package/CHANGELOG.md +4 -1
- package/VERSION +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## [4.0.
|
|
5
|
+
## [4.0.10] - 2026-02-08
|
|
6
|
+
### Changed
|
|
7
|
+
- **NPM Optimization**: Updated `package.json` description to include key statistics (72 Skills, 22 Agents) for better discoverability on npmjs.com.
|
|
8
|
+
|
|
6
9
|
### Added
|
|
7
10
|
- **Marketing**: New "One Command" slogan and high-contrast NPM badges.
|
|
8
11
|
- **Documentation**: Synchronized all guides with 72 Master Skills and 600+ AI Patterns.
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.0.
|
|
1
|
+
4.0.10
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antigravity-ide",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"description": "Easy Vibe, Lazy Code. One Command to Rule Them All.",
|
|
3
|
+
"version": "4.0.10",
|
|
4
|
+
"description": "Easy Vibe, Lazy Code. 72 Master Skills • 22 Agents • 600+ AI Patterns. One Command to Rule Them All.",
|
|
5
5
|
"homepage": "https://antigravity-ide-cli.vercel.app/",
|
|
6
6
|
"main": "cli/index.js",
|
|
7
7
|
"bin": {
|