Skip to content

Show duration in quiet mode, add format/lint caching, and fix deploy prompt#902

Closed
tjementum wants to merge 3 commits into
mainfrom
cli-quiet-duration-format-cache-and-deploy-fix
Closed

Show duration in quiet mode, add format/lint caching, and fix deploy prompt#902
tjementum wants to merge 3 commits into
mainfrom
cli-quiet-duration-format-cache-and-deploy-fix

Conversation

@tjementum
Copy link
Copy Markdown
Member

Summary & Motivation

Show command duration in --quiet mode output for build, format, lint, and e2e commands. Previously quiet mode suppressed all timing information, making it hard to spot slow runs in agent workflows.

  • Add source state caching to format and lint commands so redundant runs are skipped when no code has changed since the last successful run. This avoids the engineer, reviewer, and guardian all paying the cost of the slow backend format and lint.
  • Update the deploy command confirmation prompt to list all three disabled workflows (Deploy Container, Deploy Infrastructure, and Migrate Database) instead of only two.

Checklist

  • I have added tests, or done manual regression tests
  • I have updated the documentation, if necessary

@tjementum tjementum added the Enhancement New feature or request label May 27, 2026
@tjementum tjementum self-assigned this May 27, 2026
@tjementum tjementum closed this May 27, 2026
@tjementum tjementum deleted the cli-quiet-duration-format-cache-and-deploy-fix branch May 27, 2026 22:02
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant