Skip to content

fix: replace raw echo with standard output helpers in git/update-preview#662

Merged
credfeto merged 2 commits into
mainfrom
fix/651-echo-helpers-update-preview
Jun 5, 2026
Merged

fix: replace raw echo with standard output helpers in git/update-preview#662
credfeto merged 2 commits into
mainfrom
fix/651-echo-helpers-update-preview

Conversation

@dnyw4l3n13
Copy link
Copy Markdown
Collaborator

Summary

  • Replace the custom die() stub with the standard die, success, and info output helpers from the project shell-script rules
  • Replace echo "Using Branch: $BRANCH" with info "Using Branch: $BRANCH"
  • Script behaviour is fully preserved

Closes #651

Test plan

  • shellcheck passes on git/update-preview
  • All pre-commit hooks pass
  • Script output uses coloured helpers (, ) instead of bare echo

Closes #651

Prompt: Replace raw echo with output helpers in `git/update-preview`. Replace user-facing raw `echo` usage with `die` / `info` / `success` where appropriate, preserve script behaviour, pass shell linting and repository checks.
@dnyw4l3n13 dnyw4l3n13 added AI-Work Work for an AI Agent Urgent Urgent Priority labels Jun 5, 2026
@dnyw4l3n13 dnyw4l3n13 self-assigned this Jun 5, 2026
@dnyw4l3n13 dnyw4l3n13 marked this pull request as ready for review June 5, 2026 18:04
@dnyw4l3n13
Copy link
Copy Markdown
Collaborator Author

All CI checks passed and no review comments outstanding. Marked as ready for review.

@credfeto
Copy link
Copy Markdown
Owner

credfeto commented Jun 5, 2026

Super-linter summary

Language Validation result
BASH Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@dnyw4l3n13
Copy link
Copy Markdown
Collaborator Author

All CI checks have passed (BASH linting, changelog validation, dependency review, secret scanning, and build). No review comments outstanding. PR is ready for merge.

@credfeto credfeto enabled auto-merge June 5, 2026 19:23
@credfeto credfeto merged commit ec75c77 into main Jun 5, 2026
49 checks passed
@credfeto credfeto deleted the fix/651-echo-helpers-update-preview branch June 5, 2026 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI-Work Work for an AI Agent Urgent Urgent Priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace raw echo with output helpers in git/update-preview

2 participants