mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-08-25 19:46:53 +02:00
2.1 KiB
2.1 KiB
name, description
| name | description |
|---|---|
| kst4contest-review | Review current KST4Contest local changes or a proposed diff before commit. Check regressions, null safety, JavaFX threading, callsign/category semantics, band handling, protocol compatibility, tests, targeted documentation impact, durable project context and unintended scope. Report findings in German and do not modify files unless explicitly asked after the review. |
KST4Contest review
Review first; do not edit during the review.
Read the relevant KST4Contest change references.
Review priorities
- Behaviour matches the approved concept.
- No unrelated changes.
- Full callsign/category identity remains correct.
- Base-call normalization is used only where intended.
- Null/unknown values are not converted to fake defaults.
- Worker threads do not manipulate JavaFX UI collections.
- FX-thread boundaries are correct.
- Protocol framing, CR/LF, XML and frequency formatting are unchanged unless explicitly intended.
- External malformed input cannot kill long-running threads.
- Tests cover the changed behaviour.
- Maven test output was interpreted correctly despite ignored-failure settings.
- A documentation-impact assessment was performed.
- Any likely affected manual/README/website sections match the implementation.
docs/PROJECT_CONTEXT.mdis updated when the change introduces a durable architectural/protocol/state/operational/integration decision.- Comments/Javadoc are English.
- No unintended dependency/version/release changes.
Do not demand a full manual audit for an internal-only change when the impact assessment reasonably concludes there is no documentation effect.
Report format
Report in German, ordered by severity.
For each finding include:
- affected file/location;
- concrete problem;
- consequence;
- recommended correction.
Then include:
- verification gaps;
- documentation-impact result;
- durable-context gaps;
- related-project gaps when relevant;
- overall assessment.
Do not fix findings until Marc explicitly asks for implementation and the normal concept gate has been satisfied for the fixes.