Skip to content

Add interactive 1:1 sessions with optional AI questions - #70

Merged
cursor[bot] merged 2 commits into
mainfrom
cursor/one-on-one-sessions-3367
Aug 11, 2026
Merged

Add interactive 1:1 sessions with optional AI questions#70
cursor[bot] merged 2 commits into
mainfrom
cursor/one-on-one-sessions-3367

Conversation

@Modsofthenation

Copy link
Copy Markdown
Owner

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

  • Start a session (date + title) without AI
  • Add questions manually and capture answers as you go
  • Optionally Suggest questions with AI from dossier evidence (estimate → confirm → grounded JSON questions appended to the session)
  • Mark sessions planned / in progress / done; optional freeform session notes
  • Data stays em_only by default

Distinct from existing Meeting summaries (transcript → summary). 1:1 sessions are live/prep Q&A.

Implementation

  • DB: one_on_one_sessions + one_on_one_items
  • API: CRUD + POST /api/one-on-ones/:id/suggest-questions
  • AI feature: one_on_one_questions
  • UI: OneOnOnesPanel on Person dossier (section nav: 1:1s)

Test plan

  • pnpm --filter @prm/api exec tsx --test src/oneOnOnes.test.ts
  • typecheck api / ui / db / shared
  • Manual: Team → person → Start 1:1 → add manual Q&A without AI
  • Manual: with AI enabled → Suggest questions with AI → answers persist after reload
Open in Web Open in Cursor 

@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: d03494a9-b4c4-42f6-bb3d-1233ca1b166a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@Modsofthenation
Modsofthenation marked this pull request as ready for review August 11, 2026 12:30
cursoragent and others added 2 commits August 11, 2026 12:31
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
cursor Bot force-pushed the cursor/one-on-one-sessions-3367 branch from 2b4c0d8 to 4a1111c Compare August 11, 2026 12:31
@cursor
cursor Bot merged commit edb5cee into main Aug 11, 2026
1 check passed
@cursor
cursor Bot deleted the cursor/one-on-one-sessions-3367 branch August 12, 2026 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants