@umacloud/knowledge 1.0.54 → 1.0.56

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/README.md +0 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umacloud/knowledge",
3
- "version": "1.0.54",
3
+ "version": "1.0.56",
4
4
  "description": "UmaDev curated engineering knowledge corpus (standards, methodologies, expert playbooks, design systems, miniprogram/uniapp guides). Platform-independent data shipped once so npm users get the full KB offline.",
5
5
  "license": "MIT",
6
6
  "repository": {
package/README.md DELETED
@@ -1,13 +0,0 @@
1
- # @umacloud/knowledge
2
-
3
- The curated engineering knowledge corpus bundled with
4
- [UmaDev](https://github.com/umacloud/umadev). The main `umadev` package depends
5
- on this one (platform-independent), so the full 400+ file KB ships to every user.
6
-
7
- The launcher sets `UMADEV_KNOWLEDGE_DIR` to this directory; the binary retrieves
8
- from it (BM25 + optional local vectors) during the pipeline. A project's own
9
- `knowledge/` folder takes priority, so teams can override or extend it.
10
-
11
- Contents (the repo's `knowledge/` tree, copied here by the release CI): standards,
12
- methodologies, expert playbooks, design systems, industry packs, and stack-specific
13
- guides (incl. 微信小程序 / uniapp).