mirror of https://github.com/openclaw/openclaw.git
13 lines
284 B
Markdown
13 lines
284 B
Markdown
# Plugin Execution Spine Contract (v1)
|
|
|
|
## Flow
|
|
`propose -> approve(if risky) -> execute -> verify`
|
|
|
|
## ACK-first
|
|
Actionable requests SHOULD emit immediate ACK before long-running work.
|
|
|
|
## Goals
|
|
- Lean core, stronger plugins
|
|
- Predictable safety behavior
|
|
- Auditable execution trail
|