ai-whisper 0.11.0 → 0.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -4
- package/assets/duos/batman.txt +33 -0
- package/assets/duos/c3po.txt +16 -0
- package/assets/duos/frankenstein.txt +23 -0
- package/assets/duos/groot.txt +19 -0
- package/assets/duos/igor.txt +32 -0
- package/assets/duos/jesse.txt +46 -0
- package/assets/duos/quixote.txt +13 -0
- package/assets/duos/r2d2.txt +24 -0
- package/assets/duos/robin.txt +20 -0
- package/assets/duos/rocket.txt +18 -0
- package/assets/duos/sancho.txt +13 -0
- package/assets/duos/sherlock.txt +9 -0
- package/assets/duos/walter.txt +20 -0
- package/assets/duos/watson.txt +16 -0
- package/dist/bin/broker-daemon.js +341 -98
- package/dist/bin/companion-agent.js +312 -69
- package/dist/bin/relay-monitor.js +330 -78
- package/dist/bin/whisper.js +834 -124
- package/package.json +6 -5
- package/skills/ai-whisper-bugfix/SKILL.md +6 -0
- package/skills/ai-whisper-ralph/SKILL.md +6 -0
- package/skills/ai-whisper-sdd/SKILL.md +6 -0
package/README.md
CHANGED
|
@@ -109,15 +109,16 @@ whisper collab dashboard
|
|
|
109
109
|
- `whisper collab dashboard` — live wall of recently-active collabs + per-run inspector.
|
|
110
110
|
Add `--all` to show every workflow run (no per-collab masking); combine with
|
|
111
111
|
`--window all` for the full run ledger.
|
|
112
|
-
- From the dashboard you can pause/resume/cancel a workflow run in place
|
|
113
|
-
(`p`/`r`/`c`, each confirmed), and a header
|
|
114
|
-
paused / stuck / done / canceled / idle
|
|
112
|
+
- From the dashboard you can pause/resume/cancel a workflow run in place, or
|
|
113
|
+
mark an escalated one done (`p`/`r`/`c`/`d`, each confirmed), and a header
|
|
114
|
+
bar shows live counts of running / paused / stuck / done / canceled / idle
|
|
115
|
+
runs.
|
|
115
116
|
|
|
116
117
|
> Running from a repo checkout instead of a packaged install? Build first (`pnpm build`) and invoke the CLI as `node packages/cli/dist/bin/whisper.js ...` wherever these examples say `whisper ...`.
|
|
117
118
|
|
|
118
119
|
## What happens if it fails?
|
|
119
120
|
|
|
120
|
-
A run that stops short usually **escalates** — it does not crash. When the evaluator can't resolve a phase (the round budget is spent, an agent reports it's blocked, or confidence stays too low), the loop halts and turn ownership returns to you. That's a designed exit, not a failure: run state is durable, so you read the dashboard, fix the spec or unblock the agent, and `whisper workflow resume <id>` to pick up where it left off. Escalation is the system asking for a human exactly when it should — seeing it is normal, not a sign something broke.
|
|
121
|
+
A run that stops short usually **escalates** — it does not crash. When the evaluator can't resolve a phase (the round budget is spent, an agent reports it's blocked, or confidence stays too low), the loop halts and turn ownership returns to you. That's a designed exit, not a failure: run state is durable, so you read the dashboard, fix the spec or unblock the agent, and `whisper workflow resume <id>` to pick up where it left off. If the work is actually complete and only the verification was environment-blocked, verify it yourself and mark the run done with `whisper workflow complete <id>` (or press `d` on its dashboard card). Escalation is the system asking for a human exactly when it should — seeing it is normal, not a sign something broke.
|
|
121
122
|
|
|
122
123
|
## Core concepts
|
|
123
124
|
|
|
@@ -127,6 +128,12 @@ Claude, Codex, ezio, and agy are supported today — you mount any two of them;
|
|
|
127
128
|
|
|
128
129
|
For the full mental model, read [Concepts](docs/concepts.md).
|
|
129
130
|
|
|
131
|
+
## Duo characters
|
|
132
|
+
|
|
133
|
+
Every collab casts its two agents as a classic movie duo. The first `whisper collab mount` rolls a pair — Sherlock & Watson, Batman & Robin, Walter White & Jesse Pinkman, and four more — and each mount summons its character with ASCII art and an iconic one-liner before the agent CLI starts. The assignment sticks for the lifetime of the collab: the dashboard and relay chrome show `Batman (claude)` instead of a bare vendor name, and the agents themselves are told who they are (character flavor stays in conversational prose only — never in code, commits, or workflow verdicts).
|
|
134
|
+
|
|
135
|
+
It's cosmetic and entirely optional. Turn it off per mount with `--no-duo`, or permanently with `AI_WHISPER_DUO=off` in your environment; an opted-out mount rolls nothing, shows nothing, and falls back to plain vendor names everywhere.
|
|
136
|
+
|
|
130
137
|
## Learn more
|
|
131
138
|
|
|
132
139
|
- [Workflows](docs/workflows.md) — how to use the four workflows well: choosing between `spec-driven-development`, `ralph-loop`, `complex-bug-fixing`, and `deliberation`, and authoring the spec, goal, bug report, or seed that drives the run.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
Tb. Tb.
|
|
2
|
+
:$$b. $$$b.
|
|
3
|
+
:$$$$b. :$$$$b.
|
|
4
|
+
:$$$$$$b :$$$$$$b
|
|
5
|
+
$$$$$$$b $$$$$$$b
|
|
6
|
+
$$$$$$$$b :$$$$$$$b
|
|
7
|
+
:$$$$$$$$b---^$$$$$$$$b
|
|
8
|
+
:$$$$$$$$$b ""^Tb
|
|
9
|
+
$$$$$$$$$$b __...__`.
|
|
10
|
+
$$$$$$$$$$$b.g$$$$$$$$$pb
|
|
11
|
+
$$$$$$$$$$$$$$$$$$$$$$$$$b
|
|
12
|
+
$$$$$$$$$$$$$$$$$$$$$$$$$$b
|
|
13
|
+
:$$$$$$$$$$$$$$$$$$$$$$$$$$;
|
|
14
|
+
:$$$$$$$$$$$$$^T$$$$$$$$$$P;
|
|
15
|
+
:$$$$$$$$$$$$$b "^T$$$$P' :
|
|
16
|
+
:$$$$$$$$$$$$$$b._.g$$$$$p.db
|
|
17
|
+
:$$$$$$$$$$$$$$$$$$$$$$$$$$$$;
|
|
18
|
+
:$$$$$$$$"""^^T$$$$$$$$$$$$P^;
|
|
19
|
+
:$$$$$$$$ ""^^T$$$P^' ;
|
|
20
|
+
:$$$$$$$$ .' `" ;
|
|
21
|
+
$$$$$$$$; / :
|
|
22
|
+
$$$$$$$$; .----, :
|
|
23
|
+
$$$$$$$$; ," ;
|
|
24
|
+
$$$$$$$$$p. |
|
|
25
|
+
:$$$$$$$$$$$$p. :
|
|
26
|
+
:$$$$$$$$$$$$$$$p. .'
|
|
27
|
+
:$$$$$$$$$$$$$$$$$$p...___..-"
|
|
28
|
+
$$$$$$$$$$$$$$$$$$$$$$$$$;
|
|
29
|
+
.db. bug $$$$$$$$$$$$$$$$$$$$$$$$$$
|
|
30
|
+
d$$$$bp. $$$$$$$$$$$$$$$$$$$$$$$$$$;
|
|
31
|
+
d$$$$$$$$$$pp..__..gg$$$$$$$$$$$$$$$$$$$$$$$$$$$
|
|
32
|
+
d$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$p._ .gp.
|
|
33
|
+
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$p._.ggp._.d$$$$b
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
___ ___
|
|
2
|
+
.'` `""--.._..--""` `'.
|
|
3
|
+
/ .-""-"-""-. \
|
|
4
|
+
| / \ |
|
|
5
|
+
\, | .--.-.--. | ,/
|
|
6
|
+
(_'- |` > `| -'_)
|
|
7
|
+
/ | < | \
|
|
8
|
+
| (__..---..__) |
|
|
9
|
+
| (`|\o_/ \_o/|`) |
|
|
10
|
+
| \( > )/ |
|
|
11
|
+
| [>=| --- |=<] |
|
|
12
|
+
| ,\__\ /__/, |
|
|
13
|
+
|.____.|\==='-'===/|.____.|
|
|
14
|
+
\_____;_\=======/_;_____/
|
|
15
|
+
| _)'.===.'(_ |
|
|
16
|
+
; \-._\_/_.-/ ;
|
|
17
|
+
/\_\_\_\ () /_/_/_/\
|
|
18
|
+
'-.._____.-'-._____..-'
|
|
19
|
+
| /`\ |
|
|
20
|
+
|_ | | _|
|
|
21
|
+
_.;____ | | ____;._
|
|
22
|
+
jgs /` `| |` `\
|
|
23
|
+
'------'--' '--'------'
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
.^. . -
|
|
2
|
+
/: ||`/ ~ ,
|
|
3
|
+
, [ & / y'
|
|
4
|
+
{v': ` / `&~-,
|
|
5
|
+
'y. ' |` ' ' /
|
|
6
|
+
' . , y
|
|
7
|
+
v . v
|
|
8
|
+
V .~. .~. V
|
|
9
|
+
: ( 0) ( 0) :
|
|
10
|
+
i `'` `'` j
|
|
11
|
+
i __ ,j
|
|
12
|
+
`%`~....~'&
|
|
13
|
+
<~o' / /` -S,
|
|
14
|
+
o.~'. )( r .o ,.
|
|
15
|
+
o', %``/``& : 'bF
|
|
16
|
+
d', ,ri.~~-~.ri , +h
|
|
17
|
+
`oso' d`~..~`b 'sos`
|
|
18
|
+
d`+ II +`b
|
|
19
|
+
i_:_yi_;y
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
.sS$$$$$$$$$$$$$Ss.
|
|
2
|
+
.sS$$$$$$$$$$$$$$$$$Ss.
|
|
3
|
+
.$$.$$$$$$$$$$$$$$$$$$$$s.
|
|
4
|
+
.$$$:$$$$$$$$$$$$$$$$$$$$$$Ss.
|
|
5
|
+
.$$$.'$$$$$$$$;~' `~~~~~~C$$$$$$s.
|
|
6
|
+
.$'$$:$$$$$$$$"' `"$$$$$S.
|
|
7
|
+
.S$$:$$:$$$$$$$' _ `$$$$$s.
|
|
8
|
+
.S$$:$$:$$$$$$$$' __--~~ _ $$$$$$.
|
|
9
|
+
.$$$$:$$:$$$$$$$' _.-~ _.-~ `$$$$$$$.
|
|
10
|
+
.$$$$$:$$:$$$$$$$' -~ _.-~ `$$$$$$.
|
|
11
|
+
.$$$$:$$:$$$$$$$$' _.--~ ..s$$$$S.$$$$$$$s.
|
|
12
|
+
.$$$$$:$$$:$$$$$$$ _..._ .$$$SSSSSS$$$$$$$$$.
|
|
13
|
+
.$$$$$:$$$$:$$$$$$$ ~.sggg. " .~(g )$$$$$$$$$$.
|
|
14
|
+
$$$$$:$$$$$:$$$$$$$ .sS$$$$$$$$s. : '"--"' `$$$$$$$$$$.
|
|
15
|
+
`$$$:$$$$$$:$$$$$$$.$$" .. g"-. `. `.-.._ `$$$$$$$$$$
|
|
16
|
+
$$$:$$$$$$:$$$$$$$`$' ' `._.' : `--- $$$$$$$$$.
|
|
17
|
+
$$$:.$$$$$:$$$$$$$ `---' _.' $$$$$$$$$$$.
|
|
18
|
+
$$$$$:$$$$:$$$$$$s ----" . $$$$$$$$$$$$.
|
|
19
|
+
$$$$$`.$$$:$$$$$$$. `-._ .$$$$$$$$$$$$$$Sss.
|
|
20
|
+
$$$$$$`;$$:$$$$$$$$. _.: .' ; $$$$$$$$$$$$$$$$$$$.
|
|
21
|
+
.s$$$$$$'$$`.$$$$$$$$. .' `. ' _ .`. $$$$$$$$$$$$$$$$$$$$Ss.
|
|
22
|
+
.s$$$$$$$$$$$$:$$$$$$$$$ : _ ~~-...'.'.' : $$$$$$$$$$$$$$$$$$$$$$$
|
|
23
|
+
.s$$$$$$$$$$$$$$`.$$$$$$$$s : .~-,-.-.~:'.' : $$$$$$$$$$$$$$$$$$$$$$
|
|
24
|
+
.s$$$$$$$$$$$$$$$$$`$$$$$$$$$$. ` ~-.`"""'.' `.$$$$$$$$$$$$$$$$$$$'
|
|
25
|
+
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$S. . `""' $$$$$$$$$$$$$$$$$$'
|
|
26
|
+
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$S. `. $$$$$$$$$$$$$$$$'
|
|
27
|
+
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Ss.`. .$$$$$$$$$$$$$$'
|
|
28
|
+
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Ss. .s$$$$$$$$$$$$'
|
|
29
|
+
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Ss......sS$$$$$$$$$$$'
|
|
30
|
+
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$'
|
|
31
|
+
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$'
|
|
32
|
+
"Walk this way."
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
.~+=+~::,,..... ...,,~=+?77ZO8$:$II:=7=~ONNNNN
|
|
2
|
+
.,~=+~,,,,... ...,::~+?7$7OOZ:I==?I,.=$DNNND
|
|
3
|
+
.,~=~,,..... ...,:==I77$ZO7,=:?I+:.~ZDDNN8
|
|
4
|
+
.:=+=~,,,... ...,,~=+?I$$Z?,~I7+,...78DDDZ
|
|
5
|
+
.~=+=:::,..... ..,,~=+?IZZDO?+?7+,. .Z8D88O
|
|
6
|
+
,:+=::,,,.,.... . .......,:=+IZ$$8O++=:,.. .ZO88OO
|
|
7
|
+
.,~+?+~:,,....... .........,~:=?7ZZDZ=,:,. .ZODO8O
|
|
8
|
+
:?+?=::,...... .......,::~?77$88?:... ?O+$OOZ
|
|
9
|
+
.,I?=~:,,... .. ........,:~=+I$ZO+O:~. ..D=,.ZO$
|
|
10
|
+
.,++=::,,....... .....,::~++7Z87?:~, ..I=,IZ$7
|
|
11
|
+
~??=::..,...... ....,,,.,,:=?$OO7I.,. .~+~=I$Z$
|
|
12
|
+
.=?7=+~:,.... . .......,,,~~I7ZZO:=:=. .Z?++7$77
|
|
13
|
+
...?DNOO$$77?=~............,.,:=OZO8NMMMMMMN~?$., $DI+$$7I
|
|
14
|
+
...~DNMMNMMMMMMD8Z$+::,,,~+7NMMMMMMMM8DMMMM888$.. ..8?:?7$77
|
|
15
|
+
~?IIDNO.=OMND,$MDNNI~,..,~DM8N$,,?NMD+:NMNDNDO$,. .?===II77I
|
|
16
|
+
.=I77.=+.+$8I7?M++$7:. .:Z:=:++?~78+:+$M8OZ8$=.. .8~.?I?II?
|
|
17
|
+
.:I?I,+?=,,~.:77+:7I,. .,I~,=?7ZI++=?O$$II7$=.. .Z,+?I7III
|
|
18
|
+
.,:+++???+~::,..,,::,. .~+=.,,.,~~?I$7I???II, ..++??7I?+
|
|
19
|
+
.,~=~~::,... ..,.,::. ..:==,.,.,.,.,::~==?7?~ .,=I?+II?=
|
|
20
|
+
.~~~,:,,,......,:~~...,=:~:,...,,.,,,:~=?7Z~. .~+++???++
|
|
21
|
+
..~::,,,... .,:=~. .,+~::,,,..,,,,,::=?7$+. .:+???????=
|
|
22
|
+
.:~,,.... ....:+=.. ,I+::,,,,..,,,,::=?$Z: =+?????+?=
|
|
23
|
+
.,~:::,,.... .,~I~...:??=~:,,:,,,,,:~~+I$O~ .+=+??+???=
|
|
24
|
+
.~+~:,,,.. .,?=O+, .,??,~+,,,,,,,:~++?7?O~....=+?????+?=
|
|
25
|
+
.:~=~::,.. .7?=$?,..:?~.:7:,:,,,::=+IIZ8D?.. :?++?+?+++=
|
|
26
|
+
. ..:?~,,.,,,,I..:+,..:7ON?Z~,,,,:::=II$Z8$?~..+++?????++~
|
|
27
|
+
,:::...~~~:,,,,,=787?~..=M?ZZ?~,,::::~+I7O$Z$$? ,+?I?????++~
|
|
28
|
+
=,.,..,:::::::~?I7OM??7MNMDZZ+:,::,~?+7$7$7$?~.??????+?++=~
|
|
29
|
+
+~~... .,:,~~IO8DNOOD8N$8ZZZD8$$$$,~=+?7$$8ZOI+~+?I????++=+~
|
|
30
|
+
I+:=:. .,~+8$ZD8O?I7III77ZZ$7888OI==+I7ZZ8O8=+???II?+++?+=~
|
|
31
|
+
I$+,=....,::+I?I+++=7~,,:OO$$I++I=~=+=7I$IZ8=I????I?++?+?++~
|
|
32
|
+
777..?. .:::~+?DMMMMMMMMMMMMM8$?~~~+??77?:~,~??++????+????+=
|
|
33
|
+
$$7..?,. .:+~:==?IZ$777$?++77+?+~~~+I777+,..=+?+?+?????????=
|
|
34
|
+
$Z7:..~,..,+==~=++?$77=:+I$ZI7+~~~+?Z8$$~N,.,????++?++???+?+
|
|
35
|
+
$I?..,~Z...=??===?I$ZMDN88D7?+===?ZZO8Z=N$,..=+++++=++I?????
|
|
36
|
+
7+. ..:7Z:.,IZ?~:~?Z8ODDZO?~~:,~+IZNDDZNDI,....MDI++++?+++?+
|
|
37
|
+
. :?$8Z:+O$$~,..:~~==:,::,:=7$DN8?MMD7~,.....NNDIZ?+?8Z+
|
|
38
|
+
..:=$Z8N~$O$$?+=~+=~==+~+$77O88O8MNND7?,.....,MMMMMN$I7=
|
|
39
|
+
.~+I7$ODI8O$Z$I+7IOI7II77ZD88INMNDN8$=,......DMMMMMMMM+
|
|
40
|
+
..,+?I+78ZDN$Z8$$$7OOOOO88DNZ78MDD$OD8O+:..,,:,7MMMMMMMMM
|
|
41
|
+
. ...:+7?I$IZZO88?8O8NNDO8MNDN?DMN8D$O$OZI?::~=?=~NMMMMMMMMM
|
|
42
|
+
:,,:,~?77++III78ZONMNMNN8NMMMMNOZ$7$$$7ZZ$?=?7II+~MMMMMMMMMN
|
|
43
|
+
~:::=+I7II?I?+I??77$Z77$7Z$7?II?I?I?II$ZZ$7ZDZ$?=?MMMMMMMMMM
|
|
44
|
+
??+=++=7?+++?+I???+7I++==+I??=I?+???II$$$ON8OO7+=MMMMMMMMMMM
|
|
45
|
+
M?$77??II7+?7I+++???I??+?=$$7?+I????77Z7OZ$$Z7+~MMMMMMMMMMMM
|
|
46
|
+
MM~I?~++=~=+?+=?+=~~:=?I7$$?I+??+++I7$?7III??+:MMMMMMMMMMMMM
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
_ _ _
|
|
2
|
+
/\//_ //_ _ /\//_
|
|
3
|
+
`7/\/ /\/ /\//_ `7/\/ * Sigh!
|
|
4
|
+
_T_\_T_\__`7/\/___T_\______ \ ~ ________ '_____
|
|
5
|
+
|n\ _,, \ {] O
|
|
6
|
+
"-=\;_\ % .. ( )
|
|
7
|
+
: . _ \\;(#)% /" \_x\_
|
|
8
|
+
_\| \_%% "'\ \ )~
|
|
9
|
+
. \ \/\ \ ( ) ' |
|
|
10
|
+
( )~~~ | | '
|
|
11
|
+
| \
|
|
12
|
+
` . / /
|
|
13
|
+
(ejm/mic/a:f)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
______
|
|
2
|
+
,-'//__\\`-.
|
|
3
|
+
,' ____ `.
|
|
4
|
+
/ / ,-.-. \
|
|
5
|
+
(/# /__`-'_| || || )
|
|
6
|
+
||# []/()] O || || |
|
|
7
|
+
__`------------------'__
|
|
8
|
+
|--| |<=={_______}=|| |--|
|
|
9
|
+
| | |-------------|| | |
|
|
10
|
+
| | |={_______}==>|| | |
|
|
11
|
+
| | | |: _ :| || | |
|
|
12
|
+
> _| |___|:===:| || |__<
|
|
13
|
+
:| | __| |: - :| || | |:
|
|
14
|
+
:| | ==| |: _ :| || | |:
|
|
15
|
+
:| | ==|_|:===:|___||_| |:
|
|
16
|
+
:| |___|_|:___:|___||_| |:
|
|
17
|
+
:| ||| ||/_\|| ||| -| |:
|
|
18
|
+
;I_|||[]_||\_/|| ||| -|_I;
|
|
19
|
+
|_ |__________________| _|
|
|
20
|
+
| `\\\___|____|____/_//' |
|
|
21
|
+
J : | \____/ | : L
|
|
22
|
+
_|_: | |__| | :_|_
|
|
23
|
+
-/ _-_.' -/ \- `.-_- \-
|
|
24
|
+
/______\ /______\ /______\
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
,/\/\/\/\,
|
|
2
|
+
/' '\
|
|
3
|
+
| ________ |
|
|
4
|
+
| / _ _ \ |
|
|
5
|
+
| |(o) (o)| |
|
|
6
|
+
| \______/ |
|
|
7
|
+
| __ |
|
|
8
|
+
\ \__/ /
|
|
9
|
+
'.______.'
|
|
10
|
+
____/ \____
|
|
11
|
+
/ .----------. \
|
|
12
|
+
/ / ,--. \ \
|
|
13
|
+
| | ( R ) | |
|
|
14
|
+
\ \ '--' / /
|
|
15
|
+
/\ \ '----------' / /\
|
|
16
|
+
\ \_/\ /\_/ /
|
|
17
|
+
'--- \ / ---'
|
|
18
|
+
| |
|
|
19
|
+
|___ ___|
|
|
20
|
+
(____)
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
. : :
|
|
2
|
+
_..----..__ __..:'.-'''-.-'' . :
|
|
3
|
+
.' , ''' ' : .' / '
|
|
4
|
+
', ( -=o):(o=-) . :
|
|
5
|
+
: , ''. ; .' __: :
|
|
6
|
+
: : , '.0.''.-'.)) : __..--
|
|
7
|
+
: : ._.-'__| ':''.
|
|
8
|
+
. : , .. :.-' __.' / ; .
|
|
9
|
+
.' , : _.' '. '.'' / / '
|
|
10
|
+
.:. .'. :--:'_..--'''.)) . ' -' __.--'
|
|
11
|
+
.''::' '-. .-''. '. . __.--'
|
|
12
|
+
:...: __\ '. '..)) ' __.--'
|
|
13
|
+
::'':.--'' '.))) __.--'
|
|
14
|
+
_..--:.::' . . __.--'
|
|
15
|
+
:' .:. __.--'
|
|
16
|
+
' .::' : __.--'
|
|
17
|
+
jrei __' .::'
|
|
18
|
+
..--'' ':::'
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
_ _ _
|
|
2
|
+
/\//_ //_ _ /\//_
|
|
3
|
+
`7/\/ /\/ /\//_ `7/\/ * Sigh!
|
|
4
|
+
_T_\_T_\__`7/\/___T_\______ \ ~ ________ '_____
|
|
5
|
+
|n\ _,, \ {] O
|
|
6
|
+
"-=\;_\ % .. ( )
|
|
7
|
+
: . _ \\;(#)% /" \_x\_
|
|
8
|
+
_\| \_%% "'\ \ )~
|
|
9
|
+
. \ \/\ \ ( ) ' |
|
|
10
|
+
( )~~~ | | '
|
|
11
|
+
| \
|
|
12
|
+
` . / /
|
|
13
|
+
(ejm/mic/a:f)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣤⣴⣶⣶⣶⣶⣾⣿⣿⣿⣶⣶⣿⣿⣿⣿⣶⡄
|
|
2
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷
|
|
3
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣇
|
|
4
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡀
|
|
5
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣦⣄⣀⣀⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⣄⣀⣠⣴⣆
|
|
6
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠻⠿⠿⠿⡿⠿⠿⠿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠿⠿⠿⠿⠿⠿⣿⠿⠿⠿⠿⠿
|
|
7
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⠀⠀⠤⠤⠤⠄⠀⠐⠂⠀⠀⠀⠀⠀⠀⠀⣿
|
|
8
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣁⣀⣀⣀⣀⣿
|
|
9
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
|
|
10
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣿⣿⣿⣿⣿⣿⣿⣿⣿⢃⠀⠀⡜⣿⣿⣿⣿⣿⣿⣿⣿⡏
|
|
11
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣿⣿⣿⣿⣿⣿⣿⠃⠈⠀⠀⢡⠸⣿⣿⣿⣿⣿⣿⣿⠁
|
|
12
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢹⠙⠛⠛⠉⠉⠁⢀⠄⠀⠀⠘⢀⠈⠛⠛⠛⠛⠉⡞
|
|
13
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢧⠀⠀⠀⠀⢠⡉⠒⠢⡠⠔⠈⣑⠀⠀⠀⠀⡼
|
|
14
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢷⠀⢸⠰⣿⣿⣿⢿⢾⣿⣿⣿⡷⠁⠄⢠⠃
|
|
15
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢧⢸⠀⠍⠈⠀⠒⠒⠒⠒⠒⠂⠘⢠⠏
|
|
16
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢧⡁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⠋
|
|
17
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠑⠦⢤⣀⣀⣀⣀⡠⠤⠒⠃
|
|
18
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⡇⢸⡇⣿⠛⠰⡇⢸⠛⠇⢸⡟⠋⢰⡆⢰⠀⡟⣿⢰⡖⠂⣿⢻⡄⣴⠛⠇
|
|
19
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⡧⢼⡇⣿⠶⢸⡇⠘⢻⡆⢸⣧⡦⢸⣿⣼⢰⡷⢿⢸⡧⠄⣿⢿⡀⣿⣠⡄
|
|
20
|
+
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⡇⢸⡇⣿⣀⢸⡇⣶⣸⡇⢸⣇⡀⢸⡏⣿⢸⣇⣼⢸⣇⡀⣿⠸⡇⢿⣀⡇
|