@bonginkan/maria 4.4.4 → 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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # MARIA - AI Development Platform v4.4.4
1
+ # MARIA - AI Development Platform v4.4.5
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@bonginkan/maria.svg)](https://www.npmjs.com/package/@bonginkan/maria)
4
4
  [![License](https://img.shields.io/badge/license-Multi--tier-blue.svg)](LICENSE)
@@ -10,7 +10,7 @@
10
10
 
11
11
  > **Enterprise-grade AI development platform with 100% command availability and comprehensive fallback support**
12
12
 
13
- ## 🚀 What's New in v4.4.4 (October, 2025)
13
+ ## 🚀 What's New in v4.4.5 (October, 2025)
14
14
  ### Functional enhancements
15
15
  - **Improved coding**
16
16
  - **Enhanced video/image support**
@@ -552,7 +552,7 @@ $ maria /evolve --review
552
552
  - **CI/CD Integration**: Pipeline optimization and automation
553
553
 
554
554
  ## 🏆 Historic v4.0.0 Achievements
555
-
555
+ Full release notes: [docs/RELEASE_NOTES_v4.0.0.md](docs/RELEASE_NOTES_v4.0.0.md)
556
556
  ### 🎯 **Historic TypeScript Zero Errors Milestone** (August 31, 2025)
557
557
  **First Complete Error-Free Codebase in Project History**
558
558
 
@@ -933,7 +933,7 @@ await secureWorkflow.executeWithAuth(workflowDefinition, securityContext);
933
933
  ### Quick Installation
934
934
  ```bash
935
935
  # Install globally (recommended)
936
- npm install -g @bonginkan/maria@4.4.4
936
+ npm install -g @bonginkan/maria@4.4.5
937
937
 
938
938
  # Verify installation
939
939
  maria --version # Should show v4.3.9
@@ -1137,7 +1137,7 @@ MARIA CODE is distributed under a comprehensive licensing system designed for in
1137
1137
 
1138
1138
  *MARIA v4.1.4 represents the pinnacle of multimodal AI development platform evolution - combining revolutionary voice-to-code capabilities, advanced memory systems, and comprehensive command ecosystems with enterprise-grade security and performance. This release establishes MARIA as the definitive choice for developers and Fortune 500 enterprises seeking intelligent, multimodal development experiences with GraphRAG intelligence, multilingual support, and zero-anxiety coding workflows.*
1139
1139
 
1140
- **Transform your development experience today**: `npm install -g @bonginkan/maria@4.4.4`
1140
+ **Transform your development experience today**: `npm install -g @bonginkan/maria@4.4.5`
1141
1141
 
1142
1142
  🌐 **Official Website**: [https://maria-code.ai](https://maria-code.ai)
1143
1143
  💬 **Community**: [https://discord.gg/SMSmSGcEQy](https://discord.gg/SMSmSGcEQy)
@@ -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-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,