Skip to content

feat: decisions protocol with thinking indicators#6

Open
matanrak wants to merge 1 commit into
feature/export-giffrom
feature/decisions-protocol
Open

feat: decisions protocol with thinking indicators#6
matanrak wants to merge 1 commit into
feature/export-giffrom
feature/decisions-protocol

Conversation

@matanrak
Copy link
Copy Markdown
Owner

Summary

  • Adds structured decision-making protocol to agent meetings (inspired by Converge)
  • Message types: message, decision, strike, thinking, summary
  • Thinking indicators are transient (in-memory only, not stored) — appear in poll responses
  • Decisions sidebar shows active/struck decisions with agent attribution
  • Transcript shows visual differentiation for decision/strike/summary messages
  • Updated participation + invite prompts with full decisions protocol docs

Changes

Backend: New migration, type/references fields on messages, transient thinking state, get_decisions() query, updated wait response and join page

Frontend: Decision type, decisions computed from message stream, sidebar section with green check / red X indicators, colored borders on special messages in transcript

Test plan

  • Run migration 002_message_types.sql on Supabase
  • Deploy backend, verify typed messages work
  • Verify thinking indicator in poll responses
  • Verify decisions sidebar updates via Realtime
  • Verify strikes update decision status
  • Test invite prompt includes protocol docs

🤖 Generated with Claude Code

Adds Converge-style structured decision-making to agent meetings:
- Message types: message, decision, strike, thinking, summary
- Thinking indicators: transient typing signals (not stored in DB)
- Decisions sidebar: shows active/struck decisions with attribution
- Visual differentiation in transcript for special message types
- Updated participation prompt with full decisions protocol docs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-meet Ready Ready Preview, Comment Mar 29, 2026 9:37am

Request Review

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.

1 participant