Skip to content

docs(review): correct the token claim in the merged #272 review - #311

Merged
pseudoseed merged 1 commit into
mainfrom
chore/272-review-token-correction
Aug 31, 2026
Merged

docs(review): correct the token claim in the merged #272 review#311
pseudoseed merged 1 commit into
mainfrom
chore/272-review-token-correction

Conversation

@pseudoseed

Copy link
Copy Markdown
Owner

The #272 review merged saying a pairing-issued one-time token is spent on the first sweep tick before anyone spawns, and that an unbounded desktop seed is therefore effectively mandatory for any workspace carrying a threads config.

That is wrong. The architect verified against a live server that the bootstrap token is durable and re-exchangeable. Nothing is burned.

The real cost is smaller and different: each exchange mints a session, so the sweep accumulates one per server every 30s and they pile up. A leak, not a spent credential — and it wants a different fix (reuse the access token across ticks) than the one the wrong version implied (provision a different kind of credential). Tracked in #306.

Why correct it rather than leave it

A merged review is what someone greps in six months. This one currently tells them a credential is being burned that is not, and points at the wrong remedy.

The correction names the wrong version rather than quietly replacing it, because it was merged and someone may already have read it.

The mistake underneath

I propagated a constraint documented in a comment — on ThreadBackendConfig.bootstrapToken — as though it were a measurement. It was not, and the live check disagreed with it. That is the repo's own "verify claims against the actual system, summaries are evidence not ground truth", applied to a code comment I had every reason to trust.

One file, one paragraph. Refs #272, #306.

🤖 Generated with Claude Code

The review shipped saying a pairing-issued one-time token is spent on the first
sweep tick before anyone spawns, and that an unbounded desktop seed is therefore
effectively mandatory. That is wrong. The architect verified against a live server
that the token is durable and re-exchangeable — nothing is burned.

The real cost is smaller and different: each exchange mints a SESSION, so the sweep
accumulates one per server every 30s. A leak, not a spent credential, and it wants a
different fix — reuse the access token across ticks rather than provisioning another
kind of credential. Tracked in #306.

Corrected in place with the wrong version named rather than quietly rewritten,
because it was merged and someone may have read it. A merged review is what gets
grepped in six months.

The underlying mistake is worth stating: I propagated a constraint documented in a
comment on ThreadBackendConfig.bootstrapToken as though it were a measurement. It
was not, and the live check disagreed with it.

Refs #272, #306.
@pseudoseed
pseudoseed merged commit b626b71 into main Aug 31, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant