mycontext-cli 2.0.33 → 2.0.34
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 +0 -44
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -172,50 +172,6 @@ echo 'XAI_API_KEY=xai-xxx' > .mycontext/.env
|
|
|
172
172
|
|
|
173
173
|
**Provider Priority:** Claude → OpenRouter → XAI (automatic fallback)
|
|
174
174
|
|
|
175
|
-
## 🔍 How MyContext Ensures Accuracy
|
|
176
|
-
|
|
177
|
-
### Gap Detection
|
|
178
|
-
|
|
179
|
-
MyContext analyzes your requirements and detects missing critical information:
|
|
180
|
-
|
|
181
|
-
```bash
|
|
182
|
-
❌ Critical information missing:
|
|
183
|
-
|
|
184
|
-
1. What type of game is this?
|
|
185
|
-
- a) Turn-based (Tic-tac-toe, Chess)
|
|
186
|
-
- b) Real-time (Racing, Shooting)
|
|
187
|
-
- c) Puzzle (Matching, Strategy)
|
|
188
|
-
```
|
|
189
|
-
|
|
190
|
-
### Auto-Generated Feature Tracking
|
|
191
|
-
|
|
192
|
-
All assumptions are tracked for your approval:
|
|
193
|
-
|
|
194
|
-
```bash
|
|
195
|
-
📋 Auto-generated Features Review
|
|
196
|
-
|
|
197
|
-
1. Real-time multiplayer with Socket.io
|
|
198
|
-
Reasoning: You mentioned "play against each other"
|
|
199
|
-
Confidence: Medium
|
|
200
|
-
[Y] Accept [N] Reject [E] Edit
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
### Interactive Approval System
|
|
204
|
-
|
|
205
|
-
Review and approve features before component generation:
|
|
206
|
-
|
|
207
|
-
```bash
|
|
208
|
-
mycontext review:context
|
|
209
|
-
```
|
|
210
|
-
|
|
211
|
-
### Iterative Refinement
|
|
212
|
-
|
|
213
|
-
Refine components with AI suggestions:
|
|
214
|
-
|
|
215
|
-
```bash
|
|
216
|
-
mycontext refine:component UserCard --in-place
|
|
217
|
-
```
|
|
218
|
-
|
|
219
175
|
## 🤝 Contributing
|
|
220
176
|
|
|
221
177
|
Contributions welcome! See our [Contributing Guide](https://github.com/farajabien/mycontext-cli/blob/main/CONTRIBUTING.md).
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mycontext-cli",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.34",
|
|
4
4
|
"description": "Component-first visual builder with zero-error guarantees. Generate and validate React/Next.js components one at a time, preview them visually, then scale to complete applications using Claude Agent SDK.",
|
|
5
5
|
"main": "dist/cli.js",
|
|
6
6
|
"bin": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mycontext-cli",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.34",
|
|
4
4
|
"description": "Component-first visual builder with zero-error guarantees. Generate and validate React/Next.js components one at a time, preview them visually, then scale to complete applications using Claude Agent SDK.",
|
|
5
5
|
"main": "dist/cli.js",
|
|
6
6
|
"bin": {
|