♻️ Split TDD status plumbing#263
Merged
Merged
Conversation
4f542ac to
631f78f
Compare
Base automatically changed from
rd/cli-audit-services-uploader
to
rd/cli-audit-remaining-base
May 18, 2026 19:32
Move the ops commands and their supporting runtime services into the next stacked review branch.
3f22a2a to
e96043b
Compare
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.
Why
The TDD/status/runtime path is the highest-risk CLI surface in this cleanup. It owns local daemon state, process lifecycle, build finalization, preview/status output, and baseline workflows. That work should not be hidden inside generic command cleanup because reviewers need to reason about process behavior and local state deliberately.
This PR groups the operational command slice together: doctor, preview, run, status, TDD, daemon management, and the runtime services that support them. It is larger than the other split PRs, but the files are related by one concern: keeping local visual testing workflows reliable.
What Changed
doctor,preview,run,status,tdd, andtdd-daemonbehavior.Verification
npm run buildnode --test tests/commands/doctor.test.js tests/commands/preview.test.js tests/commands/run.test.js tests/commands/status.test.js tests/commands/tdd.test.js tests/commands/tdd-daemon.test.js tests/services/build-manager.test.js tests/services/static-report-generator.test.js tests/tdd/server-registry.test.js tests/tdd/tdd-service.test.jsStack
8/10 in the CLI audit stack.
Base:
rd/cli-audit-services-uploaderHead:
rd/cli-audit-tdd-status