DevEx: phpc doctor --gates lists 005-SessionsWeb ladder (#1903)#1941
Merged
Conversation
Add a SessionsWeb section to Doctor::runGates() with live VM gate status, pending AOT/deploy/init rows, and ci-defaults env SSOT. Extend PhpcDoctorTest and document the section in GETTING-STARTED and phpc help. Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced May 25, 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.
Summary
Doctor::printSessionsWebSection()after the North Star 2 block inphpc doctor --gatesexamples/005-SessionsWeb/,SESSIONS_WEB_SMOKE_GATE/SESSIONS_WEB_AOT_SMOKE_GATE, and pending rows for Testing: 005-SessionsWeb AOT link + two-request CGI execute smoke #1891, Testing: 005-SessionsWeb phpc deploy + PHPC_DEPLOY_ROOT CGI smoke #1893, DevEx: phpc init --profile sessionsweb (005-SessionsWeb scaffold) #1886PhpcDoctorTest,bin/phpc.phphelp, anddocs/GETTING-STARTED.mdFixes #1903
Test plan
WAVE3_ROADMAP_SYNC_GATE=0 … ./script/docker-ci-local.sh fast --filter PhpcDoctor(7 tests, 50 assertions)./phpc doctor --gates | grep -i '005\|SessionsWeb\|SESSIONS_WEB'(manual in Docker after merge)Made with Cursor