Skip to content

feat(raijin): apply package entry audiences - #896

Merged
TorinAsakura merged 2 commits into
pre-v3/architecture-foundationfrom
feat/raijin-package-entries
Aug 17, 2026
Merged

feat(raijin): apply package entry audiences#896
TorinAsakura merged 2 commits into
pre-v3/architecture-foundationfrom
feat/raijin-package-entries

Conversation

@TorinAsakura

@TorinAsakura TorinAsakura commented Aug 13, 2026

Copy link
Copy Markdown
Member

Task

How to verify

Main scenario

  1. Context: An isolated Yarn PnP consumer installs the generated @atls/raijin package archive.
    Action: Typecheck imports from @atls/raijin/config/eslint and @atls/raijin/config/typescript, then resolve both entries as ESM.
    Expected result: Both public configuration entries typecheck and resolve from the packed artifact.

Additional scenario

  1. Context: The generated package archive is inspected as a consumer-facing artifact.
    Action: Compare its export map and archive contents with the accepted entry matrix.
    Expected result: The artifact exposes exactly 19 public entries, rejects all 14 private composition entries, and every public export target exists.

Proofs

  • Package artifact validation
{
  "packedExportKeys": 19,
  "publicTargetsExist": true,
  "testOrFixtureArtifacts": false
}
  • Isolated Yarn PnP artifact consumer
{
  "configEntriesTypecheck": true,
  "prettierPluginLoadsWithoutProjectExport": true,
  "publicEsmEntriesResolve": true,
  "privateCompositionEntriesRejected": true
}

@TorinAsakura TorinAsakura self-assigned this Aug 13, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 38b18624df

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread yarn/raijin/package.json
@TorinAsakura
TorinAsakura merged commit b945231 into pre-v3/architecture-foundation Aug 17, 2026
8 of 9 checks passed
@TorinAsakura
TorinAsakura deleted the feat/raijin-package-entries branch August 17, 2026 22:27
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.

1 participant