Skip to content

feat(skills): add agent-discussion-panel TUI specification#890

Merged
JeremyDev87 merged 1 commit intomasterfrom
feat/agent-discussion-panel-834
Mar 22, 2026
Merged

feat(skills): add agent-discussion-panel TUI specification#890
JeremyDev87 merged 1 commit intomasterfrom
feat/agent-discussion-panel-834

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add new skill agent-discussion-panel at packages/rules/.ai-rules/skills/agent-discussion-panel/SKILL.md
  • Defines terminal panel layout specification for multi-agent discussion visualization
  • Maps AgentOpinion/DiscussionResult protocol types to TUI components (header, opinion stream, consensus bar, summary footer)
  • Specifies real-time streaming lifecycle: INITIALIZING → STREAMING → COMPLETE
  • Includes widget API contract (DiscussionPanelWidget) and standalone mode interface
  • Supports terminal width adaptation (>=80, 60-79, <60 cols)
  • Delegates opinion formatting to existing agent-discussion formatter skill (feat: terminal markdown formatter for agent debates #833)

Test plan

  • Markdown lint passes (markdownlint-cli2)
  • Agent JSON schema validation passes (ajv-cli)
  • codingbuddy workspace: lint, format, typecheck, test:coverage, circular, build — all pass
  • Visual review of panel layout examples in SKILL.md

Closes #834

- Define terminal panel layout for multi-agent discussion visualization
- Specify component architecture: header, opinion stream, consensus bar, summary footer
- Map AgentOpinion/DiscussionResult protocol types to TUI components
- Add real-time streaming lifecycle (INITIALIZING → STREAMING → COMPLETE)
- Include widget API and standalone mode interfaces
- Support terminal width adaptation (>=80, 60-79, <60 cols)

Closes #834
@JeremyDev87 JeremyDev87 added feat tui TUI Agent Monitor sub-issue 상위 이슈의 하위 작업 labels Mar 22, 2026
@vercel
Copy link

vercel bot commented Mar 22, 2026

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

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 22, 2026 2:23pm

@JeremyDev87 JeremyDev87 self-assigned this Mar 22, 2026
@JeremyDev87 JeremyDev87 merged commit 884bb18 into master Mar 22, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/agent-discussion-panel-834 branch March 22, 2026 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat sub-issue 상위 이슈의 하위 작업 tui TUI Agent Monitor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(tui): replace Flow Map with Agent Discussion Panel

1 participant