[TASK] Integrate extension-builder-development into .devbox#822
Merged
[TASK] Integrate extension-builder-development into .devbox#822
Conversation
- Move DDEV config to repo root so full repo is mounted in container - Update .devbox/composer.json to TYPO3 13.4 (from TYPO3 11.5) - Add .devbox/config/system/settings.php with DDEV-ready TYPO3 config - Replace introduction site config with clean main site config - Update .gitignore for new DDEV/devbox structure - Post-start hook creates packages/extension_builder symlink automatically Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Move DDEV-specific ignore rules from root .gitignore into .ddev/.gitignore, following DDEV's own convention for excluding generated files. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Remove obsolete TYPO3 v11 artifacts from .devbox/.ddev/ and .devbox/build-files/. Fix bin path in post-start hook to match composer bin-dir. Extend .ddev/.gitignore to cover all generated dirs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ions Add new configuration parameters for extensions like backend, extensionmanager, indexed_search, redirects, scheduler, and styleguide.
Extend .gitignore to include CLAUDE.md and clean up unnecessary legacy indexed_search configuration from devbox settings.
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.
Summary
packages/extension_buildersymlink via post-start hook).devbox/composer.jsonfrom TYPO3 11.5 to TYPO3 13.4.devbox/config/system/settings.phpwith DDEV-ready TYPO3 13 configintroductionsite config with a cleanmainsite config.ddev/.gitignorefollowing DDEV conventions for generated filesTER Compatibility
No impact —
.gitattributesalready has/.* export-ignorewhich excludes both.ddev/and.devbox/from TER exports.First-time setup
🤖 Generated with Claude Code