From f403163331b872fdb788378940c2882ba4639ff1 Mon Sep 17 00:00:00 2001 From: Dani B Date: Wed, 28 Jan 2026 01:00:43 -0500 Subject: [PATCH] fix(01): resolve circular dependency issues - Remove dependency on Plan 11 from Plan 05 (password reset UI) - Remove dependency on Plan 11 from Plan 08 - Both plans now only depend on Plan 03 (auth UI components) - Fixes wave ordering violation where later wave depended on earlier wave --- .planning/phases/01-authentication/01-05-PLAN.md | 2 +- .planning/phases/01-authentication/01-08-PLAN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.planning/phases/01-authentication/01-05-PLAN.md b/.planning/phases/01-authentication/01-05-PLAN.md index 41633fc..70d39ad 100644 --- a/.planning/phases/01-authentication/01-05-PLAN.md +++ b/.planning/phases/01-authentication/01-05-PLAN.md @@ -3,7 +3,7 @@ phase: 01-authentication plan: 05 type: execute wave: 3 -depends_on: ["01-03", "01-11"] +depends_on: ["01-03"] files_modified: ["lib/features/authentication/presentation/pages/reset_password_page.dart", "lib/features/authentication/presentation/widgets/password_reset_form.dart"] autonomous: true user_setup: diff --git a/.planning/phases/01-authentication/01-08-PLAN.md b/.planning/phases/01-authentication/01-08-PLAN.md index b653073..c5a4984 100644 --- a/.planning/phases/01-authentication/01-08-PLAN.md +++ b/.planning/phases/01-authentication/01-08-PLAN.md @@ -3,7 +3,7 @@ phase: 01-authentication plan: 08 type: execute wave: 3 -depends_on: ["01-03", "01-11"] +depends_on: ["01-03"] files_modified: ["lib/features/authentication/presentation/pages/login_page.dart", "lib/features/authentication/presentation/pages/signup_page.dart", "lib/features/authentication/presentation/pages/reset_password_page.dart"] autonomous: true user_setup: []