@bonginkan/maria-lite 10.1.0 → 11.0.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 +32 -2
- package/dist/cli.cjs +15378 -3782
- package/dist/desktop-client.js +3609 -2724
- package/dist/ext.cjs +1 -1
- package/dist/ext.d.cts +1 -1
- package/dist/vui-avatar-client.js +478 -29
- package/origin/index.meta.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
MARIA-LITE (
|
|
1
|
+
MARIA-LITE (v11.0.0)
|
|
2
2
|
===================
|
|
3
3
|
|
|
4
4
|
MARIA-LITE is a lightweight, standalone CLI build of MARIA OS focused on a smaller runtime surface while preserving API compatibility with `@bonginkan/maria`.
|
|
@@ -74,7 +74,7 @@ Examples:
|
|
|
74
74
|
Legacy `./artifacts/...` paths are treated as read fallbacks where supported, but new writes should land under `~/.maria/desktop/artifacts/...`.
|
|
75
75
|
|
|
76
76
|
## Version
|
|
77
|
-
This package is published as `
|
|
77
|
+
This package is published as `11.0.0`.
|
|
78
78
|
|
|
79
79
|
## Extensions (Enterprise)
|
|
80
80
|
|
|
@@ -231,6 +231,36 @@ When `src-lite` runs as the server-side MARIA OS Lite runtime (for example behin
|
|
|
231
231
|
|
|
232
232
|
## Release Notes
|
|
233
233
|
|
|
234
|
+
### v11.0.0 (2026/03)
|
|
235
|
+
|
|
236
|
+
#### Features
|
|
237
|
+
|
|
238
|
+
- Added /code-quality to audit repo maintainability with report exports and issue drafts.
|
|
239
|
+
- /code-quality can scan local paths or GitHub repos for AI-agent-focused code review.
|
|
240
|
+
- /code-quality supports DOCX, PDF, JSON, test inclusion, and plan-only previews.
|
|
241
|
+
- Added /ux-improvement to review product UX and surface actionable improvement ideas.
|
|
242
|
+
- /ux-improvement now has broader analysis coverage and stronger review boundaries.
|
|
243
|
+
- Added /record for desktop capture workflows with a VTuber-style recording experience.
|
|
244
|
+
- /record improves desktop capture flows for guided recording and follow-up actions.
|
|
245
|
+
- /doctor now strengthens repo health checks with updated audit behavior.
|
|
246
|
+
- /evolve improves code reuse and evolution guidance during implementation planning.
|
|
247
|
+
- /self-recognition expands code-audit based self-review for repository understanding.
|
|
248
|
+
- /dev-decision refines technical decision support with clearer development guidance.
|
|
249
|
+
- /task-distribution improves task assignment guidance for multi-step work.
|
|
250
|
+
- /help now includes the new commands and updated command discovery.
|
|
251
|
+
- Platform updates improve command registration and provider discovery across MARIA-LITE.
|
|
252
|
+
- Desktop runtime updates improve capture state handling and command execution flows.
|
|
253
|
+
|
|
254
|
+
#### Bug fixes
|
|
255
|
+
|
|
256
|
+
- Fixed command boundary issues affecting /code-quality and /ux-improvement behavior.
|
|
257
|
+
- Fixed desktop record integration issues related to prebuild and app setup.
|
|
258
|
+
- Improved API discovery reliability for command and service registration.
|
|
259
|
+
- Reduced desktop capture state inconsistencies during recording sessions.
|
|
260
|
+
- Improved shared helper behavior used by /code-quality and /ux-improvement.
|
|
261
|
+
|
|
262
|
+
---
|
|
263
|
+
|
|
234
264
|
### v10.1.0 (2026/03)
|
|
235
265
|
|
|
236
266
|
#### Features
|