create-leafmesh 2.6.4__tar.gz → 2.6.6__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.
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/PKG-INFO +1 -1
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/__init__.py +1 -1
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/configs/config.yaml +25 -24
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/configs/config.yaml +11 -10
- create_leafmesh-2.6.6/create_leafmesh/templates/claude_skills/leafmesh/SKILL.md +1399 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/claude_skills/leafmesh/agent-config-fields.md +70 -35
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/claude_skills/leafmesh/examples.md +24 -8
- create_leafmesh-2.6.6/create_leafmesh/templates/claude_skills/leafmesh/nuances-and-gotchas.md +273 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/claude_skills/leafmesh/reference.md +39 -1
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/configs/config.yaml +7 -6
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/configs/config.yaml +11 -10
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh.egg-info/PKG-INFO +1 -1
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh.egg-info/SOURCES.txt +1 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/pyproject.toml +1 -1
- create_leafmesh-2.6.4/create_leafmesh/templates/claude_skills/leafmesh/SKILL.md +0 -3089
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/MANIFEST.in +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/cli.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/create.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/deploy.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/deploy_providers/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/deploy_providers/_shared.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/deploy_providers/aws.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/deploy_providers/azure.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/deploy_providers/gcp.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/discover.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/search.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/_REFERENCE_ONLY.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/agency/advisor_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/agency/external_agents.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/agency/fallback_researcher_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/agency/greeter_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/agency/processor_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/agency/researcher_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/agency/risk_scorer_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/agency/scheduler_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/agency/tools.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/hitl_stub_receiver.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/skills/data-handling/SKILL.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/skills/data-handling/examples.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/skills/tone-rules.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_inspire/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/_registry.yaml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/agency/code_reviewer_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/agency/dev_planner_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/agency/developer_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/agency/merge_coordinator_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/agency/product_owner_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/agency/qa_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/agency/tools/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/agency/tools/tools.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/ai-dev-squad/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/agency/bid_no_bid_decisioner_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/agency/competitive_intel_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/agency/contracts_review_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/agency/precedent_research_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/agency/pricing_configurator_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/agency/proposal_assembler_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/agency/rfp_intake_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/examples/01_new_rfp_received.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/examples/02_win_post_mortem.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/examples/03_loss_with_competitor.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/examples/04_quarterly_win_rate.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/examples/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/examples/run_examples.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/requirements-dev.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/tests/test_floors.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bd-proposals/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/agency/allocation_booker_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/agency/esat_survey_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/agency/staffing_coordinator_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/agency/talent_development_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/agency/workforce_analytics_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/examples/01_new_project_kickoff.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/examples/02_weekly_bench_review.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/examples/03_promotion_readiness.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/examples/04_person_rolling_off.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/examples/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/examples/run_examples.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/requirements-dev.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/tests/test_agent_logic.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/bench-management/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/claude_skills/leafmesh/agency-development.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/agency/_shared/extract.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/agency/_shared/health_math.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/agency/account_intel_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/agency/health_score_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/agency/play_runner_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/agency/renewals_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/agency/risk_detector_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/agency/save_play_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/examples/01_telemetry_dau_drop.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/examples/02_billing_failed_payment.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/examples/03_renewal_window_60d.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/examples/04_executive_change.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/examples/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/examples/run_examples.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/requirements-dev.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/tests/test_agent_logic.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-success/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/agency/reply_dispatcher_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/examples/01_password_reset_routine.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/examples/02_billing_dispute_escalation.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/examples/03_security_incident.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/examples/04_kb_gap_signal.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/examples/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/examples/run_examples.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/requirements-dev.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/tests/test_agent_logic.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/customer-support/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/_shared/compliance_screen.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/_shared/dedupe.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/_shared/erp_poster.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/_shared/matching_math.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/erp_poster_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/gl_coding_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/invoice_intake_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/loan_origination_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/loan_servicing_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/matching_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/payment_risk_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/regulatory_monitor_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/agency/vendor_compliance_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/examples/01_happy_path_subscription.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/examples/02_fraud_signal_round_number.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/examples/03_po_mismatch_exception.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/examples/04_high_value_cfo_signoff.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/examples/05_vendor_inquiry.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/examples/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/examples/run_examples.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/requirements-dev.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/tests/test_agent_logic.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/tests/test_floors.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/finance-ops/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/agency/commitments_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/agency/cost_anomaly_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/agency/cost_tuner_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/agency/finops_governance_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/agency/iac_drift_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/agency/regulatory_monitor_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/examples/01_ec2_idle_anomaly.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/examples/02_savings_plan_under_utilised.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/examples/03_ri_expiry_30d.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/examples/04_iac_drift_detected.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/examples/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/examples/run_examples.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/requirements-dev.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/tests/test_agent_logic.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/infra-cost-ops/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/agency/brand_guardian_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/agency/campaign_strategist_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/agency/compliance_reviewer_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/agency/copywriter_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/agency/market_intelligence_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/agency/marketing_audit_logger_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/agency/publisher_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/examples/01_new_campaign_brief.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/examples/02_product_launch_kickoff.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/examples/03_brand_crisis.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/examples/04_competitor_pricing_move.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/examples/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/examples/run_examples.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/requirements-dev.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/tests/test_agent_logic.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/marketing-ops/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/campaign_launcher_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/campaign_strategist_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/gtm_strategist_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/inbox_monitor_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/meeting_scheduler_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/offer_architect_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/outreach_writer_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/prospector_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/records_keeper_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/reply_triager_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/tools/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/agency/tools/tools.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/outbound-sdr/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/agency/equipment_lifecycle_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/agency/failure_predictor_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/agency/safety_incident_reporter_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/agency/spare_parts_forecaster_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/agency/work_order_scheduler_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/examples/01_routine_sensor_reading.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/examples/02_anomaly_failure_predicted.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/examples/03_safety_critical_shutdown.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/examples/04_weekly_parts_forecast.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/examples/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/examples/run_examples.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/requirements-dev.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/tests/test_agent_logic.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/predictive-maintenance/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/TESTING_GUIDE.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/WORKFLOW_GUIDE.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/agency/data_loader.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/agency/grn_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/agency/inventory_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/agency/logistics_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/agency/order_intake_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/agency/purchase_order_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/agency/supplier_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/agency/supply_report_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/agency/tariff_classifier_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/agency/tools.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/agency/trade_compliance_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/configs/inventory.yaml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/configs/open_pos.yaml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/configs/suppliers.yaml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/tests/test_chain_floors.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/procurement-ops/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/agency/constraint_flagger_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/agency/demand_sensor_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/agency/release_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/agency/scheduler_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/agency/supplier_signal_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/examples/01_demand_signal_normal.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/examples/02_supplier_delay.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/examples/03_emergency_constraint_alert.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/examples/04_supplier_capacity_change.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/examples/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/examples/run_examples.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/requirements-dev.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/tests/test_agent_logic.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/production-planning/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/agency/_shared/batch_release.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/agency/_shared/defect_scoring.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/agency/_shared/spc_math.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/agency/inspection_intake_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/agency/quality_engineer_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/agency/recall_traceability_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/agency/regulatory_compliance_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/agency/spc_monitor_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/examples/01_routine_inspection.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/examples/02_defect_cluster.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/examples/03_field_complaint_recall.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/examples/04_regulatory_audit_pull.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/examples/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/examples/run_examples.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/requirements-dev.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/tests/test_agent_logic.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quality-yield/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/agency/cost_calculator_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/agency/deal_compliance_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/agency/discount_policy_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/agency/quote_drafter_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/agency/quote_issuer_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/agency/rfq_ingester_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/examples/01_rfq_standard.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/examples/02_steep_discount_finance.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/examples/03_competitor_price_change.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/examples/04_renewal_uplift_bundle.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/examples/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/examples/run_examples.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/requirements-dev.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/tests/test_agent_logic.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/tests/test_floors.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/quote-to-cash/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/agency/bias_audit_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/agency/correspondence_drafter_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/agency/hiring_assistant_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/agency/interview_coordinator_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/agency/req_intake_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/agency/resume_screener_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/examples/01_new_req_filed.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/examples/02_candidate_rejection_letter.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/examples/03_offer_drafting.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/examples/04_ghosted_candidate_close.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/examples/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/examples/run_examples.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/requirements-dev.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/tests/test_agent_logic.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/recruiting-ops/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/agency/_shared/util.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/agency/lead_intake_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/agency/lead_qualification_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/agency/lead_revival_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/agency/sales_research_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/examples/01_inbound_demo_request.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/examples/02_cold_lead_revival.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/examples/03_competitor_steal_signal.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/examples/04_event_followup_burst.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/examples/05_enriched_inbound_lead.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/examples/06_deal_nurture_sweep.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/examples/07_abm_account_activation.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/examples/08_competitive_intel_pull.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/examples/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/examples/run_examples.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/requirements-dev.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/tests/test_agent_logic.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/sales-orchestration/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/agency/brief_intake_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/agency/citation_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/agency/consultant_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/agency/context_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/agency/deliverable_assembler_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/agency/engagement_controller_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/agency/engagement_status_drafter_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/agency/performance_review_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/agency/qa_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/agency/research_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/examples/01_new_engagement_memo.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/examples/02_friday_status_pack.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/examples/03_high_stakes_deliverable.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/examples/04_monthly_steering_pack.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/examples/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/examples/run_examples.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/requirements-dev.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/tests/test_agent_logic.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/services-delivery/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/starter/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/Dockerfile +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/PRD.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/_prompts.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/_shared/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/_shared/allocation_math.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/_shared/audit_logger.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/_shared/carrier_math.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/_shared/session_stash.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/_shared/shrink_math.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/_shared/store.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/allocation_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/carrier_selector_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/exception_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/humanoid_status_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/inspection_humanoid.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/inventory_control_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/loader_humanoid.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/packer_humanoid.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/picker_humanoid.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/agency/supplier_relations_agent.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/docker-compose.yml +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/dockerignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/env +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/examples/01_routine_order.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/examples/02_short_pick_exception.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/examples/03_returns_inspection.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/examples/04_carrier_outage_failover.json +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/examples/README.md +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/examples/run_examples.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/gitignore +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/main.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/pytest.ini +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/requirements-dev.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/requirements.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/tests/__init__.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/tests/conftest.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/tests/test_agent_logic.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/tests/test_config_shape.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh/templates/warehouse-supply-chain/validate_config.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh.egg-info/dependency_links.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh.egg-info/entry_points.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh.egg-info/requires.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/create_leafmesh.egg-info/top_level.txt +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/setup.cfg +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/tests/test_discover.py +0 -0
- {create_leafmesh-2.6.4 → create_leafmesh-2.6.6}/tests/test_search.py +0 -0
|
@@ -5,29 +5,31 @@ environment: "development" # "development" or "production"
|
|
|
5
5
|
debug: true
|
|
6
6
|
log_level: "INFO"
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
8
|
+
persistence:
|
|
9
|
+
backend: redis
|
|
10
|
+
redis:
|
|
11
|
+
host: "${REDIS_HOST:localhost}"
|
|
12
|
+
port: ${REDIS_PORT:6379}
|
|
13
|
+
db: 0
|
|
14
|
+
password: "${REDIS_PASSWORD:}"
|
|
15
|
+
auto_storage: true
|
|
16
|
+
decode_responses: true # Decode Redis byte responses to strings
|
|
17
|
+
default_ttl: 3600 # Default key TTL in seconds
|
|
18
|
+
session_ttl: 7200 # Session TTL in seconds
|
|
19
|
+
# cluster_mode: true # Enable Redis cluster mode
|
|
20
|
+
# cluster_nodes: # Cluster node addresses
|
|
21
|
+
# - "redis-node1:6379"
|
|
22
|
+
# - "redis-node2:6379"
|
|
23
|
+
# - "redis-node3:6379"
|
|
24
|
+
|
|
25
|
+
# TLS / encryption-in-transit
|
|
26
|
+
# Enable when your Redis server requires TLS (rediss://).
|
|
27
|
+
# ssl: true
|
|
28
|
+
# ssl_cert_reqs: required # required | optional | none
|
|
29
|
+
# ssl_ca_certs: /etc/ssl/certs/redis-ca.crt
|
|
30
|
+
# ssl_certfile: /etc/ssl/certs/redis-client.crt # mTLS, optional
|
|
31
|
+
# ssl_keyfile: /etc/ssl/private/redis-client.key # mTLS, optional
|
|
32
|
+
# ssl_check_hostname: true
|
|
31
33
|
|
|
32
34
|
# ═══════════════════════════════════════════════════
|
|
33
35
|
# API — HTTP server (CORS, etc.)
|
|
@@ -59,7 +61,6 @@ auto_discover:
|
|
|
59
61
|
# The Manager never calls an LLM — it acts on the Summarizer's analysis.
|
|
60
62
|
# ═══════════════════════════════════════════════════
|
|
61
63
|
manager:
|
|
62
|
-
enabled: true
|
|
63
64
|
model: "gpt-4o-mini" # Used by Summarizer for LLM analysis
|
|
64
65
|
domain: "generic" # Summarizer domain: "generic" | "ecommerce" | "data_analysis"
|
|
65
66
|
# ── Learning-based routing (BRD-008) ──
|
|
@@ -14,15 +14,17 @@ environment: "development"
|
|
|
14
14
|
debug: true
|
|
15
15
|
log_level: "INFO"
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
17
|
+
persistence:
|
|
18
|
+
backend: redis
|
|
19
|
+
redis:
|
|
20
|
+
host: "${REDIS_HOST:localhost}"
|
|
21
|
+
port: ${REDIS_PORT:6379}
|
|
22
|
+
db: 0
|
|
23
|
+
password: "${REDIS_PASSWORD:}"
|
|
24
|
+
auto_storage: true
|
|
25
|
+
decode_responses: true
|
|
26
|
+
default_ttl: 86400
|
|
27
|
+
session_ttl: 1209600 # 14d — tickets are long-lived
|
|
26
28
|
|
|
27
29
|
# ─────────────────────────────────────────────────────────────────────
|
|
28
30
|
# EVENT BROKERS — where Jira pushes events the squad listens to.
|
|
@@ -51,7 +53,6 @@ auto_discover:
|
|
|
51
53
|
recursive: false
|
|
52
54
|
|
|
53
55
|
manager:
|
|
54
|
-
enabled: true
|
|
55
56
|
model: "gpt-4o-mini"
|
|
56
57
|
domain: "generic"
|
|
57
58
|
can_intervene: true
|
|
@@ -15,15 +15,17 @@ environment: "development"
|
|
|
15
15
|
debug: true
|
|
16
16
|
log_level: "INFO"
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
18
|
+
persistence:
|
|
19
|
+
backend: redis
|
|
20
|
+
redis:
|
|
21
|
+
host: "${REDIS_HOST:localhost}"
|
|
22
|
+
port: ${REDIS_PORT:6379}
|
|
23
|
+
db: 0
|
|
24
|
+
password: "${REDIS_PASSWORD:}"
|
|
25
|
+
auto_storage: true
|
|
26
|
+
decode_responses: true
|
|
27
|
+
default_ttl: 86400
|
|
28
|
+
session_ttl: 2592000
|
|
27
29
|
|
|
28
30
|
auto_discover:
|
|
29
31
|
directory: "./agency"
|
|
@@ -31,7 +33,6 @@ auto_discover:
|
|
|
31
33
|
recursive: false
|
|
32
34
|
|
|
33
35
|
manager:
|
|
34
|
-
enabled: true
|
|
35
36
|
model: "gpt-4o-mini"
|
|
36
37
|
domain: "generic"
|
|
37
38
|
can_intervene: true
|
|
@@ -35,15 +35,17 @@ environment: "development"
|
|
|
35
35
|
debug: true
|
|
36
36
|
log_level: "INFO"
|
|
37
37
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
38
|
+
persistence:
|
|
39
|
+
backend: redis
|
|
40
|
+
redis:
|
|
41
|
+
host: "${REDIS_HOST:localhost}"
|
|
42
|
+
port: ${REDIS_PORT:6379}
|
|
43
|
+
db: 0
|
|
44
|
+
password: "${REDIS_PASSWORD:}"
|
|
45
|
+
auto_storage: true
|
|
46
|
+
decode_responses: true
|
|
47
|
+
default_ttl: 86400
|
|
48
|
+
session_ttl: 2592000
|
|
47
49
|
|
|
48
50
|
auto_discover:
|
|
49
51
|
directory: "./agency"
|
|
@@ -51,7 +53,6 @@ auto_discover:
|
|
|
51
53
|
recursive: false
|
|
52
54
|
|
|
53
55
|
manager:
|
|
54
|
-
enabled: true
|
|
55
56
|
model: "gpt-4o-mini"
|
|
56
57
|
domain: "generic"
|
|
57
58
|
can_intervene: true
|