fix(tw): logos-bridge in next: slot + runnable-line lint - #85
Merged
Conversation
ATOM-CLAUDE-LABEL-TW-NEXTLINE-20260820 The next: panel mixed paste-able commands with English. At 96.1% it printed "Optional: start reson8 styx WS bridge on :8088". PowerShell parses start as Start-Process and fails on WS. - bridge fix string -> logos-bridge (already declared in LogOS.Shell) - other non-command fix strings comment-prefixed - Test-NextActionRunnable + Assert-NextActionsRunnable so a prose line fails here, not at the operator - ops/tests/Test-TwNextActions.ps1 is the build gate Checked by: claude/reason (holds the label, not the fix — R4)
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.
Fixes ATOM-CLAUDE-LABEL-TW-NEXTLINE-20260820.
Defect
At 96.1% the
next:panel printed:PowerShell parses
startasStart-Processand fails onWS. Every other line in that panel is paste-able.Located:
ops/TriWeavon.Unitary.Profile.psm1—$s.bridge.fix.Fix
logos-bridge(already declared:Start-LogOSBridge→ops\serve.ps1 -Addr 127.0.0.1:8088).fixstrings (logos_root,wsl,docker,schemas) with#so they cannot parse asStart-Process.Test-NextActionRunnable/Assert-NextActionsRunnable— a prose line in a command slot throws before it reaches the operator.ops/tests/Test-TwNextActions.ps1is the build gate. Known-bad string fails;logos-bridgeandtw up *pass.Version bump:
1.1.1-unitary→1.1.2-unitary.Nothing else in this PR. Projector still observes; this is the emitter.