@bonginkan/maria 1.8.2 β 1.8.3
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 +114 -107
- package/dist/bin/maria.js +18436 -0
- package/dist/bin/maria.js.map +1 -0
- package/dist/cli.js +17907 -0
- package/dist/cli.js.map +1 -0
- package/dist/index.js +17916 -0
- package/dist/index.js.map +1 -0
- package/dist/metafile-cjs.json +1 -0
- package/package.json +4 -4
- package/images/CLI_visual.png +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# π€ MARIA Platform v1.8
|
|
1
|
+
# π€ MARIA Platform v1.7.8 "Algorithm Education Revolution"
|
|
2
2
|
|
|
3
3
|
[](https://www.typescriptlang.org/)
|
|
4
4
|
[](https://nodejs.org/)
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
[](https://github.com/bonginkan/maria)
|
|
9
9
|
[](https://github.com/bonginkan/maria)
|
|
10
10
|
|
|
11
|
-
> π **MARIA Platform v1.8
|
|
11
|
+
> π **MARIA Platform v1.7.8** - Enterprise AI Development CLI with **Complete Local LLM Integration** (Ollama, vLLM, LM Studio), **Automatic Setup**, 36+ Interactive Commands, and **Privacy-First Development** Environment!
|
|
12
12
|
|
|
13
|
-
## π₯οΈ **
|
|
13
|
+
## π₯οΈ **Beautiful CLI Interface**
|
|
14
14
|
|
|
15
15
|

|
|
16
16
|
|
|
@@ -75,100 +75,90 @@ Korean: "μ½λλ₯Ό μμ±ν΄" β /code
|
|
|
75
75
|
Vietnamese: "viαΊΏt code" β /code
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
###
|
|
78
|
+
### ποΈ Autonomous Development Ecosystem (/vibe, /paper, /agentic)
|
|
79
79
|
|
|
80
|
-
**
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
/bug # Intelligent bug detection & auto-fix
|
|
85
|
-
/lint # Code quality analysis & auto-correction
|
|
86
|
-
/test # Generate comprehensive test suites
|
|
87
|
-
```
|
|
80
|
+
- **Paper-to-Code Transformation**: Research papers β production implementations using DeepCode architecture
|
|
81
|
+
- **SOW-Driven Development**: Complete software solutions from high-level requirements
|
|
82
|
+
- **Multi-Agent Orchestration**: 8+ specialized agents for complex task coordination
|
|
83
|
+
- **Agent Builder**: Automated AGENT.md generation and custom AI agent creation
|
|
88
84
|
|
|
89
|
-
|
|
90
|
-
- Generates production-ready code in seconds
|
|
91
|
-
- Detects 40+ bug patterns with AI analysis
|
|
92
|
-
- Automatically fixes ESLint and TypeScript issues
|
|
93
|
-
- Creates test cases that actually pass
|
|
94
|
-
- Professional code reviews with improvement suggestions
|
|
85
|
+
### π¨ Multimodal Content Generation
|
|
95
86
|
|
|
96
|
-
|
|
87
|
+
- **Advanced Media Creation**: AI-powered image, video, and presentation generation
|
|
88
|
+
- **Google Workspace Integration**: Direct export to Google Docs and Slides
|
|
89
|
+
- **ASCII Avatar Interface**: Interactive visual dialogue system
|
|
90
|
+
- **Voice Integration**: Multimodal communication capabilities
|
|
97
91
|
|
|
98
|
-
|
|
99
|
-
```bash
|
|
100
|
-
/setup # One-command setup for Ollama, vLLM, LM Studio
|
|
101
|
-
/model # Switch between cloud & local models instantly
|
|
102
|
-
/status # Monitor local AI service health
|
|
103
|
-
```
|
|
92
|
+
### π§ Advanced Intelligence Systems
|
|
104
93
|
|
|
105
|
-
**
|
|
106
|
-
-
|
|
107
|
-
-
|
|
108
|
-
-
|
|
109
|
-
- Auto-detects and configures local AI services
|
|
110
|
-
- No API keys required for local models
|
|
94
|
+
- **50 Internal Modes**: Real-time cognitive state adaptation (β½ Thinkingβ¦, β½ Debuggingβ¦, etc.)
|
|
95
|
+
- **Cross-Session Learning**: Knowledge transfer and skill progression tracking
|
|
96
|
+
- **Predictive Analytics**: ML-powered user intent prediction and workflow optimization
|
|
97
|
+
- **Context Preservation**: Deep semantic compression with knowledge graph construction
|
|
111
98
|
|
|
112
|
-
###
|
|
99
|
+
### π’ Enterprise-Grade Infrastructure
|
|
113
100
|
|
|
114
|
-
**
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
/agents # Deploy specialized AI research assistants
|
|
119
|
-
/paper # Transform research papers into working code
|
|
120
|
-
```
|
|
101
|
+
- **Zero-Error Policy**: Automated quality enforcement with 0 warnings/errors
|
|
102
|
+
- **CodeRAG System**: Semantic code search with graph-based dependency analysis
|
|
103
|
+
- **MCP Protocol Integration**: Standardized tool communication across platforms
|
|
104
|
+
- **Real-time Collaboration**: Team workspaces with live collaboration sessions
|
|
121
105
|
|
|
122
|
-
|
|
123
|
-
- 50+ internal cognitive modes for different thinking patterns
|
|
124
|
-
- Cross-session learning and knowledge retention
|
|
125
|
-
- Multi-agent orchestration for complex tasks
|
|
126
|
-
- Paper-to-code transformation for research implementation
|
|
106
|
+
### π Enterprise Code Quality Analysis Platform (Phase 6 - COMPLETE!)
|
|
127
107
|
|
|
128
|
-
|
|
108
|
+
**Industry-First Comprehensive Analysis Suite with AI-Powered Insights**
|
|
129
109
|
|
|
130
|
-
|
|
131
|
-
```bash
|
|
132
|
-
/image # AI image generation for presentations & documentation
|
|
133
|
-
/video # Create demo videos & tutorials
|
|
134
|
-
/avatar # Interactive ASCII avatar companion
|
|
135
|
-
/voice # Voice-based coding conversations
|
|
136
|
-
```
|
|
110
|
+
#### π Bug Detection System (`/bug`)
|
|
137
111
|
|
|
138
|
-
**
|
|
139
|
-
-
|
|
140
|
-
-
|
|
141
|
-
-
|
|
142
|
-
- Voice conversations for hands-free coding
|
|
112
|
+
- **40+ Pattern Recognition**: Memory leaks, race conditions, type safety violations, performance bottlenecks
|
|
113
|
+
- **AI-Powered Fix Suggestions**: Intelligent resolution with confidence scoring
|
|
114
|
+
- **Real-time Processing**: <200ms analysis response time
|
|
115
|
+
- **Security Analysis**: XSS, SQL injection, CSRF vulnerability detection
|
|
143
116
|
|
|
144
|
-
|
|
117
|
+
#### π§ Advanced Lint Analysis (`/lint`)
|
|
145
118
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
"Generate comprehensive tests for my algorithm"
|
|
151
|
-
"Set up Ollama with local LLM models"
|
|
152
|
-
"Switch to thinking mode for complex debugging"
|
|
153
|
-
```
|
|
119
|
+
- **ESLint Integration**: 10+ comprehensive code quality checks
|
|
120
|
+
- **Auto-Fix Engine**: Intelligent resolution of fixable issues
|
|
121
|
+
- **Quality Metrics**: 94/100 baseline standard with detailed reporting
|
|
122
|
+
- **Custom Rules**: Extensible rule system for enterprise standards
|
|
154
123
|
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
-
|
|
158
|
-
-
|
|
159
|
-
-
|
|
124
|
+
#### π‘οΈ TypeScript Type Safety (`/typecheck`)
|
|
125
|
+
|
|
126
|
+
- **Compiler Integration**: Complete TypeScript compiler integration
|
|
127
|
+
- **Coverage Tracking**: 87% baseline with improvement monitoring
|
|
128
|
+
- **Strict Mode Analysis**: Complete compliance checking
|
|
129
|
+
- **Type Assertion Detection**: Dangerous `any`/`unknown` usage identification
|
|
130
|
+
|
|
131
|
+
#### π Security Vulnerability Assessment (`/security-review`)
|
|
132
|
+
|
|
133
|
+
- **OWASP Compliance**: Complete OWASP Top 10 coverage (8/10 baseline)
|
|
134
|
+
- **Security Score**: 89/100 enterprise standard
|
|
135
|
+
- **CWE Classification**: Common Weakness Enumeration integration
|
|
136
|
+
- **Dependency Audit**: npm audit integration with 127+ package validation
|
|
137
|
+
|
|
138
|
+
**π Performance Metrics**: 4/4 commands (100% implementation), 16 sub-commands, zero-error policy enforced
|
|
139
|
+
|
|
140
|
+
### π€ Human-in-the-Loop Approval System (Phase 8 - IMPLEMENTING!)
|
|
141
|
+
|
|
142
|
+
- **Theme-Level Approval**: Strategic confirmation at architecture/implementation/security levels
|
|
143
|
+
- **Quick Decision Shortcuts**: Shift+Tab, Ctrl+Y/N/T/R for instant workflow approval
|
|
144
|
+
- **Progressive Trust Building**: 5-stage evolution from novice to autonomous operation
|
|
145
|
+
- **Risk-Aware Processing**: AI identifies optimal approval points automatically
|
|
146
|
+
- **Learning Partnership**: Adapts to user patterns while maximizing safety and efficiency
|
|
160
147
|
|
|
161
148
|
## Quick Start
|
|
162
149
|
|
|
163
150
|
### Installation
|
|
164
151
|
|
|
165
152
|
```bash
|
|
166
|
-
# Install globally via npm
|
|
167
|
-
npm install -g @bonginkan/maria
|
|
153
|
+
# Install latest version globally via npm
|
|
154
|
+
npm install -g @bonginkan/maria@latest
|
|
155
|
+
|
|
156
|
+
# Alternative: Install specific version (recommended for production)
|
|
157
|
+
npm install -g @bonginkan/maria@1.8.2
|
|
168
158
|
|
|
169
159
|
# Verify installation
|
|
170
160
|
maria --version
|
|
171
|
-
# Output: MARIA Platform v1.8.2
|
|
161
|
+
# Output: MARIA Platform v1.8.2
|
|
172
162
|
|
|
173
163
|
# Setup local AI models (optional)
|
|
174
164
|
maria setup-ollama # Install and configure Ollama
|
|
@@ -178,6 +168,26 @@ maria setup-vllm # Install and configure vLLM
|
|
|
178
168
|
maria
|
|
179
169
|
```
|
|
180
170
|
|
|
171
|
+
#### Package Information
|
|
172
|
+
|
|
173
|
+
- **NPM Package**: [@bonginkan/maria](https://www.npmjs.com/package/@bonginkan/maria)
|
|
174
|
+
- **Latest Version**: 1.8.2 (Updated: August 22, 2025)
|
|
175
|
+
- **Total Downloads**: 500+ (and growing!)
|
|
176
|
+
- **Organization**: [bonginkan](https://www.npmjs.com/org/bonginkan)
|
|
177
|
+
|
|
178
|
+
#### Alternative Installation Methods
|
|
179
|
+
|
|
180
|
+
```bash
|
|
181
|
+
# Using yarn
|
|
182
|
+
yarn global add @bonginkan/maria@latest
|
|
183
|
+
|
|
184
|
+
# Using pnpm
|
|
185
|
+
pnpm add -g @bonginkan/maria@latest
|
|
186
|
+
|
|
187
|
+
# Check all available versions
|
|
188
|
+
npm view @bonginkan/maria versions --json
|
|
189
|
+
```
|
|
190
|
+
|
|
181
191
|
### π₯οΈ **Live CLI Session Example**
|
|
182
192
|
|
|
183
193
|

|
|
@@ -197,34 +207,16 @@ vLLM [βββββββββββββββββββ] 0% β
|
|
|
197
207
|
> _
|
|
198
208
|
```
|
|
199
209
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
```bash
|
|
203
|
-
/code # AI-powered code generation & assistance
|
|
204
|
-
/review # Professional code review & optimization
|
|
205
|
-
/bug # Intelligent bug detection & auto-fix
|
|
206
|
-
/lint # Code quality analysis & auto-correction
|
|
207
|
-
/test # Generate comprehensive test suites
|
|
208
|
-
```
|
|
209
|
-
|
|
210
|
-
**π Local LLM Integration (Privacy-First Development):**
|
|
211
|
-
|
|
212
|
-
```bash
|
|
213
|
-
/model # Switch between cloud & local models
|
|
214
|
-
/setup # Auto-configure Ollama, vLLM, LM Studio
|
|
215
|
-
/status # Check local AI service availability
|
|
216
|
-
```
|
|
217
|
-
|
|
218
|
-
**π§ Advanced Intelligence Features (For Researchers):**
|
|
210
|
+
**Natural language interaction (no commands needed!):**
|
|
219
211
|
|
|
220
212
|
```bash
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
213
|
+
You: "write code for me" # β Automatically triggers /code
|
|
214
|
+
You: "create a React app" # β Intelligent routing to /code
|
|
215
|
+
You: "analyze this bug" # β Auto-switches to /bug mode
|
|
216
|
+
You: "implement research" # β Triggers /paper for paper-to-code
|
|
225
217
|
```
|
|
226
218
|
|
|
227
|
-
**π
|
|
219
|
+
**π Multi-Language Support (5 Languages):**
|
|
228
220
|
|
|
229
221
|
```bash
|
|
230
222
|
English: "write code" # β /code
|
|
@@ -234,13 +226,27 @@ Korean: "μ½λλ₯Ό μμ±ν΄" # β /code
|
|
|
234
226
|
Vietnamese: "viαΊΏt code" # β /code
|
|
235
227
|
```
|
|
236
228
|
|
|
237
|
-
|
|
229
|
+
**Advanced Code Quality Analysis Commands:**
|
|
238
230
|
|
|
239
231
|
```bash
|
|
240
|
-
/
|
|
241
|
-
/
|
|
242
|
-
/
|
|
243
|
-
/
|
|
232
|
+
> /lint check # Comprehensive code quality analysis
|
|
233
|
+
> /typecheck analyze # TypeScript type safety (87% coverage)
|
|
234
|
+
> /security-review scan # OWASP compliance check (89/100 score)
|
|
235
|
+
> /bug fix "null pointer" # AI-powered bug fix suggestions
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
**Traditional slash commands (34+ available):**
|
|
239
|
+
|
|
240
|
+
```bash
|
|
241
|
+
/code # AI-powered code generation
|
|
242
|
+
/paper # Research paper β code transformation
|
|
243
|
+
/vibe # Autonomous development from requirements
|
|
244
|
+
/agentic # Custom AI agent builder
|
|
245
|
+
/bug # Comprehensive bug analysis & auto-fix
|
|
246
|
+
/image # AI image generation
|
|
247
|
+
/video # AI video generation with Google export
|
|
248
|
+
/model # Switch between cloud and local models
|
|
249
|
+
/help # Full command reference
|
|
244
250
|
```
|
|
245
251
|
|
|
246
252
|
### Alternative Installation Methods
|
|
@@ -327,10 +333,9 @@ maria
|
|
|
327
333
|
## π Supported Platforms
|
|
328
334
|
|
|
329
335
|
- **Node.js**: 18.0.0 - 22.x
|
|
330
|
-
- **
|
|
331
|
-
- **Secondary OS Support**: Windows
|
|
336
|
+
- **Operating Systems**: macOS, Linux, Windows
|
|
332
337
|
- **Terminals**: All major terminal applications
|
|
333
|
-
- **Shells**: bash, zsh
|
|
338
|
+
- **Shells**: bash, zsh, fish, PowerShell
|
|
334
339
|
|
|
335
340
|
## π Documentation
|
|
336
341
|
|
|
@@ -426,6 +431,8 @@ MIT License - see [LICENSE](https://github.com/bonginkan/maria/blob/main/LICENSE
|
|
|
426
431
|
|
|
427
432
|
**Experience the Algorithm Education Revolution with MARIA Platform v1.6.4**
|
|
428
433
|
|
|
429
|
-
π Start your journey: `npm install -g @bonginkan/maria && maria`
|
|
434
|
+
π Start your journey: `npm install -g @bonginkan/maria@latest && maria`
|
|
435
|
+
|
|
436
|
+
π¦ **Package**: [npmjs.com/package/@bonginkan/maria](https://www.npmjs.com/package/@bonginkan/maria) | π’ **Organization**: [npmjs.com/org/bonginkan](https://www.npmjs.com/org/bonginkan)
|
|
430
437
|
|
|
431
438
|
> > > > > > > release/v1.6.0
|