Docs Changelog Write a new changelog entry by reviewing commits since the last documented entry, categorizing changes, and appending a well-written entry in Keep a Changelog format. Workflow 1. Find the changelog file Search for the changelog in common locations: Use with patterns like and if not found in standard locations. If multiple candidates exist, ask the user which one to use. 2. Parse the last entry Read the changelog file and extract the most recent version header. The header format is: Extract: - Version number (e.g., ) — for determining the next version - Date (e.g., ) — for scopi…