@bonginkan/maria 4.2.13 โ†’ 4.2.14

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,4 +1,4 @@
1
- # MARIA - AI Development Platform v4.2.13
1
+ # MARIA - AI Development Platform v4.2.14
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@bonginkan/maria.svg)](https://www.npmjs.com/package/@bonginkan/maria)
4
4
  [![License](https://img.shields.io/badge/license-Multi--tier-blue.svg)](LICENSE)
@@ -10,7 +10,7 @@
10
10
 
11
11
  > **Enterprise-grade AI development platform with 100% command availability and comprehensive fallback support**
12
12
 
13
- ## ๐Ÿš€ What's New in v4.2.13 (September 3, 2025)
13
+ ## ๐Ÿš€ What's New in v4.2.14 (September 3, 2025)
14
14
 
15
15
  ### ๐Ÿ—๏ธ Build Status - All Systems Operational โœ…
16
16
  - **CLI NPM Package**: ESM + CJS builds successful (2.02MB/1.16MB)
@@ -735,10 +735,10 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
735
735
  ### Quick Installation
736
736
  ```bash
737
737
  # Install globally (recommended)
738
- npm install -g @bonginkan/maria@4.2.13
738
+ npm install -g @bonginkan/maria@4.2.14
739
739
 
740
740
  # Verify installation
741
- maria --version # Should show v4.2.13
741
+ maria --version # Should show v4.2.14
742
742
 
743
743
  # Initialize with authentication
744
744
  maria /login # Setup OAuth2.0 + PKCE authentication
@@ -939,7 +939,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
939
939
 
940
940
  *MARIA v4.1.4 represents the pinnacle of multimodal AI development platform evolution - combining revolutionary voice-to-code capabilities, advanced memory systems, and comprehensive command ecosystems with enterprise-grade security and performance. This release establishes MARIA as the definitive choice for developers and Fortune 500 enterprises seeking intelligent, multimodal development experiences with GraphRAG intelligence, multilingual support, and zero-anxiety coding workflows.*
941
941
 
942
- **Transform your development experience today**: `npm install -g @bonginkan/maria@4.2.13`
942
+ **Transform your development experience today**: `npm install -g @bonginkan/maria@4.2.14`
943
943
 
944
944
  ๐ŸŒ **Official Website**: [https://maria-code.ai](https://maria-code.ai)
945
945
  ๐Ÿ’ฌ **Community**: [https://discord.gg/SMSmSGcEQy](https://discord.gg/SMSmSGcEQy)
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2025-09-04T07:10:40.845Z",
3
+ "generatedAt": "2025-09-04T09:31:30.371Z",
4
4
  "totalCommands": 76,
5
5
  "readyCount": 74,
6
6
  "partialCount": 1,
@@ -139,13 +139,6 @@
139
139
  "depsAvailable": true,
140
140
  "description": "AI-powered error analysis and solution system (Enhanced POC) - 80% accuracy, 100% safety"
141
141
  },
142
- "multilingual/language": {
143
- "status": "READY",
144
- "hasExecute": true,
145
- "hasMetadata": true,
146
- "depsAvailable": true,
147
- "description": "Multilingual operations and translation"
148
- },
149
142
  "memory/remember": {
150
143
  "status": "READY",
151
144
  "hasExecute": true,
@@ -174,6 +167,13 @@
174
167
  "depsAvailable": true,
175
168
  "description": "Delete stored memories"
176
169
  },
170
+ "multilingual/language": {
171
+ "status": "READY",
172
+ "hasExecute": true,
173
+ "hasMetadata": true,
174
+ "depsAvailable": true,
175
+ "description": "Multilingual operations and translation"
176
+ },
177
177
  "learning/l2r": {
178
178
  "status": "READY",
179
179
  "hasExecute": true,
@@ -202,13 +202,6 @@
202
202
  "depsAvailable": true,
203
203
  "description": "Manage MARIA Intelligence canary deployments for zero-downtime releases"
204
204
  },
205
- "graphrag/search": {
206
- "status": "READY",
207
- "hasExecute": true,
208
- "hasMetadata": true,
209
- "depsAvailable": true,
210
- "description": "GraphRAG hybrid search engine"
211
- },
212
205
  "evolution/quality": {
213
206
  "status": "READY",
214
207
  "hasExecute": true,
@@ -230,6 +223,13 @@
230
223
  "depsAvailable": true,
231
224
  "description": "๐Ÿงช Run statistical benchmarks and A/B tests for evolution system performance"
232
225
  },
226
+ "graphrag/search": {
227
+ "status": "READY",
228
+ "hasExecute": true,
229
+ "hasMetadata": true,
230
+ "depsAvailable": true,
231
+ "description": "GraphRAG hybrid search engine"
232
+ },
233
233
  "evaluation/run": {
234
234
  "status": "READY",
235
235
  "hasExecute": true,
@@ -356,19 +356,19 @@
356
356
  "depsAvailable": true,
357
357
  "description": "About MARIA - version, features, and credits"
358
358
  },
359
- "conversation/clear": {
359
+ "configuration/setup": {
360
360
  "status": "READY",
361
361
  "hasExecute": true,
362
362
  "hasMetadata": true,
363
363
  "depsAvailable": true,
364
- "description": "Clear conversation history"
364
+ "description": "First-time environment setup wizard"
365
365
  },
366
- "configuration/setup": {
366
+ "conversation/clear": {
367
367
  "status": "READY",
368
368
  "hasExecute": true,
369
369
  "hasMetadata": true,
370
370
  "depsAvailable": true,
371
- "description": "First-time environment setup wizard"
371
+ "description": "Clear conversation history"
372
372
  },
373
373
  "code/mm": {
374
374
  "status": "READY",
@@ -483,13 +483,6 @@
483
483
  "depsAvailable": true,
484
484
  "description": "Configuration management"
485
485
  },
486
- "monitoring/monitor": {
487
- "status": "READY",
488
- "hasExecute": true,
489
- "hasMetadata": true,
490
- "depsAvailable": true,
491
- "description": "Real-time system monitoring dashboard"
492
- },
493
486
  "memory/service": {
494
487
  "status": "READY",
495
488
  "hasExecute": true,
@@ -497,12 +490,12 @@
497
490
  "depsAvailable": true,
498
491
  "description": "Advanced memory service operations"
499
492
  },
500
- "configuration/hooks": {
493
+ "monitoring/monitor": {
501
494
  "status": "READY",
502
495
  "hasExecute": true,
503
496
  "hasMetadata": true,
504
497
  "depsAvailable": true,
505
- "description": "Configure and manage command hooks"
498
+ "description": "Real-time system monitoring dashboard"
506
499
  },
507
500
  "core/enhanced-help": {
508
501
  "status": "READY",
@@ -511,12 +504,12 @@
511
504
  "depsAvailable": true,
512
505
  "description": "Advanced help system with interactive features"
513
506
  },
514
- "business/analytics": {
507
+ "configuration/hooks": {
515
508
  "status": "READY",
516
509
  "hasExecute": true,
517
510
  "hasMetadata": true,
518
511
  "depsAvailable": true,
519
- "description": "Business analytics and reporting"
512
+ "description": "Configure and manage command hooks"
520
513
  },
521
514
  "auth/usage": {
522
515
  "status": "READY",
@@ -538,6 +531,13 @@
538
531
  "hasMetadata": true,
539
532
  "depsAvailable": true,
540
533
  "description": "Sign out from MARIA"
534
+ },
535
+ "business/analytics": {
536
+ "status": "READY",
537
+ "hasExecute": true,
538
+ "hasMetadata": true,
539
+ "depsAvailable": true,
540
+ "description": "Business analytics and reporting"
541
541
  }
542
542
  },
543
543
  "typoMappings": {
@@ -21942,8 +21942,8 @@ var init_package = __esm({
21942
21942
  "package.json"() {
21943
21943
  package_default = {
21944
21944
  name: "@bonginkan/maria",
21945
- version: "4.2.13",
21946
- description: "\u{1F680} MARIA v4.2.13 - Enterprise AI Development Platform with 100% Command Availability. Features 74 production-ready commands with comprehensive fallback implementation, local LLM support, and zero external dependencies. Includes natural language coding, AI safety evaluation, intelligent evolution system, episodic memory with PII masking, and real-time monitoring dashboard. Built with TypeScript AST-powered code generation, OAuth2.0 + PKCE authentication, quantum-resistant cryptography, and enterprise-grade performance.",
21945
+ version: "4.2.14",
21946
+ description: "\u{1F680} MARIA v4.2.14 - Enterprise AI Development Platform with 100% Command Availability. Features 74 production-ready commands with comprehensive fallback implementation, local LLM support, and zero external dependencies. Includes natural language coding, AI safety evaluation, intelligent evolution system, episodic memory with PII masking, and real-time monitoring dashboard. Built with TypeScript AST-powered code generation, OAuth2.0 + PKCE authentication, quantum-resistant cryptography, and enterprise-grade performance.",
21947
21947
  keywords: [
21948
21948
  "ai",
21949
21949
  "cli",