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

Commit 29f03fa

Browse files
committed
test: Updating README with latest functionality
1 parent 215176e commit 29f03fa

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,21 @@ checklist:
3333
- "Relevant documentation (code comments, READMEs, etc.) is updated."
3434
```
3535
36+
If you try to proceed without checking all items, the tool will offer to add a TODO list to your commit message footer,
37+
ensuring the incomplete work is tracked directly in your Git history.
38+
39+
All of this can be bypassed by the flag `--no-verify`.
40+
It answers the question, "For this one specific commit, do I have a good reason to bypass our default rules?"
41+
3642
## Getting Started (Development)
3743
This project is currently in the planning and early development phase.
3844

3945
The initial proof-of-concept will be built in Rust.
4046

4147
Roadmap:
4248

43-
* Parse command-line arguments for `git commit`.
44-
* Read and parse the `.dod.yml` configuration file.
45-
* Implement the interactive checklist using a TUI library.
46-
* Execute `git commit` upon successful confirmation.
49+
* ~~Parse command-line arguments for `git commit`.~~
50+
* ~~Read and parse the `.dod.yml` configuration file.~~
51+
* ~~Implement the interactive checklist using a TUI library.~~
52+
* ~~Execute `git commit` upon successful confirmation.~~
4753
* Integrate this logic into the `tbdflow commit` command.

0 commit comments

Comments
 (0)