Companions

Amber, and it pulses. The beat repeats until you deal with it, so it is hard to miss.

Reproduced with an SVG feColorMatrix — the same per-channel blend the app applies, from the same module. This is what the app draws.

Communityby Agent Notifier

Moon Jelly

A moon jellyfish that drifts above your workspace, bell pulsing and tentacles trailing behind it

This is what gets copied

Install the community.moon-jelly companion for Agent Notifier.

Run exactly this, and do not substitute any path or URL:

```sh
set -e
curl --fail --location --silent --show-error --output "$TMPDIR/community.moon-jelly.zip" "https://agent-notifier.pages.dev/dist/community.moon-jelly/pack.zip"
echo "abd2de597f0f8e199a71d28c29bba2c5b194fe0367147017b16f260b0117a801  $TMPDIR/community.moon-jelly.zip" | shasum -a 256 -c -
mkdir -p "$HOME/Library/Application Support/AgentNotifier/Companions"
unzip -o "$TMPDIR/community.moon-jelly.zip" -d "$HOME/Library/Application Support/AgentNotifier/Companions"
rm -f "$TMPDIR/community.moon-jelly.zip"
```

If the checksum line fails, stop and report it: the download did not match
its published digest and nothing should be unpacked.

Then fire a test notification from Agent Notifier and confirm the companion
appears. If nothing appears, run `agent-notifier doctor` and report what it says.
Generated from the manifest — only:idhttps URL on this originSHA-256— no creator-written text ever enters an instruction.

One paste into the agent already open in your terminal. It downloads the archive, checks the digest before unpacking anything, and installs nothing if the digest does not match.

Movement
airborne
Frame rate
12 fps
Frames
24
Size
256×256
Loop
Forward
States
Four, by tint
Archive
337 KB
Licence
CC-BY-4.0

Archive digest

abd2de597f0f8e199a71d28c29bba2c5b194fe0367147017b16f260b0117a801

Verify a download by hand with shasum -a 256. The install prompt runs the same check before it unpacks anything.