Skip to content

Add verbose mode to protocol start#60

Merged
jonathonbyrdziak merged 1 commit intomasterfrom
feature/verbose-mode
Mar 21, 2026
Merged

Add verbose mode to protocol start#60
jonathonbyrdziak merged 1 commit intomasterfrom
feature/verbose-mode

Conversation

@jonathonbyrdziak
Copy link
Copy Markdown
Contributor

Summary

  • protocol start -v now prints all stage log messages to stdout and passes output through to subcommands
  • Disables animated TTY stage display in verbose mode for plain sequential output
  • No behavior change without -v flag

Test plan

  • protocol start — same behavior as before (animated stages, quiet subcommands)
  • protocol start -v — all log lines print to stdout, subcommand output visible
  • When it hangs with -v, the last printed line shows exactly where

🤖 Generated with Claude Code

When run with -v/--verbose, protocol start:
- Prints all stage log messages to stdout in real time
- Passes output to subcommands instead of suppressing it
- Disables animated stage display for plain sequential output

Allows diagnosing hangs without checking log files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jonathonbyrdziak jonathonbyrdziak merged commit 2139c45 into master Mar 21, 2026
6 of 8 checks passed
@jonathonbyrdziak jonathonbyrdziak deleted the feature/verbose-mode branch March 21, 2026 01:35
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