Skip to content

feat(cli): phase-aware interactive terminal progress - #221

Merged
Teakowa merged 1 commit into
mainfrom
feat/issue-213-v2-progress
Aug 23, 2026
Merged

feat(cli): phase-aware interactive terminal progress#221
Teakowa merged 1 commit into
mainfrom
feat/issue-213-v2-progress

Conversation

@Teakowa

@Teakowa Teakowa commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a transport-neutral ProgressObserver contract with truthful session phase events
  • show immediate interactive TTY status, delayed spinner animation, and phase-aware labels
  • stop and clear activity before final rendering; keep JSON/plain/piped/CI/GitHub Actions output deterministic
  • add driver, pseudo-TTY lifecycle, and non-interactive regression coverage plus embedding/CLI docs

Verification

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • cargo test --workspace --all-targets --all-features
  • pseudo-TTY analyze/lint lifecycle and non-interactive artifact tests

Fixes #213

Introduce transport-neutral session progress events, interactive TTY phase feedback, and lifecycle-safe cleanup before final rendering. Add pseudo-TTY and non-interactive regression coverage with docs.

Fixes #213
@Teakowa
Teakowa merged commit 764300c into main Aug 23, 2026
13 checks passed
@Teakowa
Teakowa deleted the feat/issue-213-v2-progress branch August 23, 2026 03:22
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Make Workshop Great Again Aug 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

Implement phase-aware interactive terminal progress and fix activity lifecycle

1 participant