[attune.plugins]
software = attune_software.plugin:SoftwarePlugin

[attune.wizards]
debug = attune.wizards.builtin.debug_wizard:DebugWizard
refactor = attune.wizards.builtin.refactor_wizard:RefactorWizard
release-prep = attune.wizards.builtin.release_prep_wizard:ReleasePrepWizard
security = attune.wizards.builtin.security_wizard:SecurityWizard
test-gen = attune.wizards.builtin.test_gen_wizard:TestGenWizard

[attune.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
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.agents.release.release_prep_team:ReleasePrepTeamWorkflow
secure-release = attune.workflows.secure_release:SecureReleasePipeline
security-audit = attune.workflows.security_audit:SecurityAuditWorkflow
test-gen = attune.workflows.test_gen:TestGenerationWorkflow

[console_scripts]
attune = attune.cli_minimal:main

[empathy_framework.plugins]
software = attune_software.plugin:SoftwarePlugin
