Skip to content

refactor: Streamline interactive prompts and remove redundant announcements#143

Merged
moisgobg merged 5 commits intomainfrom
fix/bug-fixes
Mar 6, 2026
Merged

refactor: Streamline interactive prompts and remove redundant announcements#143
moisgobg merged 5 commits intomainfrom
fix/bug-fixes

Conversation

@moisgobg
Copy link
Contributor

@moisgobg moisgobg commented Mar 6, 2026

Refines the operational protocols for many Conductor commands to provide a cleaner, more professional user experience by removing redundant status announcements that precede interactive ask_user prompts.

Key Changes:

  • Redundancy Removal: Stripped mechanical announcement instructions (e.g., "Draft generated", "Updates proposed") from the setup, newTrack, and implement commands. These were identified as redundant "chatter" since the subsequent ask_user tool call already signals the readiness of the content to the user.
  • Contextual Clarity: Updated interactive headers in setup.toml from a generic "Review" to "Review Draft" to provide more explicit context during the project scaffolding process.

moisgobg added 3 commits March 5, 2026 22:43
Removed the instructions to announce that the draft is ready, as this is redundant when asking for user confirmation in setup and newTrack commands.
Removed the instructions to announce that updates are proposed during doc synchronization, as this is redundant with the subsequent 'ask_user' confirmation.
@moisgobg moisgobg self-assigned this Mar 6, 2026
@moisgobg moisgobg added bug Something isn't working area:UX UX confusion or flow problems labels Mar 6, 2026
@moisgobg moisgobg merged commit 1adf21a into main Mar 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UX UX confusion or flow problems bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants