disinto/.woodpecker
openhands 268ddc398c fix: use awk instead of grep -Eo in smoke test for Alpine compatibility (#296)
busybox grep on Alpine handles ERE character classes [(][)] differently
from GNU grep, causing get_fns to miss function definitions like
handle_ci_exhaustion(). awk is portable and works identically on all
platforms.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 19:43:42 +00:00
..
agent-smoke.sh fix: use awk instead of grep -Eo in smoke test for Alpine compatibility (#296) 2026-03-19 19:43:42 +00:00
ci.yml feat: CI smoke test — syntax check + function resolution for all agent scripts (#177) 2026-03-18 17:11:02 +00:00
detect-duplicates.py fix: address AI review findings for CI pipeline and duplicate detection 2026-03-17 10:18:39 +00:00