@mcptoolshop/research-os 0.3.2 → 0.4.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/CHANGELOG.md +159 -0
- package/README.es.md +9 -5
- package/README.fr.md +8 -4
- package/README.hi.md +8 -4
- package/README.it.md +9 -5
- package/README.ja.md +8 -4
- package/README.md +6 -2
- package/README.pt-BR.md +8 -4
- package/README.zh.md +9 -5
- package/dist/cli.js +1849 -1270
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +143 -4
- package/dist/index.js +1511 -1185
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcptoolshop/research-os",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Local-first research control plane for gated source packs, claim truth, contradiction handling, and long-running AI synthesis",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|