update
All checks were successful
Enterprise AI Code Review / ai-review (pull_request) Successful in 30s

This commit is contained in:
2025-12-28 20:04:32 +00:00
parent f94d21580c
commit f2eaecf578
4 changed files with 2 additions and 16 deletions

View File

@@ -14,11 +14,7 @@ CFG = yaml.safe_load(open(f"{ROOT}/config.yml"))
AI_MARKER = "<!-- AI_CODE_REVIEW -->"
# Disclaimer text to prepend
AI_DISCLAIMER = (
"**Note:** This review was generated by an AI assistant. "
"While it aims to be accurate and helpful, it may contain mistakes "
"or miss important issues. Please verify all findings before taking action."
)
AI_DISCLAIMER = ""
# -------------------------------
# Helper functions