diff --git a/pilot/helpers/Project.py b/pilot/helpers/Project.py index e8edb4f9..d627b92f 100644 --- a/pilot/helpers/Project.py +++ b/pilot/helpers/Project.py @@ -93,6 +93,7 @@ class Project: self.development_plan = None self.previous_features = None self.current_feature = None + self.is_complex_app = True self.dot_pilot_gpt = DotGptPilot(log_chat_completions=True) if os.getenv("AUTOFIX_FILE_PATHS", "").lower() in ["true", "1", "yes"]: