feat(settings): owner AI suggester for intimacy topics (08 §16.5a)#88
Merged
Conversation
An owner-only suggester: optionally type a subject (blank → a varied spread) and the model proposes consensual-adult activity + fantasy topics, deduped case-insensitively against the existing inventory. Persists nothing — the owner reviews + adds the chosen ones via the existing add path. One metered intimacy.suggestTopics pass (meter before parse, tolerant parse, honest failures); the consensual-adult boundary is in the prompt + the model. 4 core tests (dedup/meter/ground, no-subject, NO_KEY, EMPTY). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…list UI (08 §16.5a) Wires the suggester end-to-end and adds it to the existing owner-only Intimacy Topics control: a subject box (blank -> a varied mix) + "Suggest with AI" -> a pick-and-edit checklist (every suggestion ticked + editable) -> "Add selected" commits the chosen ones via the existing add path. Owner-only (people.manage), AI-off is calm, deduped against the inventory. IPC questionnaires:suggestIntimacyTopics + the offline fake-Claude branch. 6 IntimacyTopicsControl RTL (suggest/pick/edit/add + the no-leak EMPTY + non-owner hidden) + a coreBridge test (owner deduped suggestions, member denied, AI-off calm). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
….5a) Extends the Settings intimacy-topics E2E: Suggest with AI -> the checklist shows fresh suggestions (a built-in 'Sensual massage' is deduped out) -> uncheck one -> Add selected -> the picked topics persist across both kinds, the unchecked one does not. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Adds a "Suggest with AI" affordance to the owner-only Intimacy Topics settings control — the last item of the 2026-06-26 batch.
Decisions (asked first)
What it does
The owner optionally types a subject; one metered
intimacy.suggestTopicspass proposes consensual-adult activity + fantasy topics, deduped against the existing inventory. It persists nothing — the owner reviews them in a checklist (each ticked + editable), and the existing add path commits the chosen ones.Safety / trust
people.manage); a member never sees it.Verification
🤖 Generated with Claude Code