Getting Started
LoopExec is an execution loop CLI designed for deterministic, auditable work. It provides structured task execution with clear state management and full traceability.
What is LoopExec?
Section titled “What is LoopExec?”LoopExec provides state-driven execution loops that help you:
- Execute tasks deterministically — Run structured task loops with clear entry and exit conditions
- Track state transitions — Every task moves through well-defined states
- Maintain audit trails — All actions are logged with evidence for full traceability
Relationship to SMALL
Section titled “Relationship to SMALL”LoopExec is compatible with the Small Protocol workflow but does not require it. You can use LoopExec standalone or integrate it into your existing SMALL workflow.
Core Concepts
Section titled “Core Concepts”Execution Loops
Section titled “Execution Loops”LoopExec operates on the principle of structured execution loops:
- Enter — Start a task with clear preconditions
- Execute — Perform the work with state tracking
- Exit — Complete with evidence and verification
State Management
Section titled “State Management”Tasks flow through defined states:
pending— Ready to startin_progress— Currently being executedcompleted— Finished with evidence
Next Steps
Section titled “Next Steps”- Check the CLI Reference for available commands
- View the Changelog for recent updates
Maintained by Justyn Clark Network