@xagent/x-cli 1.2.13 → 1.2.14
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 +19 -1
- package/dist/index.js +165 -160
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
|
-
## 1.2.
|
|
1
|
+
## 1.2.14 – Revolutionary Optimization & Agent Self-Testing
|
|
2
|
+
|
|
3
|
+
### 🎯 **Agentic-First Design for Product Managers**
|
|
4
|
+
|
|
5
|
+
**Grok One-Shot** is built **agentic-first**: AI agents handle complex workflows autonomously, minimizing technical barriers. Designed primarily for **product managers** and non-technical users to drive development without deep coding knowledge.
|
|
6
|
+
|
|
7
|
+
**Key Principles**:
|
|
8
|
+
|
|
9
|
+
- 🤖 **Agentic Automation**: AI manages tasks, code, and processes end-to-end
|
|
10
|
+
- 📈 **PM-Centric**: Focus on product goals, features, and outcomes over implementation details
|
|
11
|
+
- 🚀 **Iterative Intelligence**: Agents self-test, learn, and optimize continuously
|
|
2
12
|
|
|
3
13
|
### 🚨 CRITICAL: Git Push Policy
|
|
4
14
|
|
|
@@ -9,6 +19,14 @@
|
|
|
9
19
|
|
|
10
20
|
---
|
|
11
21
|
|
|
22
|
+
### 📚 Documentation
|
|
23
|
+
|
|
24
|
+
- **Live Docs**: [grok-one-shot.org/docs](https://grok-one-shot.org/docs) - Complete user and developer documentation
|
|
25
|
+
- **SSOT Location**: `apps/site/docs/` - All documentation consolidated here
|
|
26
|
+
- **Agent Context**: `.agent/docs-summary.md` - Compressed summary loaded at startup for full doc awareness
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
12
30
|
🧪 **INSANE BREAKTHROUGH**: **Agent Self-Testing methodology** - First AI that can test itself and iterate to perfection!
|
|
13
31
|
🚀 **MASSIVE BREAKTHROUGH**: Revolutionary Native Text Operations discovered - **10.9x token savings** potential!
|
|
14
32
|
✅ **Claude Code Paste Detection**: Perfect 100% feature parity achieved with paste compression system
|