@bonginkan/maria 2.0.7 → 2.1.0
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 +1 -1
- package/dist/bin/maria.js +10849 -8316
- package/dist/bin/maria.js.map +1 -1
- package/dist/cli.d.ts +1 -0
- package/dist/cli.js +4407 -1922
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +175 -224
- package/package.json +25 -9
- package/dist/index.js +0 -30533
- package/dist/index.js.map +0 -1
- package/dist/metafile-cjs.json +0 -1
package/README.md
CHANGED
|
@@ -178,7 +178,7 @@ npm install -g @bonginkan/maria
|
|
|
178
178
|
|
|
179
179
|
# Verify installation
|
|
180
180
|
maria --version
|
|
181
|
-
# Output: MARIA Platform v2.0.
|
|
181
|
+
# Output: MARIA Platform v2.0.7 "Memory Intelligence Edition"
|
|
182
182
|
|
|
183
183
|
# Setup local AI models (optional)
|
|
184
184
|
maria setup-ollama # Install and configure Ollama
|