[console_scripts]
tweek = tweek.cli:main

[tweek.compliance]
gov = tweek.plugins.compliance:GovCompliancePlugin
hipaa = tweek.plugins.compliance:HIPAACompliancePlugin
legal = tweek.plugins.compliance:LegalCompliancePlugin
pci = tweek.plugins.compliance:PCICompliancePlugin

[tweek.llm_providers]
anthropic = tweek.plugins.providers:AnthropicProvider
bedrock = tweek.plugins.providers:BedrockProvider
google = tweek.plugins.providers:GoogleProvider
openai = tweek.plugins.providers:OpenAIProvider

[tweek.screening]
llm_reviewer = tweek.plugins.screening:LLMReviewerPlugin
pattern_matcher = tweek.plugins.screening:PatternMatcherPlugin
rate_limiter = tweek.plugins.screening:RateLimiterPlugin
session_analyzer = tweek.plugins.screening:SessionAnalyzerPlugin

[tweek.tool_detectors]
continue = tweek.plugins.detectors:ContinueDetector
cursor = tweek.plugins.detectors:CursorDetector
moltbot = tweek.plugins.detectors:MoltbotDetector
