v1.10.1
Fixed
-
hkm ground initgenerated a CI workflow that called a binary nothing
installs. The generated.github/workflows/ground.ymlran
vendor/bin/hkm-ground check --hereandvendor/bin/hkm-ground migrate --strict, but this package declares"bin": ["bin/hkm-cli", "modules/ground/bin/ground"]— so what a plugin actually gets in its
vendor/binisground. No package has ever shipped ahkm-ground
executable, andalfacode-team/groundis not published separately at all: it
is a path repo inside this repository, reachable only because the kernel
autoloads it.So every plugin that ran
ground initgot a workflow whose first step could
only ever exit 127,No such file or directory— and it failed at the step
AFTERcomposer installsucceeded, which reads like the plugin is broken
rather than like the workflow named the wrong file. Five plugin repositories
had already been scaffolded with it.The generator now emits
vendor/bin/ground. Existing checkouts need the two
lines changed by hand orground initre-run; nothing else in the workflow
moves.
What's Changed
🔄 Other Changes
- release: v1.10.1 — ground init generates a workflow that calls a real binary by @hakeemRash in #144
Full Changelog: v1.10.0...v1.10.1