feat: add agentic guidelines translation #60
Merged
watchflow / Watchflow Rules
failed
Mar 10, 2026 in 0s
3 rule violations found
🚨 3 violations found: 1 high, 2 medium
Details
Watchflow Rule Violations
🟠 High Severity (1)
When a PR modifies paths that have owners defined in CODEOWNERS, the corresponding code owners must be added as reviewers
Code owners for modified paths must be added as reviewers: dkargatzis
How to fix: Add the listed code owners as requested reviewers on the PR.
🟡 Medium Severity (2)
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 (2325 > 500)
How to fix: Reduce the size of this PR to at most 500 lines changed (additions + deletions).
Ensures PRs that modify source code also include a CHANGELOG or .changeset addition.
Source code was modified without a corresponding CHANGELOG update.
How to fix: Add an entry to CHANGELOG.md or generate a new .changeset file describing your changes.
💡 To configure rules, edit the .watchflow/rules.yaml file in this repository.
Loading