Create a changeset entry for the current branch's changes. Instructions 1. Run and to understand what changed on this branch. 2. If no argument was provided, analyze the changes to determine: - Bump type : for fixes, for new features, for breaking changes - Summary : A concise description of the change for the changelog 3. If was provided, parse it as (e.g., ). 4. Create a new markdown file in with a random lowercase-kebab-case name (e.g., ) using this exact format: Where is , , or and is the changelog entry. 5. Show the user the created changeset file and ask if they'd like to adjust anythin…