@bonginkan/maria 4.3.34 → 4.3.36

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.3.34",
4
- "description": "🚀 MARIA v4.3.34 - 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.3.36",
4
+ "description": "🚀 MARIA v4.3.36 - 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-01T05:35:40.844Z",
4
- "totalCommands": 16,
5
- "readyCount": 16,
3
+ "generatedAt": "2025-10-03T06:19:05.074Z",
4
+ "totalCommands": 18,
5
+ "readyCount": 18,
6
6
  "partialCount": 0,
7
7
  "brokenCount": 0,
8
8
  "commands": {
@@ -11,112 +11,144 @@
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]"
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 [--mode display|session|all]"
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"
72
+ },
73
+ "auth/login": {
74
+ "status": "READY",
75
+ "hasExecute": true,
76
+ "hasMetadata": true,
77
+ "depsAvailable": true,
78
+ "description": "Login to MARIA CLI",
79
+ "usage": "/login"
80
+ },
81
+ "auth/logout": {
82
+ "status": "READY",
83
+ "hasExecute": true,
84
+ "hasMetadata": true,
85
+ "depsAvailable": true,
86
+ "description": "Logout from MARIA CLI",
87
+ "usage": "/logout"
64
88
  },
65
89
  "configuration/setup": {
66
90
  "status": "READY",
67
91
  "hasExecute": true,
68
92
  "hasMetadata": true,
69
93
  "depsAvailable": true,
70
- "description": "First-time setup wizard"
94
+ "description": "First-time setup wizard",
95
+ "usage": "/setup"
71
96
  },
72
97
  "configuration/init": {
73
98
  "status": "READY",
74
99
  "hasExecute": true,
75
100
  "hasMetadata": true,
76
101
  "depsAvailable": true,
77
- "description": "Initialize project guidance and generate MARIA.md at repo root"
102
+ "description": "Initialize project guidance and generate MARIA.md at repo root",
103
+ "usage": "/init"
78
104
  },
79
105
  "code/code": {
80
106
  "status": "READY",
81
107
  "hasExecute": true,
82
108
  "hasMetadata": true,
83
109
  "depsAvailable": true,
84
- "description": "Generate code with AI assistance"
110
+ "description": "Generate code with AI assistance",
111
+ "usage": "/code \"prompt\" [--plan-only|--sow] [--apply] [--dry-run] [--interactive] [--yes] [--max-files N] [--root DIR] [--rollback on|off] [--output names|summary|detail|diff] [--no-code] [--preview-lines N] [--verbose] [--only-attached] [--attach-mode strict|assist] [--max-attachments N] [--diff-lines N] [--diff-bytes N] [--diff-hunks N] [--confirm-overwrites <globs>] [--git-guard on|off] [--git-commit on|off] [--git-branch <name>] [--git-tag <name>] [--git-tag-prefix <pfx>] [--git-push on|off] [--git-push-remote <name>] [--allow-dotfiles]"
85
112
  },
86
113
  "memory/recall": {
87
114
  "status": "READY",
88
115
  "hasExecute": true,
89
116
  "hasMetadata": true,
90
117
  "depsAvailable": true,
91
- "description": "Retrieve stored memories"
118
+ "description": "Retrieve stored memories",
119
+ "usage": "/recall \"query\" [--tags t1,t2] [--limit N]"
92
120
  },
93
121
  "memory/memory-status": {
94
122
  "status": "READY",
95
123
  "hasExecute": true,
96
124
  "hasMetadata": true,
97
125
  "depsAvailable": true,
98
- "description": "Show memory usage statistics and health"
126
+ "description": "Show memory usage statistics and health",
127
+ "usage": "/memory-status"
99
128
  },
100
129
  "multimodal/image": {
101
130
  "status": "READY",
102
131
  "hasExecute": true,
103
132
  "hasMetadata": true,
104
133
  "depsAvailable": true,
105
- "description": "Generate images with AI"
134
+ "description": "Generate images with AI",
135
+ "usage": "/image \"prompt\" [--size 1024x1024] [--format png|webp|jpg] [--count N]"
106
136
  },
107
137
  "multimodal/video": {
108
138
  "status": "READY",
109
139
  "hasExecute": true,
110
140
  "hasMetadata": true,
111
141
  "depsAvailable": true,
112
- "description": "Generate videos with AI"
142
+ "description": "Generate videos with AI",
143
+ "usage": "/video \"prompt\""
113
144
  },
114
145
  "workflow/resume": {
115
146
  "status": "READY",
116
147
  "hasExecute": true,
117
148
  "hasMetadata": true,
118
149
  "depsAvailable": true,
119
- "description": "Resume previous task context and propose next /code step"
150
+ "description": "Resume previous task context and propose next /code step",
151
+ "usage": "/workflow/resume [<taskId>] [--latest] [--date YYYY-MM-DD] [--limit N] [--rehydrate summary|full] [--open] [--tests] [--fix] [--apply] [--dry-run]"
120
152
  }
121
153
  }
122
154
  }