fix(clean-env): point the vendored skill at a script that exists - #925
Merged
rubenvdlinde merged 1 commit intoAug 27, 2026
Merged
Conversation
This repo carries a copy of hydra's clean-env skill, and the copy told you to run `bash .claude/scripts/clean-env.sh` -- a file that does not exist here, in hydra, or in any other checkout. Its app list was five names long against a fleet of twenty-one, and three of those five (softwarecatalog, docudesk-era names, mydash) are app directories or retired apps rather than app ids, so following it by hand enables nothing. Synced from hydra's canonical version. It now drives `.github/dev-up.sh`, and its verification section names what to actually check: an app enables successfully with no vendor/autoload.php and then fatals on every request, and enables successfully with a pre-rename JS bundle and then renders a blank page. Both were true of live apps in this workspace on 2026-08-27, and "confirm apps are listed and enabled" sees neither.
Contributor
Quality Report — ConductionNL/decidiq @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| check-manifest | ✅ | ||||
| check-nav-ceiling | ✅ | ||||
| test-l10n | ✅ | ||||
| format | ✅ | ||||
| check-l10n-js | ✅ | ||||
| check-schema-l10n | ✅ | ||||
| composer | ✅ | ✅ 104/104 | |||
| npm | ✅ | ✅ 557/557 | |||
| app:check-code | ⏭️ | ||||
| info.xml | ✅ | ||||
| REUSE | ❌ | ||||
| PHPUnit | ✅ | ||||
| Newman | ✅ | ||||
| Playwright | ✅ | ||||
| Hydra gates | ✅ |
Quality workflow — 2026-08-27 10:31 UTC
Download the full PDF report from the workflow artifacts.
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.
This repo carries a copy of hydra's
clean-envskill, and the copy told you to runbash .claude/scripts/clean-env.sh— a file that does not exist here, in hydra, or in any other checkout. Its app list was five names long against a fleet of twenty-one, and three of those five are app directories or retired apps rather than app ids, so following it by hand enables nothing.Synced from hydra's canonical version (ConductionNL/hydra
fix/clean-env-skill-points-at-a-real-script). It now drives.github/dev-up.sh, and its verification section names what to actually check: an app enables successfully with novendor/autoload.phpand then fatals on every request, and enables successfully with a pre-rename JS bundle and then renders a blank page. Both were true of live apps in the workspace on 2026-08-27, and "confirm apps are listed and enabled" sees neither.Docs only — no code paths touched.
🤖 Generated with Claude Code