Add Runtime Bindings init onboarding#149
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 the Runtime Bindings init command path, defaults/sensitive behavior, interactive install single-prompt persistence, and preview reuse change for install writes. 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 #142.
Summary
hyard vars init <package-source>with schema 2 skeleton output,--defaults,--ref, and JSON/text responses.value_from.envbindings for sensitive declarations and keep declaration defaults implicit unless explicitly materialized..harness/vars.yaml, and skip prompts/writes for declaration defaults.Validation
go test ./cmd/hyard/cli -run TestHyardVarsInit|TestHyardInstallInteractivePersists -count=1go test ./cmd/orbit/cli/bindings ./cmd/orbit/cli/harness ./cmd/orbit/cli/template ./cmd/harness/cli/commands ./cmd/harness/cli ./cmd/hyard/cli -count=1mise run fixmise run cish ./scripts/test_release_surface_hyard.shFeedback Loop
TDD: added failing hyard CLI integration coverage for
vars init, defaults, sensitive skeletons, and interactive install persistence, then implemented and expanded unit coverage for binding defaults and plan generation.Review-commit: ran diff review and regression tests before committing.