@xagent/x-cli 1.2.12 → 1.2.13
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/README.md +10 -1
- package/dist/index.js +2205 -317
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
## 1.2.
|
|
1
|
+
## 1.2.13 – Revolutionary Optimization & Agent Self-Testing
|
|
2
|
+
|
|
3
|
+
### 🚨 CRITICAL: Git Push Policy
|
|
4
|
+
|
|
5
|
+
**NEVER use `git push` directly on main branch!**
|
|
6
|
+
|
|
7
|
+
- ❌ `git push` - Bypasses quality gates and automation
|
|
8
|
+
- ✅ `npm run smart-push` or `./scripts/smart-push.sh` - Safe push with full validation
|
|
9
|
+
|
|
10
|
+
---
|
|
2
11
|
|
|
3
12
|
🧪 **INSANE BREAKTHROUGH**: **Agent Self-Testing methodology** - First AI that can test itself and iterate to perfection!
|
|
4
13
|
🚀 **MASSIVE BREAKTHROUGH**: Revolutionary Native Text Operations discovered - **10.9x token savings** potential!
|