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 = "refactor-rust-api-replacement"
description = "Public API removed and new one added should produce refactor type"
language = "rust"
category = "refactor"
expected_type = "refactor"
expected_scope = "optional"

[evidence]
is_mechanical = false
has_bug_evidence = false
has_new_public_api = true
public_api_removed_count = 1
is_dependency_only = false

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

[breaking]
expected = true