IBX-12229: Added unified deptrac layers configuration - #803
Draft
bnowak wants to merge 4 commits into
Draft
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…out v7 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
php-cs-fixer 3.75 declares PHP 8.3.* as its maximum supported version and refuses to run on PHP 8.4 without PHP_CS_FIXER_IGNORE_ENV being set. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Team decision: the attribute-based collection mechanism will not be used. The InternalContracts layer remains, collected from the dedicated src/internal-contracts/ directory (kept via .gitkeep); Bundle collectors simplified back to plain directory collectors. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
This was referenced Aug 11, 2026
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.




Related PRs:
Description:
PoC of the unified per-package deptrac layer model:
Bundlelayer (src/bundle+src/lib).Contractslayer stays unchanged — public contracts, implementable by partners.InternalContractslayer is introduced, made up of a dedicatedsrc/internal-contracts/directory. Internal contracts are implementable only by Ibexa packages.Testlayer coverstests/— it may depend on all src layers, never vice versa.Deptrac violations, and therefore a red deptrac CI job, are expected at this stage — the goal is surfacing the current shape of the package against the target ruleset. There are no runtime code changes.
For QA:
Nothing to test functionally — this is a config/CI-only change (deptrac configuration, Composer dev dependency and scripts, CI job).
Documentation:
No client-facing impact to document.