@bonginkan/maria 4.4.4 → 4.4.6

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bonginkan/maria",
3
- "version": "4.4.4",
4
- "description": "🚀 MARIA v4.4.4 - Enterprise AI Development Platform with identity system and character voice implementation. 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.",
3
+ "version": "4.4.6",
4
+ "description": "🚀 MARIA v4.4.6 - Enterprise AI Development Platform with identity system and character voice implementation. 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,8 +1,8 @@
1
1
  {
2
2
  "version": "lite-1.0.0",
3
- "generatedAt": "2025-10-21T06:25:21.206Z",
4
- "totalCommands": 20,
5
- "readyCount": 20,
3
+ "generatedAt": "2025-10-26T11:13:53.603Z",
4
+ "totalCommands": 30,
5
+ "readyCount": 30,
6
6
  "partialCount": 0,
7
7
  "brokenCount": 0,
8
8
  "commands": {
@@ -30,6 +30,14 @@
30
30
  "description": "Exit MARIA CLI",
31
31
  "usage": "/exit"
32
32
  },
33
+ "core/contact": {
34
+ "status": "READY",
35
+ "hasExecute": true,
36
+ "hasMetadata": true,
37
+ "depsAvailable": true,
38
+ "description": "Display contact information and support channels",
39
+ "usage": "/contact"
40
+ },
33
41
  "core/update": {
34
42
  "status": "READY",
35
43
  "hasExecute": true,
@@ -62,6 +70,54 @@
62
70
  "description": "System diagnostics",
63
71
  "usage": "/doctor"
64
72
  },
73
+ "system/ping": {
74
+ "status": "READY",
75
+ "hasExecute": true,
76
+ "hasMetadata": true,
77
+ "depsAvailable": true,
78
+ "description": "Ping the system (latency and connectivity)",
79
+ "usage": "/ping"
80
+ },
81
+ "system/debug": {
82
+ "status": "READY",
83
+ "hasExecute": true,
84
+ "hasMetadata": true,
85
+ "depsAvailable": true,
86
+ "description": "Display debug information and system diagnostics",
87
+ "usage": "/debug [full|memory|performance|analyze|fix]"
88
+ },
89
+ "system/disk": {
90
+ "status": "READY",
91
+ "hasExecute": true,
92
+ "hasMetadata": true,
93
+ "depsAvailable": true,
94
+ "description": "Disk usage and storage information",
95
+ "usage": "/disk [path]"
96
+ },
97
+ "system/env": {
98
+ "status": "READY",
99
+ "hasExecute": true,
100
+ "hasMetadata": true,
101
+ "depsAvailable": true,
102
+ "description": "Display environment information and variables",
103
+ "usage": "/env [filter]"
104
+ },
105
+ "system/processes": {
106
+ "status": "READY",
107
+ "hasExecute": true,
108
+ "hasMetadata": true,
109
+ "depsAvailable": true,
110
+ "description": "Display running processes and system information",
111
+ "usage": "/processes [maria|full]"
112
+ },
113
+ "system/uptime": {
114
+ "status": "READY",
115
+ "hasExecute": true,
116
+ "hasMetadata": true,
117
+ "depsAvailable": true,
118
+ "description": "Display system and process uptime information",
119
+ "usage": "/uptime"
120
+ },
65
121
  "system/upgrade": {
66
122
  "status": "READY",
67
123
  "hasExecute": true,
@@ -134,6 +190,30 @@
134
190
  "description": "AI-powered research and analysis tools",
135
191
  "usage": "/research <url|query>"
136
192
  },
193
+ "evaluation/evaluate": {
194
+ "status": "READY",
195
+ "hasExecute": true,
196
+ "hasMetadata": true,
197
+ "depsAvailable": true,
198
+ "description": "AI model evaluation and benchmarking",
199
+ "usage": "/evaluate [run|status|results|stop|assess] [--config <path>] [--dataset <path>] [--format <format>] [--compare-baseline] [--idea <text>] [--code <text>] [--file <path> ...] [--criteria <path>]"
200
+ },
201
+ "business/battlecard": {
202
+ "status": "READY",
203
+ "hasExecute": true,
204
+ "hasMetadata": true,
205
+ "depsAvailable": true,
206
+ "description": "Generate competitive analysis",
207
+ "usage": "/battlecard"
208
+ },
209
+ "business/sales-dashboard": {
210
+ "status": "READY",
211
+ "hasExecute": true,
212
+ "hasMetadata": true,
213
+ "depsAvailable": true,
214
+ "description": "Sales metrics and dashboard",
215
+ "usage": "/sales-dashboard"
216
+ },
137
217
  "memory/recall": {
138
218
  "status": "READY",
139
219
  "hasExecute": true,