LICENSE
README.md
pyproject.toml
src/rqmd/__init__.py
src/rqmd/__main__.py
src/rqmd/batch_inputs.py
src/rqmd/cli.py
src/rqmd/config.py
src/rqmd/constants.py
src/rqmd/default_catalogs.py
src/rqmd/json_speedups.py
src/rqmd/markdown_io.py
src/rqmd/menus.py
src/rqmd/parse_cache.py
src/rqmd/priority_model.py
src/rqmd/readme_gen.py
src/rqmd/release.py
src/rqmd/render_heuristics.py
src/rqmd/req_parser.py
src/rqmd/rollup_config.py
src/rqmd/staleness.py
src/rqmd/status_model.py
src/rqmd/status_update.py
src/rqmd/summary.py
src/rqmd/target_selection.py
src/rqmd/telemetry.py
src/rqmd/theme.py
src/rqmd/workflows.py
src/rqmd.egg-info/PKG-INFO
src/rqmd.egg-info/SOURCES.txt
src/rqmd.egg-info/dependency_links.txt
src/rqmd.egg-info/entry_points.txt
src/rqmd.egg-info/requires.txt
src/rqmd.egg-info/top_level.txt
src/rqmd/resources/catalogs/priorities.yml
src/rqmd/resources/catalogs/statuses.yml
src/rqmd/resources/init/README.md
src/rqmd/resources/init/bug-report-example.md
src/rqmd/resources/init/chat-handoff-heading.md
src/rqmd/resources/init/chat-init-notice.md
src/rqmd/resources/init/domain-example.md
src/rqmd/resources/init/init-handoff-base.md
src/rqmd/resources/init/init-handoff-bundle-followup.md
src/rqmd/resources/init/init-handoff-tail.md
src/rqmd/resources/init/init-interview.yml
src/rqmd/resources/init/init-strategy-existing-markdown.md
src/rqmd/resources/init/init-strategy-force-legacy.md
src/rqmd/resources/init/init-strategy-marker-count.md
src/rqmd/resources/init/init-strategy-starter-default.md
src/rqmd/resources/init/legacy-issue-domain.md
src/rqmd/resources/init/legacy-readme-interview-notes.md
src/rqmd/resources/init/legacy-readme-seeded-note.md
src/rqmd/resources/init/legacy-source-domain.md
src/rqmd/resources/init/legacy-workflow-domain.md
src/rqmd/resources/init/preview-only.md
src/rqmd/resources/init/project-config.yml
src/rqmd/resources/init/scaffold-already-present.md
src/rqmd/resources/init/scaffold-created-heading.md
src/rqmd/resources/init/scaffold-empty-confirm.md
src/rqmd/resources/init/scaffold-prefix-heading.md
src/rqmd/resources/init/scaffold-prefix-tip.md
src/rqmd/resources/init/startup-empty-dir.md
src/rqmd/resources/init/startup-missing-dir.md
src/rqmd/resources/init/startup-missing-index.md
src/rqmd/resources/init/startup-no-docs.md
tests/test_RQMD_core_022.py
tests/test_RQMD_core_024.py
tests/test_RQMD_interactive_012.py
tests/test_RQMD_interactive_013.py
tests/test_RQMD_interactive_018.py
tests/test_RQMD_interactive_022.py
tests/test_RQMD_priority_011.py
tests/test_RQMD_priority_012.py
tests/test_RQMD_ui_001_screen_write_rendering.py
tests/test_RQMD_ui_003_non_tty_fallback.py
tests/test_RQMD_ui_004_minimal_diff_redraw.py
tests/test_RQMD_ui_005_pagination_cursor.py
tests/test_RQMD_ui_006_footer_legend.py
tests/test_RQMD_ui_007_accessibility.py
tests/test_RQMD_ui_008_resize_handling.py
tests/test_RQMD_ui_009_performance_heuristics.py
tests/test_RQMD_ui_010_testing_ci.py
tests/test_automation_api.py
tests/test_colors.py
tests/test_config.py
tests/test_core_engine.py
tests/test_interactive.py
tests/test_json_speedups.py
tests/test_performance.py
tests/test_portability_packaging_docs.py
tests/test_priority_features.py
tests/test_priority_updates.py
tests/test_release.py
tests/test_staleness.py
tests/test_telemetry.py