Create a suggestion from local modifications and submit it to the platform, similar to a pull request.
Usage
$ agentver suggest <title>Arguments
<title>Suggestion titleOptions
-d, --description <text>Suggestion description--name <name>Target a specific modified package by name--dry-runShow what would be suggested without submittingExamples
Submit a suggestion for all modified packages
$ agentver suggest "Improve error handling"Submit a suggestion for a specific package
$ agentver suggest "Fix validation" --name deploy-checkerPreview what would be submitted
$ agentver suggest "Add retry logic" --dry-runNote: Requires platform connection (agentver login). Detects locally modified packages by comparing integrity hashes.