[console_scripts]
attune = attune.cli_minimal:main
attune-scan = attune_software.cli:scan_command
empathy-inspect = attune_software.cli.inspect:main
empathy-legacy = attune.cli:main
empathy-memory = attune.memory.control_panel:main
empathy-sync-claude = attune_llm.cli.sync_claude:main
empathy-unified = attune.cli_unified:main

[empathy.workflows]
bug-predict = attune.workflows.bug_predict:BugPredictionWorkflow
code-review = attune.workflows.code_review:CodeReviewWorkflow
dependency-check = attune.workflows.dependency_check:DependencyCheckWorkflow
doc-gen = attune.workflows.document_gen:DocumentGenerationWorkflow
health-check = attune.workflows.health_check_crew:HealthCheckCrew
perf-audit = attune.workflows.perf_audit:PerformanceAuditWorkflow
pr-review = attune.workflows.pr_review:PRReviewWorkflow
pro-review = attune.workflows.code_review_pipeline:CodeReviewPipeline
refactor-plan = attune.workflows.refactor_plan:RefactorPlanWorkflow
release-prep = attune.workflows.release_prep_crew:ReleasePreparationCrew
secure-release = attune.workflows.secure_release:SecureReleasePipeline
security-audit = attune.workflows.security_audit:SecurityAuditWorkflow
test-coverage-boost = attune.workflows.test_coverage_boost_crew:TestCoverageBoostCrew
test-gen = attune.workflows.test_gen:TestGenerationWorkflow
