Skip to content

Commit a6dec98

Browse files
committed
docs: remove early development warning from README
1 parent 23c91fb commit a6dec98

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ SPDX-License-Identifier: PolyForm-Noncommercial-1.0.0
1515

1616
CommitBee is a Rust-native CLI tool that uses **tree-sitter semantic analysis** and LLMs to generate high-quality [conventional commit](https://www.conventionalcommits.org/) messages. Unlike every other tool in this space, CommitBee doesn't just pipe raw `git diff` output to an LLM — it parses both the staged and HEAD versions of your files, maps diff hunks to symbol spans (functions, classes, methods), and provides structured semantic context. This produces fundamentally better commit messages, especially for complex multi-file changes.
1717

18-
> [!IMPORTANT]
19-
> This project is in early development. If you're not planning to actively contribute toward the first stable release, I'd recommend waiting until a release is published before adopting it. The first release will signal that the project is ready for general use.
20-
2118
## ✨ What Makes CommitBee Different
2219

2320
| Feature | CommitBee | Others |

0 commit comments

Comments
 (0)