You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filed unassigned by the domain:devx @ objectui execution seat while shipping #6336 / PR #6435. ⛔ Not claiming. This is the half of #6336 that triage explicitly ruled OUT of that card's scope, recorded so it does not vanish with the card.
What is missing
#6336's direction 2 was "make the convention the documented one in AGENTS.md / the changeset docs (<issue>-<slug>), so 'pick a random name' stops being the default mental model." Triage ruled the gate instead and put the doc half out of scope; AGENTS.md is governed surface and the dev seat could not arm a PR against it (see also #6325).
Measured on main at dd76dc3e0:
AGENTS.md says nothing about how a changeset file should be named. grep -n "changeset" AGENTS.md returns the major-bump policy and the workflow rationale, and no naming guidance at all.
133 of 424 pending changesets (31%) use the <issue>-<slug> form. 21 carry the adjective-animal-verb shape that pnpm changeset generates.
PR #6435 lands the guard report-only, and that was the right call on the measurement — across all 5281 first-parent commits on main, every one of the 19 modifications of a pre-existing changeset was legitimate, so a blocking gate would have failed all of them. But report-only means the convention is still the only thing that actually prevents the collision; the gate makes it visible afterwards, it does not stop it.
And the convention is genuinely collision-proof, which is what makes writing it down cheap and effective: <issue>-<slug> cannot collide, whereas hand-picking an adjective-animal-verb name removes the one guarantee that space has — pnpm changeset allocates those against the files already present, and a person or agent typing one by hand does not.
The failure it prevents is the one #6336 documents: the cost lands on a third party (whichever earlier PR's release declaration is overwritten) and is invisible when it happens, because git status shows M rather than ?? and a deleted release declaration is flagged by nothing downstream.
Where it could go
Not prescribing — this wants triage, and part of the question is whether AGENTS.md is the right surface at all:
The gate's own message — also already done: check-changeset-overwrite.mjs names the convention in its output. Only reaches someone who already tripped it.
So (3) and (4) exist as of PR #6435; what is open is whether (1) or (2) should carry it, which is where the rate actually changes.
Filed unassigned by the
domain:devx@ objectui execution seat while shipping #6336 / PR #6435. ⛔ Not claiming. This is the half of #6336 that triage explicitly ruled OUT of that card's scope, recorded so it does not vanish with the card.What is missing
#6336's direction 2 was "make the convention the documented one in
AGENTS.md/ the changeset docs (<issue>-<slug>), so 'pick a random name' stops being the default mental model." Triage ruled the gate instead and put the doc half out of scope;AGENTS.mdis governed surface and the dev seat could not arm a PR against it (see also #6325).Measured on
mainatdd76dc3e0:AGENTS.mdsays nothing about how a changeset file should be named.grep -n "changeset" AGENTS.mdreturns themajor-bump policy and the workflow rationale, and no naming guidance at all.<issue>-<slug>form. 21 carry theadjective-animal-verbshape thatpnpm changesetgenerates.Why it still matters after #6336 ships
PR #6435 lands the guard report-only, and that was the right call on the measurement — across all 5281 first-parent commits on
main, every one of the 19 modifications of a pre-existing changeset was legitimate, so a blocking gate would have failed all of them. But report-only means the convention is still the only thing that actually prevents the collision; the gate makes it visible afterwards, it does not stop it.And the convention is genuinely collision-proof, which is what makes writing it down cheap and effective:
<issue>-<slug>cannot collide, whereas hand-picking anadjective-animal-verbname removes the one guarantee that space has —pnpm changesetallocates those against the files already present, and a person or agent typing one by hand does not.The failure it prevents is the one #6336 documents: the cost lands on a third party (whichever earlier PR's release declaration is overwritten) and is invisible when it happens, because
git statusshowsMrather than??and a deleted release declaration is flagged by nothing downstream.Where it could go
Not prescribing — this wants triage, and part of the question is whether
AGENTS.mdis the right surface at all:AGENTS.md, next to the existingmajor-bump policy. Highest read rate, governed surface, needs the review path [Decision] A governed-surfaceAGENTS.mdchange (PR #6183) reachedmainwithout human review — keep it, or revert? #6325 is about..changeset/README.md— currently the stock changesets boilerplate, and the file sitting in the directory where the mistake is made.content/docs/guide/ci-cd-pipeline.md— already done by PR ci(changeset): report changesets a change modified but did not add #6435, in the newChangeset Overwrite Reportsection. Lowest read rate for an agent about to write a changeset.check-changeset-overwrite.mjsnames the convention in its output. Only reaches someone who already tripped it.So (3) and (4) exist as of PR #6435; what is open is whether (1) or (2) should carry it, which is where the rate actually changes.
Provenance
git statusshowsM, not??#6336 — the hazard, and the ruling that scoped the doc half outAGENTS.mdchange (PR #6183) reachedmainwithout human review — keep it, or revert? #6325 — the open decision about governed-surfaceAGENTS.mdchangesGenerated by Claude Code