@chrisdudek/yg 2.5.1 → 2.8.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.
@@ -3,6 +3,7 @@
3
3
  # plus description.md with required sections (see rules).
4
4
 
5
5
  name: EndToEndProcessName # required — display name
6
+ description: "Short description of this business process" # optional
6
7
  nodes: # required, non-empty — participant nodes (alias: participants)
7
8
  - orders/order-service # paths relative to model/
8
9
  - payments/payment-service
@@ -4,6 +4,7 @@
4
4
 
5
5
  name: ComponentName # required — display name
6
6
  type: service # required — must match a type from config.node_types
7
+ description: "Short description of what this node does" # optional
7
8
  blackbox: false # optional, default false — if true, coarse-grained coverage without deep artifacts
8
9
 
9
10
  aspects: # optional — list of aspect configurations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrisdudek/yg",
3
- "version": "2.5.1",
3
+ "version": "2.8.0",
4
4
  "description": "Make your repository self-aware. Persistent semantic memory and deterministic context assembly for AI agents.",
5
5
  "type": "module",
6
6
  "bin": {