@bonginkan/maria 4.2.8 โ 4.2.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 +6 -6
- package/dist/READY.manifest.json +34 -34
- package/dist/bin/maria.cjs +2 -2
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +2 -2
- package/dist/cli.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +34 -34
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MARIA - AI Development Platform v4.2.
|
|
1
|
+
# MARIA - AI Development Platform v4.2.9
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@bonginkan/maria)
|
|
4
4
|
[](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
|
+
## ๐ What's New in v4.2.9 (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)
|
|
@@ -707,10 +707,10 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
|
|
|
707
707
|
### Quick Installation
|
|
708
708
|
```bash
|
|
709
709
|
# Install globally (recommended)
|
|
710
|
-
npm install -g @bonginkan/maria@4.2.
|
|
710
|
+
npm install -g @bonginkan/maria@4.2.9
|
|
711
711
|
|
|
712
712
|
# Verify installation
|
|
713
|
-
maria --version # Should show v4.2.
|
|
713
|
+
maria --version # Should show v4.2.9
|
|
714
714
|
|
|
715
715
|
# Initialize with authentication
|
|
716
716
|
maria /login # Setup OAuth2.0 + PKCE authentication
|
|
@@ -819,7 +819,7 @@ gcloud run deploy --set-secrets="GOOGLE_CLIENT_ID=google-client-id:latest,..."
|
|
|
819
819
|
|
|
820
820
|
#### Production Deployment Success
|
|
821
821
|
**Real deployment results** (2025ๅนด9ๆ1ๆฅ):
|
|
822
|
-
- **maria-landing-page**: โ
Running - https://maria-
|
|
822
|
+
- **maria-landing-page**: โ
Running - https://maria-code.ai
|
|
823
823
|
- **auth-server**: โ
Running - OAuth2.0 + PKCE authentication functional
|
|
824
824
|
- **discord-bot**: โ
Running - Full Discord API integration active
|
|
825
825
|
|
|
@@ -911,7 +911,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
|
|
|
911
911
|
|
|
912
912
|
*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.*
|
|
913
913
|
|
|
914
|
-
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.2.
|
|
914
|
+
**Transform your development experience today**: `npm install -g @bonginkan/maria@4.2.9`
|
|
915
915
|
|
|
916
916
|
๐ **Official Website**: [https://maria-code.ai](https://maria-code.ai)
|
|
917
917
|
๐ฌ **Community**: [https://discord.gg/SMSmSGcEQy](https://discord.gg/SMSmSGcEQy)
|
package/dist/READY.manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2.0.0",
|
|
3
|
-
"generatedAt": "2025-09-
|
|
3
|
+
"generatedAt": "2025-09-04T02:21:07.489Z",
|
|
4
4
|
"totalCommands": 76,
|
|
5
5
|
"readyCount": 74,
|
|
6
6
|
"partialCount": 1,
|
|
@@ -174,13 +174,6 @@
|
|
|
174
174
|
"depsAvailable": true,
|
|
175
175
|
"description": "Delete stored memories"
|
|
176
176
|
},
|
|
177
|
-
"learning/l2r": {
|
|
178
|
-
"status": "READY",
|
|
179
|
-
"hasExecute": true,
|
|
180
|
-
"hasMetadata": true,
|
|
181
|
-
"depsAvailable": true,
|
|
182
|
-
"description": "Learning-to-Rank machine learning system"
|
|
183
|
-
},
|
|
184
177
|
"intelligence/quality-gate": {
|
|
185
178
|
"status": "READY",
|
|
186
179
|
"hasExecute": true,
|
|
@@ -202,6 +195,13 @@
|
|
|
202
195
|
"depsAvailable": true,
|
|
203
196
|
"description": "Manage MARIA Intelligence canary deployments for zero-downtime releases"
|
|
204
197
|
},
|
|
198
|
+
"learning/l2r": {
|
|
199
|
+
"status": "READY",
|
|
200
|
+
"hasExecute": true,
|
|
201
|
+
"hasMetadata": true,
|
|
202
|
+
"depsAvailable": true,
|
|
203
|
+
"description": "Learning-to-Rank machine learning system"
|
|
204
|
+
},
|
|
205
205
|
"graphrag/search": {
|
|
206
206
|
"status": "READY",
|
|
207
207
|
"hasExecute": true,
|
|
@@ -244,6 +244,13 @@
|
|
|
244
244
|
"depsAvailable": true,
|
|
245
245
|
"description": "Evaluate and test AI model performance"
|
|
246
246
|
},
|
|
247
|
+
"conversation/clear": {
|
|
248
|
+
"status": "READY",
|
|
249
|
+
"hasExecute": true,
|
|
250
|
+
"hasMetadata": true,
|
|
251
|
+
"depsAvailable": true,
|
|
252
|
+
"description": "Clear conversation history"
|
|
253
|
+
},
|
|
247
254
|
"core/whoami": {
|
|
248
255
|
"status": "READY",
|
|
249
256
|
"hasExecute": true,
|
|
@@ -356,13 +363,6 @@
|
|
|
356
363
|
"depsAvailable": true,
|
|
357
364
|
"description": "About MARIA - version, features, and credits"
|
|
358
365
|
},
|
|
359
|
-
"conversation/clear": {
|
|
360
|
-
"status": "READY",
|
|
361
|
-
"hasExecute": true,
|
|
362
|
-
"hasMetadata": true,
|
|
363
|
-
"depsAvailable": true,
|
|
364
|
-
"description": "Clear conversation history"
|
|
365
|
-
},
|
|
366
366
|
"configuration/setup": {
|
|
367
367
|
"status": "READY",
|
|
368
368
|
"hasExecute": true,
|
|
@@ -370,40 +370,40 @@
|
|
|
370
370
|
"depsAvailable": true,
|
|
371
371
|
"description": "First-time environment setup wizard"
|
|
372
372
|
},
|
|
373
|
-
"
|
|
373
|
+
"code/mm": {
|
|
374
374
|
"status": "READY",
|
|
375
375
|
"hasExecute": true,
|
|
376
376
|
"hasMetadata": true,
|
|
377
377
|
"depsAvailable": true,
|
|
378
|
-
"description": "
|
|
378
|
+
"description": "Multimodal code generation (image/voice to code)"
|
|
379
379
|
},
|
|
380
|
-
"
|
|
380
|
+
"code/multimodal": {
|
|
381
381
|
"status": "READY",
|
|
382
382
|
"hasExecute": true,
|
|
383
383
|
"hasMetadata": true,
|
|
384
384
|
"depsAvailable": true,
|
|
385
|
-
"description": "
|
|
385
|
+
"description": "Advanced multimodal AI operations"
|
|
386
386
|
},
|
|
387
|
-
"code/
|
|
387
|
+
"code/code": {
|
|
388
388
|
"status": "READY",
|
|
389
389
|
"hasExecute": true,
|
|
390
390
|
"hasMetadata": true,
|
|
391
391
|
"depsAvailable": true,
|
|
392
|
-
"description": "
|
|
392
|
+
"description": "Generate code with AI assistance"
|
|
393
393
|
},
|
|
394
|
-
"
|
|
394
|
+
"business/sales-dashboard": {
|
|
395
395
|
"status": "READY",
|
|
396
396
|
"hasExecute": true,
|
|
397
397
|
"hasMetadata": true,
|
|
398
398
|
"depsAvailable": true,
|
|
399
|
-
"description": "
|
|
399
|
+
"description": "Sales metrics and dashboard"
|
|
400
400
|
},
|
|
401
|
-
"
|
|
401
|
+
"business/battlecard": {
|
|
402
402
|
"status": "READY",
|
|
403
403
|
"hasExecute": true,
|
|
404
404
|
"hasMetadata": true,
|
|
405
405
|
"depsAvailable": true,
|
|
406
|
-
"description": "
|
|
406
|
+
"description": "Competitive battlecard generator"
|
|
407
407
|
},
|
|
408
408
|
"ai/gpu": {
|
|
409
409
|
"status": "READY",
|
|
@@ -497,6 +497,13 @@
|
|
|
497
497
|
"depsAvailable": true,
|
|
498
498
|
"description": "Advanced memory service operations"
|
|
499
499
|
},
|
|
500
|
+
"configuration/hooks": {
|
|
501
|
+
"status": "READY",
|
|
502
|
+
"hasExecute": true,
|
|
503
|
+
"hasMetadata": true,
|
|
504
|
+
"depsAvailable": true,
|
|
505
|
+
"description": "Configure and manage command hooks"
|
|
506
|
+
},
|
|
500
507
|
"core/enhanced-help": {
|
|
501
508
|
"status": "READY",
|
|
502
509
|
"hasExecute": true,
|
|
@@ -504,12 +511,12 @@
|
|
|
504
511
|
"depsAvailable": true,
|
|
505
512
|
"description": "Advanced help system with interactive features"
|
|
506
513
|
},
|
|
507
|
-
"
|
|
514
|
+
"business/analytics": {
|
|
508
515
|
"status": "READY",
|
|
509
516
|
"hasExecute": true,
|
|
510
517
|
"hasMetadata": true,
|
|
511
518
|
"depsAvailable": true,
|
|
512
|
-
"description": "
|
|
519
|
+
"description": "Business analytics and reporting"
|
|
513
520
|
},
|
|
514
521
|
"auth/usage": {
|
|
515
522
|
"status": "READY",
|
|
@@ -531,13 +538,6 @@
|
|
|
531
538
|
"hasMetadata": true,
|
|
532
539
|
"depsAvailable": true,
|
|
533
540
|
"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": {
|
package/dist/bin/maria.cjs
CHANGED
|
@@ -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.
|
|
21946
|
-
description: "\u{1F680} MARIA v4.2.
|
|
21945
|
+
version: "4.2.9",
|
|
21946
|
+
description: "\u{1F680} MARIA v4.2.9 - 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",
|