Two leftovers from retiring the thread-prefill toggle #831
No reviewers
Labels
No labels
move-to-repo
coilyco-bridge-deploy
move-to-repo
coilyco-flight-deck-agent-compose
move-to-repo
coilyco-gaming-eco-app
move-to-repo
coilysiren-inbox
move-to-repo
unknown
🔒⚠️📦⚠️🔒 SANDBOXED 🔒⚠️📦⚠️🔒
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/sirens-echo!831
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/aw85-thread-prefill"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR is no longer what its title said, because #834 landed the same change first. Rewritten to match what it now contains.
What happened
Two seats built the removal for #769 in parallel. #834 (
wy58-thread-prefill-always) merged as979ff6dwhile this branch was open. All four merge conflicts were the two versions of the same fix, and every one resolves to main's, which is the landed one.Main's version is also better in one place worth naming. This branch deleted
configured_channelsfromdiscord.readyalong with the toggle, on the reading that it went in with it. It did go in with it, inb5a3422, but it countsDISCORD_CHANNEL_ID— the admission allowlist — rather than anything about prefill. It is useful boot context on its own, and main keeps it.So the removal itself contributes nothing now. What survives is two things #834 left behind.
Leftover one: the features inventory still advertises the toggle
docs/features-response-service.mdstill read:That is the behaviour #834 deleted. This file is the inventory of what ships, so a wrong line in it is worse than no line: it is the thing a reader consults instead of the code.
Leftover two: a comment justifying a field by a retired default
discord.readystill carried:There is no default-off any more. The field stays, for the reason above, and the comment now says what it actually counts and notes that it outlived what it was added for.
Why not just close this
Closing it would have dropped both leftovers on the floor, and neither is visible from #834's diff — one is a file #834 never touched, the other is a comment that stayed true-looking while the thing it described was deleted. They are only findable from the collision.
If you would rather these landed under a different number, close this and I will re-file. The two commits are a merge and a four-line fix.
Verified
ward exec gategreen: build, policy-check, vet, test, test-skips, pre-commit. The diff againstmainisdocs/features-response-service.mdplus the one comment.fix(discord): read every thread whole, with nothing to switch onto Two leftovers from retiring the thread-prefill toggle