Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/upstream-diffs.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ failure in golangci-lint for any PR that introduces a new plugin main package.
Replaced `constraints.Unsigned` with a locally-defined `unsignedInteger` interface that has
identical semantics, eliminating the `golang.org/x/exp` import entirely.

**Upstream status:** Pending submission upstream (trivial/safe change)
**Upstream PR:** none yet
**Upstream status:** Submitted (awaiting merge)
**Upstream PR:** https://github.com/apache/devlake/pull/9032
Comment on lines +94 to +95

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Action required

1. Changes outside owned plugin dirs 📘 Rule violation ⌂ Architecture

This PR modifies docs/upstream-diffs.md, which is outside the only allowed directories
(backend/plugins/aireview/, backend/plugins/codecov/, backend/plugins/testregistry/). Per
policy, any modifications outside those owned plugin directories violate the rule and should not be
merged as-is.
Agent Prompt
## Issue description
The PR modifies a file outside the approved owned plugin directories, which violates the policy requiring all changes to be confined to `backend/plugins/aireview/`, `backend/plugins/codecov/`, or `backend/plugins/testregistry/`.

## Issue Context
The changed file is `docs/upstream-diffs.md`, which is not under any of the allowed owned plugin paths.

## Fix Focus Areas
- docs/upstream-diffs.md[46-47]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools

**Owner:** @fmuntean

**Rebase notes:** If upstream changes `GenericModel`, check whether they still reference
Expand Down
Loading