@bonginkan/maria-lite 10.0.0 → 10.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 +32 -2
- package/dist/cli.cjs +678 -82
- package/dist/desktop-client.js +464 -14
- package/dist/ext.cjs +1 -1
- package/origin/index.meta.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
MARIA-LITE (v10.
|
|
1
|
+
MARIA-LITE (v10.1.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 `10.
|
|
77
|
+
This package is published as `10.1.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
|
+
### v10.1.0 (2026/03)
|
|
235
|
+
|
|
236
|
+
#### Features
|
|
237
|
+
|
|
238
|
+
- /daily-insights: Add automation policy to skip inactive JST weekdays and holidays.
|
|
239
|
+
- /daily-insights: New flags/options for scheduling: --skip-weekdays, --skip-holidays.
|
|
240
|
+
- /daily-insights: Add holiday selection via --holiday-country (defaults to JP).
|
|
241
|
+
- /daily-news: Add automation policy to skip inactive JST weekdays and holidays.
|
|
242
|
+
- /daily-news: New flags/options for scheduling: --skip-weekdays, --skip-holidays.
|
|
243
|
+
- /daily-news: Add holiday selection via --holiday-country (defaults to JP).
|
|
244
|
+
- /daily-papers: Add automation policy to skip inactive JST weekdays and holidays.
|
|
245
|
+
- /daily-papers: New flags/options for scheduling: --skip-weekdays, --skip-holidays.
|
|
246
|
+
- /daily-papers: Add holiday selection via --holiday-country (defaults to JP).
|
|
247
|
+
- /daily-report: Add automation policy to skip inactive JST weekdays and holidays.
|
|
248
|
+
- /daily-report: New flags/options for scheduling: --skip-weekdays, --skip-holidays.
|
|
249
|
+
- /daily-report: Add holiday selection via --holiday-country (defaults to JP).
|
|
250
|
+
- Platform: Daily commands can now auto-skip on public holidays (multi-country support).
|
|
251
|
+
- Platform: Skip decisions return a clear 'skipped' result with the reason and JST date.
|
|
252
|
+
|
|
253
|
+
#### Bug fixes
|
|
254
|
+
|
|
255
|
+
- /daily-insights: Improve stability for automated runs by exiting early on skip conditions.
|
|
256
|
+
- /daily-news: Improve stability for automated runs by exiting early on skip conditions.
|
|
257
|
+
- /daily-papers: Improve stability for automated runs by exiting early on skip conditions.
|
|
258
|
+
- /daily-report: Improve stability for automated runs by exiting early on skip conditions.
|
|
259
|
+
- Platform: GitHub data collection stability improvements during rollouts.
|
|
260
|
+
- Platform: Google OAuth connector fixes.
|
|
261
|
+
|
|
262
|
+
---
|
|
263
|
+
|
|
234
264
|
### v10.0.0 (2026/03)
|
|
235
265
|
|
|
236
266
|
#### Features
|