docs: sharpen W1 clear-when for owner-only respond mode - #4
Merged
Conversation
A 2026-08-13 comment on block/buzz#2987 traces relayAgentIsSharedWithUser and shows respond_to: owner-only can never be mentionable regardless of whether #2987 lands, because the eligibility check has no owner field to compare against. The actual fix for our config is #5484 (sources NIP-OA ownership from kind:0 so owner-only has something to compare), plus #5483 for the directory to read kind:10100 at all. Both open, not merged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Registry upkeep for W1 (docs/upstream-watch.md).
A 2026-08-13 comment on block/buzz#2987 (block/buzz#2987)
traces
relayAgentIsSharedWithUserand showsrespond_to: owner-only- whatagent.envsets in this deployment - can never be mentionable in the Desktop picker regardless of
whether #2987 lands, because the eligibility check has no owner field to compare against.
#2987's own stated clear-when (the invocability branch of
shouldHideAgentFromMentions)does not touch this.
The actual fix for our config is block/buzz#5484 (sources verified NIP-OA ownership from
kind:0 so owner-only has something to compare) plus block/buzz#5483 (directory reads
kind:10100, not just kind:30177, so a headless seat's profile is even considered). Both
open, not merged, as of this writing - no config change proposed here, just pointing the
Watch column and Clear when at the references that actually gate our case.
No code changes.
nix flake check --no-buildpasses.