Skip to content

ci: allow localized readmes in package audit - #3

Merged
denial123789 merged 1 commit into
mainfrom
agent/improve-discovery
Aug 15, 2026
Merged

ci: allow localized readmes in package audit#3
denial123789 merged 1 commit into
mainfrom
agent/improve-discovery

Conversation

@denial123789

Copy link
Copy Markdown
Contributor

Summary

Allow the Japanese and Simplified Chinese README files that npm automatically includes in the package tarball.

Root cause

The package audit allowlist accepted only README.md, while npm pack automatically includes README.ja.md and README.zh-CN.md. This caused the otherwise successful validation job to fail.

Verification

  • npm run audit:package passes
  • npm run build passes
  • The previous GitHub Actions run passed all 150 tests; this focused change only updates the package audit allowlist
  • Local full tests encountered environment-only failures from an existing Kiro user config and sandbox loopback restrictions

@denial123789
denial123789 merged commit 618a58e into main Aug 15, 2026
1 check passed
@denial123789
denial123789 deleted the agent/improve-discovery branch August 15, 2026 00:59
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