[console_scripts]
dr-compliance = deterministic_refactor.compliance:main
dr-mock-lint = deterministic_refactor.mock_spec_lint:main
dr-refactor = deterministic_refactor.refactor:main
la-arch-check = living_architecture.arch_check:main
la-arch-diagrams = living_architecture.arch_diagrams:main
la-check-conventions = living_architecture.conventions:main
la-config = living_architecture.config_cli:main
la-count-comments = living_architecture.comment_count:main
la-doctor = living_architecture.doctor:main
la-fetch-coderabbit-threads = living_architecture.shims:fetch_coderabbit_threads
la-fetch-failed-pr-checks = living_architecture.shims:fetch_failed_pr_checks
la-reply-invalid-coderabbit = living_architecture.shims:reply_invalid_coderabbit
la-reply-to-pr-thread = living_architecture.shims:reply_to_pr_thread
la-wait-for-reviews = living_architecture.shims:wait_for_reviews

