Problem
The body model is append-only, which protects human-authored content (good). But it also means an agent cannot fix or remove a block it just created — e.g. when an append rendered poorly (see #1), the malformed block is stuck.
Desired
Allow block update <id> / block delete <id> scoped to agent-created blocks (e.g. created_by the integration, or within a recent window), so agents can self-correct their own mistakes without weakening protection of human-authored content.
Filed from a Claude agent dogfooding session on 2026-05-31 (managing the Home Improvement database via the CLI).
Problem
The body model is append-only, which protects human-authored content (good). But it also means an agent cannot fix or remove a block it just created — e.g. when an append rendered poorly (see #1), the malformed block is stuck.
Desired
Allow
block update <id>/block delete <id>scoped to agent-created blocks (e.g. created_by the integration, or within a recent window), so agents can self-correct their own mistakes without weakening protection of human-authored content.Filed from a Claude agent dogfooding session on 2026-05-31 (managing the Home Improvement database via the CLI).