This repository was archived by the owner on Aug 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff 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)
3743This project is currently in the planning and early development phase.
3844
3945The initial proof-of-concept will be built in Rust.
4046
4147Roadmap :
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.
You can’t perform that action at this time.
0 commit comments