Skip to content

chore(harness): add missing section comments to pipeline-health.sh#160

Open
claude[bot] wants to merge 1 commit into
mainfrom
fix/harness-158
Open

chore(harness): add missing section comments to pipeline-health.sh#160
claude[bot] wants to merge 1 commit into
mainfrom
fix/harness-158

Conversation

@claude

@claude claude Bot commented Apr 12, 2026

Copy link
Copy Markdown

Fixes #158

Change

Added two missing section delimiter comments to executable_pipeline-health.sh so all four concerns are visually separated:

  • # --- CLI argument parsing --- (before the while loop at line 25)
  • # --- Output rendering --- (before emit_human / emit_json)

The existing # --- Project discovery --- and # --- Stage checks --- markers were already in place; this completes the set so future contributors can navigate the file at a glance.

No logic was changed — this is comments-only.

Validation

  • make test-pipeline-health passes (all 5 tests)
  • make shellcheck passes
  • make test-scripts and make test-modify pass

…ixes #158)

Add `# --- CLI argument parsing ---` and `# --- Output rendering ---`
section comments so all four concerns (parsing, discovery, stage checks,
output) are visually separated, matching the existing `# --- Project
discovery ---` and `# --- Stage checks ---` markers.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

[harness] executable_pipeline-health.sh exceeds 200-line refactoring threshold (414 lines)

0 participants