headroom/.github/workflows
JerrettDavis 0cfbc3f436 ci: add init-native-e2e workflow across linux / macos / windows
Existing Docker init-e2e runs on ubuntu only. Platform-specific bugs
(Windows path separators in written hook commands, PowerShell-vs-bash
matcher strings, macOS keychain prompts, shutil.which PATHEXT quirks)
slip past it. Add a matrix workflow that drops a noop shim for each
target agent and runs ``headroom init -g <target>`` on each of the
three supported OSes, then asserts the settings file was written to
the platform-correct location.

Matrix: [ubuntu-latest, macos-latest, windows-latest] x [claude,
codex, copilot]. ``openclaw`` is excluded because it delegates to
``headroom wrap openclaw`` which needs a real OpenClaw CLI and can't
be stubbed with a noop shim; the Docker suite already covers its
negative path.

Common setup (Python install, editable headroom install, shim drop,
PATH wiring) is factored into a composite action at
.github/actions/headroom-e2e-setup so follow-up per-command workflows
(install-native-e2e, wrap-native-e2e) can be near-copies that only
supply their matrix and assertion blocks. The composite action uses
the cross-platform shim scripts from e2e/_lib/make_shim.{sh,ps1} that
landed with the harness refactor.

Scoped trigger: pull_request touching init code OR the harness, plus
pushes to main and manual dispatch. This avoids burning CI minutes on
every push to unrelated feature branches while still gating every PR
that could regress init behavior.

Not verified locally: Windows runner behavior. Reviewer should watch
the first matrix run on PR.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 16:14:32 -05:00
..
ci.yml Merge pull request #219 from JerrettDavis/fix/python-github-packages-publish 2026-04-21 21:30:16 -07:00
devcontainers.yml fix: harden devcontainer worktree startup 2026-04-10 13:49:29 -05:00
docker.yml fix: complete fork-friendly release publishing 2026-04-20 19:00:43 -05:00
docs.yml Add MkDocs GitHub Pages documentation site 2026-01-30 20:33:29 -08:00
eval.yml Add OSS evaluation suite, universal JSON crush, latency benchmarks 2026-02-23 19:08:54 -08:00
init-e2e.yml test: cover init install flows end to end 2026-04-21 20:15:11 -05:00
init-native-e2e.yml ci: add init-native-e2e workflow across linux / macos / windows 2026-04-23 16:14:32 -05:00
publish.yml Merge branch 'chopratejas:main' into ci/release-automation 2026-04-15 21:44:11 -05:00
release.yml ci: publish Python distributions to GitHub releases 2026-04-20 23:32:31 -05:00
wrap-e2e.yml feat(ci): add docker wrap e2e workflow 2026-04-07 22:36:43 -05:00