worm
Installation
SKILL.md
Worm Protocol
Two-ended cursor (head + tail) that can ingest, parse, shuttle, and emit data across the filesystem with reversible verbs.
Core Concept
A worm is a two-pointer cursor that spans structures:
# Worm: two-pointer cursor spanning structures
worm_anatomy:
tail:
position: "left side"
action: "emit here (POOP)"
buffer: "payload / active_tokens"
head:
position: "right side"
action: "ingest here (EAT/CHOMP)"