feat(kv260): wire preflight panel to live serial probe#126
Draft
hkimw wants to merge 2 commits into
Draft
Conversation
This was referenced May 6, 2026
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.
Refs #124\nRefs pccxai/pccx-launcher#72\n\n## Summary\n- Carry forward the read-only KV260 status surface from #124 for this branch.\n- Extend LauncherStatusReader with a serial preflight snapshot shape for launcher-side tty/login/uname/XRT data.\n- Update PreflightProposal and Kv260StatusPanel output to show tty port, truncated kernel uname, XRT presence, and last preflight timestamp with graceful preflight-not-run defaults.\n\n## Evidence\n- PYTHONPATH=src python3 -m pytest -q tests/test_kv260_status.py\n- node editors/vscode-prototype/test/kv260-status-panel.test.mjs\n- python3 -m compileall -q src tests\n- node editors/vscode-prototype/test/static-boundary.test.mjs\n- bash scripts/vscode-adapter-smoke.sh\n- git diff --check\n- PYTHONPATH=src python3 -m pytest -q\n- python3 scripts/check-source-headers.py\n- for test in editors/vscode-prototype/test/*.test.mjs; do node "$test" || exit 1; done\n\n## Scope guard\n- Read-only JSON consumption only; no launcher execution, pccx-lab execution, serial open/write, SSH, board command, provider call, telemetry, upload, or write-back.\n- Live serial-probe type checks skip when no JSON snapshot is provided.\n