@bonginkan/maria 4.3.36 → 4.3.38
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 +7 -7
- package/dist/bin/maria.cjs +515 -759
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +517 -761
- 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 +158 -27
- package/dist/server/express-server.js +158 -27
- package/dist/server-express.cjs +158 -27
- package/dist/server-express.cjs.map +1 -1
- package/package.json +2 -2
- package/src/slash-commands/READY.manifest.json +7 -7
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.38",
|
|
4
|
+
"description": "🚀 MARIA v4.3.38 - 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-05T06:44:29.882Z",
|
|
4
4
|
"totalCommands": 18,
|
|
5
5
|
"readyCount": 18,
|
|
6
6
|
"partialCount": 0,
|
|
@@ -110,21 +110,21 @@
|
|
|
110
110
|
"description": "Generate code with AI assistance",
|
|
111
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]"
|
|
112
112
|
},
|
|
113
|
-
"
|
|
113
|
+
"analysis/research": {
|
|
114
114
|
"status": "READY",
|
|
115
115
|
"hasExecute": true,
|
|
116
116
|
"hasMetadata": true,
|
|
117
117
|
"depsAvailable": true,
|
|
118
|
-
"description": "
|
|
119
|
-
"usage": "/
|
|
118
|
+
"description": "AI-powered research and analysis tools",
|
|
119
|
+
"usage": "/research <url|query>"
|
|
120
120
|
},
|
|
121
|
-
"memory/
|
|
121
|
+
"memory/recall": {
|
|
122
122
|
"status": "READY",
|
|
123
123
|
"hasExecute": true,
|
|
124
124
|
"hasMetadata": true,
|
|
125
125
|
"depsAvailable": true,
|
|
126
|
-
"description": "
|
|
127
|
-
"usage": "/
|
|
126
|
+
"description": "Retrieve stored memories",
|
|
127
|
+
"usage": "/recall \"query\" [--tags t1,t2] [--limit N]"
|
|
128
128
|
},
|
|
129
129
|
"multimodal/image": {
|
|
130
130
|
"status": "READY",
|