stratagate-dsh 0.2.26 → 0.2.27
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 +7 -0
- package/README.md +4 -4
- package/dist/client.js +327 -919
- package/dist/index.js +120 -2
- package/dist/index.js.map +1 -1
- package/docs/README.zh-CN.md +4 -4
- package/package.json +56 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.27 - 2026-08-25
|
|
4
|
+
|
|
5
|
+
- Add optional semantic Tags to newly projected Knowledge Graph nodes for search, filtering, and understandable group names while keeping Node Type unchanged.
|
|
6
|
+
- Detect dynamic communities with seeded, weighted Leiden using active edges, relationship density, shared Events, Node Type, and Tags; Tags only strengthen existing structural affinity.
|
|
7
|
+
- Render ephemeral Cluster compound nodes with Cytoscape.js and fCoSE for clearer separation, overlap avoidance, pan/zoom, and relationship highlighting.
|
|
8
|
+
- Keep existing graph snapshots untouched: the projector version is unchanged, no historical Events are requeued, and nodes without Tags continue to render and cluster normally.
|
|
9
|
+
|
|
3
10
|
## 0.2.26 - 2026-08-25
|
|
4
11
|
|
|
5
12
|
- Size Knowledge Graph nodes by their long-term importance using supporting Events, active relationships, sustained recent activity, and current-workspace affinity.
|
package/README.md
CHANGED
|
@@ -8,13 +8,13 @@ The plugin adapts DSH session events to the existing StrataGate memory engine; i
|
|
|
8
8
|
|
|
9
9
|
## Preview
|
|
10
10
|
|
|
11
|
-
###
|
|
11
|
+
### Knowledge graph and event timeline
|
|
12
12
|
|
|
13
|
-

|
|
14
14
|
|
|
15
|
-
###
|
|
15
|
+
### Layered short-term memory
|
|
16
16
|
|
|
17
|
-

|
|
18
18
|
|
|
19
19
|
## How it is designed
|
|
20
20
|
|