@bonginkan/maria-lite 6.2.4 → 6.3.1
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 +35 -2
- package/dist/cli.cjs +4739 -1162
- package/dist/desktop-client.js +1017 -27
- package/dist/ext.cjs +1 -1
- package/dist/ext.d.cts +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 (v6.
|
|
1
|
+
MARIA-LITE (v6.3.1)
|
|
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`.
|
|
@@ -43,7 +43,7 @@ Notes:
|
|
|
43
43
|
- Clone commands write under `artifacts/<role>-clone/` when `--apply` (or implicit apply is enabled).
|
|
44
44
|
|
|
45
45
|
## Version
|
|
46
|
-
This package is published as `6.
|
|
46
|
+
This package is published as `6.3.1`.
|
|
47
47
|
|
|
48
48
|
## Extensions (Enterprise)
|
|
49
49
|
|
|
@@ -126,6 +126,39 @@ Append creator-provided knowledge to common context:
|
|
|
126
126
|
|
|
127
127
|
## Release Notes
|
|
128
128
|
|
|
129
|
+
### v6.3.1 (2026/03)
|
|
130
|
+
|
|
131
|
+
#### Features
|
|
132
|
+
|
|
133
|
+
- Default outputs for /docs, /exam, /film, /competitors now save into MARIA Desktop.
|
|
134
|
+
- /dev-adviser now auto-repairs malformed evaluation JSON and fills missing sub-scores.
|
|
135
|
+
- /gcal now shows available room/resource names when suggesting meeting slots.
|
|
136
|
+
- /resource-manager added and expanded to full create/edit support with improved desktop UX.
|
|
137
|
+
|
|
138
|
+
#### Bug fixes
|
|
139
|
+
|
|
140
|
+
- /dev-adviser now clamps invalid scores and avoids crashes from missing fields.
|
|
141
|
+
- Desktop icons and context actions are more stable.
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
|
|
145
|
+
### v6.3.0 (2026/03)
|
|
146
|
+
|
|
147
|
+
#### Features
|
|
148
|
+
|
|
149
|
+
- /dev-adviser v3 adds agentic repo scanning and developer assessment reports
|
|
150
|
+
- /billing-pl now accepts English natural-language queries (e.g., last month, revenue)
|
|
151
|
+
- Expanded self-recognition knowledge packs and reorganized indices into NDC shards
|
|
152
|
+
|
|
153
|
+
#### Bug fixes
|
|
154
|
+
|
|
155
|
+
- /gcal now fully supports all-day events
|
|
156
|
+
- /dev-adviser threshold tuning improves scoring stability
|
|
157
|
+
- /billing-pl output and help text improved for English-first usage
|
|
158
|
+
- /billing-pl no longer exits early on NL parse; it runs the analysis end-to-end
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
129
162
|
### v6.2.4 (2026/03)
|
|
130
163
|
|
|
131
164
|
#### Features
|