docs: say that nothing binds a job to a thread #626
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!626
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/say-what-the-job-thread-does-claude"
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?
Part of #620. Deliberately the lesser half, and it closes none of that issue's four items — it removes the property that made them invisible.
#620's acceptance offers two routes per item: "reachable from production, or its doc corrected to describe what the service actually does." The first needs a product call. The second needs nobody.
What the docs claimed
sirens-echo-commands.md:sirens-echo-jobs-telemetry.md:Both describe current behaviour. Neither can happen:
BindJobToThreadis the only writer ofOrigin.ThreadIDand nothing calls it. The resolver and the record are built and correct; the write side was never wired.So the id-less fallback never resolves, job updates always land in the channel, and a member following the documentation is told a command works that cannot.
Why this is worth a change on its own
Unused code shows up in a grep. Documentation promising behaviour the runtime cannot perform does not — it reads exactly like documentation of working behaviour, which is why four of these survived unnoticed. Same shape as #592.
What this does not do
The member-facing symptom is untouched. A job command inside a thread still reports no referent, and it will until someone answers whether a job gets its own thread.
BindJobToThread,Origin.ThreadID, and the call graph are not touched.ward exec gategreen, andcommands.mdstays inside the 80-line cap — my first draft put it at 81, so the addition is trimmed rather than someone else's prose.