Add interactive 1:1 sessions with optional AI questions - #70
Merged
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Modsofthenation
marked this pull request as ready for review
August 11, 2026 12:30
Person dossiers get structured 1:1 sessions for agendas and captured answers. Questions can be added manually without AI, or suggested from dossier evidence via a new one_on_one_questions generation feature. Co-authored-by: Damon <Modsofthenation@users.noreply.github.com>
Co-authored-by: Damon <Modsofthenation@users.noreply.github.com>
cursor
Bot
force-pushed
the
cursor/one-on-one-sessions-3367
branch
from
August 11, 2026 12:31
2b4c0d8 to
4a1111c
Compare
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.
Summary
Adds interactive 1:1 sessions on the person dossier so EMs can prepare and run agendas with captured Q&A.
What you can do
Distinct from existing Meeting summaries (transcript → summary). 1:1 sessions are live/prep Q&A.
Implementation
one_on_one_sessions+one_on_one_itemsPOST /api/one-on-ones/:id/suggest-questionsone_on_one_questionsOneOnOnesPanelon Person dossier (section nav: 1:1s)Test plan
pnpm --filter @prm/api exec tsx --test src/oneOnOnes.test.ts