commitbee 0.6.0

AI-powered commit message generator using tree-sitter semantic analysis and local LLMs
Documentation
# SPDX-FileCopyrightText: 2026 Sephyi <me@sephy.io>
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial

name = "ast-signature-diff"
description = "Replacing a public function with a new-name version should produce refactor"
language = "rust"
category = "ast"
expected_type = "refactor"
expected_scope = "optional"

[evidence]
has_new_public_api = true
public_api_removed_count = 1

[prompt]
must_contain = ["SYMBOLS CHANGED", "Added", "Removed"]

[breaking]
expected = true