@bonginkan/maria 3.0.6 โ 3.0.9
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 +242 -229
- package/dist/bin/maria.cjs +30669 -43358
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +14975 -32982
- package/dist/cli.cjs.map +1 -1
- package/dist/index.js +817 -795
- package/dist/index.js.map +1 -1
- package/package.json +46 -6
package/README.md
CHANGED
|
@@ -1,139 +1,61 @@
|
|
|
1
|
-
# ๐ MARIA v3.0.
|
|
1
|
+
# ๐ MARIA v3.0.9
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**Minimal API, Maximum Power** - Enterprise-ready AI development platform with 3 core services, beautiful CLI experience, and dynamic configuration.
|
|
4
4
|
|
|
5
5
|
[](https://www.typescriptlang.org/)
|
|
6
6
|
[](https://nodejs.org/)
|
|
7
|
-
[](https://www.npmjs.com/package/@bonginkan/maria)
|
|
8
|
-
[](https://www.npmjs.com/package/@bonginkan/maria)
|
|
8
|
+
[](https://github.com/bonginkan/maria)
|
|
9
|
+
[](https://github.com/bonginkan/maria)
|
|
10
10
|
|
|
11
|
-
## โก
|
|
11
|
+
## โก 3-Minute Quickstart
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
# Install globally
|
|
15
|
-
npm install -g @bonginkan/maria
|
|
16
|
-
|
|
17
|
-
# Start MARIA
|
|
18
|
-
maria
|
|
19
|
-
|
|
20
|
-
# Or use the short alias
|
|
21
|
-
mc
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
## ๐ฏ What is MARIA?
|
|
13
|
+
### ๐ฏ What is MARIA v3.0.9?
|
|
25
14
|
|
|
26
|
-
MARIA
|
|
15
|
+
MARIA v3.0.9 revolutionizes AI development with **3 powerful services**, **beautiful CLI experience**, and **rock-solid stability**:
|
|
27
16
|
|
|
28
|
-
|
|
17
|
+
- ๐ง **IntelligentRouterService** - Smart command routing and analysis
|
|
18
|
+
- ๐งฉ **DualMemoryEngine** - System 1 & System 2 cognitive memory
|
|
19
|
+
- ๐ **FileSystemService** - Safe, atomic file operations
|
|
29
20
|
|
|
30
|
-
|
|
31
|
-
- ๐ **50+ Working Commands** - From code generation to Git operations
|
|
32
|
-
- ๐ง **Intelligent Memory System** - Remembers context across sessions
|
|
33
|
-
- ๐ **Git Integration** - Commit, PR, merge with AI assistance
|
|
34
|
-
- ๐จ **Media Generation** - Create images, videos, and audio with AI
|
|
35
|
-
- ๐ **Code Analysis** - Security, performance, and quality checks
|
|
36
|
-
- ๐ **Zero Config** - Works out of the box
|
|
21
|
+
### ๐ What's New in v3.0.9
|
|
37
22
|
|
|
38
|
-
|
|
23
|
+
#### Critical Fixes
|
|
24
|
+
- โ
**Fixed `/help` Command** - Completely resolved all help command issues
|
|
25
|
+
- โ
**Variable Consistency** - Fixed all variable name mismatches
|
|
26
|
+
- โ
**Error Messages** - Clearer, more helpful error output
|
|
27
|
+
- โ
**Build Warnings** - Eliminated all build warnings
|
|
39
28
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
/exit # Exit the application
|
|
46
|
-
```
|
|
29
|
+
#### Improvements
|
|
30
|
+
- ๐ Better help text formatting without underscore prefixes
|
|
31
|
+
- ๐ Enhanced error handling with proper stack traces
|
|
32
|
+
- ๐ฆ Cleaner build output
|
|
33
|
+
- ๐ฏ More reliable command execution
|
|
47
34
|
|
|
48
|
-
###
|
|
49
|
-
```bash
|
|
50
|
-
/test # Generate comprehensive tests
|
|
51
|
-
/debug # Debug assistance with AI
|
|
52
|
-
/review # Code review with suggestions
|
|
53
|
-
/refactor # Intelligent code refactoring
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
### Git Operations ๐ฆ
|
|
57
|
-
```bash
|
|
58
|
-
/commit # Create semantic commits
|
|
59
|
-
/pr # Generate pull requests
|
|
60
|
-
/merge # Merge assistance
|
|
61
|
-
/diff # Analyze code differences
|
|
62
|
-
/branch # Branch management
|
|
63
|
-
```
|
|
35
|
+
### ๐ฆ Installation
|
|
64
36
|
|
|
65
|
-
### Documentation ๐
|
|
66
37
|
```bash
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
/api # API documentation
|
|
70
|
-
/changelog # Generate changelogs
|
|
71
|
-
```
|
|
38
|
+
# Global installation (recommended)
|
|
39
|
+
npm install -g @bonginkan/maria
|
|
72
40
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
/analyze # Code analysis
|
|
76
|
-
/perf # Performance profiling
|
|
77
|
-
/security # Security scanning
|
|
78
|
-
/deps # Dependency analysis
|
|
79
|
-
/lint # ESLint analysis
|
|
80
|
-
/typecheck # TypeScript checking
|
|
41
|
+
# Or with pnpm
|
|
42
|
+
pnpm add -g @bonginkan/maria
|
|
81
43
|
```
|
|
82
44
|
|
|
83
|
-
###
|
|
84
|
-
```bash
|
|
85
|
-
/scaffold # Project scaffolding
|
|
86
|
-
/deploy # Deployment assistance
|
|
87
|
-
/memory # Manage project memory
|
|
88
|
-
/export # Export project data
|
|
89
|
-
```
|
|
45
|
+
### ๐ Quick Start
|
|
90
46
|
|
|
91
|
-
### Media Creation ๐จ
|
|
92
47
|
```bash
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
/audio # Audio generation
|
|
96
|
-
```
|
|
48
|
+
# Launch beautiful interactive mode
|
|
49
|
+
maria
|
|
97
50
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
/search # Smart code search
|
|
101
|
-
/find # File finder
|
|
102
|
-
/grep # Pattern search
|
|
103
|
-
/replace # Find and replace
|
|
104
|
-
```
|
|
51
|
+
# Run API demonstration
|
|
52
|
+
maria --demo
|
|
105
53
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
/db # Database operations
|
|
109
|
-
/migrate # Run migrations
|
|
110
|
-
/seed # Seed data
|
|
111
|
-
/api-test # API testing
|
|
112
|
-
```
|
|
54
|
+
# Test intelligent routing
|
|
55
|
+
maria route "create a React component with TypeScript"
|
|
113
56
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
/run # Execute commands
|
|
117
|
-
/watch # File watcher
|
|
118
|
-
/docker # Docker management
|
|
119
|
-
/calc # Calculator
|
|
120
|
-
/solve # Equation solver
|
|
121
|
-
/plot # Graph plotter
|
|
122
|
-
```
|
|
123
|
-
|
|
124
|
-
### Learning & Help ๐
|
|
125
|
-
```bash
|
|
126
|
-
/explain # Explain code/concepts
|
|
127
|
-
/tutorial # Interactive tutorials
|
|
128
|
-
/example # Show examples
|
|
129
|
-
```
|
|
130
|
-
|
|
131
|
-
### Collaboration ๐ฅ
|
|
132
|
-
```bash
|
|
133
|
-
/share # Share code/sessions
|
|
134
|
-
/collab # Collaboration tools
|
|
135
|
-
/sync # Sync settings
|
|
136
|
-
/team # Team management
|
|
57
|
+
# Show help
|
|
58
|
+
maria --help
|
|
137
59
|
```
|
|
138
60
|
|
|
139
61
|
## ๐จ Beautiful CLI Experience
|
|
@@ -152,84 +74,17 @@ When you run `maria`, you'll see:
|
|
|
152
74
|
โ (c) 2025 Bonginkan Inc. โ
|
|
153
75
|
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
154
76
|
|
|
155
|
-
MARIA CODE v3.0.
|
|
77
|
+
MARIA CODE v3.0.9 โ Ready
|
|
156
78
|
/help for commands | Providers: 8/8 OK
|
|
157
79
|
|
|
158
80
|
Available AI Providers:
|
|
159
81
|
โ๏ธ Cloud AI: OpenAI, Anthropic, Google, Groq, xAI
|
|
160
82
|
๐ป Local AI: Ollama, LM Studio, vLLM
|
|
161
|
-
|
|
162
|
-
๐ฌ Enhanced Features:
|
|
163
|
-
โ
Conversation Memory - remembers all your chats
|
|
164
|
-
โก Lightning Speed - 200ms thinking, intelligent responses
|
|
165
|
-
๐ฏ Context Awareness - builds on previous conversations
|
|
166
|
-
๐ค AI-Powered Responses - real intelligent assistance
|
|
167
|
-
```
|
|
168
|
-
|
|
169
|
-
## ๐ Usage Examples
|
|
170
|
-
|
|
171
|
-
### Generate Tests
|
|
172
|
-
```bash
|
|
173
|
-
maria
|
|
174
|
-
/test src/utils/calculator.ts
|
|
175
|
-
# AI generates comprehensive test suite
|
|
176
|
-
```
|
|
177
|
-
|
|
178
|
-
### Smart Git Commits
|
|
179
|
-
```bash
|
|
180
|
-
maria
|
|
181
|
-
/commit
|
|
182
|
-
# AI analyzes changes and creates semantic commit message
|
|
183
|
-
```
|
|
184
|
-
|
|
185
|
-
### Code Review
|
|
186
|
-
```bash
|
|
187
|
-
maria
|
|
188
|
-
/review src/components/UserProfile.tsx
|
|
189
|
-
# Get AI-powered code review with suggestions
|
|
190
|
-
```
|
|
191
|
-
|
|
192
|
-
### Generate Documentation
|
|
193
|
-
```bash
|
|
194
|
-
maria
|
|
195
|
-
/docs
|
|
196
|
-
# Generate comprehensive documentation for your project
|
|
197
|
-
```
|
|
198
|
-
|
|
199
|
-
### Create Images
|
|
200
|
-
```bash
|
|
201
|
-
maria
|
|
202
|
-
/image "a futuristic city at sunset"
|
|
203
|
-
# AI generates image based on prompt
|
|
204
|
-
```
|
|
205
|
-
|
|
206
|
-
## ๐ง Configuration
|
|
207
|
-
|
|
208
|
-
### Environment Variables
|
|
209
|
-
```bash
|
|
210
|
-
# AI Provider API Keys (optional)
|
|
211
|
-
OPENAI_API_KEY=sk-...
|
|
212
|
-
ANTHROPIC_API_KEY=sk-ant-...
|
|
213
|
-
GOOGLE_API_KEY=...
|
|
214
|
-
GROQ_API_KEY=gsk_...
|
|
215
|
-
|
|
216
|
-
# Local LLM Configuration (auto-detected)
|
|
217
|
-
OLLAMA_BASE_URL=http://localhost:11434
|
|
218
|
-
VLLM_BASE_URL=http://localhost:8000
|
|
219
|
-
LMSTUDIO_BASE_URL=http://localhost:1234
|
|
220
|
-
```
|
|
221
|
-
|
|
222
|
-
### Select AI Model
|
|
223
|
-
```bash
|
|
224
|
-
maria
|
|
225
|
-
/model gpt-4o # Use GPT-4
|
|
226
|
-
/model claude-3 # Use Claude 3
|
|
227
|
-
/model gemini-pro # Use Gemini Pro
|
|
228
83
|
```
|
|
229
84
|
|
|
230
85
|
## ๐ป Programmatic API
|
|
231
86
|
|
|
232
|
-
###
|
|
87
|
+
### Core Services Example
|
|
233
88
|
|
|
234
89
|
```typescript
|
|
235
90
|
import {
|
|
@@ -238,82 +93,240 @@ import {
|
|
|
238
93
|
FileSystemService
|
|
239
94
|
} from '@bonginkan/maria';
|
|
240
95
|
|
|
241
|
-
// Intelligent Routing
|
|
96
|
+
// ๐ง Intelligent Routing
|
|
242
97
|
const router = new IntelligentRouterService({
|
|
243
98
|
confidenceThreshold: 0.85,
|
|
244
|
-
enableLearning: true
|
|
99
|
+
enableLearning: true,
|
|
100
|
+
enableConfirmation: false
|
|
245
101
|
});
|
|
246
102
|
|
|
247
103
|
const result = await router.route('optimize my database queries');
|
|
248
|
-
console.log('
|
|
104
|
+
console.log('Route:', result.command);
|
|
249
105
|
console.log('Confidence:', result.confidence);
|
|
250
106
|
|
|
251
|
-
// Dual Memory System
|
|
107
|
+
// ๐งฉ Dual Memory System
|
|
252
108
|
const memory = new DualMemoryEngine({
|
|
253
|
-
system1: { maxKnowledgeNodes: 1000 },
|
|
254
|
-
system2: { maxReasoningTraces: 100 }
|
|
109
|
+
system1: { maxKnowledgeNodes: 1000, accessDecayRate: 0.01 },
|
|
110
|
+
system2: { maxReasoningTraces: 100, qualityThreshold: 0.7 },
|
|
111
|
+
coordinator: {
|
|
112
|
+
syncInterval: 1000,
|
|
113
|
+
conflictResolutionStrategy: 'balanced',
|
|
114
|
+
learningRate: 0.1
|
|
115
|
+
}
|
|
255
116
|
});
|
|
256
117
|
|
|
257
|
-
await memory.store(
|
|
258
|
-
|
|
118
|
+
await memory.store('project_context', {
|
|
119
|
+
language: 'typescript',
|
|
120
|
+
framework: 'react',
|
|
121
|
+
patterns: ['hooks', 'components']
|
|
122
|
+
});
|
|
123
|
+
|
|
124
|
+
const insights = await memory.query('best practices for React hooks');
|
|
259
125
|
|
|
260
|
-
// File
|
|
261
|
-
const fs = new FileSystemService({
|
|
262
|
-
|
|
263
|
-
|
|
126
|
+
// ๐ Safe File Operations
|
|
127
|
+
const fs = new FileSystemService({
|
|
128
|
+
enableBackup: true,
|
|
129
|
+
enableSafeMode: true
|
|
264
130
|
});
|
|
265
131
|
|
|
266
|
-
await fs.writeFile('
|
|
132
|
+
await fs.writeFile('/path/to/file.ts', content);
|
|
133
|
+
await fs.copy('/src', '/backup');
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
## ๐๏ธ Architecture
|
|
137
|
+
|
|
138
|
+
### Minimal API Philosophy
|
|
139
|
+
|
|
140
|
+
MARIA v3.0.0 follows **Minimal API, Maximum Power**:
|
|
141
|
+
|
|
142
|
+
```
|
|
143
|
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
144
|
+
โ MARIA v3.0.0 โ
|
|
145
|
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
|
|
146
|
+
โ ๐ง IntelligentRouterService โ
|
|
147
|
+
โ โโโ Smart command routing โ
|
|
148
|
+
โ โโโ Context-aware analysis โ
|
|
149
|
+
โ โโโ Learning capabilities โ
|
|
150
|
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
|
|
151
|
+
โ ๐งฉ DualMemoryEngine โ
|
|
152
|
+
โ โโโ System 1: Fast, intuitive โ
|
|
153
|
+
โ โโโ System 2: Deliberate, analytical โ
|
|
154
|
+
โ โโโ Cross-session learning โ
|
|
155
|
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
|
|
156
|
+
โ ๐ FileSystemService โ
|
|
157
|
+
โ โโโ Atomic operations โ
|
|
158
|
+
โ โโโ Backup management โ
|
|
159
|
+
โ โโโ Safety validation โ
|
|
160
|
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
### Key Features
|
|
164
|
+
|
|
165
|
+
| Feature | Description | Status |
|
|
166
|
+
|---------|-------------|--------|
|
|
167
|
+
| **Beautiful CLI** | Professional startup with AI provider selection | โ
|
|
|
168
|
+
| **Dynamic Version** | Auto-sourced from package.json | โ
|
|
|
169
|
+
| **3 Core Services** | Essential AI development capabilities | โ
|
|
|
170
|
+
| **Type Safety** | 100% TypeScript with strict mode | โ
|
|
|
171
|
+
| **Zero Config** | Works out of the box | โ
|
|
|
172
|
+
| **8 AI Providers** | OpenAI, Anthropic, Google, Groq, xAI, Ollama, LM Studio, vLLM | โ
|
|
|
173
|
+
|
|
174
|
+
## ๐ Performance
|
|
175
|
+
|
|
176
|
+
### Metrics
|
|
177
|
+
- **Startup Time**: < 1000ms cold start
|
|
178
|
+
- **Memory Usage**: < 256MB heap maximum
|
|
179
|
+
- **Bundle Size**: 192KB (optimized)
|
|
180
|
+
- **API Response**: < 100ms for core operations
|
|
181
|
+
|
|
182
|
+
### Benchmarks
|
|
183
|
+
```bash
|
|
184
|
+
# Run performance benchmarks
|
|
185
|
+
pnpm perf:bench
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
## ๐ ๏ธ Development
|
|
189
|
+
|
|
190
|
+
### Requirements
|
|
191
|
+
- Node.js 20.10.0+
|
|
192
|
+
- pnpm v10.10.0 (recommended)
|
|
193
|
+
- TypeScript 5.0+
|
|
194
|
+
|
|
195
|
+
### Build Commands
|
|
196
|
+
```bash
|
|
197
|
+
# Install dependencies
|
|
198
|
+
pnpm install
|
|
199
|
+
|
|
200
|
+
# Build the project
|
|
201
|
+
pnpm build
|
|
202
|
+
|
|
203
|
+
# Run tests
|
|
204
|
+
pnpm test
|
|
205
|
+
|
|
206
|
+
# Type checking
|
|
207
|
+
pnpm type-check
|
|
208
|
+
|
|
209
|
+
# Lint code
|
|
210
|
+
pnpm lint
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
### Command Registry
|
|
214
|
+
MARIA v3.0.0 includes a revolutionary command registry with:
|
|
215
|
+
- **68+ Commands**: Full enterprise command suite
|
|
216
|
+
- **Type Safety**: Runtime validation with TypeScript support
|
|
217
|
+
- **Fuzzy Search**: Smart typo tolerance (`/hlp` โ `/help`)
|
|
218
|
+
- **Auto-Generation**: Automated type generation
|
|
219
|
+
- **7 Categories**: From core commands to AI coding agent
|
|
220
|
+
|
|
221
|
+
```bash
|
|
222
|
+
# Generate command types
|
|
223
|
+
pnpm gen:cmd-types
|
|
224
|
+
|
|
225
|
+
# Test registry integrity
|
|
226
|
+
pnpm test:registry
|
|
267
227
|
```
|
|
268
228
|
|
|
269
|
-
##
|
|
229
|
+
## ๐ฑ AI Provider Support
|
|
230
|
+
|
|
231
|
+
### Cloud Providers
|
|
232
|
+
- **OpenAI** - GPT models with vision and reasoning
|
|
233
|
+
- **Anthropic** - Claude models with advanced reasoning
|
|
234
|
+
- **Google** - Gemini models with multimodal capabilities
|
|
235
|
+
- **Groq** - Ultra-fast inference
|
|
236
|
+
- **xAI** - Grok models with real-time data
|
|
237
|
+
|
|
238
|
+
### Local Providers
|
|
239
|
+
- **Ollama** - Local LLM runner
|
|
240
|
+
- **LM Studio** - Local model management
|
|
241
|
+
- **vLLM** - High-performance inference server
|
|
270
242
|
|
|
271
|
-
|
|
272
|
-
- **Working Commands**: 50 (displayed in help)
|
|
273
|
-
- **Hidden Commands**: 11 (being fixed)
|
|
274
|
-
- **Categories**: 18
|
|
275
|
-
- **Success Rate**: 77%
|
|
276
|
-
- **Bundle Size**: ~1.4MB
|
|
277
|
-
- **Supported Providers**: 8+
|
|
243
|
+
## ๐ Multi-Language Support
|
|
278
244
|
|
|
279
|
-
|
|
245
|
+
MARIA supports development in multiple languages:
|
|
246
|
+
- ๐บ๐ธ **English** - Primary language
|
|
247
|
+
- ๐ฏ๐ต **Japanese** - ๆฅๆฌ่ชใตใใผใ
|
|
248
|
+
- ๐จ๐ณ **Chinese** - ไธญๆๆฏๆ
|
|
249
|
+
- ๐ฐ๐ท **Korean** - ํ๊ตญ์ด ์ง์
|
|
250
|
+
- ๐ป๐ณ **Vietnamese** - Hแป trแปฃ tiแบฟng Viแปt
|
|
280
251
|
|
|
281
|
-
|
|
282
|
-
- โ
`/clear` command execution errors
|
|
283
|
-
- โ
`/model` command variable references
|
|
284
|
-
- โ
`/version` command display
|
|
285
|
-
- โ
Help command showing accurate counts
|
|
286
|
-
- โ
Hidden broken commands from help display
|
|
287
|
-
- โ
Dynamic command counting in `/help`
|
|
252
|
+
## ๐ Documentation
|
|
288
253
|
|
|
289
|
-
|
|
254
|
+
### API Documentation
|
|
255
|
+
- **IntelligentRouterService**: [API Reference](docs/api/router.md)
|
|
256
|
+
- **DualMemoryEngine**: [API Reference](docs/api/memory.md)
|
|
257
|
+
- **FileSystemService**: [API Reference](docs/api/filesystem.md)
|
|
290
258
|
|
|
291
|
-
|
|
292
|
-
-
|
|
293
|
-
-
|
|
294
|
-
- [ ]
|
|
295
|
-
- [ ] Plugin system
|
|
296
|
-
- [ ] Web UI dashboard
|
|
259
|
+
### Guides
|
|
260
|
+
- **Quick Start**: [Getting Started Guide](docs/quickstart.md)
|
|
261
|
+
- **CLI Usage**: [Command Line Interface](docs/cli.md)
|
|
262
|
+
- **Configuration**: [Configuration Guide](docs/config.md)
|
|
297
263
|
|
|
298
264
|
## ๐ค Contributing
|
|
299
265
|
|
|
300
|
-
We welcome contributions! Please see [
|
|
266
|
+
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
|
|
267
|
+
|
|
268
|
+
### Development Setup
|
|
269
|
+
```bash
|
|
270
|
+
# Clone repository
|
|
271
|
+
git clone https://github.com/bonginkan/maria.git
|
|
272
|
+
cd maria
|
|
273
|
+
|
|
274
|
+
# Install dependencies
|
|
275
|
+
pnpm install
|
|
276
|
+
|
|
277
|
+
# Run development build
|
|
278
|
+
pnpm dev
|
|
279
|
+
|
|
280
|
+
# Run tests
|
|
281
|
+
pnpm test
|
|
282
|
+
|
|
283
|
+
# Submit pull request
|
|
284
|
+
```
|
|
301
285
|
|
|
302
286
|
## ๐ License
|
|
303
287
|
|
|
304
|
-
|
|
288
|
+
**Dual License Model:**
|
|
289
|
+
- **Personal Use**: MIT License - Free for individual developers
|
|
290
|
+
- **Enterprise Use**: Commercial License - Contact for enterprise pricing
|
|
305
291
|
|
|
306
|
-
|
|
292
|
+
See [LICENSE](LICENSE) for full details.
|
|
307
293
|
|
|
308
|
-
|
|
294
|
+
## ๐ Links
|
|
309
295
|
|
|
310
|
-
|
|
296
|
+
- **NPM Package**: https://www.npmjs.com/package/@bonginkan/maria
|
|
297
|
+
- **GitHub Repository**: https://github.com/bonginkan/maria
|
|
298
|
+
- **Documentation**: https://docs.maria-ai.dev
|
|
299
|
+
- **Support**: https://github.com/bonginkan/maria/issues
|
|
300
|
+
|
|
301
|
+
## ๐ What's New in v3.0.0
|
|
302
|
+
|
|
303
|
+
### โจ Revolutionary Changes
|
|
304
|
+
- **Minimal API Surface**: Reduced from 50+ to 3 core services
|
|
305
|
+
- **Beautiful CLI Experience**: Professional startup screen with provider selection
|
|
306
|
+
- **Dynamic Configuration**: Self-updating version from package.json
|
|
307
|
+
- **Zero-Config Philosophy**: Works perfectly out of the box
|
|
308
|
+
- **Performance Optimized**: 192KB bundle, < 1s startup time
|
|
311
309
|
|
|
312
|
-
|
|
313
|
-
**
|
|
314
|
-
**
|
|
310
|
+
### ๐จ Breaking Changes from v2.x
|
|
311
|
+
- **API Simplification**: Many internal services no longer exposed
|
|
312
|
+
- **New CLI Interface**: Updated startup and provider selection flow
|
|
313
|
+
- **Configuration Changes**: Streamlined config format
|
|
314
|
+
|
|
315
|
+
### ๐ Migration Guide
|
|
316
|
+
```bash
|
|
317
|
+
# Update to v3.0.0
|
|
318
|
+
npm update @bonginkan/maria
|
|
319
|
+
|
|
320
|
+
# Update imports
|
|
321
|
+
// Before (v2.x)
|
|
322
|
+
import { ComplexService, InternalAPI } from '@bonginkan/maria';
|
|
323
|
+
|
|
324
|
+
// After (v3.0.0)
|
|
325
|
+
import { IntelligentRouterService, DualMemoryEngine } from '@bonginkan/maria';
|
|
326
|
+
```
|
|
315
327
|
|
|
316
328
|
---
|
|
317
329
|
|
|
318
|
-
|
|
319
|
-
|
|
330
|
+
**Experience the power of minimal design. Experience MARIA v3.0.0.**
|
|
331
|
+
|
|
332
|
+
*ยฉ 2025 Bonginkan Inc. - AI-Powered Development Platform*
|