From 6bf63f1823e3c703f0a209fb9d6a795f6f83bdfb Mon Sep 17 00:00:00 2001 From: indifferentketchup Date: Fri, 1 May 2026 18:21:22 +0000 Subject: [PATCH] docs: flip Redactor spec status to implemented MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The spec doc was written when the Redactor was deferred and shipped with a "Status: deferred — not implemented" header. The redactor branch lands the implementation; the header is now stale. Replace with a pointer to the plan and CHANGELOG [Unreleased] section. Resolves observation #1 from the final code review. --- docs/superpowers/specs/2026-04-30-redactor-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/superpowers/specs/2026-04-30-redactor-design.md b/docs/superpowers/specs/2026-04-30-redactor-design.md index 574ef85..e2e7a34 100644 --- a/docs/superpowers/specs/2026-04-30-redactor-design.md +++ b/docs/superpowers/specs/2026-04-30-redactor-design.md @@ -1,7 +1,7 @@ # Codex Redactor utility — design spec > Retroactive: written 2026-05-01. -> **Status: deferred — not implemented.** This is a forward-looking design captured here for backfill symmetry and to inform iblogs's upload-time PII handling. +> **Status: implemented on the `redactor` branch (2026-05-01).** Plan: `docs/superpowers/plans/2026-05-01-redactor.md`. Arrival commit set documented in `CHANGELOG.md` `[Unreleased]`. The "Status: deferred" framing below is preserved for historical context; treat this file as the as-built design contract. ## Summary