LICENSE
README.md
pyproject.toml
planfile.egg-info/PKG-INFO
planfile.egg-info/SOURCES.txt
planfile.egg-info/dependency_links.txt
planfile.egg-info/entry_points.txt
planfile.egg-info/requires.txt
planfile.egg-info/top_level.txt
strategy/__init__.py
strategy/ci_runner.py
strategy/models.py
strategy/runner.py
strategy/cli/__init__.py
strategy/cli/__main__.py
strategy/cli/auto_loop.py
strategy/cli/commands.py
strategy/examples/strategies/ecommerce-mvp.yaml
strategy/examples/strategies/onboarding.yaml
strategy/examples/tasks/common-tasks.yaml
strategy/integrations/__init__.py
strategy/integrations/base.py
strategy/integrations/generic.py
strategy/integrations/github.py
strategy/integrations/gitlab.py
strategy/integrations/jira.py
strategy/loaders/__init__.py
strategy/loaders/cli_loader.py
strategy/loaders/yaml_loader.py
strategy/utils/__init__.py
strategy/utils/metrics.py
strategy/utils/priorities.py
tests/test_strategy.py