@@ -254,7 +254,7 @@ export async function activate(ctx) {
254254 // trust is OFFERED, never taken: it carries the once-per-machine
255255 // password-dialog grant, other clients may still proxy through the
256256 // gateway, and ending the grant is `hyp detach --purge`'s job.
257- // @ref LLP 0245 #migration [implements]: release the proxy keys, unwind the launchd env, offer detach --purge, write the OTEL block
257+ // @ref LLP 0262 #migration [implements]: release the proxy keys, unwind the launchd env, offer detach --purge, write the OTEL block
258258 const migratedFrom = result . changed && result . priorMode === MODE_PROXY
259259 ? MODE_PROXY
260260 : undefined
@@ -626,7 +626,7 @@ function safeEndpointPort(endpoint) {
626626 * carry the user's once-per-machine password-dialog grant, and only `hyp
627627 * detach --purge` or `hyp daemon uninstall` may end it. The migration OFFERS
628628 * that step in its output; it never runs it.
629- * @ref LLP 0245 #migration [implements]: the launchd env is unwound; the CA trust is offered, never forced
629+ * @ref LLP 0262 #migration [implements]: the launchd env is unwound; the CA trust is offered, never forced
630630 * @ref LLP 0239#launchctl-setenv [implements]: the migration is one more path that reverses a proxy attach, so it releases the env too
631631 *
632632 * @param {{
@@ -753,7 +753,7 @@ function writeAttachOutput(attachCtx, fields) {
753753 // released, what was unwound, and the one residue that is theirs to end
754754 // (the CA trust, offered as `hyp detach claude --purge`, never run for
755755 // them).
756- // @ref LLP 0245 #migration [implements]: the offer is a printed step, not an action
756+ // @ref LLP 0262 #migration [implements]: the offer is a printed step, not an action
757757 for ( const note of fields . migrationNotes ?? [ ] ) {
758758 attachCtx . stdout . write ( ` ${ note } \n` )
759759 }
0 commit comments