Getting Started
loopexec is a standalone execution loop CLI with deterministic behavior and a strict JSON contract.
Install
Section titled “Install”Build from source
Section titled “Build from source”git clone https://github.com/justyn-clark/loopexec.gitcd loopexecgo build -o loopexec ./cmd/loopexecInstall with go install
Section titled “Install with go install”go install github.com/justyn-clark/loopexec/cmd/loopexec@latestFirst run
Section titled “First run”Human mode:
loopexec initloopexec runloopexec statusloopexec checkJSON mode:
loopexec init --jsonloopexec run --jsonloopexec status --jsonloopexec check --jsonSMALL compatibility
Section titled “SMALL compatibility”SMALL is optional. loopexec can run standalone and can also be used in SMALL-based workflows.
Next steps
Section titled “Next steps”- Read the CLI Reference for command and exit code details.
- Review Changelog for recent contract updates.
Maintained by Justyn Clark Network