From 613a196501c14ec9549218ed23cab4fcdf6dcdd8 Mon Sep 17 00:00:00 2001 From: Martin Klein <36695017+flitzrrr@users.noreply.github.com> Date: Thu, 21 May 2026 01:04:00 +0200 Subject: [PATCH] fix(manifests): add docs/de-DE to package.json publish surface The npm-publish-surface test asserts package.json `files` aligns with the install module graph. The new docs-de-de module requires docs/de-DE in the published files list. Refs #1980 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 203c2a27..bc1ff781 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "agent.yaml", "agents/", "commands/", + "docs/de-DE/", "docs/ja-JP/", "docs/ko-KR/", "docs/pt-BR/",