chore: unit tests for CSM-016

This commit is contained in:
2026-05-09 17:18:43 +02:00
parent ce80f28e60
commit e4452ca504
3 changed files with 148 additions and 0 deletions

View File

@@ -0,0 +1 @@
- [Fix all test failures](feedback_fix_all_failures.md) — Never dismiss failures as pre-existing; fix everything

View File

@@ -0,0 +1,11 @@
---
name: Fix all test failures
description: Never dismiss test failures as pre-existing — if tests fail after changes, fix them
type: feedback
---
All test failures after changes must be fixed, even if they appear unrelated. The test suite was clean before, so any failure is the responsibility of the current change.
**Why:** The user confirmed the suite was green before. Dismissing failures as "pre-existing" is wrong and wastes time.
**How to apply:** After making changes, if any test fails, investigate and fix it before reporting the task as done. Never stash/skip/ignore failures.