@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 CHANGED
@@ -1,139 +1,61 @@
1
- # ๐Ÿš€ MARIA v3.0.4
1
+ # ๐Ÿš€ MARIA v3.0.9
2
2
 
3
- **Stable & Reliable** - AI-powered development platform with 50+ working commands, all core features fixed and production-ready.
3
+ **Minimal API, Maximum Power** - Enterprise-ready AI development platform with 3 core services, beautiful CLI experience, and dynamic configuration.
4
4
 
5
5
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0%2B-blue)](https://www.typescriptlang.org/)
6
6
  [![Node.js](https://img.shields.io/badge/Node.js-20%2B-green)](https://nodejs.org/)
7
- [![npm](https://img.shields.io/npm/v/@bonginkan/maria)](https://www.npmjs.com/package/@bonginkan/maria)
8
- [![License](https://img.shields.io/badge/License-MIT-yellow)](LICENSE)
9
- [![Commands](https://img.shields.io/badge/Commands-50%2B-brightgreen)](https://github.com/bonginkan/maria)
7
+ [![npm](https://img.shields.io/npm/v/@bonginkan/maria?label=npm%20v3.0.9)](https://www.npmjs.com/package/@bonginkan/maria)
8
+ [![Bundle Size](https://img.shields.io/badge/Bundle-192KB-brightgreen)](https://github.com/bonginkan/maria)
9
+ [![API Surface](https://img.shields.io/badge/Public%20API-3%20Services-blue)](https://github.com/bonginkan/maria)
10
10
 
11
- ## โšก Quick Install & Start
11
+ ## โšก 3-Minute Quickstart
12
12
 
13
- ```bash
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 is an enterprise-ready AI development assistant that brings the power of multiple AI providers (OpenAI, Anthropic, Google, Groq, Ollama, etc.) directly to your terminal with 50+ slash commands for every development task.
15
+ MARIA v3.0.9 revolutionizes AI development with **3 powerful services**, **beautiful CLI experience**, and **rock-solid stability**:
27
16
 
28
- ### โœจ Key Features
17
+ - ๐Ÿง  **IntelligentRouterService** - Smart command routing and analysis
18
+ - ๐Ÿงฉ **DualMemoryEngine** - System 1 & System 2 cognitive memory
19
+ - ๐Ÿ“ **FileSystemService** - Safe, atomic file operations
29
20
 
30
- - ๐Ÿค– **Multi-Provider AI Support** - Works with 8+ AI providers (cloud & local)
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
- ## ๐Ÿ“– Available Commands (v3.0.3)
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
- ### Core Commands โœ…
41
- ```bash
42
- /help # Show all commands and usage
43
- /clear # Clear screen and conversation
44
- /version # Show MARIA version
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
- ### AI Development ๐Ÿค–
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
- /docs # Generate documentation
68
- /readme # Create README files
69
- /api # API documentation
70
- /changelog # Generate changelogs
71
- ```
38
+ # Global installation (recommended)
39
+ npm install -g @bonginkan/maria
72
40
 
73
- ### Code Quality ๐Ÿ›ก๏ธ
74
- ```bash
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
- ### Project Management ๐Ÿ—๏ธ
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
- /image # AI image generation
94
- /video # AI video creation
95
- /audio # Audio generation
96
- ```
48
+ # Launch beautiful interactive mode
49
+ maria
97
50
 
98
- ### Search & Discovery ๐Ÿ”
99
- ```bash
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
- ### Database & API ๐Ÿ—„๏ธ
107
- ```bash
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
- ### Terminal Tools โš™๏ธ
115
- ```bash
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.3 โ€” Ready
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
- ### Use MARIA as a Library
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('Command:', result.command);
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({ type: 'knowledge', data: {...} });
258
- const insights = await memory.query('previous optimization patterns');
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 System Operations
261
- const fs = new FileSystemService({
262
- safeMode: true,
263
- atomicWrites: true
126
+ // ๐Ÿ“ Safe File Operations
127
+ const fs = new FileSystemService({
128
+ enableBackup: true,
129
+ enableSafeMode: true
264
130
  });
265
131
 
266
- await fs.writeFile('output.ts', generatedCode);
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
- ## ๐Ÿ“Š v3.0.3 Statistics
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
- - **Total Commands**: 69 defined
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
- ## ๐Ÿ› What's Fixed in v3.0.3
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
- - โœ… All undefined variable errors in core services
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
- ## ๐Ÿ”ฎ Roadmap
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
- - [ ] Fix remaining 11 commands
292
- - [ ] Add GPT-4 Vision support
293
- - [ ] Enhanced memory persistence
294
- - [ ] Team collaboration features
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 [CONTRIBUTING.md](CONTRIBUTING.md) for details.
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
- MIT ยฉ 2025 Bonginkan Inc.
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
- ## ๐Ÿ™ Acknowledgments
292
+ See [LICENSE](LICENSE) for full details.
307
293
 
308
- Thank you to all users who reported issues and helped make MARIA more stable and reliable.
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
- **Need help?** Run `maria` then type `/help`
313
- **Found a bug?** [Open an issue](https://github.com/bonginkan/maria/issues)
314
- **Want to contribute?** [Submit a PR](https://github.com/bonginkan/maria/pulls)
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
- *MARIA - Your AI-Powered Development Assistant*
319
- *Making development faster, smarter, and more enjoyable.*
330
+ **Experience the power of minimal design. Experience MARIA v3.0.0.**
331
+
332
+ *ยฉ 2025 Bonginkan Inc. - AI-Powered Development Platform*