Clean up public Runtime Bindings surface#150
Merged
Merged
Conversation
zack-nova
commented
May 12, 2026
Owner
Author
zack-nova
left a comment
There was a problem hiding this comment.
Self-review complete. Checked public help text, quickstart/harness authoring/config docs, release-surface assertions, and scan results for legacy Runtime Bindings terms in ordinary public docs. No blocking findings.
Passing evidence: local mise run ci, explicit release-surface script, and GitHub CI all passed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #143.
Summary
hyard varsin public CLI help, including schema 2 Runtime Bindings and strict{{ vars.<name> }}references..harness/vars.yaml, Package Variables,hyard vars init, and strict install behavior.Validation
go test ./cmd/hyard/cli -run TestHyardHelpShowsUserLayerHeadlineAndPlumbingEntry|TestHyardVarsHelpTeachesPublicRuntimeBindingsSurface|TestHyardInstallHelpShowsYankedOverride -count=1sh ./scripts/test_release_surface_hyard.shmise run fixmise run cish ./scripts/test_release_surface_hyard.shFeedback Loop
TDD: added help and release-surface assertions first, observed failures in root help, vars help, install help, and quickstart docs, then updated the public surface until those checks passed.
Review-commit: scanned public docs for legacy Runtime Bindings terms, ran full validation, and checked the final diff before commit.