Complete workplan state model cleanup

This commit is contained in:
2026-05-18 01:31:36 +02:00
parent 98b2cb6484
commit d6522a9a40
42 changed files with 789 additions and 310 deletions

View File

@@ -143,11 +143,11 @@ High SPR indicates fragile structure where one delay propagates widely.
A workstream is eligible if:
* Status = active
* All dependencies are completed
* Status = ready or active
* All dependencies are finished or archived
[
PEP = \frac{\text{Eligible active workstreams}}{\text{Active + Blocked}}
PEP = \frac{\text{Eligible ready or active workstreams}}{\text{Ready + Active + Blocked}}
]
---
@@ -378,4 +378,3 @@ It captures both:
* Operational flow conditions
By combining graph properties with status information, WHI enables proactive management of coordination complexity.