| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-28 | refactor: add linter | nsfisis | |
| 2026-06-03 | feat(downloader): return Result from getUnpushedChanges to bubble ↵ | nsfisis | |
| RuntimeException Match PHP GitDownloader::getUnpushedChanges, which returns ?string while throwing \RuntimeException on git command failure. Change the signature to Result<Option<String>> and replace the three panic\!() sites with Err(RuntimeException), mirroring the get_local_changes port. Thread ? through the clean_changes and StatusCommand call sites. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-05-27 | refactor(package): pass package handles by value throughout | nsfisis | |
| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | |||
| 2026-05-20 | refactor: re-export module items to shorten import paths | nsfisis | |
| 2026-05-12 | feat(port): port ChangeReportInterface.php, DvcsDownloaderInterface.php, ↵ | nsfisis | |
| VcsCapableDownloaderInterface.php | |||
| 2026-05-12 | feat(init): add scaffold files | nsfisis | |
