Skip to content

docs(exec): remove the sh driver - #97

Merged
raphaelvigee merged 1 commit into
mainfrom
claude/eager-galileo-npxvkb
Aug 15, 2026
Merged

docs(exec): remove the sh driver#97
raphaelvigee merged 1 commit into
mainfrom
claude/eager-galileo-npxvkb

Conversation

@raphaelvigee

Copy link
Copy Markdown
Member

Summary

hephbuild/heph#397 (commit 44ccc91) removed the sh driver from pluginexec. sh -u -e had no portable pipefail, so a failing pipeline producer could report success and get cached as a passing build. driver = "sh" now fails to resolve (driver not found: sh); the bash driver is a strict superset (same -u -e, plus -o pipefail) and is the replacement.

This PR removes the sh driver from the docs:

  • website/docs/plugins/exec.md — down to two drivers (exec, bash); dropped the builtin: sh config example and the sh row from the driver table.
  • website/docs/plugins/buildfile.md — the driver = "sh" example now uses bash; the driver-forwarding note no longer lists sh.
  • plugins/heph-expert/** and plugins/heph-go/** (skill references, agent, and slash-command docs) — every bash/sh mention updated to just bash, per the reference-drift rule in the repo's CLAUDE.md. Bumped heph-expert and heph-go to 0.1.2, and the marketplace to 0.1.2.

No new page was added and no sidebar changes were needed — this is a removal, not a new feature.

Test plan

  • Docs build (build) — not run in this environment; markdown-only edits, no code fences or links changed beyond existing patterns.
  • Grepped the repo for remaining sh-driver references (bash/sh, builtin: sh, driver = "sh") after edits — none remain outside of unrelated matches (code-fence language tags, the hostbin doc's //@heph/bin:sh host-binary wrapper, which is unrelated).

Generated by Claude Code

The sh driver was removed in hephbuild/heph#397 (heph@44ccc91): its
`sh -u -e` run has no portable pipefail, so a pipeline reported only its
last stage's status and a failing producer could look like a success. The
exec plugin now registers two drivers, exec and bash, and bash is a
pipefail-safe superset of what sh offered.

Updates the Exec plugin page, the buildfile example that used
`driver = "sh"`, and the sh mentions across the heph-expert and heph-go
skill/agent/command references (per the reference-drift rule in
CLAUDE.md), bumping both plugins' and the marketplace's patch version.
@github-actions

Copy link
Copy Markdown

⚡ Cloudflare Pages preview

Preview https://dcb930d4.hephbuild.pages.dev
Commit 5fe24c6

@raphaelvigee
raphaelvigee merged commit 674bf18 into main Aug 15, 2026
3 checks passed
@raphaelvigee
raphaelvigee deleted the claude/eager-galileo-npxvkb branch August 15, 2026 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants