Skip to content

feat: add LLM-backed DescriptionDiffAlignmentCondition - #62

Merged
dkargatzis merged 6 commits into
mainfrom
feat/description-diff-alignment
Mar 1, 2026
Merged

feat: add LLM-backed DescriptionDiffAlignmentCondition#62
dkargatzis merged 6 commits into
mainfrom
feat/description-diff-alignment

style: fix trailing whitespace (pre-commit auto-fix)

2eb38c5
Select commit
Loading
Failed to load commit list.
watchflow / Watchflow Rules failed Mar 1, 2026 in 0s

2 rule violations found

🚨 2 violations found: 2 medium

Details

Watchflow Rule Violations

🟡 Medium Severity (2)

Checks PR description (body) and title for a linked issue reference (e.g. #123, Fixes #123, Closes #456). Use when the rule requires issue refs in either field.

PR does not reference a linked issue (e.g. #123 or closes #123 in body/title)
How to fix: Add an issue reference in the PR title or description (e.g. Fixes #123).

Validates that total lines changed (additions + deletions) in a PR do not exceed a maximum; enforces a maximum LOC per pull request.

Pull request exceeds maximum lines changed (863 > 500)
How to fix: Reduce the size of this PR to at most 500 lines changed (additions + deletions).


💡 To configure rules, edit the .watchflow/rules.yaml file in this repository.