create-leafmesh 2.2.3__tar.gz → 2.2.4__tar.gz

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.
Files changed (477) hide show
  1. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/PKG-INFO +1 -1
  2. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/__init__.py +1 -1
  3. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/cli.py +8 -4
  4. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh.egg-info/PKG-INFO +1 -1
  5. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/pyproject.toml +1 -1
  6. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/README.md +0 -0
  7. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/create.py +0 -0
  8. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/Dockerfile +0 -0
  9. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/README.md +0 -0
  10. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/_REFERENCE_ONLY.md +0 -0
  11. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/agency/__init__.py +0 -0
  12. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/agency/advisor_agent.py +0 -0
  13. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/agency/external_agents.py +0 -0
  14. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/agency/fallback_researcher_agent.py +0 -0
  15. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/agency/greeter_agent.py +0 -0
  16. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/agency/processor_agent.py +0 -0
  17. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/agency/researcher_agent.py +0 -0
  18. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/agency/scheduler_agent.py +0 -0
  19. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/agency/tools.py +0 -0
  20. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/configs/config.yaml +0 -0
  21. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/docker-compose.yml +0 -0
  22. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/dockerignore +0 -0
  23. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/env +0 -0
  24. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/gitignore +0 -0
  25. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/hitl_stub_receiver.py +0 -0
  26. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/main.py +0 -0
  27. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/requirements.txt +0 -0
  28. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/skills/data-handling/SKILL.md +0 -0
  29. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/skills/data-handling/examples.json +0 -0
  30. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_inspire/skills/tone-rules.md +0 -0
  31. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/_registry.yaml +0 -0
  32. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/Dockerfile +0 -0
  33. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/README.md +0 -0
  34. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/_prompts.json +0 -0
  35. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/agency/__init__.py +0 -0
  36. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/agency/_shared/__init__.py +0 -0
  37. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/agency/_shared/audit_logger.py +0 -0
  38. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/agency/compliance_reviewer_agent.py +0 -0
  39. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/agency/past_proposal_retriever_agent.py +0 -0
  40. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/agency/pricing_configurator_agent.py +0 -0
  41. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/agency/rfp_ingester_agent.py +0 -0
  42. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/agency/section_drafter_agent.py +0 -0
  43. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/agency/win_loss_analyzer_agent.py +0 -0
  44. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/configs/config.yaml +0 -0
  45. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/docker-compose.yml +0 -0
  46. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/dockerignore +0 -0
  47. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/env +0 -0
  48. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/gitignore +0 -0
  49. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/main.py +0 -0
  50. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/pytest.ini +0 -0
  51. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/requirements-dev.txt +0 -0
  52. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/requirements.txt +0 -0
  53. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/tests/__init__.py +0 -0
  54. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/tests/conftest.py +0 -0
  55. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/tests/test_agent_logic.py +0 -0
  56. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bd-proposals/tests/test_config_shape.py +0 -0
  57. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/Dockerfile +0 -0
  58. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/README.md +0 -0
  59. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/_prompts.json +0 -0
  60. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/agency/__init__.py +0 -0
  61. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/agency/_shared/__init__.py +0 -0
  62. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/agency/_shared/audit_logger.py +0 -0
  63. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/agency/allocation_planner_agent.py +0 -0
  64. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/agency/capacity_forecaster_agent.py +0 -0
  65. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/agency/career_path_recommender_agent.py +0 -0
  66. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/agency/idle_detector_agent.py +0 -0
  67. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/agency/reskilling_recommender_agent.py +0 -0
  68. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/agency/skills_matcher_agent.py +0 -0
  69. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/agency/weekly_bench_sweep_agent.py +0 -0
  70. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/configs/config.yaml +0 -0
  71. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/docker-compose.yml +0 -0
  72. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/dockerignore +0 -0
  73. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/env +0 -0
  74. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/gitignore +0 -0
  75. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/main.py +0 -0
  76. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/pytest.ini +0 -0
  77. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/requirements-dev.txt +0 -0
  78. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/requirements.txt +0 -0
  79. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/tests/__init__.py +0 -0
  80. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/tests/conftest.py +0 -0
  81. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/tests/test_agent_logic.py +0 -0
  82. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/bench-management/tests/test_config_shape.py +0 -0
  83. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/claude_skills/leafmesh/SKILL.md +0 -0
  84. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/claude_skills/leafmesh/agent-config-fields.md +0 -0
  85. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/claude_skills/leafmesh/examples.md +0 -0
  86. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/claude_skills/leafmesh/reference.md +0 -0
  87. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/Dockerfile +0 -0
  88. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/README.md +0 -0
  89. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/_prompts.json +0 -0
  90. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/agency/__init__.py +0 -0
  91. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/agency/_shared/__init__.py +0 -0
  92. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/agency/_shared/audit_logger.py +0 -0
  93. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/agency/exec_alignment_agent.py +0 -0
  94. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/agency/health_score_agent.py +0 -0
  95. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/agency/health_score_explainer_agent.py +0 -0
  96. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/agency/health_sweep_orchestrator_agent.py +0 -0
  97. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/agency/playbook_trigger_agent.py +0 -0
  98. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/agency/qbr_drafter_agent.py +0 -0
  99. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/agency/renewal_forecaster_agent.py +0 -0
  100. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/agency/renewal_window_monitor_agent.py +0 -0
  101. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/agency/risk_detector_agent.py +0 -0
  102. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/agency/save_play_agent.py +0 -0
  103. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/configs/config.yaml +0 -0
  104. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/docker-compose.yml +0 -0
  105. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/dockerignore +0 -0
  106. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/env +0 -0
  107. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/gitignore +0 -0
  108. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/main.py +0 -0
  109. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/pytest.ini +0 -0
  110. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/requirements-dev.txt +0 -0
  111. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/requirements.txt +0 -0
  112. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/tests/__init__.py +0 -0
  113. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/tests/conftest.py +0 -0
  114. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/tests/test_agent_logic.py +0 -0
  115. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-success/tests/test_config_shape.py +0 -0
  116. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/Dockerfile +0 -0
  117. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/README.md +0 -0
  118. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/_prompts.json +0 -0
  119. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/agency/__init__.py +0 -0
  120. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/agency/_shared/__init__.py +0 -0
  121. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/agency/_shared/audit_logger.py +0 -0
  122. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/agency/kb_gap_filler_agent.py +0 -0
  123. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/agency/knowledge_agent.py +0 -0
  124. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/agency/qa_agent.py +0 -0
  125. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/agency/response_agent.py +0 -0
  126. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/agency/sentiment_agent.py +0 -0
  127. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/agency/sla_watchdog_agent.py +0 -0
  128. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/agency/ticket_intake_agent.py +0 -0
  129. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/agency/triage_agent.py +0 -0
  130. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/configs/config.yaml +0 -0
  131. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/docker-compose.yml +0 -0
  132. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/dockerignore +0 -0
  133. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/env +0 -0
  134. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/gitignore +0 -0
  135. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/main.py +0 -0
  136. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/pytest.ini +0 -0
  137. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/requirements-dev.txt +0 -0
  138. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/requirements.txt +0 -0
  139. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/tests/__init__.py +0 -0
  140. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/tests/conftest.py +0 -0
  141. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/tests/test_agent_logic.py +0 -0
  142. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/customer-support/tests/test_config_shape.py +0 -0
  143. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/Dockerfile +0 -0
  144. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/README.md +0 -0
  145. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/_prompts.json +0 -0
  146. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/agency/__init__.py +0 -0
  147. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/agency/_shared/__init__.py +0 -0
  148. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/agency/_shared/audit_logger.py +0 -0
  149. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/agency/code_reviewer_agent.py +0 -0
  150. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/agency/junior_engineer_agent.py +0 -0
  151. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/agency/oncall_alert_triager_agent.py +0 -0
  152. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/agency/refactor_agent.py +0 -0
  153. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/agency/security_scanner_agent.py +0 -0
  154. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/agency/spec_agent.py +0 -0
  155. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/agency/test_engineer_agent.py +0 -0
  156. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/configs/config.yaml +0 -0
  157. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/docker-compose.yml +0 -0
  158. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/dockerignore +0 -0
  159. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/env +0 -0
  160. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/gitignore +0 -0
  161. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/main.py +0 -0
  162. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/pytest.ini +0 -0
  163. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/requirements-dev.txt +0 -0
  164. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/requirements.txt +0 -0
  165. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/tests/__init__.py +0 -0
  166. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/tests/conftest.py +0 -0
  167. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/tests/test_agent_logic.py +0 -0
  168. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/engineering-sdlc/tests/test_config_shape.py +0 -0
  169. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/Dockerfile +0 -0
  170. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/README.md +0 -0
  171. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/_prompts.json +0 -0
  172. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/agency/__init__.py +0 -0
  173. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/agency/_shared/__init__.py +0 -0
  174. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/agency/_shared/audit_logger.py +0 -0
  175. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/agency/_shared/erp_poster.py +0 -0
  176. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/agency/approval_router_agent.py +0 -0
  177. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/agency/close_cycle_orchestrator_agent.py +0 -0
  178. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/agency/erp_poster_agent.py +0 -0
  179. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/agency/exception_drafter_agent.py +0 -0
  180. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/agency/extraction_agent.py +0 -0
  181. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/agency/fraud_check_agent.py +0 -0
  182. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/agency/gl_coding_agent.py +0 -0
  183. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/agency/invoice_intake_agent.py +0 -0
  184. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/agency/po_match_agent.py +0 -0
  185. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/agency/reconciliation_agent.py +0 -0
  186. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/agency/vendor_query_handler_agent.py +0 -0
  187. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/configs/config.yaml +0 -0
  188. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/docker-compose.yml +0 -0
  189. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/dockerignore +0 -0
  190. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/env +0 -0
  191. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/gitignore +0 -0
  192. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/main.py +0 -0
  193. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/pytest.ini +0 -0
  194. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/requirements-dev.txt +0 -0
  195. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/requirements.txt +0 -0
  196. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/tests/__init__.py +0 -0
  197. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/tests/conftest.py +0 -0
  198. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/tests/test_agent_logic.py +0 -0
  199. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/finance-ops/tests/test_config_shape.py +0 -0
  200. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/Dockerfile +0 -0
  201. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/README.md +0 -0
  202. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/_prompts.json +0 -0
  203. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/agency/__init__.py +0 -0
  204. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/agency/_shared/__init__.py +0 -0
  205. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/agency/_shared/audit_logger.py +0 -0
  206. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/agency/commitment_utilisation_agent.py +0 -0
  207. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/agency/cost_anomaly_agent.py +0 -0
  208. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/agency/cost_tuner_agent.py +0 -0
  209. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/agency/iac_drift_agent.py +0 -0
  210. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/agency/reserved_capacity_planner_agent.py +0 -0
  211. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/agency/right_sizer_agent.py +0 -0
  212. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/configs/config.yaml +0 -0
  213. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/docker-compose.yml +0 -0
  214. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/dockerignore +0 -0
  215. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/env +0 -0
  216. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/gitignore +0 -0
  217. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/main.py +0 -0
  218. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/pytest.ini +0 -0
  219. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/requirements-dev.txt +0 -0
  220. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/requirements.txt +0 -0
  221. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/tests/__init__.py +0 -0
  222. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/tests/conftest.py +0 -0
  223. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/tests/test_agent_logic.py +0 -0
  224. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/infra-cost-ops/tests/test_config_shape.py +0 -0
  225. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/Dockerfile +0 -0
  226. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/README.md +0 -0
  227. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/_prompts.json +0 -0
  228. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/__init__.py +0 -0
  229. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/_shared/__init__.py +0 -0
  230. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/_shared/audit_logger.py +0 -0
  231. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/attribution_agent.py +0 -0
  232. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/audience_intelligence_agent.py +0 -0
  233. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/brief_intake_agent.py +0 -0
  234. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/campaign_orchestrator_agent.py +0 -0
  235. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/campaign_strategist_agent.py +0 -0
  236. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/competitor_intel_agent.py +0 -0
  237. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/compliance_reviewer_agent.py +0 -0
  238. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/copywriter_agent.py +0 -0
  239. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/crisis_responder_agent.py +0 -0
  240. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/marketing_audit_logger_agent.py +0 -0
  241. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/performance_analyzer_agent.py +0 -0
  242. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/publisher_agent.py +0 -0
  243. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/agency/visual_briefer_agent.py +0 -0
  244. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/configs/config.yaml +0 -0
  245. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/docker-compose.yml +0 -0
  246. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/dockerignore +0 -0
  247. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/env +0 -0
  248. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/gitignore +0 -0
  249. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/main.py +0 -0
  250. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/pytest.ini +0 -0
  251. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/requirements-dev.txt +0 -0
  252. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/requirements.txt +0 -0
  253. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/tests/__init__.py +0 -0
  254. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/tests/conftest.py +0 -0
  255. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/tests/test_agent_logic.py +0 -0
  256. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/marketing-ops/tests/test_config_shape.py +0 -0
  257. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/Dockerfile +0 -0
  258. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/README.md +0 -0
  259. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/_prompts.json +0 -0
  260. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/agency/__init__.py +0 -0
  261. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/agency/_shared/__init__.py +0 -0
  262. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/agency/_shared/audit_logger.py +0 -0
  263. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/agency/condition_sensor_agent.py +0 -0
  264. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/agency/dispatcher_agent.py +0 -0
  265. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/agency/failure_predictor_agent.py +0 -0
  266. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/agency/parts_requestor_agent.py +0 -0
  267. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/agency/recurrence_watchdog_agent.py +0 -0
  268. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/agency/spare_parts_forecaster_agent.py +0 -0
  269. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/agency/work_order_scheduler_agent.py +0 -0
  270. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/configs/config.yaml +0 -0
  271. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/docker-compose.yml +0 -0
  272. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/dockerignore +0 -0
  273. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/env +0 -0
  274. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/gitignore +0 -0
  275. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/main.py +0 -0
  276. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/pytest.ini +0 -0
  277. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/requirements-dev.txt +0 -0
  278. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/requirements.txt +0 -0
  279. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/tests/__init__.py +0 -0
  280. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/tests/conftest.py +0 -0
  281. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/tests/test_agent_logic.py +0 -0
  282. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/predictive-maintenance/tests/test_config_shape.py +0 -0
  283. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/Dockerfile +0 -0
  284. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/README.md +0 -0
  285. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/_prompts.json +0 -0
  286. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/agency/__init__.py +0 -0
  287. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/agency/_shared/__init__.py +0 -0
  288. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/agency/_shared/audit_logger.py +0 -0
  289. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/agency/capacity_model_agent.py +0 -0
  290. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/agency/constraint_flagger_agent.py +0 -0
  291. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/agency/demand_sensor_agent.py +0 -0
  292. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/agency/release_agent.py +0 -0
  293. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/agency/rolling_reopt_orchestrator_agent.py +0 -0
  294. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/agency/scheduler_agent.py +0 -0
  295. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/agency/supplier_signal_agent.py +0 -0
  296. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/configs/config.yaml +0 -0
  297. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/docker-compose.yml +0 -0
  298. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/dockerignore +0 -0
  299. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/env +0 -0
  300. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/gitignore +0 -0
  301. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/main.py +0 -0
  302. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/pytest.ini +0 -0
  303. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/requirements-dev.txt +0 -0
  304. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/requirements.txt +0 -0
  305. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/tests/__init__.py +0 -0
  306. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/tests/conftest.py +0 -0
  307. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/tests/test_agent_logic.py +0 -0
  308. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/production-planning/tests/test_config_shape.py +0 -0
  309. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/Dockerfile +0 -0
  310. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/README.md +0 -0
  311. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/_prompts.json +0 -0
  312. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/agency/__init__.py +0 -0
  313. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/agency/_shared/__init__.py +0 -0
  314. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/agency/_shared/audit_logger.py +0 -0
  315. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/agency/batch_traceability_agent.py +0 -0
  316. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/agency/corrective_action_drafter_agent.py +0 -0
  317. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/agency/defect_detector_agent.py +0 -0
  318. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/agency/inspection_intake_agent.py +0 -0
  319. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/agency/root_cause_analyzer_agent.py +0 -0
  320. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/agency/spc_monitor_agent.py +0 -0
  321. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/configs/config.yaml +0 -0
  322. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/docker-compose.yml +0 -0
  323. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/dockerignore +0 -0
  324. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/env +0 -0
  325. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/gitignore +0 -0
  326. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/main.py +0 -0
  327. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/pytest.ini +0 -0
  328. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/requirements-dev.txt +0 -0
  329. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/requirements.txt +0 -0
  330. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/tests/__init__.py +0 -0
  331. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/tests/conftest.py +0 -0
  332. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/tests/test_agent_logic.py +0 -0
  333. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quality-yield/tests/test_config_shape.py +0 -0
  334. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/Dockerfile +0 -0
  335. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/README.md +0 -0
  336. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/_prompts.json +0 -0
  337. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/agency/__init__.py +0 -0
  338. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/agency/_shared/__init__.py +0 -0
  339. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/agency/_shared/audit_logger.py +0 -0
  340. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/agency/approval_router_agent.py +0 -0
  341. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/agency/bundle_recommender_agent.py +0 -0
  342. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/agency/competitor_watch_agent.py +0 -0
  343. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/agency/cost_calculator_agent.py +0 -0
  344. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/agency/discount_policy_agent.py +0 -0
  345. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/agency/quote_drafter_agent.py +0 -0
  346. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/agency/rfq_ingester_agent.py +0 -0
  347. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/configs/config.yaml +0 -0
  348. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/docker-compose.yml +0 -0
  349. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/dockerignore +0 -0
  350. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/env +0 -0
  351. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/gitignore +0 -0
  352. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/main.py +0 -0
  353. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/pytest.ini +0 -0
  354. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/requirements-dev.txt +0 -0
  355. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/requirements.txt +0 -0
  356. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/tests/__init__.py +0 -0
  357. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/tests/conftest.py +0 -0
  358. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/tests/test_agent_logic.py +0 -0
  359. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/quote-to-cash/tests/test_config_shape.py +0 -0
  360. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/Dockerfile +0 -0
  361. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/README.md +0 -0
  362. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/_prompts.json +0 -0
  363. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/agency/__init__.py +0 -0
  364. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/agency/_shared/__init__.py +0 -0
  365. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/agency/_shared/audit_logger.py +0 -0
  366. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/agency/offer_drafter_agent.py +0 -0
  367. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/agency/outreach_drafter_agent.py +0 -0
  368. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/agency/pipeline_health_agent.py +0 -0
  369. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/agency/rejection_letter_drafter_agent.py +0 -0
  370. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/agency/req_intake_agent.py +0 -0
  371. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/agency/resume_screener_agent.py +0 -0
  372. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/agency/scheduling_agent.py +0 -0
  373. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/agency/sourcing_agent.py +0 -0
  374. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/configs/config.yaml +0 -0
  375. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/docker-compose.yml +0 -0
  376. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/dockerignore +0 -0
  377. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/env +0 -0
  378. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/gitignore +0 -0
  379. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/main.py +0 -0
  380. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/pytest.ini +0 -0
  381. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/requirements-dev.txt +0 -0
  382. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/requirements.txt +0 -0
  383. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/tests/__init__.py +0 -0
  384. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/tests/conftest.py +0 -0
  385. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/tests/test_agent_logic.py +0 -0
  386. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/recruiting-ops/tests/test_config_shape.py +0 -0
  387. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/Dockerfile +0 -0
  388. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/README.md +0 -0
  389. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/_prompts.json +0 -0
  390. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/agency/__init__.py +0 -0
  391. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/agency/_shared/__init__.py +0 -0
  392. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/agency/_shared/audit_logger.py +0 -0
  393. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/agency/lead_intake_agent.py +0 -0
  394. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/agency/lead_revival_agent.py +0 -0
  395. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/agency/lead_scorer_agent.py +0 -0
  396. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/agency/personalisation_agent.py +0 -0
  397. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/agency/pipeline_health_agent.py +0 -0
  398. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/agency/sequence_orchestrator_agent.py +0 -0
  399. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/configs/config.yaml +0 -0
  400. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/docker-compose.yml +0 -0
  401. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/dockerignore +0 -0
  402. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/env +0 -0
  403. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/gitignore +0 -0
  404. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/main.py +0 -0
  405. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/pytest.ini +0 -0
  406. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/requirements-dev.txt +0 -0
  407. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/requirements.txt +0 -0
  408. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/tests/__init__.py +0 -0
  409. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/tests/conftest.py +0 -0
  410. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/tests/test_agent_logic.py +0 -0
  411. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/sales-orchestration/tests/test_config_shape.py +0 -0
  412. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/Dockerfile +0 -0
  413. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/README.md +0 -0
  414. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/_prompts.json +0 -0
  415. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/agency/__init__.py +0 -0
  416. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/agency/_shared/__init__.py +0 -0
  417. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/agency/_shared/audit_logger.py +0 -0
  418. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/agency/analysis_agent.py +0 -0
  419. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/agency/brief_intake_agent.py +0 -0
  420. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/agency/citation_agent.py +0 -0
  421. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/agency/context_agent.py +0 -0
  422. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/agency/delivery_router_agent.py +0 -0
  423. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/agency/draft_agent.py +0 -0
  424. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/agency/engagement_status_drafter_agent.py +0 -0
  425. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/agency/qa_agent.py +0 -0
  426. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/agency/research_agent.py +0 -0
  427. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/agency/status_sweep_orchestrator_agent.py +0 -0
  428. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/configs/config.yaml +0 -0
  429. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/docker-compose.yml +0 -0
  430. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/dockerignore +0 -0
  431. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/env +0 -0
  432. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/gitignore +0 -0
  433. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/main.py +0 -0
  434. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/pytest.ini +0 -0
  435. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/requirements-dev.txt +0 -0
  436. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/requirements.txt +0 -0
  437. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/tests/__init__.py +0 -0
  438. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/tests/conftest.py +0 -0
  439. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/tests/test_agent_logic.py +0 -0
  440. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/services-delivery/tests/test_config_shape.py +0 -0
  441. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/Dockerfile +0 -0
  442. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/README.md +0 -0
  443. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/_prompts.json +0 -0
  444. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/agency/__init__.py +0 -0
  445. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/agency/_shared/__init__.py +0 -0
  446. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/agency/_shared/audit_logger.py +0 -0
  447. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/agency/allocation_agent.py +0 -0
  448. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/agency/carrier_selector_agent.py +0 -0
  449. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/agency/cycle_count_orchestrator_agent.py +0 -0
  450. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/agency/exception_agent.py +0 -0
  451. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/agency/humanoid_status_agent.py +0 -0
  452. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/agency/inspection_humanoid.py +0 -0
  453. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/agency/inventory_agent.py +0 -0
  454. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/agency/loader_humanoid.py +0 -0
  455. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/agency/packer_humanoid.py +0 -0
  456. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/agency/picker_humanoid.py +0 -0
  457. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/agency/returns_handler_agent.py +0 -0
  458. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/agency/routing_agent.py +0 -0
  459. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/configs/config.yaml +0 -0
  460. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/docker-compose.yml +0 -0
  461. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/dockerignore +0 -0
  462. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/env +0 -0
  463. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/gitignore +0 -0
  464. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/main.py +0 -0
  465. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/pytest.ini +0 -0
  466. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/requirements-dev.txt +0 -0
  467. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/requirements.txt +0 -0
  468. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/tests/__init__.py +0 -0
  469. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/tests/conftest.py +0 -0
  470. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/tests/test_agent_logic.py +0 -0
  471. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh/templates/warehouse-supply-chain/tests/test_config_shape.py +0 -0
  472. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh.egg-info/SOURCES.txt +0 -0
  473. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh.egg-info/dependency_links.txt +0 -0
  474. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh.egg-info/entry_points.txt +0 -0
  475. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh.egg-info/requires.txt +0 -0
  476. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/create_leafmesh.egg-info/top_level.txt +0 -0
  477. {create_leafmesh-2.2.3 → create_leafmesh-2.2.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: create-leafmesh
3
- Version: 2.2.3
3
+ Version: 2.2.4
4
4
  Summary: Project scaffolding tool for LeafMesh
5
5
  License-Expression: MIT
6
6
  Requires-Python: >=3.10
@@ -1,3 +1,3 @@
1
1
  """create-leafmesh — Project scaffolding tool for LeafMesh."""
2
2
 
3
- __version__ = "2.2.3"
3
+ __version__ = "2.2.4"
@@ -232,7 +232,11 @@ def _prompt_template_choice_interactive() -> str:
232
232
  label = f"{cat} ({n} template{'s' if n != 1 else ''})"
233
233
  cat_choices.append(questionary.Choice(title=label, value=cat))
234
234
  cat_choices.append(questionary.Separator())
235
- cat_choices.append(questionary.Choice(title="Quit", value=None))
235
+ # NOTE: `value=None` causes questionary to fall back to the title
236
+ # string (treats None as "unset"), which then crashes our
237
+ # cat_to_items lookup with KeyError: 'Quit'. Use an explicit
238
+ # sentinel string instead.
239
+ cat_choices.append(questionary.Choice(title="Quit", value="__quit__"))
236
240
 
237
241
  chosen_cat = questionary.select(
238
242
  "Choose a business area:",
@@ -242,7 +246,7 @@ def _prompt_template_choice_interactive() -> str:
242
246
  use_indicator=True,
243
247
  ).ask()
244
248
 
245
- if chosen_cat is None:
249
+ if chosen_cat is None or chosen_cat == "__quit__":
246
250
  print("\n Cancelled.\n")
247
251
  sys.exit(0)
248
252
 
@@ -260,7 +264,7 @@ def _prompt_template_choice_interactive() -> str:
260
264
  tpl_choices.append(questionary.Separator())
261
265
  tpl_choices.append(questionary.Choice(title="← Back to categories",
262
266
  value="__back__"))
263
- tpl_choices.append(questionary.Choice(title="Quit", value=None))
267
+ tpl_choices.append(questionary.Choice(title="Quit", value="__quit__"))
264
268
 
265
269
  chosen = questionary.select(
266
270
  f"Template in {chosen_cat}:",
@@ -270,7 +274,7 @@ def _prompt_template_choice_interactive() -> str:
270
274
  use_indicator=True,
271
275
  ).ask()
272
276
 
273
- if chosen is None:
277
+ if chosen is None or chosen == "__quit__":
274
278
  print("\n Cancelled.\n")
275
279
  sys.exit(0)
276
280
  if chosen == "__back__":
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: create-leafmesh
3
- Version: 2.2.3
3
+ Version: 2.2.4
4
4
  Summary: Project scaffolding tool for LeafMesh
5
5
  License-Expression: MIT
6
6
  Requires-Python: >=3.10
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "create-leafmesh"
7
- version = "2.2.3"
7
+ version = "2.2.4"
8
8
  description = "Project scaffolding tool for LeafMesh"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"