refactor: remove all emoji from source code #20
Loading…
Reference in New Issue
No description provided.
Delete Branch "refactor/remove-all-emoji"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Replace all emoji/glyph characters with text-based alternatives per project convention.
Changes
U1: Frontend icons (Ant Design Vue Outlined)
ReviewResultCard.vue:statusIconreturns Component types (CheckOutlined/CloseOutlined/ReloadOutlined) rendered via<component :is>useMessageRenderer.ts: shell avatars useApartmentOutlined/CheckOutlined/CloseOutlined/WarningOutlinedU2: CLI/shell text labels
cli/chat.py:OK/FAIL/RUN/--/>>with Rich color tagsscripts/deploy.sh:[OK]/[FAIL]scripts/dev-start.sh:OK/FAIL/..with ANSI colors.gitea/workflows/deploy.yml:[OK]U3: Docstring ASCII art
session_service.py: Unicode box-drawing arrows replaced with ASCII (->/|/v)capability_metrics.py:>replaced▸U5: Pre-commit guard + style guide
scripts/check-no-emoji.sh: scans for literal emoji and escaped unicode sequences.pre-commit-config.yaml: local hookagentkit-no-emojidocs/solutions/style/no-emoji-style-guide.md: KTD1-3 replacement strategies, Unicode range tableVerification
bash scripts/check-no-emoji.shexits 0Plan
Closes: docs/plans/2026-07-02-001-refactor-remove-all-emoji-plan.md