mapify-cli 3.4.0__py3-none-any.whl → 3.4.1__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.
mapify_cli/__init__.py CHANGED
@@ -23,7 +23,7 @@ Or install globally:
23
23
  mapify check
24
24
  """
25
25
 
26
- __version__ = "3.4.0"
26
+ __version__ = "3.4.1"
27
27
 
28
28
  import copy
29
29
  import os
@@ -665,7 +665,12 @@ def set_waves(branch: str, blueprint_path: Optional[str] = None) -> Dict:
665
665
  except (json.JSONDecodeError, OSError) as exc:
666
666
  return {"status": "error", "message": f"Invalid blueprint: {exc}"}
667
667
 
668
- subtasks = blueprint.get("subtasks", [])
668
+ # Support both formats: full decomposer output (subtasks nested under
669
+ # "blueprint" key) and flat format (subtasks at top level).
670
+ if "blueprint" in blueprint and isinstance(blueprint["blueprint"], dict):
671
+ subtasks = blueprint["blueprint"].get("subtasks", [])
672
+ else:
673
+ subtasks = blueprint.get("subtasks", [])
669
674
  if not subtasks:
670
675
  return {"status": "error", "message": "No subtasks in blueprint"}
671
676
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mapify-cli
3
- Version: 3.4.0
3
+ Version: 3.4.1
4
4
  Summary: MAP Framework installer - Modular Agentic Planner for Claude Code
5
5
  Project-URL: Homepage, https://github.com/azalio/map-framework
6
6
  Project-URL: Repository, https://github.com/azalio/map-framework.git
@@ -1,4 +1,4 @@
1
- mapify_cli/__init__.py,sha256=9i7oEcg4ZcEClvFusKRXVRohhB_OAyZrxxAePaDt2o0,74324
1
+ mapify_cli/__init__.py,sha256=SC0Jklgok9aUJ9pKWQOwvzJMgwgYkalowmXjkNEClvs,74324
2
2
  mapify_cli/dependency_graph.py,sha256=yju_S1jvyZS1dxnr8oGkGpUnvdt2nA4Norx5cmCMpSk,16783
3
3
  mapify_cli/intent_detector.py,sha256=BdEIe_iyVwhiQAYLRCBT1NlsBKF7_npy3Qq7_Bf6RvQ,1887
4
4
  mapify_cli/ralph_state.py,sha256=VUAlu5aboiKvgLU1cGA1rzx1R_xZe8ARnnHhybFzDBc,15236
@@ -42,7 +42,7 @@ mapify_cli/templates/hooks/safety-guardrails.py,sha256=PcrFyqByHw-jUIL_9VCk6Ge6T
42
42
  mapify_cli/templates/hooks/workflow-context-injector.py,sha256=k7CR60Tgb66dj5QQkulv0_4pubHWRBlw_aueGyzEA38,7056
43
43
  mapify_cli/templates/hooks/workflow-gate.py,sha256=3mwghwX0MW6uVsfynuQKupfg5ToPr80PehYksu5ERzw,9206
44
44
  mapify_cli/templates/map/scripts/diagnostics.py,sha256=V6Y2S_9z6DExJMnqpA_pU1aOV8OxQtd98yD00W3UxUc,4458
45
- mapify_cli/templates/map/scripts/map_orchestrator.py,sha256=DFnqE3TkoM39-E6K23QaL6bIbbQ1Y2CRNPSa1Yl8rb4,42306
45
+ mapify_cli/templates/map/scripts/map_orchestrator.py,sha256=2qtg63FJvlgIP3rdlFrmgR8BJ9aiDRJNbveeZetTUEI,42598
46
46
  mapify_cli/templates/map/scripts/map_step_runner.py,sha256=SoO7kJ1AWspYfgD8vZ7zz8nATIg4LnZz0r4ogPNymSw,14097
47
47
  mapify_cli/templates/map/static-analysis/analyze.sh,sha256=L6FyfoisFeguQvNORjmXbf3YT22LHqwmlvH61LuntLA,2085
48
48
  mapify_cli/templates/map/static-analysis/handlers/common.sh,sha256=5KsapYbkoEeY_PYBJDwq_5t5KQflNPjQ2jSHqiZKDvg,3229
@@ -79,7 +79,7 @@ mapify_cli/templates/skills/map-workflows-guide/resources/map-refactor-deep-dive
79
79
  mapify_cli/templates/skills/map-workflows-guide/scripts/validate-workflow-choice.py,sha256=D-eZmqpPcGASNNqFXpOn5XOkoVQ7OEWlkDxLzDay6nY,4766
80
80
  mapify_cli/tools/__init__.py,sha256=Obfdb37fwWEZA4h4vW2tmy7qTaZwxp8eALvIUi1EX2g,502
81
81
  mapify_cli/tools/validate_dependencies.py,sha256=0zjqqAHGBZnyXXVHXIWEZquTFoX77ZyLnThrSAI4pnM,26258
82
- mapify_cli-3.4.0.dist-info/METADATA,sha256=uspY8FSm8CdALzP-nuQpfUBdzpPzwtHaasFNhVPEjAk,4386
83
- mapify_cli-3.4.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
84
- mapify_cli-3.4.0.dist-info/entry_points.txt,sha256=JEbE3NIipHUFQOjczbX0IuqMLxfPHUQgTKWk2q4ihBw,43
85
- mapify_cli-3.4.0.dist-info/RECORD,,
82
+ mapify_cli-3.4.1.dist-info/METADATA,sha256=nUzb5co0QScoP1J8_XZEzzTahcaiZ5hqF1Z41C_GRb0,4386
83
+ mapify_cli-3.4.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
84
+ mapify_cli-3.4.1.dist-info/entry_points.txt,sha256=JEbE3NIipHUFQOjczbX0IuqMLxfPHUQgTKWk2q4ihBw,43
85
+ mapify_cli-3.4.1.dist-info/RECORD,,