AGENTS.md instructions for yeet-src/sigwire, covering building yeet dashboards, mental model, build bottom-up: data → component → layout, 1. get the data right first, in isolation and 2. build each component against a fake signal.
Claude Code instructions for yeet-src/sigwire, a project described as: tail -f for signals. Every signal any process on the box raises — who sent it, who it hit, which signal, how it was raised (kill(2), the kernel, a POSIX timer), whether the target caught it and how long its handler ran, whether it tore a blocked…
AGENTS.md instructions for yeet-src/pktscope, covering building yeet dashboards, mental model, build bottom-up: data → component → layout, 1. get the data right first, in isolation and 2. build each component against a fake signal.
Claude Code instructions for yeet-src/pktscope, a project described as: Wireshark-style terminal packet analyzer on eBPF/TCX — live packet list, protocol detail tree, section-colorized hex; works on raw-IP tunnel devices.
AGENTS.md instructions for yeet-src/agent-lock, covering building yeet dashboards, mental model, build bottom-up: data → component → layout, 1. get the data right first, in isolation and 2. build each component against a fake signal.
AGENTS.md instructions for yeet-src/agent-jail, covering building yeet dashboards, mental model, build bottom-up: data → component → layout, 1. get the data right first, in isolation and 2. build each component against a fake signal.