Planny hit the gym and lost some weight

Trimmed the mascot ASCII art across all prompts and installer.
Planny is now more aerodynamic and 40% less chunky.
This commit is contained in:
2026-02-22 21:48:13 -08:00
parent 157e55ef2e
commit 628e688ab9
9 changed files with 7 additions and 87 deletions
+2 -14
View File
@@ -80,37 +80,25 @@ const SYMBOLS = {
const MASCOT = {
// Full mascot for headers
full: [
' o o ',
' ╲ ',
' ╭───╮ ',
' │ ● │ ',
' │ ◡ │ ',
' ├───┤ ',
' │ · │ ',
' ╰───╯ ',
],
// Mini mascot for inline use
mini: '(◉‿◉)',
// Waving mascot for greetings
wave: [
' o o ',
' ╲ /',
' ╭───╮ ',
' │ ● │ ',
' │ ● │ /',
' │ ◡ │ ',
' ├───┤ ',
' │ · │ ',
' ╰───╯ ',
],
// Thinking mascot for prompts
thinking: [
' o o ',
' ╲ ?',
' ╭───╮ ',
' │ ● │ ',
' │ ● │ ?',
' │ ~ │ ',
' ├───┤ ',
' │ · │ ',
' ╰───╯ ',
],
};