From 6e551b41451a519ee9f663eb42ed69ca4542bbf3 Mon Sep 17 00:00:00 2001 From: Dominique Merle Date: Sun, 31 May 2020 02:31:09 +0000 Subject: [PATCH] --- Constitutive-Flow.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Constitutive-Flow.md b/Constitutive-Flow.md index 1aed9fe..8699a07 100644 --- a/Constitutive-Flow.md +++ b/Constitutive-Flow.md @@ -3,6 +3,7 @@ graph TD WantsChange{I want things to change} + WantsSelfEvolution{I want myself to evolve} IsConstituent{I am or am becoming constituent} WantsConstitution{I want a new constitution} %%ThinksConstitutively{I think constitutively} @@ -12,6 +13,12 @@ graph TD WantsChange --> |Yes| IsConstituent WantsChange --> |No| SinTestimonyIn2020 + SinTestimonyIn2020 --> WantsSelfEvolution + WantsSelfEvolution --> |Yes| IsConstituent + WantsSelfEvolution --> |No| ObligatoryGandhi + ObligatoryGandhi --> |Wise words| IsConstituent + ObligatoryGandhi --> |Bullcrap| CallForHug + IsConstituent --> |Yes| WantsConstitution IsConstituent --> |No| WantsBecomeConstituent WantsConstitution --> |Yes| CallToJudgment