Skip to content

refactor: route notice rendering through ui (add ui.deprecation)#66

Merged
finalerock44 merged 1 commit into
devfrom
fix-notices-ui-output
Jun 29, 2026
Merged

refactor: route notice rendering through ui (add ui.deprecation)#66
finalerock44 merged 1 commit into
devfrom
fix-notices-ui-output

Conversation

@finalerock44

@finalerock44 finalerock44 commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

What & why

Notice warn/deprecation rendering hand-concatenated symbols/colors in the service layer, violating the STYLE_GUIDE rule that all human-facing output goes through ui.ts. Add a ui.deprecation() helper (red warning glyph) and a matching symbols.deprecation, and route warn through ui.warn. Output is unchanged.

Type of change

  • fix — bug fix
  • feat — new feature
  • perf — performance improvement
  • refactor — code change that's neither a fix nor a feature
  • docs — documentation only
  • chore / ci / build / test — tooling, no user-facing change
  • Breaking change (title has ! or PR notes a BREAKING CHANGE:)

Checklist

  • PR title follows the Conventional Commits format (see comment above)
  • pnpm lint passes
  • pnpm typecheck passes
  • pnpm build passes
  • I have not bumped the version or edited CHANGELOG.md (release-please handles this)
  • I have signed the CLA (the bot will prompt on first contribution)
  • Docs / README.md / STYLE_GUIDE.md updated if behaviour or output changed

How to test


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

Notice warn/deprecation rendering hand-concatenated symbols/colors in the service
layer, violating the STYLE_GUIDE rule that all human-facing output goes through
ui.ts. Add a ui.deprecation() helper (red warning glyph) and a matching
symbols.deprecation, and route warn through ui.warn. Output is unchanged.
@finalerock44 finalerock44 self-assigned this Jun 29, 2026
@claude

claude Bot commented Jun 29, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@finalerock44 finalerock44 merged commit 1d331b4 into dev Jun 29, 2026
9 checks passed
@finalerock44 finalerock44 deleted the fix-notices-ui-output branch June 29, 2026 11:35
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.

1 participant