Skip to content

Improve author migration#996

Merged
PhilKsr merged 3 commits into
mainfrom
improve-author-migration
Apr 20, 2026
Merged

Improve author migration#996
PhilKsr merged 3 commits into
mainfrom
improve-author-migration

Conversation

@PhilKsr

@PhilKsr PhilKsr commented Apr 17, 2026

Copy link
Copy Markdown
Member

DESCRIPTION

Umgesetzte Änderungen

SKILL.md

5 Erweiterungen:

  • Test-Guidance in 3g: Expliziter Check auf setupTests.ts / vi.mock() bei Library-Swaps, mit downstream_only: true Hinweis
  • Notes-Guidance für Breaking Deps (3a): notes muss bei Library-Austausch auch Library-Inkompatibilitäten und Test-Implikationen dokumentieren
  • Neues Feld batch_hint: codemod im Schema + Key Rule: signalisiert dem Plugin identische mechanische Änderung über alle Dateien
  • Neues Feld interactive: true im Schema + Key Rule: Plugin pausiert und fragt User (für Node-Version, Docker-Image etc.)
  • Neues Top-Level-Feld downstream_warnings im Schema + Step 3h + Key Rule: Pre-Migration-Checklist für bekannte Crashes

10.0.0.yaml

5 Änderungen am bestehenden Manifest:

  • downstream_warnings: Dot-Key-Problem (next-intl crasht) + react-i18next-Mock-Update dokumentiert
  • batch_hint: codemod auf useTranslation → useTranslations (11 Dateien)
  • batch_hint: codemod auf generateMetadata simplified (11 page.tsx Dateien)
  • interactive: true + notes auf Node.js 24 Eintrag
  • Neuer file_tracking-Eintrag für Test-Infrastruktur mit downstream_only: true + Before/After Mock-Pattern

MIGRATION.md

  • Neue Sektion "Test infrastructure (downstream projects)":
    • Before/After Code-Beispiele für den vi.mock-Wechsel
    • Dot-Key-Warnung mit Erklärung des INVALID_KEY-Crashes

TO-DO

  • implement and update tests
  • update docs
  • pull main & resolve merge conflicts
  • check Vercel deployment

@PhilKsr PhilKsr self-assigned this Apr 17, 2026
@vercel

vercel Bot commented Apr 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
app Ready Ready Preview Apr 20, 2026 8:39am
docs Ready Ready Preview Apr 20, 2026 8:39am
essencium-frontend-app Ready Ready Preview, Comment Apr 20, 2026 8:39am

@PhilKsr PhilKsr requested a review from f4-lex April 17, 2026 12:21

@f4-lex f4-lex left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zwei Anmerkungen zum Review — ansonsten sieht das gut aus.

Comment thread .claude/skills/author-migration/SKILL.md
Comment thread .claude/skills/author-migration/SKILL.md Outdated
- Extract downstream_warnings into its own Step 4 to clarify it is a
  top-level field, not an entry type inside the changes array
- Broaden batch_hint: codemod definition to cover AST-level structural
  transformations, not just textual find-and-replace
- Renumber former Steps 4-6 to Steps 5-7
@PhilKsr PhilKsr merged commit 4ce1c23 into main Apr 20, 2026
14 checks passed
@PhilKsr PhilKsr deleted the improve-author-migration branch April 20, 2026 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants