release: @ai_kit/core 1.6.0 + @ai_kit/workflow-world 0.2.0 — adapter/world injectables - #116
Merged
Conversation
… Nitro Conçoit l'injection d'un WorldEngineAdapter pré-construit dans WorkflowKit + un loader 'module' sur createWorldAdapter, pour que les imports de la chaîne world (@ai_kit/workflow-world, @workflow/world-postgres) vivent en littéraux dans le code tracé de l'app hôte → inclus dans .output sans traceInclude. Rétrocompatible, dépendances optionnelles préservées. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
… (tracing-friendly)
Permet à l'app hôte de fournir () => import('@workflow/world-postgres'),
littéral tracé par le bundler, à la place de l'import dynamique interne.
Rétrocompatible : sans 'module', comportement inchangé.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
… injecté Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…EngineAdapter Quand fourni, court-circuite l'import dynamique de @ai_kit/workflow-world : l'app hôte importe createWorldAdapter statiquement → traçable par le bundler. Rétrocompatible : sans 'adapter', le chemin d'import dynamique est inchangé. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…alidation type gated) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…jecté Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
feat: adapter/world injectables (fix tracing Nitro/Docker) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…_MODULE_NOT_FOUND Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…dapter feat(workflow-kit): adapter/world injectables — fix tracing Nitro/Docker (.output)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotion
dev → main. Le merge déclenche la publication NPM (realease-core.yml+release-workflow-world.ymlsur pushmainquandpackage.jsonchange).Contenu (PR #115)
@ai_kit/workflow-world:WorldConfig.module?(loader de world injectable, tracing-friendly).@ai_kit/core:WorkflowKitOptions.adapter?(court-circuite l'import dynamique de workflow-world).worlddeviennent des littéraux tracés →@ai_kit/workflow-world+@workflow/world-postgresdans.outputsanstraceInclude.Versions publiées
@ai_kit/core1.6.0 (depuis 1.5.0)@ai_kit/workflow-world0.2.0 (depuis 0.1.1)CI
feat→dev(#115) : ✅. Rétrocompatible.🤖 Generated with Claude Code