Give personalities symbols / emblems #27

Closed
opened 2026-07-23 01:28:19 +00:00 by coilysiren · 1 comment
Owner

Each personality gets one and the symbol chosen should have a emoji / Unicode / plaintext (? what would this last one be ?)

Personas compose, same as with other stuff

Each personality gets one and the symbol chosen should have a emoji / Unicode / plaintext (? what would this last one be ?) Personas compose, same as with other stuff
Author
Owner

via context


Symbols: what “plaintext” should mean

For issue #27, I would not create separate unicode and plaintext symbols unless there is an actual canonical ASCII design for every personality.

Use three layers:

emblem {
name "compass"
emoji "🧭"
glyph "⌖"
}
name is the semantic, universally safe fallback.
emoji is the rich graphical rendering.
glyph is the compact text/terminal rendering.

When the glyph cannot be represented safely, renderers output [compass] or a short stable code such as CMP. The semantic name matters more than maintaining elaborate ASCII art.

via context --- Symbols: what “plaintext” should mean For issue #27, I would not create separate unicode and plaintext symbols unless there is an actual canonical ASCII design for every personality. Use three layers: emblem { name "compass" emoji "🧭" glyph "⌖" } name is the semantic, universally safe fallback. emoji is the rich graphical rendering. glyph is the compact text/terminal rendering. When the glyph cannot be represented safely, renderers output [compass] or a short stable code such as CMP. The semantic name matters more than maintaining elaborate ASCII art.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/agent-compose#27
No description provided.