Skip to content

fix(raijin): restore package artifact exports#867

Merged
TorinAsakura merged 2 commits into
feat/generate-project-scaffoldsfrom
fix/raijin-package-artifact-contract
Jul 24, 2026
Merged

fix(raijin): restore package artifact exports#867
TorinAsakura merged 2 commits into
feat/generate-project-scaffoldsfrom
fix/raijin-package-artifact-contract

Conversation

@TorinAsakura

Copy link
Copy Markdown
Member

Task

How to verify

Before the fix

  1. Context: packed @atls/raijin artifact after the config ownership split
    Action: install the package into a disposable consumer and import public runtime exports
    Expected result: the consumer can fail because the archive contains dist/src/... while publishConfig.exports points to flat dist/...

After the fix

  1. Context: packed @atls/raijin artifact from this branch
    Action: run the package export check and install the package into disposable consumers
    Expected result: every publishConfig.exports target exists in the archive, public exports import, and the previous missing-artifact failure is gone

Proofs

  • yarn workspace @atls/code-typescript test
  • yarn workspace @atls/yarn-plugin-library build
  • yarn raijin:check:package
  • yarn raijin:check:runtime
  • yarn raijin:check
  • yarn check
  • Stock Next consumer: install, yarn typecheck, and public @atls/raijin imports pass; lint and build remain blocked by separate ESLint 9 PnP and Next 16 / Node 25 failures
  • atls/nestjs consumer: install, public @atls/raijin imports, and yarn workspace @atls/nestjs-dataloader build pass; full typecheck and lint remain blocked by existing consumer errors outside the package artifact contract

@TorinAsakura TorinAsakura self-assigned this Jul 24, 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: a06a09a6d8

ℹ️ 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/plugin-library/sources/library-build.command.tsx
@TorinAsakura
TorinAsakura changed the base branch from feat/generate-commands to feat/generate-project-scaffolds July 24, 2026 00:41
… into fix/raijin-package-artifact-contract

# Conflicts:
#	.yarn/releases/yarn.mjs
#	package.json
@TorinAsakura
TorinAsakura merged commit 336b2b0 into feat/generate-project-scaffolds Jul 24, 2026
7 checks passed
@TorinAsakura
TorinAsakura deleted the fix/raijin-package-artifact-contract branch July 24, 2026 01:21
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