@bonginkan/maria 4.3.34 → 4.3.35
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 +4 -4
- package/dist/READY.manifest.json +33 -17
- package/dist/bin/maria.cjs +53 -65
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +53 -65
- package/dist/cli.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/server/express-server.cjs +1 -1
- package/dist/server/express-server.js +1 -1
- package/dist/server-express.cjs +1 -1
- package/dist/server-express.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +33 -17
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bonginkan/maria",
|
|
3
|
-
"version": "4.3.
|
|
4
|
-
"description": "🚀 MARIA v4.3.
|
|
3
|
+
"version": "4.3.35",
|
|
4
|
+
"description": "🚀 MARIA v4.3.35 - 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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "lite-1.0.0",
|
|
3
|
-
"generatedAt": "2025-10-
|
|
3
|
+
"generatedAt": "2025-10-01T07:40:48.664Z",
|
|
4
4
|
"totalCommands": 16,
|
|
5
5
|
"readyCount": 16,
|
|
6
6
|
"partialCount": 0,
|
|
@@ -11,112 +11,128 @@
|
|
|
11
11
|
"hasExecute": true,
|
|
12
12
|
"hasMetadata": true,
|
|
13
13
|
"depsAvailable": true,
|
|
14
|
-
"description": "Show command help and documentation"
|
|
14
|
+
"description": "Show command help and documentation",
|
|
15
|
+
"usage": "/help [command] [--category <category>] [--search <term>] [--quickstart] [--stats]"
|
|
15
16
|
},
|
|
16
17
|
"core/version": {
|
|
17
18
|
"status": "READY",
|
|
18
19
|
"hasExecute": true,
|
|
19
20
|
"hasMetadata": true,
|
|
20
21
|
"depsAvailable": true,
|
|
21
|
-
"description": "Show version information"
|
|
22
|
+
"description": "Show version information",
|
|
23
|
+
"usage": "/version"
|
|
22
24
|
},
|
|
23
25
|
"core/exit": {
|
|
24
26
|
"status": "READY",
|
|
25
27
|
"hasExecute": true,
|
|
26
28
|
"hasMetadata": true,
|
|
27
29
|
"depsAvailable": true,
|
|
28
|
-
"description": "Exit MARIA CLI"
|
|
30
|
+
"description": "Exit MARIA CLI",
|
|
31
|
+
"usage": "/exit"
|
|
29
32
|
},
|
|
30
33
|
"core/update": {
|
|
31
34
|
"status": "READY",
|
|
32
35
|
"hasExecute": true,
|
|
33
36
|
"hasMetadata": true,
|
|
34
37
|
"depsAvailable": true,
|
|
35
|
-
"description": "Incremental codebase updates; refresh MARIA.md with latest changes"
|
|
38
|
+
"description": "Incremental codebase updates; refresh MARIA.md with latest changes",
|
|
39
|
+
"usage": "/update"
|
|
36
40
|
},
|
|
37
41
|
"conversation/clear": {
|
|
38
42
|
"status": "READY",
|
|
39
43
|
"hasExecute": true,
|
|
40
44
|
"hasMetadata": true,
|
|
41
45
|
"depsAvailable": true,
|
|
42
|
-
"description": "Clear conversation history"
|
|
46
|
+
"description": "Clear conversation history",
|
|
47
|
+
"usage": "/clear"
|
|
43
48
|
},
|
|
44
49
|
"system/status": {
|
|
45
50
|
"status": "READY",
|
|
46
51
|
"hasExecute": true,
|
|
47
52
|
"hasMetadata": true,
|
|
48
53
|
"depsAvailable": true,
|
|
49
|
-
"description": "System health information"
|
|
54
|
+
"description": "System health information",
|
|
55
|
+
"usage": "/status"
|
|
50
56
|
},
|
|
51
57
|
"system/doctor": {
|
|
52
58
|
"status": "READY",
|
|
53
59
|
"hasExecute": true,
|
|
54
60
|
"hasMetadata": true,
|
|
55
61
|
"depsAvailable": true,
|
|
56
|
-
"description": "System diagnostics"
|
|
62
|
+
"description": "System diagnostics",
|
|
63
|
+
"usage": "/doctor"
|
|
57
64
|
},
|
|
58
65
|
"auth/whoami": {
|
|
59
66
|
"status": "READY",
|
|
60
67
|
"hasExecute": true,
|
|
61
68
|
"hasMetadata": true,
|
|
62
69
|
"depsAvailable": true,
|
|
63
|
-
"description": "Show current authenticated user information"
|
|
70
|
+
"description": "Show current authenticated user information",
|
|
71
|
+
"usage": "/whoami"
|
|
64
72
|
},
|
|
65
73
|
"configuration/setup": {
|
|
66
74
|
"status": "READY",
|
|
67
75
|
"hasExecute": true,
|
|
68
76
|
"hasMetadata": true,
|
|
69
77
|
"depsAvailable": true,
|
|
70
|
-
"description": "First-time setup wizard"
|
|
78
|
+
"description": "First-time setup wizard",
|
|
79
|
+
"usage": "/setup"
|
|
71
80
|
},
|
|
72
81
|
"configuration/init": {
|
|
73
82
|
"status": "READY",
|
|
74
83
|
"hasExecute": true,
|
|
75
84
|
"hasMetadata": true,
|
|
76
85
|
"depsAvailable": true,
|
|
77
|
-
"description": "Initialize project guidance and generate MARIA.md at repo root"
|
|
86
|
+
"description": "Initialize project guidance and generate MARIA.md at repo root",
|
|
87
|
+
"usage": "/init"
|
|
78
88
|
},
|
|
79
89
|
"code/code": {
|
|
80
90
|
"status": "READY",
|
|
81
91
|
"hasExecute": true,
|
|
82
92
|
"hasMetadata": true,
|
|
83
93
|
"depsAvailable": true,
|
|
84
|
-
"description": "Generate code with AI assistance"
|
|
94
|
+
"description": "Generate code with AI assistance",
|
|
95
|
+
"usage": "/code [options]"
|
|
85
96
|
},
|
|
86
97
|
"memory/recall": {
|
|
87
98
|
"status": "READY",
|
|
88
99
|
"hasExecute": true,
|
|
89
100
|
"hasMetadata": true,
|
|
90
101
|
"depsAvailable": true,
|
|
91
|
-
"description": "Retrieve stored memories"
|
|
102
|
+
"description": "Retrieve stored memories",
|
|
103
|
+
"usage": "/recall [options]"
|
|
92
104
|
},
|
|
93
105
|
"memory/memory-status": {
|
|
94
106
|
"status": "READY",
|
|
95
107
|
"hasExecute": true,
|
|
96
108
|
"hasMetadata": true,
|
|
97
109
|
"depsAvailable": true,
|
|
98
|
-
"description": "Show memory usage statistics and health"
|
|
110
|
+
"description": "Show memory usage statistics and health",
|
|
111
|
+
"usage": "/memory-status"
|
|
99
112
|
},
|
|
100
113
|
"multimodal/image": {
|
|
101
114
|
"status": "READY",
|
|
102
115
|
"hasExecute": true,
|
|
103
116
|
"hasMetadata": true,
|
|
104
117
|
"depsAvailable": true,
|
|
105
|
-
"description": "Generate images with AI"
|
|
118
|
+
"description": "Generate images with AI",
|
|
119
|
+
"usage": "/image \"prompt\" [--size 1024x1024] [--format webp|png|jpg] [--count 1..8] [--model gemini-...] [--seed N] [--out dir] [--apply|--plan-only|--dry-run] [--concurrency N] [--retry N]"
|
|
106
120
|
},
|
|
107
121
|
"multimodal/video": {
|
|
108
122
|
"status": "READY",
|
|
109
123
|
"hasExecute": true,
|
|
110
124
|
"hasMetadata": true,
|
|
111
125
|
"depsAvailable": true,
|
|
112
|
-
"description": "Generate videos with AI"
|
|
126
|
+
"description": "Generate videos with AI",
|
|
127
|
+
"usage": "/video \"prompt\" [options]"
|
|
113
128
|
},
|
|
114
129
|
"workflow/resume": {
|
|
115
130
|
"status": "READY",
|
|
116
131
|
"hasExecute": true,
|
|
117
132
|
"hasMetadata": true,
|
|
118
133
|
"depsAvailable": true,
|
|
119
|
-
"description": "Resume previous task context and propose next /code step"
|
|
134
|
+
"description": "Resume previous task context and propose next /code step",
|
|
135
|
+
"usage": "/workflow/resume [options]"
|
|
120
136
|
}
|
|
121
137
|
}
|
|
122
138
|
}
|