mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-11 21:57:14 +03:00
* Fix broken-image comment false positives AI assistance was used to reproduce the issue, implement the fix, and add regression coverage. * Harden JavaScript comment scanning AI assistance was used to address automated review feedback, add regression coverage, and run validation. * Handle comments in template expressions AI assistance was used to reproduce and fix automated review feedback, add regression coverage, and run validation. * Preserve JSX around URL and regex syntax AI assistance was used to reproduce and fix automated review feedback, add regression coverage, and run validation. * Fix regex keyword property context AI assistance: Codex identified, implemented, and validated this review follow-up under maintainer authorization. * Handle JSX slash edge cases AI assistance: Codex addressed review findings and validated this follow-up under maintainer authorization. * Ignore CSS-in-JS comments AI assistance: Codex addressed top-level review findings and validated this follow-up under maintainer authorization. * Handle remaining slash contexts Fix JavaScript keyword separation and JSX protocol-relative URL classification so comment stripping preserves only live source. Add focused regressions for the reviewed edge cases.\n\nAI assistance: Codex implemented and validated this change under maintainer authorization. * Handle generic styled templates Recognize TypeScript generic arguments consistently in CSS-in-JS extraction and comment sanitization. Add focused regressions for extraction and comment-only styled templates.\n\nAI assistance: Codex implemented and validated this change under maintainer authorization. * Handle nested styled generics Teach CSS-in-JS extraction and comment sanitization to scan balanced nested TypeScript generic arguments before template literals. Add regressions for live and commented nested-generic styles.\n\nAI assistance disclosure: Codex implemented and validated this review follow-up under maintainer authorization. * Handle nested source contexts Keep regex detection correct after postfix operators, distinguish JSX expression comments from protocol-relative text, and scan nested template literals inside CSS-in-JS interpolations. Add focused regressions for each review finding.\n\nAI assistance disclosure: Codex implemented and validated these review follow-ups under maintainer authorization. * Complete comment-safe source scanning Recognize regex literals after for-of, comparisons, and block braces without confusing object-literal division. Route grid-background detection through the offset-preserving comment-neutralized source and add negative and positive controls.\n\nAI assistance disclosure: Codex implemented and validated these review follow-ups under maintainer authorization. * Handle remaining lexer contexts Recognize JSX attribute expressions and regex literals inside CSS-in-JS interpolations so comment stripping remains source-safe.\n\nAI-assisted: Codex implemented and validated this change under maintainer authorization. * Align interpolation regex contexts Match postfix-update and statement-block regex classification in CSS-in-JS interpolation parsing so templates remain extractable.\n\nAI-assisted: Codex implemented and validated this change under maintainer authorization.