Template
fix: increase component search depth for package repos #30
Reference in New Issue
Block a user
Delete Branch "fix/ci-component-depth"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The config.xml/access.xml check used
maxdepth 4which missed components nested inside package repos. Package repos like MokoSuiteShop nest components atsource/packages/com_*/(depth 5) or evenpackages/*/source/packages/com_*/(depth 7+).Increased to
maxdepth 10and excluded.claude/worktree paths.