CLAUDE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/feature_map.yaml
src/mouc/__init__.py
src/mouc/__main__.py
src/mouc/builtin_gantt.py
src/mouc/cli.py
src/mouc/context.py
src/mouc/document.py
src/mouc/exceptions.py
src/mouc/gantt.py
src/mouc/graph.py
src/mouc/jira_cli.py
src/mouc/jira_client.py
src/mouc/jira_config.py
src/mouc/jira_interactive.py
src/mouc/jira_report.py
src/mouc/jira_sync.py
src/mouc/loader.py
src/mouc/logger.py
src/mouc/models.py
src/mouc/netrc_utils.py
src/mouc/parser.py
src/mouc/py.typed
src/mouc/resources.py
src/mouc/schemas.py
src/mouc/styling.py
src/mouc/unified_config.py
src/mouc.egg-info/PKG-INFO
src/mouc.egg-info/SOURCES.txt
src/mouc.egg-info/dependency_links.txt
src/mouc.egg-info/entry_points.txt
src/mouc.egg-info/requires.txt
src/mouc.egg-info/top_level.txt
src/mouc/backends/__init__.py
src/mouc/backends/base.py
src/mouc/backends/docx.py
src/mouc/backends/markdown.py
src/mouc/backends/text_formatter.py
src/mouc/scheduler/__init__.py
src/mouc/scheduler/config.py
src/mouc/scheduler/core.py
src/mouc/scheduler/protocols.py
src/mouc/scheduler/resources.py
src/mouc/scheduler/service.py
src/mouc/scheduler/timeframes.py
src/mouc/scheduler/validator.py
src/mouc/scheduler/algorithms/__init__.py
src/mouc/scheduler/algorithms/bounded_rollout.py
src/mouc/scheduler/algorithms/parallel_sgs.py
src/mouc/scheduler/preprocessors/__init__.py
src/mouc/scheduler/preprocessors/backward_pass.py
src/mouc/workflows/__init__.py
src/mouc/workflows/stdlib.py
tests/test_bounded_rollout.py
tests/test_busy_period_current_date_bug.py
tests/test_cli.py
tests/test_dependency_lag.py
tests/test_dns_end_date_bug.py
tests/test_dns_foresight_scheduling.py
tests/test_dns_period_gaps.py
tests/test_doc_command.py
tests/test_docx.py
tests/test_done_status.py
tests/test_effort_parsing.py
tests/test_entity_filtering.py
tests/test_fixed_tasks_before_current.py
tests/test_gantt.py
tests/test_gantt_dns_duration_bug.py
tests/test_gantt_dual_dates.py
tests/test_gantt_resource_grouping.py
tests/test_gantt_scheduling_gaps.py
tests/test_global_dns_periods.py
tests/test_graph.py
tests/test_jira_cli.py
tests/test_jira_client.py
tests/test_jira_config.py
tests/test_jira_sync.py
tests/test_jira_sync_write.py
tests/test_jira_time_tracking.py
tests/test_manual_scheduling_dns_override.py
tests/test_markdown.py
tests/test_models.py
tests/test_netrc_utils.py
tests/test_parser.py
tests/test_resource_assignment.py
tests/test_resource_exclusion_integration.py
tests/test_resource_grouping_empty_resources.py
tests/test_resource_selection_dns_bug.py
tests/test_resources_config.py
tests/test_scheduler_debug.py
tests/test_scheduling_priority_cr.py
tests/test_styling.py
tests/test_task_organization.py
tests/test_text_formatter.py
tests/test_unified_config.py
tests/test_workflow_jira_sync.py
tests/test_workflows.py
tests/test_yaml_formatting.py
tests/fixtures/circular_dependency.yaml
tests/fixtures/simple_feature_map.yaml