Commit Graph

6 Commits

Author SHA1 Message Date
a06f2192cc refactor: convert synchronous git subprocess calls to async with asyncio.create_subprocess_exec
Replace blocking subprocess.run calls in run_git_command and get_commits_by_day with async subprocess execution using asyncio.create_subprocess_exec and proc.communicate. Update process_repo's git clone call to use the same async pattern, ensuring the entire git operations pipeline runs non-blocking in the event loop.
2025-08-04 21:29:21 +00:00
e8866082ac refactor: simplify commit message prompt generation in process_repo function 2025-08-04 19:25:12 +00:00
f51466bec7 fix: resolve WebSocket protocol mismatch and expand AI prompt examples in process_repo 2025-08-04 17:57:14 +00:00
3ea1cf5238 fix: update repository clone URL and directory name in README
The README installation instructions now point to the correct Git repository at
retoor.molodetz.nl/retoor/zhurnalweb and use the updated directory name
zhurnalweb instead of the placeholder URL and old directory name.
2025-08-04 17:25:49 +00:00
33292f48ae feat: add comprehensive README with overview, features, installation, and usage for Zhurnal changelog generator 2025-08-04 17:24:13 +00:00
9290717e8d feat: add initial project scaffold with gitignore, changelog, api client, env config, and main application skeleton 2025-08-04 17:22:16 +00:00