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 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
- ### Layered short-term memory
11
+ ### Knowledge graph and event timeline
12
12
 
13
- ![StrataGate layered short-term memory view](docs/assets/stratagate-short-term-memory.png)
13
+ ![StrataGate knowledge graph and event timeline view](docs/assets/stratagate-knowledge-graph.png)
14
14
 
15
- ### Memory structure and diagnostics
15
+ ### Layered short-term memory
16
16
 
17
- ![StrataGate memory structure and diagnostics view](docs/assets/stratagate-memory-structure.png)
17
+ ![StrataGate layered short-term memory view](docs/assets/stratagate-short-term-memory.png)
18
18
 
19
19
  ## How it is designed
20
20