mycontext-cli 2.0.26 β 2.0.27
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 +48 -33
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,10 +6,9 @@
|
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
[](https://nodejs.org)
|
|
8
8
|
|
|
9
|
-
**
|
|
9
|
+
**π¨ MyContext CLI** - Component-first development with zero-error guarantees and production-ready code generation
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
2. **π¨ MyContext CLI** - Component-first development with zero-error guarantees and production-ready code generation
|
|
11
|
+
<!-- Future: mycontext PM - Intelligent project planning, task decomposition, and real-time monitoring using Claude Agent SDK -->
|
|
13
12
|
|
|
14
13
|
**Result:** From client requirements to production deployment - fully automated with AI oversight.
|
|
15
14
|
|
|
@@ -92,6 +91,16 @@ mycontext workflow --interactive
|
|
|
92
91
|
## ποΈ System Architecture
|
|
93
92
|
|
|
94
93
|
```
|
|
94
|
+
βββββββββββββββββββ βββββββββββββββββββ
|
|
95
|
+
β Client Input βββββΆβ MyContext CLI β
|
|
96
|
+
β β β β
|
|
97
|
+
β β’ Requirements β β β’ Code Generationβ
|
|
98
|
+
β β’ Description β β β’ Component β
|
|
99
|
+
β β’ Tech Stack β β Creation β
|
|
100
|
+
βββββββββββββββββββ βββββββββββββββββββ
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
<!-- Future PM Architecture:
|
|
95
104
|
βββββββββββββββββββ βββββββββββββββββββ βββββββββββββββββββ
|
|
96
105
|
β Client Input βββββΆβ mycontext PM βββββΆβ MyContext CLI β
|
|
97
106
|
β β β (Next.js App) β β β
|
|
@@ -107,29 +116,35 @@ mycontext workflow --interactive
|
|
|
107
116
|
β Progress Sync β
|
|
108
117
|
β (Webhooks) β
|
|
109
118
|
βββββββββββββββββββ
|
|
110
|
-
|
|
119
|
+
-->
|
|
111
120
|
|
|
112
121
|
### **Data Flow:**
|
|
113
122
|
|
|
114
|
-
1. **Client Requirements** β
|
|
115
|
-
2. **
|
|
116
|
-
3. **
|
|
117
|
-
4. **Progress Updates** β Real-time sync back to mycontext PM dashboard
|
|
118
|
-
5. **AI Oversight** β Continuous monitoring and intelligent suggestions
|
|
123
|
+
1. **Client Requirements** β AI analyzes and generates project structure
|
|
124
|
+
2. **Code Generation** β MyContext builds production-ready components
|
|
125
|
+
3. **AI Oversight** β Intelligent suggestions and validation throughout development
|
|
119
126
|
|
|
120
|
-
|
|
127
|
+
<!-- Future PM Data Flow:
|
|
128
|
+
1. Client Requirements β mycontext PM analyzes and decomposes into structured JSON
|
|
129
|
+
2. mycontext PM Plan β MyContext CLI imports and generates project structure
|
|
130
|
+
3. Code Generation β MyContext builds production-ready components
|
|
131
|
+
4. Progress Updates β Real-time sync back to mycontext PM dashboard
|
|
132
|
+
5. AI Oversight β Continuous monitoring and intelligent suggestions
|
|
133
|
+
-->
|
|
121
134
|
|
|
122
|
-
|
|
135
|
+
## π― Key Features
|
|
123
136
|
|
|
124
|
-
|
|
125
|
-
-
|
|
126
|
-
-
|
|
127
|
-
-
|
|
128
|
-
-
|
|
137
|
+
<!-- Future: mycontext PM (Coming Soon)
|
|
138
|
+
- Intelligent Project Planning - AI decomposes requirements into epics, user stories, and tasks
|
|
139
|
+
- Real-time Progress Monitoring - Hourly checks, blocker detection, timeline adjustments
|
|
140
|
+
- Client Brief Processing - Parse contracts, budgets, and timelines into structured plans
|
|
141
|
+
- Task Assignment & Tracking - Automated task management with priority and dependency handling
|
|
142
|
+
- Progress Synchronization - Webhook integration for live dashboard updates
|
|
143
|
+
-->
|
|
129
144
|
|
|
130
145
|
### β
**MyContext CLI (Component-First Development)**
|
|
131
146
|
|
|
132
|
-
- **Streamlined Workflow** - Single `
|
|
147
|
+
- **Streamlined Workflow** - Single `setup-complete` command for full project setup
|
|
133
148
|
- **Smart Next Steps** - Context-aware suggestions guide you through the development process
|
|
134
149
|
- **Zero-Error Guarantee** - TypeScript/ESLint/build validation on every component
|
|
135
150
|
- **UI Specification System** - Plain-English specs with accessibility & responsive guidance
|
|
@@ -291,18 +306,18 @@ mycontext refine spec RevenueCard --desc "A card showing total revenue prominent
|
|
|
291
306
|
- Desktop (> 768px): Standard spacing, maintain layout
|
|
292
307
|
```
|
|
293
308
|
|
|
294
|
-
## π MyContext
|
|
309
|
+
## π MyContext CLI vs Others
|
|
295
310
|
|
|
296
|
-
| Feature | MyContext
|
|
297
|
-
| ------------------------- |
|
|
298
|
-
| **AI Project Management** |
|
|
299
|
-
| **Code Location** | Your machine
|
|
300
|
-
| **End-to-End Automation** | β
RequirementsβDeploy
|
|
301
|
-
| **Progress Monitoring** | β
|
|
302
|
-
| **Validation Gates** | 12+ checkpoints
|
|
303
|
-
| **TypeScript Guarantee** | 100%
|
|
304
|
-
| **PM Integration** |
|
|
305
|
-
| **Pricing** | BYOK ($0-20/mo)
|
|
311
|
+
| Feature | MyContext CLI | Lovable | v0.dev | Bolt |
|
|
312
|
+
| ------------------------- | ---------------------- | ---------- | ----------- | ----------- |
|
|
313
|
+
| **AI Project Management** | π§ Coming Soon | β None | β None | β None |
|
|
314
|
+
| **Code Location** | Your machine | Cloud | Cloud | Cloud |
|
|
315
|
+
| **End-to-End Automation** | β
RequirementsβDeploy | β Manual | β Manual | β Manual |
|
|
316
|
+
| **Progress Monitoring** | β
Context-Aware | β None | β None | β None |
|
|
317
|
+
| **Validation Gates** | 12+ checkpoints | None | None | None |
|
|
318
|
+
| **TypeScript Guarantee** | 100% | No | No | No |
|
|
319
|
+
| **PM Integration** | π§ Coming Soon | β None | β None | β None |
|
|
320
|
+
| **Pricing** | BYOK ($0-20/mo) | $20-200/mo | Usage-based | Usage-based |
|
|
306
321
|
|
|
307
322
|
## π Troubleshooting
|
|
308
323
|
|
|
@@ -359,9 +374,7 @@ mycontext export-progress --format summary
|
|
|
359
374
|
ls -la .mycontext/
|
|
360
375
|
```
|
|
361
376
|
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
```bash
|
|
377
|
+
<!-- Future: mycontext PM Synchronization (Coming Soon)
|
|
365
378
|
# Test webhook connectivity
|
|
366
379
|
curl -X POST https://mycontext-pm.example.com/webhook \
|
|
367
380
|
-H "Content-Type: application/json" \
|
|
@@ -369,7 +382,7 @@ curl -X POST https://mycontext-pm.example.com/webhook \
|
|
|
369
382
|
|
|
370
383
|
# Check webhook URL format
|
|
371
384
|
mycontext export-progress --webhook https://mycontext-pm.example.com/webhook
|
|
372
|
-
|
|
385
|
+
-->
|
|
373
386
|
|
|
374
387
|
## π Documentation
|
|
375
388
|
|
|
@@ -389,6 +402,8 @@ MIT Β© MyContext
|
|
|
389
402
|
|
|
390
403
|
---
|
|
391
404
|
|
|
392
|
-
**π€ The future of AI-powered development: From requirements to production with
|
|
405
|
+
**π€ The future of AI-powered development: From requirements to production with intelligent automation.**
|
|
393
406
|
|
|
394
407
|
**Built by developers, for developers. Your code stays on your machine.** π
|
|
408
|
+
|
|
409
|
+
<!-- Future: π€ The future of AI-powered development: From requirements to production with mycontext PM oversight. -->
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mycontext-cli",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.27",
|
|
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.27",
|
|
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": {
|