@bonginkan/maria-lite 10.0.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 +62 -2
- package/dist/cli.cjs +16166 -3974
- package/dist/desktop-client.js +1354 -19
- 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,66 @@ 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
|
+
|
|
264
|
+
### v10.1.0 (2026/03)
|
|
265
|
+
|
|
266
|
+
#### Features
|
|
267
|
+
|
|
268
|
+
- /daily-insights: Add automation policy to skip inactive JST weekdays and holidays.
|
|
269
|
+
- /daily-insights: New flags/options for scheduling: --skip-weekdays, --skip-holidays.
|
|
270
|
+
- /daily-insights: Add holiday selection via --holiday-country (defaults to JP).
|
|
271
|
+
- /daily-news: Add automation policy to skip inactive JST weekdays and holidays.
|
|
272
|
+
- /daily-news: New flags/options for scheduling: --skip-weekdays, --skip-holidays.
|
|
273
|
+
- /daily-news: Add holiday selection via --holiday-country (defaults to JP).
|
|
274
|
+
- /daily-papers: Add automation policy to skip inactive JST weekdays and holidays.
|
|
275
|
+
- /daily-papers: New flags/options for scheduling: --skip-weekdays, --skip-holidays.
|
|
276
|
+
- /daily-papers: Add holiday selection via --holiday-country (defaults to JP).
|
|
277
|
+
- /daily-report: Add automation policy to skip inactive JST weekdays and holidays.
|
|
278
|
+
- /daily-report: New flags/options for scheduling: --skip-weekdays, --skip-holidays.
|
|
279
|
+
- /daily-report: Add holiday selection via --holiday-country (defaults to JP).
|
|
280
|
+
- Platform: Daily commands can now auto-skip on public holidays (multi-country support).
|
|
281
|
+
- Platform: Skip decisions return a clear 'skipped' result with the reason and JST date.
|
|
282
|
+
|
|
283
|
+
#### Bug fixes
|
|
284
|
+
|
|
285
|
+
- /daily-insights: Improve stability for automated runs by exiting early on skip conditions.
|
|
286
|
+
- /daily-news: Improve stability for automated runs by exiting early on skip conditions.
|
|
287
|
+
- /daily-papers: Improve stability for automated runs by exiting early on skip conditions.
|
|
288
|
+
- /daily-report: Improve stability for automated runs by exiting early on skip conditions.
|
|
289
|
+
- Platform: GitHub data collection stability improvements during rollouts.
|
|
290
|
+
- Platform: Google OAuth connector fixes.
|
|
291
|
+
|
|
292
|
+
---
|
|
293
|
+
|
|
234
294
|
### v10.0.0 (2026/03)
|
|
235
295
|
|
|
236
296
|
#### Features
|