@bonginkan/maria-lite 6.2.0 → 6.2.2
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 +29 -2
- package/dist/cli.cjs +267430 -0
- package/dist/desktop-client.js +13289 -0
- package/dist/ext.cjs +99686 -0
- package/dist/gui-client.js +2210 -0
- package/origin/index.meta.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
MARIA-LITE (v6.2.
|
|
1
|
+
MARIA-LITE (v6.2.2)
|
|
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.2.
|
|
46
|
+
This package is published as `6.2.2`.
|
|
47
47
|
|
|
48
48
|
## Extensions (Enterprise)
|
|
49
49
|
|
|
@@ -126,6 +126,33 @@ Append creator-provided knowledge to common context:
|
|
|
126
126
|
|
|
127
127
|
## Release Notes
|
|
128
128
|
|
|
129
|
+
### v6.2.2 (2026/03)
|
|
130
|
+
|
|
131
|
+
#### Features
|
|
132
|
+
|
|
133
|
+
- /vup can now bump the bundled data package version separately
|
|
134
|
+
- Knowledge packs: NDC index reorganized into shards for faster lookup
|
|
135
|
+
- Knowledge packs: added self-recognition guidance and sector SOP content
|
|
136
|
+
|
|
137
|
+
#### Bug fixes
|
|
138
|
+
|
|
139
|
+
- /vup now reports the next data package version in JSON/text output
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
|
|
143
|
+
### v6.2.1 (2026/03)
|
|
144
|
+
|
|
145
|
+
#### Features
|
|
146
|
+
|
|
147
|
+
- Improve resource lookup to work with the separate data package install layout.
|
|
148
|
+
- /vup can set and bump the data package version via --version-data.
|
|
149
|
+
|
|
150
|
+
#### Bug fixes
|
|
151
|
+
|
|
152
|
+
- Reduce npm install size by excluding sourcemaps and desktop sidecar artifacts by default.
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
129
156
|
### v6.2.0 (2026/03)
|
|
130
157
|
|
|
131
158
|
#### Features
|