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
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user