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 CHANGED
@@ -6,10 +6,9 @@
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
  [![Node Version](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen)](https://nodejs.org)
8
8
 
9
- **Two powerful systems in one:**
9
+ **🎨 MyContext CLI** - Component-first development with zero-error guarantees and production-ready code generation
10
10
 
11
- 1. **🎯 mycontext PM** - Intelligent project planning, task decomposition, and real-time monitoring using Claude Agent SDK
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** β†’ mycontext PM analyzes and decomposes into structured JSON
115
- 2. **mycontext PM Plan** β†’ MyContext CLI imports and generates project structure
116
- 3. **Code Generation** β†’ MyContext builds production-ready components
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
- ## 🎯 Key Features
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
- ### πŸ€– **mycontext PM (NEW)**
135
+ ## 🎯 Key Features
123
136
 
124
- - **Intelligent Project Planning** - AI decomposes requirements into epics, user stories, and tasks
125
- - **Real-time Progress Monitoring** - Hourly checks, blocker detection, timeline adjustments
126
- - **Client Brief Processing** - Parse contracts, budgets, and timelines into structured plans
127
- - **Task Assignment & Tracking** - Automated task management with priority and dependency handling
128
- - **Progress Synchronization** - Webhook integration for live dashboard updates
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 `generate architecture` command replaces 5 separate steps
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 + mycontext PM vs Others
309
+ ## πŸ†š MyContext CLI vs Others
295
310
 
296
- | Feature | MyContext + mycontext PM | Lovable | v0.dev | Bolt |
297
- | ------------------------- | ------------------------ | ---------- | ----------- | ----------- |
298
- | **AI Project Management** | βœ… Full System | ❌ None | ❌ None | ❌ None |
299
- | **Code Location** | Your machine | Cloud | Cloud | Cloud |
300
- | **End-to-End Automation** | βœ… Requirementsβ†’Deploy | ❌ Manual | ❌ Manual | ❌ Manual |
301
- | **Progress Monitoring** | βœ… Real-time | ❌ None | ❌ None | ❌ None |
302
- | **Validation Gates** | 12+ checkpoints | None | None | None |
303
- | **TypeScript Guarantee** | 100% | No | No | No |
304
- | **PM Integration** | βœ… Native | ❌ None | ❌ None | ❌ None |
305
- | **Pricing** | BYOK ($0-20/mo) | $20-200/mo | Usage-based | Usage-based |
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
- **"mycontext PM Synchronization Failed"**
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 mycontext PM oversight.**
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.26",
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.26",
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": {