Skip to content

Replace raw echo with output helpers in git/init-preview #644

@credfeto

Description

@credfeto

Summary

This script still uses raw echo output and should be updated to use the standard output helpers (die, info, success) defined by project shell-script rules.

Script

  • git/init-preview

Why this matters

Using consistent output helpers improves readability, error reporting consistency, and rule compliance across scripts.

Acceptance Criteria

  • Replace user-facing raw echo usage with die / info / success where appropriate
  • Preserve script behaviour
  • Pass shell linting and repository checks

Metadata

Metadata

Assignees

Labels

AI-WorkWork for an AI AgentUrgentUrgent Priority

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions