Feature: CleverAgents CLI metadata Scenario: Display help When I run the CleverAgents CLI with "--help" Then the output should contain "CleverAgents" Scenario: Display version When I run the CleverAgents CLI with "--version" Then the output should contain "1.0.0"