Added AI-driven commit message drafting with aicommit, injecting draft messages before editor review. Fixed README to reflect usage and requirements.
This commit is contained in:
parent
f863bce0fa
commit
141b53b4ba
12
README.md
12
README.md
@ -1,15 +1,19 @@
|
|||||||
## use AI to draft commit messages
|
## use AI to draft commit messages
|
||||||
|
|
||||||
clone this repo and then link the scripts into your path.
|
aicommit injects a commit message draft written by RayAI before loading your default editor for review.
|
||||||
|
|
||||||
requires: jq
|
requires: jq
|
||||||
|
|
||||||
|
> aicommit_groq is broken. Don't use.
|
||||||
|
|
||||||
### use
|
### use
|
||||||
Instead of
|
|
||||||
|
Change your
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git commit -m "your message here"`
|
export GIT_EDITOR="<path/to/>aicommit"
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
aicommit
|
git commit
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user