red-green-sign
v0.1.0
Published
USB hardware status light integration for Codex Desktop.
Readme
RedGreenSign
USB hardware status light for Codex Desktop.
One-line run after the package is published:
npx red-green-sign daemonUntil then, you can run directly from GitHub if the repo is public:
npx github:yinlubin/RedGreenSign daemonFor a local checkout:
npx . daemonStatus mapping:
- Yellow: Codex is working.
- Green: the current turn ended successfully.
- Red: failure or abnormal end detected in logs.
- Blue: idle.
- Off: manual off.
See docs/HARDWARE_GUIDE.md for beginner-friendly flashing, wiring, and testing steps.
See docs/INSTALL.md for the shorter install reference.
Quick local checks:
npm run check
npx . light busy --dry-run
npx . daemon --once --from-nowNo hardware mode:
CODEX_LIGHT_PORT=console npx . daemon