oyinbo
v0.0.4
Published
🍯 OYINBO Yarn Is Not BOring? Remote REPL
Downloads
13
Readme
🍯 OYINBO Yarn Is Not Boring? Remote REPL
A file-based REPL for running JavaScript code in live pages. The server watches per-instance Markdown files under debug/ and sends code to connected pages for execution.
How it works
- Start the server:
node js/cli.js - Open a page at
http://localhost:8302/— the client injects and polls the server - Create a file under
debug/with a fenced code block and the canonical footer - The server runs the code and writes the result back into the same file
File structure
debug.md— registry of connected pages (server-managed)debug/— per-instance chat logs; agents create these filesjs/— Node.js server modules
The server does NOT create debug/ or per-instance files. Agents (editors, CLI) must create them.
Mission Statement: REPL for LLM debugging
Implementation spec: Per-instance chat logs and server behavior
