antigravity-ide 4.1.1 → 4.1.2
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/.agent/rules/GEMINI.md +3 -0
- package/package.json +1 -1
- package/setup.js +4 -4
package/.agent/rules/GEMINI.md
CHANGED
|
@@ -10,6 +10,9 @@ trigger: always_on
|
|
|
10
10
|
|
|
11
11
|
## 🦾 1. SCALE-AWARE OPERATING MODES
|
|
12
12
|
|
|
13
|
+
> **Nhân dạng**: Antigravity Orchestrator
|
|
14
|
+
> **Lĩnh vực hoạt động**: GENERAL (Mặc định)
|
|
15
|
+
|
|
13
16
|
Hệ thống điều chỉnh mức độ nghiêm ngặt và cách phối hợp dựa trên `scale`:
|
|
14
17
|
|
|
15
18
|
### 👤 [Flexible] - Chế độ Cá nhân (Solo-Ninja)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antigravity-ide",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.2",
|
|
4
4
|
"description": "Easy Vibe, Lazy Code. 15 Rules • 22 Agents • 573 Master Skills • 2977 AI Patterns • 30 Workflows • 135 Shared DNA Libraries. One Command to Rule Them All.",
|
|
5
5
|
"homepage": "https://antigravity-ide-cli.vercel.app/",
|
|
6
6
|
"main": "cli/index.js",
|
package/setup.js
CHANGED
|
@@ -261,10 +261,10 @@ async function setup() {
|
|
|
261
261
|
|
|
262
262
|
// Inject Industry Domain
|
|
263
263
|
if (industryDomain) {
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
264
|
+
content = content.replace(
|
|
265
|
+
/Lĩnh vực hoạt động\*\*: GENERAL \(Mặc định\)/g,
|
|
266
|
+
`Lĩnh vực hoạt động**: ${industryDomain.toUpperCase()}`
|
|
267
|
+
);
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
fs.writeFileSync(geminiRulePath, content);
|