@bonginkan/maria 4.2.15 → 4.2.16
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 +5 -5
- package/dist/READY.manifest.json +23 -23
- package/dist/bin/maria.cjs +3 -5
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +4 -4
- package/dist/cli.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +23 -23
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bonginkan/maria",
|
|
3
|
-
"version": "4.2.
|
|
4
|
-
"description": "🚀 MARIA v4.2.
|
|
3
|
+
"version": "4.2.16",
|
|
4
|
+
"description": "🚀 MARIA v4.2.16 - 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.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
7
7
|
"cli",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2.0.0",
|
|
3
|
-
"generatedAt": "2025-09-05T02:
|
|
3
|
+
"generatedAt": "2025-09-05T02:33:51.382Z",
|
|
4
4
|
"totalCommands": 76,
|
|
5
5
|
"readyCount": 74,
|
|
6
6
|
"partialCount": 1,
|
|
@@ -146,13 +146,6 @@
|
|
|
146
146
|
"depsAvailable": true,
|
|
147
147
|
"description": "Multilingual operations and translation"
|
|
148
148
|
},
|
|
149
|
-
"learning/l2r": {
|
|
150
|
-
"status": "READY",
|
|
151
|
-
"hasExecute": true,
|
|
152
|
-
"hasMetadata": true,
|
|
153
|
-
"depsAvailable": true,
|
|
154
|
-
"description": "Learning-to-Rank machine learning system"
|
|
155
|
-
},
|
|
156
149
|
"memory/remember": {
|
|
157
150
|
"status": "READY",
|
|
158
151
|
"hasExecute": true,
|
|
@@ -181,6 +174,13 @@
|
|
|
181
174
|
"depsAvailable": true,
|
|
182
175
|
"description": "Delete stored memories"
|
|
183
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
184
|
"intelligence/quality-gate": {
|
|
185
185
|
"status": "READY",
|
|
186
186
|
"hasExecute": true,
|
|
@@ -356,19 +356,19 @@
|
|
|
356
356
|
"depsAvailable": true,
|
|
357
357
|
"description": "About MARIA - version, features, and credits"
|
|
358
358
|
},
|
|
359
|
-
"
|
|
359
|
+
"conversation/clear": {
|
|
360
360
|
"status": "READY",
|
|
361
361
|
"hasExecute": true,
|
|
362
362
|
"hasMetadata": true,
|
|
363
363
|
"depsAvailable": true,
|
|
364
|
-
"description": "
|
|
364
|
+
"description": "Clear conversation history"
|
|
365
365
|
},
|
|
366
|
-
"
|
|
366
|
+
"configuration/setup": {
|
|
367
367
|
"status": "READY",
|
|
368
368
|
"hasExecute": true,
|
|
369
369
|
"hasMetadata": true,
|
|
370
370
|
"depsAvailable": true,
|
|
371
|
-
"description": "
|
|
371
|
+
"description": "First-time environment setup wizard"
|
|
372
372
|
},
|
|
373
373
|
"code/mm": {
|
|
374
374
|
"status": "READY",
|
|
@@ -483,19 +483,19 @@
|
|
|
483
483
|
"depsAvailable": true,
|
|
484
484
|
"description": "Configuration management"
|
|
485
485
|
},
|
|
486
|
-
"
|
|
486
|
+
"memory/service": {
|
|
487
487
|
"status": "READY",
|
|
488
488
|
"hasExecute": true,
|
|
489
489
|
"hasMetadata": true,
|
|
490
490
|
"depsAvailable": true,
|
|
491
|
-
"description": "
|
|
491
|
+
"description": "Advanced memory service operations"
|
|
492
492
|
},
|
|
493
|
-
"
|
|
493
|
+
"monitoring/monitor": {
|
|
494
494
|
"status": "READY",
|
|
495
495
|
"hasExecute": true,
|
|
496
496
|
"hasMetadata": true,
|
|
497
497
|
"depsAvailable": true,
|
|
498
|
-
"description": "
|
|
498
|
+
"description": "Real-time system monitoring dashboard"
|
|
499
499
|
},
|
|
500
500
|
"core/enhanced-help": {
|
|
501
501
|
"status": "READY",
|
|
@@ -511,13 +511,6 @@
|
|
|
511
511
|
"depsAvailable": true,
|
|
512
512
|
"description": "Configure and manage command hooks"
|
|
513
513
|
},
|
|
514
|
-
"business/analytics": {
|
|
515
|
-
"status": "READY",
|
|
516
|
-
"hasExecute": true,
|
|
517
|
-
"hasMetadata": true,
|
|
518
|
-
"depsAvailable": true,
|
|
519
|
-
"description": "Business analytics and reporting"
|
|
520
|
-
},
|
|
521
514
|
"auth/usage": {
|
|
522
515
|
"status": "READY",
|
|
523
516
|
"hasExecute": true,
|
|
@@ -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": {
|