docs(plugins): fix markdown formatting for CI

This commit is contained in:
Aine 2026-03-15 16:42:01 -06:00
parent a5c2cc04b8
commit 90e3fd7b56
4 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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`

View File

@ -9,11 +9,13 @@ title: "Plugin Health Schema"
# Plugin Health Schema (v1)
## Status enum
- `healthy`
- `degraded`
- `blocked`
## Required fields
- `status`
- `lastError` (nullable)
- `nextAction` (nullable)

View File

@ -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