README.md
pyproject.toml
fastpluggy_ecosystem_status.egg-info/PKG-INFO
fastpluggy_ecosystem_status.egg-info/SOURCES.txt
fastpluggy_ecosystem_status.egg-info/dependency_links.txt
fastpluggy_ecosystem_status.egg-info/entry_points.txt
fastpluggy_ecosystem_status.egg-info/requires.txt
fastpluggy_ecosystem_status.egg-info/top_level.txt
src/__init__.py
src/active_plan_resolver.py
src/capacity.py
src/claude_runner.py
src/cli.py
src/config.py
src/deps.py
src/git_ops.py
src/models.py
src/plan_parser.py
src/plugin.py
src/release_manager.py
src/repo_manager.py
src/report_reader.py
src/ops/__init__.py
src/ops/backlog_ops.py
src/ops/ci_ops.py
src/ops/plan_ops.py
src/ops/repo_ops.py
src/ops/report_ops.py
src/routers/__init__.py
src/routers/api.py
src/routers/front.py
src/tasks/__init__.py
src/tasks/_helpers.py
src/tasks/auto_trigger.py
src/tasks/fix_ci.py
src/tasks/pull_repos.py
src/templates/_priority.html.j2
src/templates/auto_implement.html.j2
src/templates/backlog.html.j2
src/templates/command.html.j2
src/templates/dashboard.html.j2
src/templates/ideas.html.j2
src/templates/implementations.html.j2
src/templates/plan_detail.html.j2
src/templates/plans_list.html.j2
src/templates/releases.html.j2
src/templates/report.html.j2
src/templates/report_backlog_stats.html.j2
src/templates/repos.html.j2
src/templates/review.html.j2
src/templates/runs.html.j2
src/templates/components/filter_bar.html.j2
src/templates/components/sort_table.js.j2
tests/test_active_plan_resolver.py
tests/test_active_runs.py
tests/test_auto_trigger.py
tests/test_capacity.py
tests/test_claude_runner.py
tests/test_cli_new_commands.py
tests/test_command_persistence.py
tests/test_fix_ci.py
tests/test_fixtures.py
tests/test_git_ops.py
tests/test_ideas_page.py
tests/test_plan_ops.py
tests/test_plan_parser.py
tests/test_pull_repos_task.py
tests/test_release_manager.py
tests/test_repo_manager.py
tests/test_report_reader.py