crackerjack 0.39.9__py3-none-any.whl → 0.39.10__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of crackerjack might be problematic. Click here for more details.

crackerjack/__main__.py CHANGED
@@ -474,14 +474,15 @@ def _handle_version_analysis(
474
474
 
475
475
 
476
476
  def _setup_debug_and_verbose_flags(
477
- ai_debug: bool, debug: bool, verbose: bool, options: t.Any
477
+ ai_fix: bool, ai_debug: bool, debug: bool, verbose: bool, options: t.Any
478
478
  ) -> tuple[bool, bool]:
479
479
  """Configure debug and verbose flags and update options.
480
480
 
481
+ Preserves the user's ai_fix flag value, but ai_debug can override it to True.
482
+
481
483
  Returns tuple of (ai_fix, verbose) flags.
482
484
  """
483
- ai_fix = False
484
-
485
+ # Preserve user's ai_fix flag, but ai_debug implies ai_fix
485
486
  if ai_debug:
486
487
  ai_fix = True
487
488
  verbose = True
@@ -1462,7 +1463,9 @@ def main(
1462
1463
  options.remove_from_index = remove_from_index
1463
1464
 
1464
1465
  # Setup debug and verbose flags
1465
- ai_fix, verbose = _setup_debug_and_verbose_flags(ai_debug, debug, verbose, options)
1466
+ ai_fix, verbose = _setup_debug_and_verbose_flags(
1467
+ ai_fix, ai_debug, debug, verbose, options
1468
+ )
1466
1469
  setup_ai_agent_env(ai_fix, ai_debug or debug)
1467
1470
 
1468
1471
  # Process all commands - returns True if should continue to main workflow
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crackerjack
3
- Version: 0.39.9
3
+ Version: 0.39.10
4
4
  Summary: Crackerjack Python project management tool
5
5
  Project-URL: documentation, https://github.com/lesleslie/crackerjack
6
6
  Project-URL: homepage, https://github.com/lesleslie/crackerjack
@@ -1,5 +1,5 @@
1
1
  crackerjack/__init__.py,sha256=DajG9zHB8qBdgdiKMumrrssUbKeMXmtIQ3oOaSTb46Y,1426
2
- crackerjack/__main__.py,sha256=gS8PIp-98GUlZodL8vgOQNKUIo9qL-TY2FWQ2WXpqSk,58923
2
+ crackerjack/__main__.py,sha256=jf-77hiq9_OVWFUN3qaX1eiuFEg-GMDRnszwyujx22I,59085
3
3
  crackerjack/api.py,sha256=PyCRaZHvKWdu62_2O4t_HcEfKNBdqyrfPdonS_PNn4c,21495
4
4
  crackerjack/code_cleaner.py,sha256=M1zVaq31uW0nOkPneKR8kfR3892gyyVx0VhFgRaxsj4,44338
5
5
  crackerjack/dynamic_config.py,sha256=MQpZpTcGeWruPb98XMJrsQWinSgVnZlAh1vPGwcETh8,21757
@@ -235,8 +235,8 @@ crackerjack/tools/validate_input_validator_patterns.py,sha256=NN7smYlXWrHLQXTb-8
235
235
  crackerjack/tools/validate_regex_patterns.py,sha256=J7GG9EP1fASpRIsG8qRPeiCSkdCwmk0sdo29GgoJ6w8,5863
236
236
  crackerjack/ui/__init__.py,sha256=eMb1OeTU-dSLICAACn0YdYB4Amdr8wHckjKfn0wOIZE,37
237
237
  crackerjack/ui/server_panels.py,sha256=F5IH6SNN06BaZQMsFx_D-OA286aojmaFPJ5kvvSRv_c,4232
238
- crackerjack-0.39.9.dist-info/METADATA,sha256=3LNLV29-k6if-5195KRHbFfjTFurn7L5uYkUBaEO8ss,42313
239
- crackerjack-0.39.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
240
- crackerjack-0.39.9.dist-info/entry_points.txt,sha256=AJKNft0WXm9xoGUJ3Trl-iXHOWxRAYbagQiza3AILr4,57
241
- crackerjack-0.39.9.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
242
- crackerjack-0.39.9.dist-info/RECORD,,
238
+ crackerjack-0.39.10.dist-info/METADATA,sha256=70NGIX7SNHgF62CnTiNROshmqVcvT45SG_p9TdVWGqQ,42314
239
+ crackerjack-0.39.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
240
+ crackerjack-0.39.10.dist-info/entry_points.txt,sha256=AJKNft0WXm9xoGUJ3Trl-iXHOWxRAYbagQiza3AILr4,57
241
+ crackerjack-0.39.10.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
242
+ crackerjack-0.39.10.dist-info/RECORD,,