docs: introduce MEOW acronym (Molecular Expression Of Work)

This commit is contained in:
Steve Yegge
2025-12-24 22:12:03 -08:00
parent 27f749cc93
commit 8aa16f86ae
3 changed files with 13 additions and 10 deletions

View File

@@ -355,9 +355,12 @@ rig/
| Process termination | Burn (discard) or squash (save state) |
| IPC | Mail beads |
## Molecules: Composable Workflow Templates
## Molecules: Composable Workflow Templates (MEOW)
Molecules are **crystallized, composable, nondeterministic-idempotent workflow templates**. They encode structured workflows that any worker can execute, with full auditability and the ability for any worker to pick up where another left off.
**MEOW** - **M**olecular **E**xpression **O**f **W**ork. Molecules are **crystallized,
composable, nondeterministic-idempotent workflow templates**. They encode structured
workflows that any worker can execute, with full auditability and the ability for
any worker to pick up where another left off.
### Core Concepts