@bonginkan/maria 4.2.11 → 4.2.13
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 +12 -12
- package/dist/bin/maria.cjs +7 -3
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +7 -3
- package/dist/cli.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +12 -12
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.13",
|
|
4
|
+
"description": "🚀 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.",
|
|
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-04T07:10:40.845Z",
|
|
4
4
|
"totalCommands": 76,
|
|
5
5
|
"readyCount": 74,
|
|
6
6
|
"partialCount": 1,
|
|
@@ -244,13 +244,6 @@
|
|
|
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
|
-
},
|
|
254
247
|
"core/whoami": {
|
|
255
248
|
"status": "READY",
|
|
256
249
|
"hasExecute": true,
|
|
@@ -363,6 +356,13 @@
|
|
|
363
356
|
"depsAvailable": true,
|
|
364
357
|
"description": "About MARIA - version, features, and credits"
|
|
365
358
|
},
|
|
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,
|
|
@@ -497,19 +497,19 @@
|
|
|
497
497
|
"depsAvailable": true,
|
|
498
498
|
"description": "Advanced memory service operations"
|
|
499
499
|
},
|
|
500
|
-
"
|
|
500
|
+
"configuration/hooks": {
|
|
501
501
|
"status": "READY",
|
|
502
502
|
"hasExecute": true,
|
|
503
503
|
"hasMetadata": true,
|
|
504
504
|
"depsAvailable": true,
|
|
505
|
-
"description": "
|
|
505
|
+
"description": "Configure and manage command hooks"
|
|
506
506
|
},
|
|
507
|
-
"
|
|
507
|
+
"core/enhanced-help": {
|
|
508
508
|
"status": "READY",
|
|
509
509
|
"hasExecute": true,
|
|
510
510
|
"hasMetadata": true,
|
|
511
511
|
"depsAvailable": true,
|
|
512
|
-
"description": "
|
|
512
|
+
"description": "Advanced help system with interactive features"
|
|
513
513
|
},
|
|
514
514
|
"business/analytics": {
|
|
515
515
|
"status": "READY",
|