mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-07-26 17:21:23 +00:00
Conjured items degrade twice as fast: -2 before sell-by, -4 after, never below 0. Registered in ItemUpdaterFactory.Default() and resolved by the Conjured prefix rule, so the whole Conjured family is covered. The four Conjured spec tests go green. The ThirtyDays approval snapshot now shows the intended Conjured-only diff; it is re-approved in the next commit. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| AgedBrieUpdater.cs | ||
| BackstagePassUpdater.cs | ||
| ConjuredItemUpdater.cs | ||
| GildedRose.cs | ||
| GildedRose.csproj | ||
| IItemUpdater.cs | ||
| IItemUpdaterFactory.cs | ||
| Item.cs | ||
| ItemUpdaterBase.cs | ||
| ItemUpdaterFactory.cs | ||
| NormalItemUpdater.cs | ||
| Program.cs | ||
| SulfurasUpdater.cs | ||