LICENSE
README.md
pyproject.toml
src/modmgr/__init__.py
src/modmgr/acf_parser.py
src/modmgr/apply_ops.py
src/modmgr/backup_dir_builder.py
src/modmgr/backup_ops.py
src/modmgr/bootstrap.py
src/modmgr/cli.py
src/modmgr/database_ops.py
src/modmgr/engine.py
src/modmgr/forest_visual.py
src/modmgr/iojson.py
src/modmgr/path_resolver.py
src/modmgr/paths.py
src/modmgr/pathstyle.py
src/modmgr/prep.py
src/modmgr/restore_ops.py
src/modmgr/rule_aggregator.py
src/modmgr/schema.py
src/modmgr/steam_scanner.py
src/modmgr/validation.py
src/modmgr/vdf_parser.py
src/modmgr.egg-info/PKG-INFO
src/modmgr.egg-info/SOURCES.txt
src/modmgr.egg-info/dependency_links.txt
src/modmgr.egg-info/entry_points.txt
src/modmgr.egg-info/requires.txt
src/modmgr.egg-info/top_level.txt
src/modmgr/core/__init__.py
src/modmgr/core/workspacemanager.py
src/modmgr/orchestrator/__init__.py
src/modmgr/orchestrator/_common.py
src/modmgr/orchestrator/compute_pipeline.py
src/modmgr/orchestrator/entry.py
src/modmgr/orchestrator/ignore_rules.py
src/modmgr/orchestrator/planner_fileops.py
src/modmgr/orchestrator/preflight.py
src/modmgr/orchestrator/resolver.py
src/modmgr_web/__init__.py
src/modmgr_web/__main__.py
src/modmgr_web/adapters.py
src/modmgr_web/app.py
src/modmgr_web/schemas.py
src/modmgr_web/sse.py
src/modmgr_web/routes/__init__.py
src/modmgr_web/routes/backups.py
src/modmgr_web/routes/config.py
src/modmgr_web/routes/database.py
src/modmgr_web/routes/pipeline.py
src/modmgr_web/routes/rules.py
src/modmgr_web/routes/workspace.py
tests/test_apply_ops.py
tests/test_backup_dir_builder.py
tests/test_backup_dir_multi_mod.py
tests/test_backup_ops.py
tests/test_backup_tree.py
tests/test_bootstrap.py
tests/test_cli_database_ops.py
tests/test_contract.py
tests/test_database_ops.py
tests/test_dispatch_cross_contam.py
tests/test_dump_backup_assignment.py
tests/test_engine.py
tests/test_forest_visual.py
tests/test_full_pipeline_integration.py
tests/test_ignore_rules.py
tests/test_integration_fixtures.py
tests/test_iojson.py
tests/test_orchestrator.py
tests/test_orchestrator_engine.py
tests/test_path_resolver.py
tests/test_paths.py
tests/test_pathstyle.py
tests/test_preflight.py
tests/test_restore_ops.py
tests/test_restore_per_design.py
tests/test_rule_aggregator.py
tests/test_steam_scanner.py
tests/test_validation.py
tests/test_web_api.py
tests/test_web_entrypoint.py