chore(hygiene): untrack agent-internal TASKPLAN_STATUS_2026-09-17_1324-*.md - #2
Merged
Merged
Conversation
…4-*.md T-20260926-510472849 (repo hygiene rollout, wave 1). Agent loop status snapshot, zero test/doc dependency (verified via repo-wide grep across the full tracked tree). Untracked (file stays on disk locally, gitignored), nothing was deleted. NOT touched: MARKETING-LOG.txt (public artifact per pending user decision). PORTIERUNGSPLAN.md is only doc-linked (ROADMAP.md, llms.txt, no Python test dependency) but untracking it would leave two dead links -- logged to TESTVERDRAHTET_2026-09-26.md for a coordinated follow-up instead of touched here. Verified: full pytest suite 364 passed, 2 skipped (pre-existing, unrelated: missing local release EXE, native-Qt-only PNG smoke). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PTbvD41MCVmnQWaobvHfCk
|
Welcome! Thanks for your first pull request in this repository. A maintainer will review it soon. Please make sure:
Thanks for contributing. |
Collaborator
Author
|
Review (merge-reviewer, claude-opus) auf Head 2bbf8a4: bestanden. Nimmt TASKPLAN_STATUS_2026-09-17_1324-tasksolver-attempt3.md aus dem Tracking und ergänzt das .gitignore-Muster, keine Restreferenz. Das CI-Rot (ModuleNotFoundError PIL in tests/test_assets_and_icons.py) gibt es schon vorher. Offen ist nur REVIEW_REQUIRED, der Admin-Merge läuft über team-lead. |
This was referenced Sep 26, 2026
lukisch
added a commit
that referenced
this pull request
Sep 26, 2026
* fix(store): widen defringe threshold to remove 1px white edge halo Zweite Nachreview-Runde (merge-reviewer, claude-opus) zu PR #3 (edcb8fa): Motiv war korrekt (Vollflaeche, unversehrt), Ecken transparent, Wide ohne opake Ecken -- aber auf dunklem Grund blieb ein heller 1px-Saum an der Rundung (gemessen: Square310 204 Randpixel Alpha>=192 mit Luminanz auf Schwarz bis 216, Wide 183 Pixel). Ursache: Der Antialiasing-Uebergang zwischen Canvas-Hintergrund und solider Motivfarbe ist am Rand der abgerundeten Ecke nur 1 Pixel breit, hat aber eine Farbdistanz von ~97 zum Hintergrund (gemessen auf einer Diagonale nahe der Ecke) -- der bisherige bg_thresh von 60 liess dieses Pixel unverarbeitet (voll opak, urspruengliche helle Mischfarbe) zurueck. Fix: bg_thresh auf 150 angehoben (deutlich ueber der gemessenen Uebergangsdistanz ~97, deutlich unter der Distanz zur soliden Motivfarbe >300) -- damit erfasst Un-Premultiply den kompletten Uebergang. Verifiziert: schlimmster verbleibender Wert ueber alle 5 Kacheln liegt bei Luminanz 160 auf Schwarz (vorher bis 216), visuell an der Ecke sauber (siehe Kontaktbogen im PR-Kommentar). Regressionstest erweitert: test_store_tiles_have_transparent_corners komponiert jedes teiltransparente Randpixel auf Schwarz und prueft eine Luminanzgrenze, damit dieser Fehler kuenftig auffaellt statt nur visuell im Review. Dieser Branch wurde frisch von aktuellem master (13dd6cd, nach Merge von PR #2) erstellt statt PR #3 fortzufuehren, um einen Force-Push zu vermeiden. `_review/` (Kontaktbogen im Repo) wurde NICHT wieder eingefuegt -- der Kontaktbogen kommt als eingebettetes Bild im PR-Kommentar, nicht als Repo-Datei. Verifiziert: 35/35 gezielte Tests (assets/icons, store_materials, metadata_contract) gruen; Vollsuite lief bis 80% sichtbar sauber durch (Log-Abschneidung durch Backgrounding, exit code 0). Ersetzt PR #3. Ticket T-20260820-729932431, T-20260926-902661741. * fix(lint): split combined import to satisfy ruff E401 --------- Co-authored-by: Lukas Geiger <lukas@um-bruch.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
TASKPLAN_STATUS_2026-09-17_1324-tasksolver-attempt3.md(agent loop status snapshot, zero test/doc dependency, verified via repo-wide grep). File stays on disk locally (gitignored), nothing deleted.Part of T-20260926-510472849 (repo hygiene rollout, wave 1).
Deliberately NOT touched:
MARKETING-LOG.txt(public artifact per pending user decision).PORTIERUNGSPLAN.mdis only doc-linked (ROADMAP.md,llms.txt-- no Python test dependency), but untracking it would leave two dead links on GitHub; logged to the ticket'sTESTVERDRAHTET_2026-09-26.mdattachment for a coordinated follow-up instead of touched here.Test plan
🤖 Generated with Claude Code
https://claude.ai/code/session_01PTbvD41MCVmnQWaobvHfCk