Remove the "src/server/handlers/plot-plan-runs.test.ts": 640 entry from…#424
Merged
Conversation
The file was decomposed below the 500-line limit in warren-59db, so the 640-line grandfather entry is no longer needed; the three resulting siblings default-pass. Also fix a stale acceptance-scenario comment referencing the pre-split handlers.plot-plan-runs.test.ts path.
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
Remove plot-plan-runs.test.ts file-size budget entry (warren-e304)
Run
run_hrgcqj6bd7qrSeeds
wc -lfor each shows < 500). Per docs/CONSTITUTION.md Article VI, before declaring done run a repo-wide search for the old path across ALL file types —rg -n "plot-plan-runs.test" --hidden -g '!node_modules' .(orgit grep -n "plot-plan-runs.test") PLUS an explicit sweep of Dockerfile, docker-compose.yml, .github/workflows/*.yml, src/supervisor/ spawn/config strings, scripts/acceptance/, and docs/ — and fix any stale reference (file moves have broken production here before; encode the check, do not assume it). Verify:bun run check:sizeexits 0 ANDbun run check:allis fully green (every gate stays green; the removed entry leaves all resulting files default-passing under the 500-line threshold).Commits (3)
Files changed
Prompt
Show prompt
🤖 Opened by warren run
run_hrgcqj6bd7qr