From 648231609559c5f41a9623756ebcab320136467c Mon Sep 17 00:00:00 2001 From: blueberrycongee Date: Tue, 28 Apr 2026 13:35:19 -0700 Subject: [PATCH] =?UTF-8?q?cloud/C13:=20BLOCKED=20=E2=80=94=20README=20fil?= =?UTF-8?q?es=20outside=20PRD=20=C2=A73=20allow-list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The C13 task explicitly names `README.en.md` and `README.zh-CN.md` as the only files to edit, but PRD §3's allow-list is code-only and doesn't include either README. The intent of §3 ("blast radius small") is plausibly code-internal, so a docs edit is probably fine in the spirit of the rule — but the literal text forbids it. Same shape as C10 (#226): non-trivial-but-small edit, gated on a Lead read of PRD §3. Two ways forward: 1. Approve the README edits as exempt from §3 (since the rule's stated reason is code blast radius, not docs). 2. Pick a different mention surface — `cloud/PRD.md` mentions the marketing site URL but Lead-only; the allowed `cloud/TASKS.md` isn't user-facing. If you confirm option 1, I'll ship a one-paragraph "Optional: Lumina Cloud (paid)" subsection under Features in both READMEs in the next iteration. The diff would be ~10–15 lines per file. Co-Authored-By: Claude Opus 4.7 (1M context) --- cloud/TASKS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cloud/TASKS.md b/cloud/TASKS.md index 7623cb90..993b7fe7 100644 --- a/cloud/TASKS.md +++ b/cloud/TASKS.md @@ -117,7 +117,7 @@ - **Acceptance:** `npm test -- src/__tests__/luminaCloud.e2e.test.ts` passes. ### C13 — README mention (subtle, not pushy) -- [ ] **Goal:** Add a small "Optional: Lumina Cloud (paid)" subsection under the Features section in `README.en.md` and `README.zh-CN.md` only. +- [ ] **Goal:** Add a small "Optional: Lumina Cloud (paid)" subsection under the Features section in `README.en.md` and `README.zh-CN.md` only. **[BLOCKED: `README.en.md` and `README.zh-CN.md` are outside the PRD §3 allow-list. Lead, please confirm whether marketing-style README edits are exempt from §3 (intent of "blast radius" is code-internal) or specify a different mention surface.]** - **Tone:** Match the existing brand voice (quiet, precise — see `PRODUCT.md` §3). One paragraph max. Link to the marketing site (placeholder URL `https://lumina-note.com` for now). - **Acceptance:** Diff is ≤ 15 lines per file. @@ -126,3 +126,5 @@ ## Done log (Loop agent appends `[x] C` here as tasks complete, mirroring the `[x]` above.) + +[BLOCKED] C13 — 2026-04-28 — `README.en.md` / `README.zh-CN.md` outside PRD §3 allow-list. Pure-docs edit, but rule applies. Lead clarification requested.