Harden local-first install and isolated test paths#109
Draft
SteveSpivak wants to merge 1 commit into0xNyk:mainfrom
Draft
Harden local-first install and isolated test paths#109SteveSpivak wants to merge 1 commit into0xNyk:mainfrom
SteveSpivak wants to merge 1 commit into0xNyk:mainfrom
Conversation
Owner
|
Deep triage pass results for #109: What I validated locally
Security/injection audit
Blocking issue before merge
Non-blocking repo state notes
Recommendation
|
Owner
|
Correction to my prior blocker note: I re-verified
My earlier report was caused by output truncation/rendering in one inspection path, not an actual file defect. Updated triage status:
Remaining merge gates are process-level:
|
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.
Summary
This hardening branch fixes the local-first pilot issues discovered while testing LACP on macOS:
bin/lacp test --quick --isolatedactually isolate derived roots and avoid default install side effectslacp-installintolacp-onboardlacp-doctor --jsonagainst multiline output corruption$LACP_ROOTfrom the shipped.envexamplelacp-consolecompatibility with macOS Bash 3.2hardened-sessioncomposite profile path inlacp-claude-hookslacp-harness-run --helpusable when PyYAML is missingswarm doctorbootstrap probe and align docs/tests with the real CLIValidation
Ran locally on macOS:
HOMEBREW_NO_AUTO_UPDATE=1 bin/lacp test --quick --isolatedscripts/ci/test-cli-and-isolated-env-guard.shscripts/ci/test-console.shclaudeandcodexthrough LACP-managed wrappersNotes
This started as a local adoption pilot, so the branch is intentionally small and safety-focused rather than feature-expanding.