promptcorn
v0.1.2
Published
🍿pROMPTcORN: codeman-powered scheduler and prerecorded terminal action relay.
Downloads
247
Maintainers
Readme
🍿pROMPTcORN
🍿pROMPTcORN is a codeman-powered scheduler and prerecorded terminal action relay.
Think of it like iPhone Switch Control for code:
- record or compose terminal actions
- schedule them or replay them on demand
- target a real live session through codeman
- require acknowledgement that the terminal action actually fired
This is the product layer.
It depends on 👟CODEMAN.
It does not replace 👟CODEMAN.
Operational split:
- machine side:
promptcornpackage/runtime - Telegram side:
/corninside👟CODEMAN
Install Surface
Package identity:
promptcorn
Machine-side install surface:
npm install promptcornnpm install -g promptcorn- repo/dev:
git clone https://github.com/lmtlssss/promptcorn.git - first boot:
promptcorn init - local health:
promptcorn status - dependency check:
promptcorn doctor
Public repo:
https://github.com/lmtlssss/promptcorn
Public site:
https://promptcorn.lmtlssss.fun
Deployment path:
- GitHub
main-> GitHub Actions -> Netlify production
Repo Topology
👟CODEMAN: terminal control substrate, shared Telegram bot, cloud control plane, signed devices, session routing🍿pROMPTcORN: schedules, scenes, playback policy, run history, acknowledgement-aware product UX🍿pROMPTcORN OpenClaw Skill: thin OpenClaw-facing install/config package that wires OpenClaw to codeman and 🍿pROMPTcORN
Workspace Rule
This directory is the standalone 🍿pROMPTcORN product workzone. Any fresh session should be able to resume from here without relying on prior chat context.
Start here:
WORKZONE.mdSTART_HERE.md
Main rails:
ARCHITECTURE.mddocs/codeman-contract.mdROADMAP.mdTIMELINE.mdSTATE.mdDECISIONS.mdACTIONS.mdLOGBOOK.mdHANDOFF.mdSESSION_LOOP.md
Dependency Boundary
🍿pROMPTcORN depends on codeman at:
/root/codeman
🍿pROMPTcORN never owns:
- terminal attach / detach
- device signing
- low-level terminal control primitives
- shared Telegram bot routing
Those belong to 👟CODEMAN.
🍿pROMPTcORN owns:
- action scene definition
- schedule definition
- playback policy
- delivery acknowledgement policy
- product UX around saved and timed terminal actions
- machine-side scheduler/runtime that
👟CODEMANinvokes through the/cornTelegram surface
Current Machine-Side Commands
promptcorn initpromptcorn statuspromptcorn doctorpromptcorn manifest
