Skip to content

Clean up public Runtime Bindings surface#150

Merged
zack-nova merged 1 commit into
mainfrom
issue-143-public-runtime-bindings-surface
May 12, 2026
Merged

Clean up public Runtime Bindings surface#150
zack-nova merged 1 commit into
mainfrom
issue-143-public-runtime-bindings-surface

Conversation

@zack-nova
Copy link
Copy Markdown
Owner

Closes #143.

Summary

  • Teach hyard vars in public CLI help, including schema 2 Runtime Bindings and strict {{ vars.<name> }} references.
  • Update quickstart, harness authoring, and configuration docs around .harness/vars.yaml, Package Variables, hyard vars init, and strict install behavior.
  • Expand release-surface validation for Runtime Bindings docs/help and hidden compatibility binding flags.

Validation

  • go test ./cmd/hyard/cli -run TestHyardHelpShowsUserLayerHeadlineAndPlumbingEntry|TestHyardVarsHelpTeachesPublicRuntimeBindingsSurface|TestHyardInstallHelpShowsYankedOverride -count=1
  • sh ./scripts/test_release_surface_hyard.sh
  • mise run fix
  • mise run ci
  • sh ./scripts/test_release_surface_hyard.sh

Feedback 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.

Copy link
Copy Markdown
Owner Author

@zack-nova zack-nova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@zack-nova zack-nova merged commit 19ca6e9 into main May 12, 2026
9 checks passed
@zack-nova zack-nova deleted the issue-143-public-runtime-bindings-surface branch May 12, 2026 17:00
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.

Public Runtime Bindings surface cleanup

1 participant