@bonginkan/maria 4.4.3 → 4.4.5

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.3",
4
- "description": "🚀 MARIA v4.4.3 - 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.5",
4
+ "description": "🚀 MARIA v4.4.5 - 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-21T04:00:45.377Z",
4
- "totalCommands": 20,
5
- "readyCount": 20,
3
+ "generatedAt": "2025-10-24T10:54:43.611Z",
4
+ "totalCommands": 31,
5
+ "readyCount": 31,
6
6
  "partialCount": 0,
7
7
  "brokenCount": 0,
8
8
  "commands": {
@@ -30,6 +30,22 @@
30
30
  "description": "Exit MARIA CLI",
31
31
  "usage": "/exit"
32
32
  },
33
+ "core/changelog": {
34
+ "status": "READY",
35
+ "hasExecute": true,
36
+ "hasMetadata": true,
37
+ "depsAvailable": true,
38
+ "description": "Display MARIA version history and recent changes",
39
+ "usage": "/changelog [version]"
40
+ },
41
+ "core/contact": {
42
+ "status": "READY",
43
+ "hasExecute": true,
44
+ "hasMetadata": true,
45
+ "depsAvailable": true,
46
+ "description": "Display contact information and support channels",
47
+ "usage": "/contact"
48
+ },
33
49
  "core/update": {
34
50
  "status": "READY",
35
51
  "hasExecute": true,
@@ -62,6 +78,54 @@
62
78
  "description": "System diagnostics",
63
79
  "usage": "/doctor"
64
80
  },
81
+ "system/ping": {
82
+ "status": "READY",
83
+ "hasExecute": true,
84
+ "hasMetadata": true,
85
+ "depsAvailable": true,
86
+ "description": "Ping the system (latency and connectivity)",
87
+ "usage": "/ping"
88
+ },
89
+ "system/debug": {
90
+ "status": "READY",
91
+ "hasExecute": true,
92
+ "hasMetadata": true,
93
+ "depsAvailable": true,
94
+ "description": "Display debug information and system diagnostics",
95
+ "usage": "/debug [full|memory|performance|analyze|fix]"
96
+ },
97
+ "system/disk": {
98
+ "status": "READY",
99
+ "hasExecute": true,
100
+ "hasMetadata": true,
101
+ "depsAvailable": true,
102
+ "description": "Disk usage and storage information",
103
+ "usage": "/disk [path]"
104
+ },
105
+ "system/env": {
106
+ "status": "READY",
107
+ "hasExecute": true,
108
+ "hasMetadata": true,
109
+ "depsAvailable": true,
110
+ "description": "Display environment information and variables",
111
+ "usage": "/env [filter]"
112
+ },
113
+ "system/processes": {
114
+ "status": "READY",
115
+ "hasExecute": true,
116
+ "hasMetadata": true,
117
+ "depsAvailable": true,
118
+ "description": "Display running processes and system information",
119
+ "usage": "/processes [maria|full]"
120
+ },
121
+ "system/uptime": {
122
+ "status": "READY",
123
+ "hasExecute": true,
124
+ "hasMetadata": true,
125
+ "depsAvailable": true,
126
+ "description": "Display system and process uptime information",
127
+ "usage": "/uptime"
128
+ },
65
129
  "system/upgrade": {
66
130
  "status": "READY",
67
131
  "hasExecute": true,
@@ -134,6 +198,30 @@
134
198
  "description": "AI-powered research and analysis tools",
135
199
  "usage": "/research <url|query>"
136
200
  },
201
+ "evaluation/evaluate": {
202
+ "status": "READY",
203
+ "hasExecute": true,
204
+ "hasMetadata": true,
205
+ "depsAvailable": true,
206
+ "description": "AI model evaluation and benchmarking",
207
+ "usage": "/evaluate [run|status|results|stop|assess] [--config <path>] [--dataset <path>] [--format <format>] [--compare-baseline] [--idea <text>] [--code <text>] [--file <path> ...] [--criteria <path>]"
208
+ },
209
+ "business/battlecard": {
210
+ "status": "READY",
211
+ "hasExecute": true,
212
+ "hasMetadata": true,
213
+ "depsAvailable": true,
214
+ "description": "Generate competitive analysis",
215
+ "usage": "/battlecard"
216
+ },
217
+ "business/sales-dashboard": {
218
+ "status": "READY",
219
+ "hasExecute": true,
220
+ "hasMetadata": true,
221
+ "depsAvailable": true,
222
+ "description": "Sales metrics and dashboard",
223
+ "usage": "/sales-dashboard"
224
+ },
137
225
  "memory/recall": {
138
226
  "status": "READY",
139
227
  "hasExecute": true,