mirror of https://github.com/openclaw/openclaw.git
docs(plugins): fix markdown formatting for CI
This commit is contained in:
parent
a5c2cc04b8
commit
90e3fd7b56
|
|
@ -9,12 +9,15 @@ title: "Plugin Execution Spine Contract"
|
|||
# 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
|
||||
|
|
|
|||
|
|
@ -9,9 +9,11 @@ title: "Resumable Handoff Packet Schema (v1)"
|
|||
# Resumable Handoff Packet (v1)
|
||||
|
||||
## Purpose
|
||||
|
||||
Allow model/agent/plugin swap mid-run without continuity loss.
|
||||
|
||||
## Core fields
|
||||
|
||||
- `runId`
|
||||
- `goalId`
|
||||
- `currentStep`
|
||||
|
|
|
|||
|
|
@ -9,11 +9,13 @@ title: "Plugin Health Schema"
|
|||
# Plugin Health Schema (v1)
|
||||
|
||||
## Status enum
|
||||
|
||||
- `healthy`
|
||||
- `degraded`
|
||||
- `blocked`
|
||||
|
||||
## Required fields
|
||||
|
||||
- `status`
|
||||
- `lastError` (nullable)
|
||||
- `nextAction` (nullable)
|
||||
|
|
|
|||
|
|
@ -11,9 +11,11 @@ title: "Retry + Dead-letter Policy"
|
|||
Related: [Core retry policy](/concepts/retry)
|
||||
|
||||
## Retry
|
||||
|
||||
- Bounded retries only (no infinite loops)
|
||||
- Explicit retry count + backoff
|
||||
|
||||
## Dead-letter
|
||||
|
||||
- Failed items after max retries move to dead-letter queue
|
||||
- Must include failure reason + next operator action
|
||||
|
|
|
|||
Loading…
Reference in New Issue