From 0d6cb5de3f1d0b17b0a654e8ef2c3bd08ac06ccf Mon Sep 17 00:00:00 2001 From: Kristian Klemon Date: Fri, 9 May 2025 12:42:53 +0200 Subject: [PATCH] Add VibeGit --- README-KR.md | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README-KR.md b/README-KR.md index 0abdf48..144713d 100644 --- a/README-KR.md +++ b/README-KR.md @@ -60,6 +60,7 @@ - [ai-christianson/RA.Aid](https://github.com/ai-christianson/RA.Aid) - LangGraph 기반 에이전트형 작업 실행 프레임워크를 사용하는 독립형 코딩 에이전트. - [CodeSelect](https://github.com/maynetee/codeselect) - 프로젝트 소스코드를 효율적으로 AI에 전달하는 Python 기반 CLI 도구. - [OpenAI Codex CLI](https://github.com/openai/codex) - OpenAI에서 제작한 경량 코딩 에이전트. +- [VibeGit](https://github.com/kklemon/vibegit) - Git 리포지토리에서 의미상 관련된 변경 사항을 알아서 묶어 커밋합니다. ## AI 코딩 문서화 - [CodeGuide](https://www.codeguide.dev/) - AI 코딩 프로젝트를 위한 상세 문서 생성 도구. @@ -79,4 +80,4 @@ - [/r/ChatGPTCoding](https://www.reddit.com/r/ChatGPTCoding/) ## 기여하기 -여러분의 기여를 환영합니다! 먼저 [기여 지침](CONTRIBUTING.md)을 확인해주세요. \ No newline at end of file +여러분의 기여를 환영합니다! 먼저 [기여 지침](CONTRIBUTING.md)을 확인해주세요. diff --git a/README.md b/README.md index 08d4775..b7b5a81 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ English | [한국어](./README-KR.md) - [ai-christianson/RA.Aid](https://github.com/ai-christianson/RA.Aid) - A standalone coding agent built on LangGraph's agent-based task execution framework - [CodeSelect](https://github.com/maynetee/codeselect) - A Python-based command-line tool that efficiently communicates project source code to AIs. - [OpenAI Codex CLI](https://github.com/openai/codex) - OpenAI's lightweight coding agent that runs in the terminal +- [VibeGit](https://github.com/kklemon/vibegit) - Automagically group and commit semantically related changes in a Git repository ## Task Management for AI Coding