fix(lh-114527): repair developer setup and Ansible guidance - #26
Merged
Conversation
Isolate Poetry from runtime dependencies and make developer commands report failures, keep lint read-only, and provide non-destructive build help. Preserve custom-profile recovery commands across POSIX and Windows shells. Correct collection installation, Vault, lookup-secret, and example guidance, and extend documentation checks so fresh source checkouts use the supported CLI and Ansible workflows.
huides00
requested review from
Scoombe,
afercal and
siddhuwarrier
as code owners
August 19, 2026 11:31
afercal
approved these changes
Aug 19, 2026
Scoombe
approved these changes
Aug 19, 2026
Record the inferred 0.39.3 collection release and preserve the published release history. This allows the automatic release rehearsal to validate the prepared version before merging.
Consistency CheckNo consistency issues found. Checker output |
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.
https://cisco-sbg.atlassian.net/browse/LH-114527
Description
Developer setup and documented Ansible workflows could leave the project runtime with conflicting
dependencies or direct contributors to commands that did not behave as described. The supported
setup now isolates Poetry, developer commands report failures consistently, and CLI recovery
guidance works across POSIX and Windows shells.
Collection installation, Vault handling, lookup-token safety, and example guidance now match the
packaged behavior. The full test suite, artifact checks, documentation checks, and pre-commit gates
pass.