Give personalities symbols / emblems #27
Labels
No labels
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agent-compose#27
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
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
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.