@bonginkan/maria-lite 6.2.2 → 6.2.4
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 +36 -2
- package/dist/cli.cjs +26655 -1797
- package/dist/desktop-client.js +35 -2
- package/dist/ext.cjs +3 -2
- package/dist/ext.d.cts +1 -1
- package/dist/gui-client.js +15 -0
- package/origin/index.meta.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
MARIA-LITE (v6.2.
|
|
1
|
+
MARIA-LITE (v6.2.4)
|
|
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.4`.
|
|
47
47
|
|
|
48
48
|
## Extensions (Enterprise)
|
|
49
49
|
|
|
@@ -126,6 +126,40 @@ Append creator-provided knowledge to common context:
|
|
|
126
126
|
|
|
127
127
|
## Release Notes
|
|
128
128
|
|
|
129
|
+
### v6.2.4 (2026/03)
|
|
130
|
+
|
|
131
|
+
#### Features
|
|
132
|
+
|
|
133
|
+
- New /billing-pl command to view monthly and cumulative P&L, plus MRR analysis.
|
|
134
|
+
- Use natural-language queries in /billing-pl to ask profit, revenue, cost, or MRR.
|
|
135
|
+
- Daily suite updates: /daily-report, /daily-insights, /daily-news, /daily-papers.
|
|
136
|
+
- New /discord-setup and improved Discord integration for daily workflows.
|
|
137
|
+
- Updated /schedule and /weekly-report for more accurate, detailed summaries.
|
|
138
|
+
- Expanded knowledge packs for self-recognition safety and biometrics governance.
|
|
139
|
+
|
|
140
|
+
#### Bug fixes
|
|
141
|
+
|
|
142
|
+
- Fixed GitHub activity collection used by daily reports and insights.
|
|
143
|
+
|
|
144
|
+
---
|
|
145
|
+
|
|
146
|
+
### v6.2.3 (2026/03)
|
|
147
|
+
|
|
148
|
+
#### Features
|
|
149
|
+
|
|
150
|
+
- Improved /competitors command to research rivals and generate an exec report (DOCX/PDF).
|
|
151
|
+
- /competitors supports web search + scraping with iterative rounds and gap tracking.
|
|
152
|
+
- Improved /task-distributor command suited for Project Managers (DOCX/PDF).
|
|
153
|
+
- Expanded knowledge packs for self-recognition biometrics, governance, and UX guardrails.
|
|
154
|
+
- Knowledge-pack indices reorganized into NDC shards for faster, more scalable lookup.
|
|
155
|
+
|
|
156
|
+
#### Bug fixes
|
|
157
|
+
|
|
158
|
+
- Improved structured logging for /competitors, /task-distributor, /blog, /paper, /exam, etc.
|
|
159
|
+
- Fixed a token-handling issue affecting MARIA-LITE runtime behavior.
|
|
160
|
+
|
|
161
|
+
---
|
|
162
|
+
|
|
129
163
|
### v6.2.2 (2026/03)
|
|
130
164
|
|
|
131
165
|
#### Features
|