@bonginkan/maria 4.2.13 → 4.2.15
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 +16 -16
- package/dist/bin/maria.cjs +46 -9
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +42 -9
- package/dist/cli.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +16 -16
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.15",
|
|
4
|
+
"description": "🚀 MARIA v4.2.15 - 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-
|
|
3
|
+
"generatedAt": "2025-09-05T02:20:09.073Z",
|
|
4
4
|
"totalCommands": 76,
|
|
5
5
|
"readyCount": 74,
|
|
6
6
|
"partialCount": 1,
|
|
@@ -146,6 +146,13 @@
|
|
|
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
|
+
},
|
|
149
156
|
"memory/remember": {
|
|
150
157
|
"status": "READY",
|
|
151
158
|
"hasExecute": true,
|
|
@@ -174,13 +181,6 @@
|
|
|
174
181
|
"depsAvailable": true,
|
|
175
182
|
"description": "Delete stored memories"
|
|
176
183
|
},
|
|
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
|
+
"configuration/setup": {
|
|
360
360
|
"status": "READY",
|
|
361
361
|
"hasExecute": true,
|
|
362
362
|
"hasMetadata": true,
|
|
363
363
|
"depsAvailable": true,
|
|
364
|
-
"description": "
|
|
364
|
+
"description": "First-time environment setup wizard"
|
|
365
365
|
},
|
|
366
|
-
"
|
|
366
|
+
"conversation/clear": {
|
|
367
367
|
"status": "READY",
|
|
368
368
|
"hasExecute": true,
|
|
369
369
|
"hasMetadata": true,
|
|
370
370
|
"depsAvailable": true,
|
|
371
|
-
"description": "
|
|
371
|
+
"description": "Clear conversation history"
|
|
372
372
|
},
|
|
373
373
|
"code/mm": {
|
|
374
374
|
"status": "READY",
|
|
@@ -497,19 +497,19 @@
|
|
|
497
497
|
"depsAvailable": true,
|
|
498
498
|
"description": "Advanced memory service operations"
|
|
499
499
|
},
|
|
500
|
-
"
|
|
500
|
+
"core/enhanced-help": {
|
|
501
501
|
"status": "READY",
|
|
502
502
|
"hasExecute": true,
|
|
503
503
|
"hasMetadata": true,
|
|
504
504
|
"depsAvailable": true,
|
|
505
|
-
"description": "
|
|
505
|
+
"description": "Advanced help system with interactive features"
|
|
506
506
|
},
|
|
507
|
-
"
|
|
507
|
+
"configuration/hooks": {
|
|
508
508
|
"status": "READY",
|
|
509
509
|
"hasExecute": true,
|
|
510
510
|
"hasMetadata": true,
|
|
511
511
|
"depsAvailable": true,
|
|
512
|
-
"description": "
|
|
512
|
+
"description": "Configure and manage command hooks"
|
|
513
513
|
},
|
|
514
514
|
"business/analytics": {
|
|
515
515
|
"status": "READY",
|