create-leafmesh 2.5.1__tar.gz → 2.5.2__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 (797) hide show
  1. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/PKG-INFO +1 -1
  2. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/__init__.py +1 -1
  3. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/claude_skills/leafmesh/SKILL.md +99 -7
  4. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh.egg-info/PKG-INFO +1 -1
  5. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/pyproject.toml +1 -1
  6. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/README.md +0 -0
  7. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/cli.py +0 -0
  8. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/create.py +0 -0
  9. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/deploy.py +0 -0
  10. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/deploy_providers/__init__.py +0 -0
  11. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/deploy_providers/_shared.py +0 -0
  12. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/deploy_providers/aws.py +0 -0
  13. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/deploy_providers/azure.py +0 -0
  14. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/deploy_providers/gcp.py +0 -0
  15. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/Dockerfile +0 -0
  16. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/README.md +0 -0
  17. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/_REFERENCE_ONLY.md +0 -0
  18. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/__pycache__/main.cpython-314.pyc +0 -0
  19. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/__init__.py +0 -0
  20. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  21. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/__pycache__/advisor_agent.cpython-314.pyc +0 -0
  22. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/__pycache__/external_agents.cpython-314.pyc +0 -0
  23. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/__pycache__/fallback_researcher_agent.cpython-314.pyc +0 -0
  24. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/__pycache__/greeter_agent.cpython-314.pyc +0 -0
  25. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/__pycache__/processor_agent.cpython-314.pyc +0 -0
  26. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/__pycache__/researcher_agent.cpython-314.pyc +0 -0
  27. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/__pycache__/risk_scorer_agent.cpython-314.pyc +0 -0
  28. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/__pycache__/scheduler_agent.cpython-314.pyc +0 -0
  29. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/__pycache__/tools.cpython-314.pyc +0 -0
  30. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/advisor_agent.py +0 -0
  31. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/external_agents.py +0 -0
  32. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/fallback_researcher_agent.py +0 -0
  33. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/greeter_agent.py +0 -0
  34. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/processor_agent.py +0 -0
  35. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/researcher_agent.py +0 -0
  36. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/risk_scorer_agent.py +0 -0
  37. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/scheduler_agent.py +0 -0
  38. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/agency/tools.py +0 -0
  39. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/configs/config.yaml +0 -0
  40. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/docker-compose.yml +0 -0
  41. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/dockerignore +0 -0
  42. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/env +0 -0
  43. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/gitignore +0 -0
  44. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/hitl_stub_receiver.py +0 -0
  45. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/logs/leafmesh_2026-06-11.log +0 -0
  46. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/main.py +0 -0
  47. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/requirements.txt +0 -0
  48. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/skills/data-handling/SKILL.md +0 -0
  49. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/skills/data-handling/examples.json +0 -0
  50. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/skills/tone-rules.md +0 -0
  51. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/tests/__init__.py +0 -0
  52. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  53. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  54. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/tests/test_config_shape.py +0 -0
  55. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_inspire/validate_config.py +0 -0
  56. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/_registry.yaml +0 -0
  57. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/Dockerfile +0 -0
  58. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/README.md +0 -0
  59. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/_prompts.json +0 -0
  60. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/agency/__init__.py +0 -0
  61. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/agency/_shared/__init__.py +0 -0
  62. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  63. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/agency/_shared/__pycache__/audit_logger.cpython-314.pyc +0 -0
  64. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/agency/_shared/audit_logger.py +0 -0
  65. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/configs/config.yaml +0 -0
  66. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/docker-compose.yml +0 -0
  67. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/dockerignore +0 -0
  68. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/env +0 -0
  69. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/examples/01_new_rfp_received.json +0 -0
  70. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/examples/02_win_post_mortem.json +0 -0
  71. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/examples/03_loss_with_competitor.json +0 -0
  72. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/examples/04_quarterly_win_rate.json +0 -0
  73. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/examples/README.md +0 -0
  74. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/examples/run_examples.py +0 -0
  75. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/gitignore +0 -0
  76. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/main.py +0 -0
  77. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/pytest.ini +0 -0
  78. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/requirements-dev.txt +0 -0
  79. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/requirements.txt +0 -0
  80. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/tests/__init__.py +0 -0
  81. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  82. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  83. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  84. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/tests/conftest.py +0 -0
  85. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/tests/test_config_shape.py +0 -0
  86. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bd-proposals/validate_config.py +0 -0
  87. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/Dockerfile +0 -0
  88. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/README.md +0 -0
  89. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/__pycache__/main.cpython-314.pyc +0 -0
  90. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/_prompts.json +0 -0
  91. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/agency/__init__.py +0 -0
  92. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  93. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/agency/__pycache__/esat_survey_agent.cpython-314.pyc +0 -0
  94. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/agency/_shared/__init__.py +0 -0
  95. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  96. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/agency/_shared/__pycache__/audit_logger.cpython-314.pyc +0 -0
  97. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/agency/_shared/audit_logger.py +0 -0
  98. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/agency/esat_survey_agent.py +0 -0
  99. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/configs/config.yaml +0 -0
  100. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/docker-compose.yml +0 -0
  101. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/dockerignore +0 -0
  102. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/env +0 -0
  103. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/examples/01_new_project_kickoff.json +0 -0
  104. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/examples/02_weekly_bench_review.json +0 -0
  105. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/examples/03_promotion_readiness.json +0 -0
  106. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/examples/04_person_rolling_off.json +0 -0
  107. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/examples/README.md +0 -0
  108. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/examples/run_examples.py +0 -0
  109. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/gitignore +0 -0
  110. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/main.py +0 -0
  111. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/pytest.ini +0 -0
  112. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/requirements-dev.txt +0 -0
  113. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/requirements.txt +0 -0
  114. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/tests/__init__.py +0 -0
  115. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  116. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  117. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc +0 -0
  118. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  119. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/tests/conftest.py +0 -0
  120. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/tests/test_agent_logic.py +0 -0
  121. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/tests/test_config_shape.py +0 -0
  122. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/bench-management/validate_config.py +0 -0
  123. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/claude_skills/leafmesh/agent-config-fields.md +0 -0
  124. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/claude_skills/leafmesh/examples.md +0 -0
  125. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/claude_skills/leafmesh/reference.md +0 -0
  126. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/Dockerfile +0 -0
  127. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/README.md +0 -0
  128. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/_prompts.json +0 -0
  129. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/agency/__init__.py +0 -0
  130. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  131. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/agency/_shared/__init__.py +0 -0
  132. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  133. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/agency/_shared/__pycache__/audit_logger.cpython-314.pyc +0 -0
  134. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/agency/_shared/audit_logger.py +0 -0
  135. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/configs/config.yaml +0 -0
  136. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/docker-compose.yml +0 -0
  137. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/dockerignore +0 -0
  138. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/env +0 -0
  139. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/examples/01_telemetry_dau_drop.json +0 -0
  140. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/examples/02_billing_failed_payment.json +0 -0
  141. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/examples/03_renewal_window_60d.json +0 -0
  142. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/examples/04_executive_change.json +0 -0
  143. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/examples/README.md +0 -0
  144. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/examples/run_examples.py +0 -0
  145. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/gitignore +0 -0
  146. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/logs/leafmesh_2026-06-11.log +0 -0
  147. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/main.py +0 -0
  148. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/pytest.ini +0 -0
  149. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/requirements-dev.txt +0 -0
  150. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/requirements.txt +0 -0
  151. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/tests/__init__.py +0 -0
  152. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  153. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  154. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc +0 -0
  155. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  156. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/tests/conftest.py +0 -0
  157. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/tests/test_agent_logic.py +0 -0
  158. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/tests/test_config_shape.py +0 -0
  159. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-success/validate_config.py +0 -0
  160. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/Dockerfile +0 -0
  161. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/README.md +0 -0
  162. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/_prompts.json +0 -0
  163. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/agency/__init__.py +0 -0
  164. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  165. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/agency/_shared/__init__.py +0 -0
  166. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  167. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/agency/_shared/__pycache__/audit_logger.cpython-314.pyc +0 -0
  168. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/agency/_shared/audit_logger.py +0 -0
  169. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/configs/config.yaml +0 -0
  170. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/docker-compose.yml +0 -0
  171. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/dockerignore +0 -0
  172. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/env +0 -0
  173. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/examples/01_password_reset_routine.json +0 -0
  174. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/examples/02_billing_dispute_escalation.json +0 -0
  175. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/examples/03_security_incident.json +0 -0
  176. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/examples/04_kb_gap_signal.json +0 -0
  177. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/examples/README.md +0 -0
  178. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/examples/run_examples.py +0 -0
  179. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/gitignore +0 -0
  180. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/logs/leafmesh_2026-06-11.log +0 -0
  181. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/logs/leafmesh_2026-06-12.log +0 -0
  182. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/main.py +0 -0
  183. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/pytest.ini +0 -0
  184. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/requirements-dev.txt +0 -0
  185. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/requirements.txt +0 -0
  186. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/tests/__init__.py +0 -0
  187. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  188. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  189. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc +0 -0
  190. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  191. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/tests/conftest.py +0 -0
  192. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/tests/test_agent_logic.py +0 -0
  193. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/tests/test_config_shape.py +0 -0
  194. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/customer-support/validate_config.py +0 -0
  195. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/Dockerfile +0 -0
  196. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/README.md +0 -0
  197. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/__pycache__/main.cpython-314.pyc +0 -0
  198. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/_prompts.json +0 -0
  199. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/agency/__init__.py +0 -0
  200. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  201. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/agency/__pycache__/code_reviewer_agent.cpython-314.pyc +0 -0
  202. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/agency/__pycache__/spec_agent.cpython-314.pyc +0 -0
  203. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/agency/_shared/__init__.py +0 -0
  204. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  205. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/agency/_shared/__pycache__/audit_logger.cpython-314.pyc +0 -0
  206. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/agency/_shared/__pycache__/session_stash.cpython-314.pyc +0 -0
  207. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/agency/_shared/audit_logger.py +0 -0
  208. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/agency/_shared/session_stash.py +0 -0
  209. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/agency/code_reviewer_agent.py +0 -0
  210. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/agency/spec_agent.py +0 -0
  211. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/configs/config.yaml +0 -0
  212. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/docker-compose.yml +0 -0
  213. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/dockerignore +0 -0
  214. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/env +0 -0
  215. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/examples/01_simple_feature_ticket.json +0 -0
  216. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/examples/02_security_sensitive_change.json +0 -0
  217. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/examples/03_oncall_pager_alert.json +0 -0
  218. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/examples/04_refactor_proposal.json +0 -0
  219. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/examples/README.md +0 -0
  220. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/examples/run_examples.py +0 -0
  221. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/gitignore +0 -0
  222. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/logs/leafmesh_2026-06-09.log +0 -0
  223. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/logs/leafmesh_2026-06-10.log +0 -0
  224. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/logs/leafmesh_2026-06-11.log +0 -0
  225. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/main.py +0 -0
  226. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/pytest.ini +0 -0
  227. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/requirements-dev.txt +0 -0
  228. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/requirements.txt +0 -0
  229. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/tests/__init__.py +0 -0
  230. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  231. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  232. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc +0 -0
  233. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  234. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/tests/conftest.py +0 -0
  235. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/tests/test_agent_logic.py +0 -0
  236. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/tests/test_config_shape.py +0 -0
  237. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/engineering-sdlc/validate_config.py +0 -0
  238. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/Dockerfile +0 -0
  239. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/README.md +0 -0
  240. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/__pycache__/main.cpython-314.pyc +0 -0
  241. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/_prompts.json +0 -0
  242. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/__init__.py +0 -0
  243. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  244. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/__pycache__/erp_poster_agent.cpython-314.pyc +0 -0
  245. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/__pycache__/gl_coding_agent.cpython-314.pyc +0 -0
  246. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/__pycache__/matching_agent.cpython-314.pyc +0 -0
  247. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/_shared/__init__.py +0 -0
  248. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  249. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/_shared/__pycache__/erp_poster.cpython-314.pyc +0 -0
  250. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/_shared/__pycache__/session_stash.cpython-314.pyc +0 -0
  251. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/_shared/audit_logger.py +0 -0
  252. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/_shared/erp_poster.py +0 -0
  253. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/_shared/session_stash.py +0 -0
  254. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/erp_poster_agent.py +0 -0
  255. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/gl_coding_agent.py +0 -0
  256. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/loan_origination_agent.py +0 -0
  257. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/loan_servicing_agent.py +0 -0
  258. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/agency/matching_agent.py +0 -0
  259. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/configs/config.yaml +0 -0
  260. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/docker-compose.yml +0 -0
  261. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/dockerignore +0 -0
  262. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/env +0 -0
  263. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/examples/01_happy_path_subscription.json +0 -0
  264. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/examples/02_fraud_signal_round_number.json +0 -0
  265. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/examples/03_po_mismatch_exception.json +0 -0
  266. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/examples/04_high_value_cfo_signoff.json +0 -0
  267. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/examples/05_vendor_inquiry.json +0 -0
  268. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/examples/README.md +0 -0
  269. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/examples/run_examples.py +0 -0
  270. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/gitignore +0 -0
  271. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/logs/leafmesh_2026-06-12.log +0 -0
  272. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/main.py +0 -0
  273. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/pytest.ini +0 -0
  274. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/requirements-dev.txt +0 -0
  275. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/requirements.txt +0 -0
  276. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/tests/__init__.py +0 -0
  277. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  278. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  279. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc +0 -0
  280. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  281. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/tests/conftest.py +0 -0
  282. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/tests/test_agent_logic.py +0 -0
  283. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/tests/test_config_shape.py +0 -0
  284. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/finance-ops/validate_config.py +0 -0
  285. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/Dockerfile +0 -0
  286. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/README.md +0 -0
  287. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/__pycache__/main.cpython-314.pyc +0 -0
  288. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/_prompts.json +0 -0
  289. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/__init__.py +0 -0
  290. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  291. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/__pycache__/commitments_agent.cpython-314.pyc +0 -0
  292. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/__pycache__/cost_anomaly_agent.cpython-314.pyc +0 -0
  293. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/__pycache__/cost_tuner_agent.cpython-314.pyc +0 -0
  294. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/__pycache__/finops_governance_agent.cpython-314.pyc +0 -0
  295. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/__pycache__/iac_drift_agent.cpython-314.pyc +0 -0
  296. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/__pycache__/regulatory_monitor_agent.cpython-314.pyc +0 -0
  297. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/_shared/__init__.py +0 -0
  298. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  299. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/_shared/__pycache__/audit_logger.cpython-314.pyc +0 -0
  300. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/_shared/__pycache__/session_stash.cpython-314.pyc +0 -0
  301. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/_shared/audit_logger.py +0 -0
  302. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/_shared/session_stash.py +0 -0
  303. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/cost_anomaly_agent.py +0 -0
  304. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/agency/cost_tuner_agent.py +0 -0
  305. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/configs/config.yaml +0 -0
  306. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/docker-compose.yml +0 -0
  307. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/dockerignore +0 -0
  308. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/env +0 -0
  309. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/examples/01_ec2_idle_anomaly.json +0 -0
  310. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/examples/02_savings_plan_under_utilised.json +0 -0
  311. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/examples/03_ri_expiry_30d.json +0 -0
  312. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/examples/04_iac_drift_detected.json +0 -0
  313. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/examples/README.md +0 -0
  314. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/examples/run_examples.py +0 -0
  315. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/gitignore +0 -0
  316. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/logs/leafmesh_2026-06-11.log +0 -0
  317. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/logs/leafmesh_2026-06-12.log +0 -0
  318. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/main.py +0 -0
  319. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/pytest.ini +0 -0
  320. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/requirements-dev.txt +0 -0
  321. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/requirements.txt +0 -0
  322. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/tests/__init__.py +0 -0
  323. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  324. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  325. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc +0 -0
  326. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  327. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/tests/conftest.py +0 -0
  328. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/tests/test_agent_logic.py +0 -0
  329. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/tests/test_config_shape.py +0 -0
  330. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/infra-cost-ops/validate_config.py +0 -0
  331. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/Dockerfile +0 -0
  332. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/README.md +0 -0
  333. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/__pycache__/main.cpython-314.pyc +0 -0
  334. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/_prompts.json +0 -0
  335. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/agency/__init__.py +0 -0
  336. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  337. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/agency/__pycache__/compliance_reviewer_agent.cpython-314.pyc +0 -0
  338. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/agency/__pycache__/marketing_audit_logger_agent.cpython-314.pyc +0 -0
  339. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/agency/__pycache__/publisher_agent.cpython-314.pyc +0 -0
  340. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/agency/_shared/__init__.py +0 -0
  341. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  342. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/agency/_shared/__pycache__/audit_logger.cpython-314.pyc +0 -0
  343. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/agency/_shared/__pycache__/session_stash.cpython-314.pyc +0 -0
  344. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/agency/_shared/audit_logger.py +0 -0
  345. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/agency/_shared/session_stash.py +0 -0
  346. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/agency/compliance_reviewer_agent.py +0 -0
  347. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/agency/marketing_audit_logger_agent.py +0 -0
  348. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/agency/publisher_agent.py +0 -0
  349. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/configs/config.yaml +0 -0
  350. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/docker-compose.yml +0 -0
  351. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/dockerignore +0 -0
  352. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/env +0 -0
  353. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/examples/01_new_campaign_brief.json +0 -0
  354. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/examples/02_product_launch_kickoff.json +0 -0
  355. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/examples/03_brand_crisis.json +0 -0
  356. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/examples/04_competitor_pricing_move.json +0 -0
  357. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/examples/README.md +0 -0
  358. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/examples/__pycache__/run_examples.cpython-314.pyc +0 -0
  359. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/examples/run_examples.py +0 -0
  360. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/gitignore +0 -0
  361. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/logs/leafmesh_2026-06-12.log +0 -0
  362. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/main.py +0 -0
  363. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/pytest.ini +0 -0
  364. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/requirements-dev.txt +0 -0
  365. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/requirements.txt +0 -0
  366. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/tests/__init__.py +0 -0
  367. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  368. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  369. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc +0 -0
  370. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  371. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/tests/conftest.py +0 -0
  372. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/tests/test_agent_logic.py +0 -0
  373. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/tests/test_config_shape.py +0 -0
  374. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/marketing-ops/validate_config.py +0 -0
  375. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/Dockerfile +0 -0
  376. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/README.md +0 -0
  377. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/_prompts.json +0 -0
  378. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/agency/__init__.py +0 -0
  379. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  380. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/agency/__pycache__/safety_incident_reporter_agent.cpython-314.pyc +0 -0
  381. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/agency/__pycache__/work_order_scheduler_agent.cpython-314.pyc +0 -0
  382. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/agency/_shared/__init__.py +0 -0
  383. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  384. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/agency/_shared/__pycache__/audit_logger.cpython-314.pyc +0 -0
  385. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/agency/_shared/audit_logger.py +0 -0
  386. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/agency/safety_incident_reporter_agent.py +0 -0
  387. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/agency/work_order_scheduler_agent.py +0 -0
  388. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/configs/config.yaml +0 -0
  389. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/docker-compose.yml +0 -0
  390. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/dockerignore +0 -0
  391. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/env +0 -0
  392. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/examples/01_routine_sensor_reading.json +0 -0
  393. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/examples/02_anomaly_failure_predicted.json +0 -0
  394. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/examples/03_safety_critical_shutdown.json +0 -0
  395. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/examples/04_weekly_parts_forecast.json +0 -0
  396. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/examples/README.md +0 -0
  397. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/examples/run_examples.py +0 -0
  398. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/gitignore +0 -0
  399. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/logs/leafmesh_2026-06-09.log +0 -0
  400. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/logs/leafmesh_2026-06-10.log +0 -0
  401. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/logs/leafmesh_2026-06-11.log +0 -0
  402. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/logs/leafmesh_2026-06-12.log +0 -0
  403. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/main.py +0 -0
  404. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/pytest.ini +0 -0
  405. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/requirements-dev.txt +0 -0
  406. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/requirements.txt +0 -0
  407. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/tests/__init__.py +0 -0
  408. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  409. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  410. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc +0 -0
  411. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  412. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/tests/conftest.py +0 -0
  413. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/tests/test_agent_logic.py +0 -0
  414. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/tests/test_config_shape.py +0 -0
  415. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/predictive-maintenance/validate_config.py +0 -0
  416. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/Dockerfile +0 -0
  417. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/README.md +0 -0
  418. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/TESTING_GUIDE.md +0 -0
  419. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/WORKFLOW_GUIDE.md +0 -0
  420. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/__pycache__/main.cpython-314.pyc +0 -0
  421. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/__init__.py +0 -0
  422. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  423. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/__pycache__/data_loader.cpython-314.pyc +0 -0
  424. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/__pycache__/grn_agent.cpython-314.pyc +0 -0
  425. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/__pycache__/inventory_agent.cpython-314.pyc +0 -0
  426. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/__pycache__/logistics_agent.cpython-314.pyc +0 -0
  427. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/__pycache__/order_intake_agent.cpython-314.pyc +0 -0
  428. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/__pycache__/purchase_order_agent.cpython-314.pyc +0 -0
  429. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/__pycache__/supplier_agent.cpython-314.pyc +0 -0
  430. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/__pycache__/supply_report_agent.cpython-314.pyc +0 -0
  431. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/__pycache__/tariff_classifier_agent.cpython-314.pyc +0 -0
  432. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/__pycache__/tools.cpython-314.pyc +0 -0
  433. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/__pycache__/trade_compliance_agent.cpython-314.pyc +0 -0
  434. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/_shared/__init__.py +0 -0
  435. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  436. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/_shared/__pycache__/session_stash.cpython-314.pyc +0 -0
  437. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/_shared/session_stash.py +0 -0
  438. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/data_loader.py +0 -0
  439. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/grn_agent.py +0 -0
  440. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/inventory_agent.py +0 -0
  441. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/logistics_agent.py +0 -0
  442. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/order_intake_agent.py +0 -0
  443. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/purchase_order_agent.py +0 -0
  444. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/supplier_agent.py +0 -0
  445. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/supply_report_agent.py +0 -0
  446. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/tariff_classifier_agent.py +0 -0
  447. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/tools.py +0 -0
  448. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/agency/trade_compliance_agent.py +0 -0
  449. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/configs/config.yaml +0 -0
  450. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/configs/inventory.yaml +0 -0
  451. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/configs/open_pos.yaml +0 -0
  452. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/configs/suppliers.yaml +0 -0
  453. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/docker-compose.yml +0 -0
  454. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/dockerignore +0 -0
  455. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/env +0 -0
  456. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/gitignore +0 -0
  457. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/main.py +0 -0
  458. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/requirements.txt +0 -0
  459. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/tests/__init__.py +0 -0
  460. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  461. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  462. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/tests/test_config_shape.py +0 -0
  463. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/procurement-ops/validate_config.py +0 -0
  464. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/Dockerfile +0 -0
  465. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/README.md +0 -0
  466. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/__pycache__/main.cpython-314.pyc +0 -0
  467. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/_prompts.json +0 -0
  468. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/agency/__init__.py +0 -0
  469. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  470. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/agency/__pycache__/constraint_flagger_agent.cpython-314.pyc +0 -0
  471. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/agency/_shared/__init__.py +0 -0
  472. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  473. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/agency/_shared/__pycache__/audit_logger.cpython-314.pyc +0 -0
  474. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/agency/_shared/__pycache__/session_stash.cpython-314.pyc +0 -0
  475. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/agency/_shared/audit_logger.py +0 -0
  476. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/agency/_shared/session_stash.py +0 -0
  477. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/agency/constraint_flagger_agent.py +0 -0
  478. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/agency/release_agent.py +0 -0
  479. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/agency/scheduler_agent.py +0 -0
  480. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/configs/config.yaml +0 -0
  481. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/docker-compose.yml +0 -0
  482. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/dockerignore +0 -0
  483. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/env +0 -0
  484. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/examples/01_demand_signal_normal.json +0 -0
  485. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/examples/02_supplier_delay.json +0 -0
  486. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/examples/03_emergency_constraint_alert.json +0 -0
  487. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/examples/04_supplier_capacity_change.json +0 -0
  488. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/examples/README.md +0 -0
  489. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/examples/run_examples.py +0 -0
  490. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/gitignore +0 -0
  491. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/logs/leafmesh_2026-06-09.log +0 -0
  492. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/logs/leafmesh_2026-06-10.log +0 -0
  493. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/logs/leafmesh_2026-06-11.log +0 -0
  494. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/logs/leafmesh_2026-06-12.log +0 -0
  495. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/main.py +0 -0
  496. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/pytest.ini +0 -0
  497. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/requirements-dev.txt +0 -0
  498. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/requirements.txt +0 -0
  499. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/tests/__init__.py +0 -0
  500. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  501. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  502. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc +0 -0
  503. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  504. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/tests/conftest.py +0 -0
  505. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/tests/test_agent_logic.py +0 -0
  506. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/tests/test_config_shape.py +0 -0
  507. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/production-planning/validate_config.py +0 -0
  508. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/Dockerfile +0 -0
  509. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/README.md +0 -0
  510. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/__pycache__/main.cpython-314.pyc +0 -0
  511. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/_prompts.json +0 -0
  512. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/agency/__init__.py +0 -0
  513. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  514. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/agency/__pycache__/corrective_action_tracker_agent.cpython-314.pyc +0 -0
  515. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/agency/__pycache__/inspection_intake_agent.cpython-314.pyc +0 -0
  516. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/agency/__pycache__/quality_engineer_agent.cpython-314.pyc +0 -0
  517. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/agency/__pycache__/recall_traceability_agent.cpython-314.pyc +0 -0
  518. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/agency/__pycache__/regulatory_compliance_agent.cpython-314.pyc +0 -0
  519. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/agency/__pycache__/spc_monitor_agent.cpython-314.pyc +0 -0
  520. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/agency/_shared/__init__.py +0 -0
  521. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  522. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/agency/_shared/__pycache__/audit_logger.cpython-314.pyc +0 -0
  523. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/agency/_shared/audit_logger.py +0 -0
  524. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/agency/recall_traceability_agent.py +0 -0
  525. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/agency/spc_monitor_agent.py +0 -0
  526. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/configs/config.yaml +0 -0
  527. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/data/spc_measurements.db +0 -0
  528. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/docker-compose.yml +0 -0
  529. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/dockerignore +0 -0
  530. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/env +0 -0
  531. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/examples/01_routine_inspection.json +0 -0
  532. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/examples/02_defect_cluster.json +0 -0
  533. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/examples/03_field_complaint_recall.json +0 -0
  534. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/examples/04_regulatory_audit_pull.json +0 -0
  535. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/examples/README.md +0 -0
  536. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/examples/run_examples.py +0 -0
  537. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/gitignore +0 -0
  538. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/logs/leafmesh_2026-06-12.log +0 -0
  539. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/main.py +0 -0
  540. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/pytest.ini +0 -0
  541. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/requirements-dev.txt +0 -0
  542. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/requirements.txt +0 -0
  543. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/tests/__init__.py +0 -0
  544. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  545. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  546. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc +0 -0
  547. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  548. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/tests/conftest.py +0 -0
  549. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/tests/test_agent_logic.py +0 -0
  550. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/tests/test_config_shape.py +0 -0
  551. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quality-yield/validate_config.py +0 -0
  552. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/Dockerfile +0 -0
  553. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/README.md +0 -0
  554. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/__pycache__/main.cpython-314.pyc +0 -0
  555. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/_prompts.json +0 -0
  556. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/agency/__init__.py +0 -0
  557. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  558. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/agency/__pycache__/discount_policy_agent.cpython-314.pyc +0 -0
  559. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/agency/__pycache__/quote_drafter_agent.cpython-314.pyc +0 -0
  560. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/agency/_shared/__init__.py +0 -0
  561. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  562. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/agency/_shared/__pycache__/audit_logger.cpython-314.pyc +0 -0
  563. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/agency/_shared/__pycache__/session_stash.cpython-314.pyc +0 -0
  564. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/agency/_shared/audit_logger.py +0 -0
  565. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/agency/_shared/session_stash.py +0 -0
  566. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/agency/discount_policy_agent.py +0 -0
  567. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/agency/quote_drafter_agent.py +0 -0
  568. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/configs/config.yaml +0 -0
  569. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/docker-compose.yml +0 -0
  570. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/dockerignore +0 -0
  571. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/env +0 -0
  572. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/examples/01_rfq_standard.json +0 -0
  573. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/examples/02_steep_discount_finance.json +0 -0
  574. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/examples/03_competitor_price_change.json +0 -0
  575. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/examples/04_renewal_uplift_bundle.json +0 -0
  576. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/examples/README.md +0 -0
  577. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/examples/run_examples.py +0 -0
  578. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/gitignore +0 -0
  579. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/logs/leafmesh_2026-06-09.log +0 -0
  580. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/logs/leafmesh_2026-06-10.log +0 -0
  581. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/logs/leafmesh_2026-06-11.log +0 -0
  582. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/logs/leafmesh_2026-06-12.log +0 -0
  583. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/main.py +0 -0
  584. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/pytest.ini +0 -0
  585. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/requirements-dev.txt +0 -0
  586. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/requirements.txt +0 -0
  587. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/tests/__init__.py +0 -0
  588. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  589. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  590. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc +0 -0
  591. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  592. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/tests/conftest.py +0 -0
  593. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/tests/test_agent_logic.py +0 -0
  594. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/tests/test_config_shape.py +0 -0
  595. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/quote-to-cash/validate_config.py +0 -0
  596. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/Dockerfile +0 -0
  597. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/README.md +0 -0
  598. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/__pycache__/main.cpython-314.pyc +0 -0
  599. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/_prompts.json +0 -0
  600. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/agency/__init__.py +0 -0
  601. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  602. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/agency/__pycache__/bias_audit_agent.cpython-314.pyc +0 -0
  603. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/agency/_shared/__init__.py +0 -0
  604. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  605. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/agency/_shared/__pycache__/audit_logger.cpython-314.pyc +0 -0
  606. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/agency/_shared/audit_logger.py +0 -0
  607. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/agency/bias_audit_agent.py +0 -0
  608. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/configs/config.yaml +0 -0
  609. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/docker-compose.yml +0 -0
  610. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/dockerignore +0 -0
  611. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/env +0 -0
  612. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/examples/01_new_req_filed.json +0 -0
  613. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/examples/02_candidate_rejection_letter.json +0 -0
  614. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/examples/03_offer_drafting.json +0 -0
  615. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/examples/04_ghosted_candidate_close.json +0 -0
  616. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/examples/README.md +0 -0
  617. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/examples/run_examples.py +0 -0
  618. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/gitignore +0 -0
  619. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/logs/leafmesh_2026-06-11.log +0 -0
  620. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/logs/leafmesh_2026-06-12.log +0 -0
  621. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/main.py +0 -0
  622. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/pytest.ini +0 -0
  623. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/requirements-dev.txt +0 -0
  624. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/requirements.txt +0 -0
  625. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/tests/__init__.py +0 -0
  626. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  627. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  628. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc +0 -0
  629. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  630. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/tests/conftest.py +0 -0
  631. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/tests/test_agent_logic.py +0 -0
  632. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/tests/test_config_shape.py +0 -0
  633. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/recruiting-ops/validate_config.py +0 -0
  634. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/Dockerfile +0 -0
  635. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/README.md +0 -0
  636. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/__pycache__/main.cpython-314.pyc +0 -0
  637. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/_prompts.json +0 -0
  638. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/agency/__init__.py +0 -0
  639. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  640. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/agency/_shared/__init__.py +0 -0
  641. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  642. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/agency/_shared/__pycache__/audit_logger.cpython-314.pyc +0 -0
  643. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/agency/_shared/audit_logger.py +0 -0
  644. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/configs/config.yaml +0 -0
  645. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/docker-compose.yml +0 -0
  646. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/dockerignore +0 -0
  647. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/env +0 -0
  648. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/examples/01_inbound_demo_request.json +0 -0
  649. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/examples/02_cold_lead_revival.json +0 -0
  650. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/examples/03_competitor_steal_signal.json +0 -0
  651. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/examples/04_event_followup_burst.json +0 -0
  652. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/examples/05_enriched_inbound_lead.json +0 -0
  653. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/examples/06_deal_nurture_sweep.json +0 -0
  654. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/examples/07_abm_account_activation.json +0 -0
  655. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/examples/08_competitive_intel_pull.json +0 -0
  656. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/examples/README.md +0 -0
  657. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/examples/run_examples.py +0 -0
  658. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/gitignore +0 -0
  659. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/main.py +0 -0
  660. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/pytest.ini +0 -0
  661. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/requirements-dev.txt +0 -0
  662. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/requirements.txt +0 -0
  663. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/tests/__init__.py +0 -0
  664. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  665. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  666. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc +0 -0
  667. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  668. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/tests/conftest.py +0 -0
  669. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/tests/test_agent_logic.py +0 -0
  670. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/tests/test_config_shape.py +0 -0
  671. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/sales-orchestration/validate_config.py +0 -0
  672. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/Dockerfile +0 -0
  673. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/README.md +0 -0
  674. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/__pycache__/main.cpython-314.pyc +0 -0
  675. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/_prompts.json +0 -0
  676. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/__init__.py +0 -0
  677. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  678. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/__pycache__/brief_intake_agent.cpython-314.pyc +0 -0
  679. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/__pycache__/citation_agent.cpython-314.pyc +0 -0
  680. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/__pycache__/consultant_agent.cpython-314.pyc +0 -0
  681. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/__pycache__/context_agent.cpython-314.pyc +0 -0
  682. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/__pycache__/delivery_router_agent.cpython-314.pyc +0 -0
  683. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/__pycache__/doc_extraction_agent.cpython-314.pyc +0 -0
  684. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/__pycache__/engagement_controller_agent.cpython-314.pyc +0 -0
  685. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/__pycache__/engagement_status_drafter_agent.cpython-314.pyc +0 -0
  686. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/__pycache__/performance_review_agent.cpython-314.pyc +0 -0
  687. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/__pycache__/qa_agent.cpython-314.pyc +0 -0
  688. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/__pycache__/research_agent.cpython-314.pyc +0 -0
  689. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/__pycache__/status_sweep_orchestrator_agent.cpython-314.pyc +0 -0
  690. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/_shared/__init__.py +0 -0
  691. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  692. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/_shared/__pycache__/audit_logger.cpython-314.pyc +0 -0
  693. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/_shared/__pycache__/session_stash.cpython-314.pyc +0 -0
  694. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/_shared/audit_logger.py +0 -0
  695. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/_shared/session_stash.py +0 -0
  696. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/citation_agent.py +0 -0
  697. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/context_agent.py +0 -0
  698. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/agency/qa_agent.py +0 -0
  699. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/configs/config.yaml +0 -0
  700. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/docker-compose.yml +0 -0
  701. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/dockerignore +0 -0
  702. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/env +0 -0
  703. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/examples/01_new_engagement_memo.json +0 -0
  704. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/examples/02_friday_status_pack.json +0 -0
  705. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/examples/03_high_stakes_deliverable.json +0 -0
  706. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/examples/04_monthly_steering_pack.json +0 -0
  707. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/examples/README.md +0 -0
  708. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/examples/run_examples.py +0 -0
  709. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/gitignore +0 -0
  710. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/logs/leafmesh_2026-06-11.log +0 -0
  711. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/logs/leafmesh_2026-06-12.log +0 -0
  712. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/main.py +0 -0
  713. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/pytest.ini +0 -0
  714. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/requirements-dev.txt +0 -0
  715. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/requirements.txt +0 -0
  716. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/tests/__init__.py +0 -0
  717. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  718. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  719. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc +0 -0
  720. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  721. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/tests/conftest.py +0 -0
  722. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/tests/test_agent_logic.py +0 -0
  723. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/tests/test_config_shape.py +0 -0
  724. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/services-delivery/validate_config.py +0 -0
  725. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/Dockerfile +0 -0
  726. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/README.md +0 -0
  727. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/_prompts.json +0 -0
  728. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/agency/__init__.py +0 -0
  729. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/agency/_shared/__init__.py +0 -0
  730. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/agency/_shared/audit_logger.py +0 -0
  731. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/configs/config.yaml +0 -0
  732. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/docker-compose.yml +0 -0
  733. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/dockerignore +0 -0
  734. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/env +0 -0
  735. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/gitignore +0 -0
  736. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/main.py +0 -0
  737. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/pytest.ini +0 -0
  738. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/requirements.txt +0 -0
  739. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/tests/__init__.py +0 -0
  740. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  741. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  742. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  743. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/tests/conftest.py +0 -0
  744. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/tests/test_config_shape.py +0 -0
  745. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/starter/validate_config.py +0 -0
  746. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/Dockerfile +0 -0
  747. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/README.md +0 -0
  748. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/__pycache__/main.cpython-314.pyc +0 -0
  749. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/_prompts.json +0 -0
  750. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/__init__.py +0 -0
  751. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/__pycache__/__init__.cpython-314.pyc +0 -0
  752. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/__pycache__/allocation_agent.cpython-314.pyc +0 -0
  753. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/__pycache__/inspection_humanoid.cpython-314.pyc +0 -0
  754. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/__pycache__/loader_humanoid.cpython-314.pyc +0 -0
  755. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/__pycache__/packer_humanoid.cpython-314.pyc +0 -0
  756. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/__pycache__/picker_humanoid.cpython-314.pyc +0 -0
  757. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/_shared/__init__.py +0 -0
  758. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/_shared/__pycache__/__init__.cpython-314.pyc +0 -0
  759. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/_shared/__pycache__/audit_logger.cpython-314.pyc +0 -0
  760. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/_shared/audit_logger.py +0 -0
  761. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/allocation_agent.py +0 -0
  762. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/inspection_humanoid.py +0 -0
  763. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/loader_humanoid.py +0 -0
  764. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/packer_humanoid.py +0 -0
  765. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/agency/picker_humanoid.py +0 -0
  766. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/configs/config.yaml +0 -0
  767. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/docker-compose.yml +0 -0
  768. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/dockerignore +0 -0
  769. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/env +0 -0
  770. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/examples/01_routine_order.json +0 -0
  771. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/examples/02_short_pick_exception.json +0 -0
  772. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/examples/03_returns_inspection.json +0 -0
  773. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/examples/04_carrier_outage_failover.json +0 -0
  774. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/examples/README.md +0 -0
  775. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/examples/run_examples.py +0 -0
  776. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/gitignore +0 -0
  777. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/logs/leafmesh_2026-06-11.log +0 -0
  778. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/logs/leafmesh_2026-06-12.log +0 -0
  779. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/main.py +0 -0
  780. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/pytest.ini +0 -0
  781. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/requirements-dev.txt +0 -0
  782. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/requirements.txt +0 -0
  783. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/tests/__init__.py +0 -0
  784. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/tests/__pycache__/__init__.cpython-314.pyc +0 -0
  785. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc +0 -0
  786. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/tests/__pycache__/test_agent_logic.cpython-314-pytest-9.0.2.pyc +0 -0
  787. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/tests/__pycache__/test_config_shape.cpython-314-pytest-9.0.2.pyc +0 -0
  788. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/tests/conftest.py +0 -0
  789. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/tests/test_agent_logic.py +0 -0
  790. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/tests/test_config_shape.py +0 -0
  791. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh/templates/warehouse-supply-chain/validate_config.py +0 -0
  792. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh.egg-info/SOURCES.txt +0 -0
  793. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh.egg-info/dependency_links.txt +0 -0
  794. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh.egg-info/entry_points.txt +0 -0
  795. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh.egg-info/requires.txt +0 -0
  796. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/create_leafmesh.egg-info/top_level.txt +0 -0
  797. {create_leafmesh-2.5.1 → create_leafmesh-2.5.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: create-leafmesh
3
- Version: 2.5.1
3
+ Version: 2.5.2
4
4
  Summary: Project scaffolding + cloud-deploy tool for LeafMesh
5
5
  License-Expression: MIT
6
6
  Requires-Python: >=3.10
@@ -1,3 +1,3 @@
1
1
  """create-leafmesh — Project scaffolding + cloud-deploy tool for LeafMesh."""
2
2
 
3
- __version__ = "2.5.1"
3
+ __version__ = "2.5.2"
@@ -1013,9 +1013,49 @@ rather than being manufactured as `false`/`""`. Two consequences:
1013
1013
  edges. `entry_points` targets are stricter — a typo'd target raises
1014
1014
  `ConfigError` at load.
1015
1015
 
1016
- ## Decorators -- The 5 Pipelines
1017
-
1018
- ### @pre_compose -- Prepare inputs BEFORE the LLM
1016
+ ## Decorators — Making an Agent Self-Reliant
1017
+
1018
+ **We are not wiring a workflow of nodes. We are building an OPERATION —
1019
+ a team of self-reliant agents.** A node waits to be handed clean inputs
1020
+ and emits a fixed output. An AGENT, like a capable hire, does its own
1021
+ job end to end: it gathers what it needs before it decides, makes sense
1022
+ of what a system hands back, finishes its own work before passing it
1023
+ on, and addresses each colleague in the language that colleague needs.
1024
+ The decorators below are how an agent becomes self-reliant instead of a
1025
+ step in a pipe.
1026
+
1027
+ An agent may call peers (`can_call`) — that *is* the operation. But it
1028
+ owns its own preparation and post-processing; it never leans on the next
1029
+ agent to clean up after it. **Self-reliant first, collaborative second.**
1030
+
1031
+ (Most pure-LLM agents need NONE of these — the SDK derives behaviour
1032
+ from `yields`. Reach for a decorator only when the agent must do real
1033
+ work *around* the model.)
1034
+
1035
+ | The agent needs to… | Reach for | When it runs |
1036
+ |---|---|---|
1037
+ | gather facts/inputs it needs BEFORE reasoning (fetch a CRM tier, clean the input, load policy) | `@pre_compose` | before the LLM |
1038
+ | make sense of a system-of-record's RAW response (a connector returned JSON → turn it into yields) | `@sdk.intelligence` | *is* the agent's logic |
1039
+ | finish its OWN work after deciding (validate, score, format, bound a retry) | `@chain` | after the LLM, in order |
1040
+ | keep each step's result, not just the final (a derivation with an audit trail of stages) | `@chain_with_results` | after the LLM |
1041
+ | do extra work ONLY in some cases (escalate + approve only when flagged) | `@conditional_chain` | after the LLM, if-condition |
1042
+ | hand a DIFFERENT shape to each peer it calls (billing wants the invoice, support the summary) | `@compose` | shaping the handoff |
1043
+
1044
+ One judgment to keep straight: an agent that **always** needs a fact
1045
+ should `@pre_compose` it — don't make the model *decide* to fetch a
1046
+ thing it always needs. Pre-fetched facts the model reasons over; a
1047
+ **tool call** is the opposite (optional, model-chosen, for things it
1048
+ *may* reach for). Confusing the two is the most common modelling error.
1049
+
1050
+ ### @pre_compose — gather what you need before you decide
1051
+ *Essence: run fetch / clean / enrich BEFORE the model sees the prompt,
1052
+ so the agent reasons over already-resolved facts instead of choosing to
1053
+ go get them. The professional pulls the file before the meeting.*
1054
+ *Reach for it when* the agent must cite a live external fact (CRM tier,
1055
+ account balance, today's rate) or a normalised input in its reasoning,
1056
+ every time it runs.
1057
+ *Instead of* a tool call (optional, model-decided) or a fetch buried in
1058
+ the agent body (runs after the model already guessed).
1019
1059
  ```python
1020
1060
  from leafmesh import pre_compose
1021
1061
 
@@ -1029,7 +1069,39 @@ async def my_agent(llm_response, input_data, context):
1029
1069
  return {"result": llm_response}
1030
1070
  ```
1031
1071
 
1032
- ### @chain -- Sequential post-processing AFTER the LLM
1072
+ ### @sdk.intelligence — make sense of what a system hands back
1073
+ *Essence: a connector (`integration:` / `framework:`) returns its
1074
+ system's RAW response; the intelligence function IS the agent's logic
1075
+ that turns that raw payload into the agent's declared `yields`. Without
1076
+ it the connector response passes through as-is — fine ONLY when the
1077
+ system's shape already matches your contract (it rarely does).*
1078
+ *Reach for it when* a programmatic/external agent calls a real system of
1079
+ record (CRM/ERP/WMS via MCP/Zapier/n8n) and you must map its response
1080
+ into the fields your wires and downstream agents expect.
1081
+ *Instead of* trusting the connector's shape to match your yields, or
1082
+ making a downstream agent reshape it (that's the next agent cleaning up
1083
+ after this one — not self-reliant).
1084
+ ```python
1085
+ # Programmatic/external agent: the connector runs, then THIS shapes its
1086
+ # raw result into the agent's yields. Registered via the SDK (see the
1087
+ # audit sink in agency/_shared/ for the registration form).
1088
+ async def crm_lookup_agent(connector_response, input_data, context):
1089
+ # connector_response = the CRM's raw JSON
1090
+ return {
1091
+ "customer_id": connector_response.get("id", ""),
1092
+ "tier": connector_response.get("account", {}).get("tier", "standard"),
1093
+ }
1094
+ ```
1095
+
1096
+ ### @chain — finish your own work before handing off
1097
+ *Essence: run validate / score / format / bound-a-retry AFTER the model,
1098
+ in order, as part of THIS agent's job — so what it hands a colleague is
1099
+ already finished, not half-done.*
1100
+ *Reach for it when* the agent must clamp or validate its output, compute
1101
+ a deterministic field from the model's judgment, or bound a retry
1102
+ back-edge before it routes.
1103
+ *Instead of* leaving cleanup to the downstream agent, or scattering
1104
+ post-processing inline with no order guarantee.
1033
1105
  ```python
1034
1106
  from leafmesh import chain
1035
1107
 
@@ -1039,7 +1111,13 @@ async def my_agent(llm_response, input_data, context):
1039
1111
  # Runs: agent() -> validate() -> format_output()
1040
1112
  ```
1041
1113
 
1042
- ### @chain_with_results -- Chain that collects intermediate results
1114
+ ### @chain_with_results — keep the trail, not just the answer
1115
+ *Essence: like `@chain`, but preserves EACH stage's result, not only the
1116
+ final one — for when the operation needs an audit trail of how the agent
1117
+ got there.*
1118
+ *Reach for it when* a multi-stage derivation must be inspectable after
1119
+ the fact (compliance, debugging a scored decision).
1120
+ *Instead of* `@chain`, when the intermediate results are throwaway.
1043
1121
  ```python
1044
1122
  from leafmesh import chain_with_results
1045
1123
 
@@ -1049,7 +1127,14 @@ async def my_agent(llm_response, input_data, context):
1049
1127
  # Returns: {"main_result": ..., "chain_results": [step1_result, step2_result, step3_result]}
1050
1128
  ```
1051
1129
 
1052
- ### @conditional_chain -- Chain only if condition is met
1130
+ ### @conditional_chain — do the extra work only when it's warranted
1131
+ *Essence: run a follow-on pipeline ONLY if a condition on the result
1132
+ holds — the agent enriches/escalates itself when needed and skips the
1133
+ cost when not.*
1134
+ *Reach for it when* extra steps (a second review, an approval pass)
1135
+ apply to some results, not all.
1136
+ *Instead of* always running the steps (waste), or pushing the branch
1137
+ onto a `can_call` wire when it's really part of THIS agent's own job.
1053
1138
  ```python
1054
1139
  from leafmesh import conditional_chain
1055
1140
 
@@ -1061,7 +1146,14 @@ async def my_agent(llm_response, input_data, context):
1061
1146
  return {"needs_review": True, "data": llm_response}
1062
1147
  ```
1063
1148
 
1064
- ### @compose -- Shape output per downstream agent
1149
+ ### @compose — speak to each colleague in their language
1150
+ *Essence: shape a DIFFERENT payload for each downstream agent this one
1151
+ calls — billing gets the invoice, support gets the summary — instead of
1152
+ broadcasting one fat dict and making each peer dig for its part.*
1153
+ *Reach for it when* one agent fans out to several peers that each need a
1154
+ different slice or shape of its result.
1155
+ *Instead of* emitting one combined dict and relying on every downstream
1156
+ agent to extract its part (which couples them all to your shape).
1065
1157
  ```python
1066
1158
  from leafmesh import compose
1067
1159
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: create-leafmesh
3
- Version: 2.5.1
3
+ Version: 2.5.2
4
4
  Summary: Project scaffolding + cloud-deploy 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.5.1"
7
+ version = "2.5.2"
8
8
  description = "Project scaffolding + cloud-deploy tool for LeafMesh"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"