2 Commits
Author SHA1 Message Date
mr.zeroandClaude Opus 5 786b20986f Quote the load check so /bin/sh can parse it
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
The check used escaped double quotes around a Ruby interpolation, which
the pipeline's /bin/sh rejected with "Unterminated quoted string". Single
quotes outside, plain concatenation inside — no escapes left to misread.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-17 07:12:04 +02:00
mr.zeroandClaude Opus 5 9c21133ce5 Add a CI check
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline failed
The repo was registered in Woodpecker but had no pipeline, so nothing
ever ran on it. There is no test suite here, so the check is what can
actually catch a regression in a library: that it still compiles and
loads.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-17 07:07:35 +02:00