Skip to content

Tighten basectl doctor text formatting#1724

Merged
codeforester merged 1 commit into
mainfrom
bug/1723-20260721-doctor-text-formatting
Jul 21, 2026
Merged

Tighten basectl doctor text formatting#1724
codeforester merged 1 commit into
mainfrom
bug/1723-20260721-doctor-text-formatting

Conversation

@codeforester

Copy link
Copy Markdown
Collaborator

Summary

  • remove redundant blank lines around doctor runtime findings and final summaries
  • align Fix: continuation lines with the finding ID column in visual and plain text modes
  • emit Base doctor and CI doctor final summaries through the INFO logger
  • add regression assertions for runtime spacing, continuation indentation, and INFO summaries

Closes #1723

Validation

  • env -u BASE_HOME BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash bats -t cli/bash/commands/basectl/tests/doctor.bats cli/bash/commands/basectl/tests/ci.bats (41 passed)
  • env -u BASE_HOME BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash bats -t tests/integration/base_workflows.bats (7 passed)
  • shellcheck cli/bash/commands/basectl/subcommands/doctor.sh
  • shellcheck -e SC1091 cli/bash/commands/basectl/subcommands/setup_common.sh
  • bash -n cli/bash/commands/basectl/subcommands/doctor.sh cli/bash/commands/basectl/subcommands/setup_common.sh
  • git diff --check

AI context was left unchanged because this is output-only polish with no command, architecture, or workflow contract change.

@codeforester
codeforester requested a review from a team as a code owner July 21, 2026 13:03
@codeforester
codeforester merged commit 28b3312 into main Jul 21, 2026
28 checks passed
@codeforester
codeforester deleted the bug/1723-20260721-doctor-text-formatting branch July 21, 2026 13:07
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.

Tighten basectl doctor text output formatting

1 participant