Skip to content

Fix projected runtime dependency overlays - #2233

Merged
chubes4 merged 5 commits into
mainfrom
fix/2232-preserve-dependency-overlays
Aug 7, 2026
Merged

Fix projected runtime dependency overlays#2233
chubes4 merged 5 commits into
mainfrom
fix/2232-preserve-dependency-overlays

Conversation

@chubes4

@chubes4 chubes4 commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

Preserves an existing Composer vendor tree when staging a component plugin, retaining its consumer autoload maps while dependency overlays replace their selected package at runtime.

Adds a projected Playground runtime integration test that verifies a mounted Composer package overlay is executed rather than the consumer package copy.

Fixes #2232.

Validation

  • npm run build
  • npm run test:composer-package-overlay-revision
  • npm run test:composer-package-overlay-autoload-layout
  • npm run test:composer-overlay-projected-runtime

AI Assistance

OpenAI GPT-5.6 Sol via OpenCode reviewed and validated the candidate implementation, traced the Composer staging and dependency-overlay projection path, and ran the listed build and integration tests. Chris Huber remains responsible for every line.

chubes4 added 5 commits August 6, 2026 20:30
Fixes #2232.

AI assistance: OpenAI GPT-5.6 Sol via OpenCode reviewed and validated the candidate implementation, then ran the build and targeted integration tests. Chris Huber remains responsible for every line.
The startup diagnostic now uses the managed MySQL defaults when a service exports only its endpoint.

AI assistance: OpenAI GPT-5.6 Sol via OpenCode inspected failed CI logs, identified the managed database diagnostic defaulting defect, implemented the focused correction, and ran targeted contract and overlay validation. Chris Huber remains responsible for every line.
The MariaDB integration recipe now uses the schema-supported runtime.phpVersion property.

AI assistance: OpenAI GPT-5.6 Sol via OpenCode inspected the failed contracts logs, identified the invalid recipe fixture field, and applied the schema-aligned correction. Chris Huber remains responsible for every line.
Only run canonical endpoint diagnostics when the runtime exports DB_HOST or DB_PORT.

AI assistance: OpenAI GPT-5.6 Sol via OpenCode analyzed contracts failures, identified the custom database mapping boundary, and implemented focused coverage. Chris Huber remains responsible for every line.
Clone cached readonly mounts while locked, rebuild stale snapshots, and invalidate corrupt v1 entries. Native agent task failures now retain redacted child output tails for diagnosis.

AI assistance: OpenAI GPT-5.6 Sol via OpenCode analyzed the failing native Playground E2E, reproduced the readonly mount cache failures, implemented the cache repair, and ran repeated E2E verification. Chris Huber remains responsible for every line.
@chubes4
chubes4 merged commit 2831ea8 into main Aug 7, 2026
4 checks passed
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.

Preserve Composer dependency overlays in projected plugin runtimes

1 participant