v0.1.2
-
Issue Support: Fixed
pullcommand to work with Issues, not just PRs- Changed from
get_pr_metadata()toget_item_metadata()for unified handling - Properly detects item type and adjusts messaging accordingly
- Changed from
-
Single Atomic Commit: Changed to create one comprehensive commit instead of separate commits for description and comments
- Commit message format:
Pull from {issue/PR}: description, X new comment(s), Y updated comment(s) - Stages all changes then commits once at the end
- Commit message format:
-
Description Filename Handling: Uses proper
repo#number.mdformat instead of hardcodedDESCRIPTION.md -
Legacy Migration: Added support for migrating old comment filenames (
z{id}.md→z{id}-{author}.md) -
All 92 tests passing
Full Changelog: v0.1.1...v0.1.2