1. Author and check
Write one or more transactions, then validate the complete file
with undo check.
Documentation
UndoLang combines a deliberately small language with current-state planning, durable operation records, verified inverse metadata, and explicit recovery.
Write one or more transactions, then validate the complete file
with undo check.
Inspect paths, effects, destructive operations, conditions, and rollback estimates without mutation.
Humans confirm interactively. Agents and other noninteractive
callers pass explicit --yes.
undo recover validates durable state and resumes
rollback from a fresh process.
| Question | Read |
|---|---|
| How do I install and run my first program? | Getting started |
| What syntax and operations exist? | Language reference |
| What happens when transaction B fails? | Programs |
| What survives a process kill? | Transactions & recovery |
| How should an agent use JSON? | AI agents |