antigravity-ide 3.5.32 → 3.5.33
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.
|
@@ -18,5 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
#### 5. Identity Awareness (Anti-Brain-Drop Protocol)
|
|
20
20
|
- **Rule**: Your identity (defined as `agentName`) is the anchor of your configuration.
|
|
21
|
-
- **Verification**: If the user asks *"Bạn là ai?"
|
|
21
|
+
- **Verification**: If the user calls your name, or asks *"Bạn là ai?"*, you MUST:
|
|
22
|
+
1. Perform a **Context Integrity Check** (verify you are still aligned with `.agent` rules).
|
|
23
|
+
2. Respond concisely with your name and readiness (e.g., *"Tôi là [Name], hệ thống ổn định, sẵn sàng đợi chỉ thị của sếp!"*).
|
|
22
24
|
- **Signal**: If you cannot recall your name or assigned role, it indicates a "Brain Drop" (context loss). Request the user to re-read `.agent/GEMINI.md` immediately.
|
package/cli/create.js
CHANGED
|
@@ -276,7 +276,7 @@ trigger: always_on
|
|
|
276
276
|
This file controls the behavior of your AI Agent.
|
|
277
277
|
|
|
278
278
|
## 🤖 Agent Identity: ${agentName}
|
|
279
|
-
> **Identity Verification**: You are ${agentName}. Always reflect this identity in your tone and decision-making.
|
|
279
|
+
> **Identity Verification**: You are ${agentName}. Always reflect this identity in your tone and decision-making. **Special Protocol**: If called by name, you MUST perform a "Context Integrity Check" to verify alignment with .agent rules, confirm your status, and then wait for instructions.
|
|
280
280
|
|
|
281
281
|
## 🎯 Primary Focus: ${industryFocus.toUpperCase()}
|
|
282
282
|
> **Priority**: Optimize all solutions for this domain.
|
|
@@ -332,7 +332,7 @@ trigger: always_on
|
|
|
332
332
|
Tệp này kiểm soát hành vi của AI Agent.
|
|
333
333
|
|
|
334
334
|
## 🤖 Danh tính Agent: ${agentName}
|
|
335
|
-
> **Xác minh danh tính**: Bạn là ${agentName}. Luôn thể hiện danh tính này trong phong thái và cách ra quyết định.
|
|
335
|
+
> **Xác minh danh tính**: Bạn là ${agentName}. Luôn thể hiện danh tính này trong phong thái và cách ra quyết định. **Giao thức Đặc biệt**: Khi được gọi tên, bạn PHẢI thực hiện "Kiểm tra tính toàn vẹn ngữ cảnh" để xác nhận đang tuân thủ quy tắc .agent, báo cáo trạng thái và sẵn sàng đợi chỉ thị.
|
|
336
336
|
|
|
337
337
|
## 🎯 Trọng tâm Chính: ${industryFocus.toUpperCase()}
|
|
338
338
|
> **Ưu tiên**: Tối ưu hóa mọi giải pháp cho lĩnh vực này.
|