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 ',
' ╲ ?',
' ╭───╮ ',
' │ ● │ ',
' │ ● │ ?',
' │ ~ │ ',
' ├───┤ ',
' │ · │ ',
' ╰───╯ ',
],
};
-8
View File
@@ -4,13 +4,9 @@ Start all UPDATE AGENTS MODE responses with '🛞'
```
o o
╭───╮
│ ● │
│ ◡ │ Time to level up AGENTS.md!
├───┤
│ · │
╰───╯
```
@@ -53,13 +49,9 @@ Present the user with update options:
> ```
>
> o o
> ?
> ╭───╮
> │ ● │
> │ ~ │ What should we update?
> ├───┤
> │ · │
> ╰───╯
> ```
>
-8
View File
@@ -4,13 +4,9 @@ Start all CREATE AGENTS MODE responses with '💡'
```
o o
╭───╮
│ ● │
│ ◡ │ Let me explore your codebase!
├───┤
│ · │
╰───╯
```
@@ -61,13 +57,9 @@ If files found, show:
```
o o
╭───╮
│ ● │
│ ~ │ Found some other AI agent configs!
├───┤
│ · │
╰───╯
I found these AI agent configuration files:
+1 -13
View File
@@ -16,13 +16,9 @@ Check for `./AGENTS.md` first:
> ```
>
> o o
> ?
> ╭───╮
> │ ● │
> │ ● │ ?
> │ ~ │ Hmm, I don't see an AGENTS.md...
> ├───┤
> │ · │
> ╰───╯
> ```
>
@@ -43,13 +39,9 @@ Check for `./AGENTS.md` first:
```
o o
?
╭───╮
│ ● │
│ ~ │ I'm ready to help!
├───┤
│ · │
╰───╯
```
@@ -150,13 +142,9 @@ Then tell user: "Created `specs/<feature-name>/PLAN-DRAFT-<date>.md`. Start new
---
```
o o
╭───╮
│ ★ │
│ ◡ │ Plan ready! What do you think?
├───┤
│ · │
╰───╯
```
+1 -9
View File
@@ -15,13 +15,9 @@ Check if `./AGENTS.md` exists:
> ```
>
> o o
> ?
> ╭───╮
> │ ● │
> │ ● │ ?
> │ ~ │ Hmm, I don't see an AGENTS.md...
> ├───┤
> │ · │
> ╰───╯
> ```
>
@@ -269,13 +265,9 @@ When complete (PLAN-DRAFT created), tell user:
>
> ```
>
> o o
>
> ╭───╮
> │ ★ │
> │ ◡ │ Planning done! Ready for documentation!
> ├───┤
> │ · │
> ╰───╯
> =============================================
> NEXT STEP: Start a NEW conversation then run:
-8
View File
@@ -76,13 +76,9 @@ Present findings and confirm understanding before proceeding.
```
o o
?
╭───╮
│ ● │
│ ~ │ Here's the plan. What do you think?
├───┤
│ · │
╰───╯
```
@@ -170,13 +166,9 @@ Report and resolve issues before proceeding.
```
o o
╭───╮
│ ★ │
│ ◡ │ All revised! Ready to continue!
├───┤
│ · │
╰───╯
╔═══════════════════════════════════════════════════════════════════╗
-4
View File
@@ -204,13 +204,9 @@ Parallel Execution: [Groups or "None - sequential only"]
>
> ```
> ⋅
> o o
> ╲
> ╭───╮
> │ ★ │
> │ ◡ │ Specs are ready! Time to build!
> ├───┤
> │ · │
> ╰───╯
> ============================================
> NEXT STEP: Start a NEW conversation and run:
-12
View File
@@ -182,13 +182,9 @@ Sections: Summary (2-3 sentences), Tasks Completed (Y/Z + blocked list), Test Re
```
o o
?
╭───╮
│ ● │
│ ~ │ Ready for your review!
├───┤
│ · │
╰───╯
```
@@ -207,26 +203,18 @@ On user "approved":
Planny (continuing):
```
o o
╭───╮
│ ★ │
│ ◡ │ Phase done! Great progress!
├───┤
│ · │
╰───╯
```
Planny (final phase):
```
o o
╲ ╲
╭───╮
│ ★ │
│ ◡ │ All phases complete! Amazing work!
├───┤
│ · │
╰───╯
```
-8
View File
@@ -181,13 +181,9 @@ If updates needed, show Planny and ask for approval:
```
o o
?
╭───╮
│ ● │
│ ~ │ Found some docs that need updating!
├───┤
│ · │
╰───╯
```
@@ -292,13 +288,9 @@ specs--completed/
```
o o
╲ ╲
╭───╮
│ ★ │
│ ◡ │ You did it! Feature complete!
├───┤
│ · │
╰───╯
```