Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit ae44873

Browse files
committed
fix(todo): correct completion status in TODO.md
1 parent 9b2cba9 commit ae44873

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

TODO.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,8 @@ This document outlines the upcoming features and improvements for the `ai_diff_c
1818
- [ ] Add an easy way to quit the script.
1919
- [ ] OpenAI Assistant for generating commit messages.
2020
- [ ] Make a way to update the OpenAI API key.
21-
- [x] If the key is invalid, prompt the user to update it.
21+
- [ ] If the key is invalid, prompt the user to update it.
2222
- [ ] Add a flag to update/remove the key.
23-
- [x] Decide on a distribution method for the script: NPM
24-
- [x] Publish the script to NPM.
25-
- [ ] Create a release on GitHub?
26-
- [ ] Release the script to the public as an open-source project.
2723
- [ ] Accept donations for the project.
2824
- [ ] Add contribution guidelines.
2925
- [ ] Add branch protection rules.
@@ -35,6 +31,10 @@ This document outlines the upcoming features and improvements for the `ai_diff_c
3531

3632
## Completed Features:
3733

34+
- [x] Release the script to the public as an open-source project.
35+
- [x] Decide on a distribution method for the script: NPM
36+
- [x] Publish the script to NPM.
37+
- [x] Create a release on GitHub?
3838
- [x] Come up with a better name for the script.
3939
- `ai_diff_commit` is too long.
4040
- comgen

0 commit comments

Comments
 (0)