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 .github/workflows/claude-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- No findings at all → LGTM :shipit:
- If the verdict is not LGTM :shipit:, add a line listing the section numbers of every `critical`/`major` finding (e.g. "Critical items to address: 1.1, 3.2").
- One short paragraph (1–3 sentences) describing what the PR does at a high level.
- If (and only if) the verdict is LGTM :shipit:, add this exact line on its own after the high-level paragraph: Nothing to comment, nice job :thumbsup:
- If (and only if) the verdict is LGTM :shipit:, add this exact line on its own after the high-level paragraph: No further comments, nice job :thumbsup:

### 1. Correctness & Implementation Bugs
- Logic errors, off-by-ones, null/undefined hazards, race conditions, broken error handling, blocking calls in async code, incorrect MAVLink handling, wrong Vue 2 reactivity patterns (e.g. setting new keys without `Vue.set`), broken TypeScript or Python type hints, regressions.
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:

Renames `getCwd` to `getCurrentWorkingDirectory` across `core/services/helper/` and updates the two call sites in the frontend. No behavioral change.

Nothing to comment, nice job :thumbsup:
No further comments, nice job :thumbsup:

_Generated by PR Review Bot. This is advisory, a human reviewer must still approve._

Expand Down
Loading