Add image_url column to repos table with migration, CLI image add/remove
commands, and Media RSS <media:content> elements in generated feed output.
New CLI commands: ghrel image add <repo> <url>, ghrel image remove <repo>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
image_urlcolumn torepostable with automatic migrationghrel image add <repo> <url>andghrel image remove <repo><media:content>element (Media RSS) when a repo has a cover imageChanges
src/db.py—image_urlcolumn,set_repo_image(),remove_repo_image(),get_all_entries()returns imagesrc/rss.py— Media RSS namespace,<media:content>element for items with imagessrc/cli.py—imagesubparser withadd/removesub-commandstests/— 20 new tests covering DB, RSS, and CLI image functionality✅ No issues found — changes look consistent with the stated intent. Ready to be merged.