Drop unbounded speed claims from Neo capability grid - #21582
workprentice[bot] wants to merge 1 commit into
Conversation
Replaces 'Instantly surface...' and '...explains in seconds' with plain descriptions of the capability. Fixes #21581.
Reviewer's guide v1 — not for the authorTip This is the reviewer's guide. Work through the PR author: your to-do list is the other review comment, "Author action guide" — nothing on this card is yours. Note What this PR changes:
The wrongness that would matter here is a capability blurb promising performance the product can't guarantee, or a rewrite that quietly changes what Neo does. Claim verification ran over the page's capability statements and a frontmatter sweep ran on the body and Review confidence:
|
Author action guide v1 — nothing blocks mergeNote Nothing here blocks merge — no open items need an answer from you. A human reviewer still approves the merge. This PR softens two capability blurbs on the Neo product page by dropping the unbounded speed words ("Instantly", "in seconds"); the review checked the page's factual claims, frontmatter, and prose style and found nothing to fix. 🚨 Fix or disagreeNothing to fix — this section is empty. ❓ Questions for youNo open questions for you. 📎 Full evidence: verification trail, investigation log, review history. Review v1 · updated 2026-09-13T00:11:16Z · head commit 48dd696 How to answerEvery 🚨 and ❓ item above needs one of these before merge:
The Please don't edit, hide, or delete this comment — it is the review's record. Full mechanics: CONTRIBUTING.md §AI-assisted contributions. |
|
Your site preview for commit 48dd696 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-21582-48dd696e.s3-website.us-west-2.amazonaws.com Changed pages: |
Fixes #21581
Drops two unbounded, unverifiable speed claims from the Neo capability grid on the product page: "Instantly surface..." and "...explains in seconds." Both promise a specific timeline for an open-ended operation across an arbitrary cloud estate or deployment, which we can't actually guarantee. This is the same defect class #21569 fixed at line 39 ("in minutes") on this same page; these two were left over from that sweep.
Before:
After:
Scope note: I re-audited the whole file for every speed/immediacy/timeline pattern (second, minute, hour, day, instant, immediate, real-time, within, fast, quick, rapid) before making this change. Line 39's "in minutes" claim is already fixed by the separate, already-mergeable PR #21569 and is intentionally not touched here to avoid duplicating or conflicting with that review. Line 35's "industry's first AI agent" is a superlative/priority claim, not a timeline promise, and tracks Pulumi's approved positioning, so it's out of scope for this fix. No other instances remain on the page.
This is a plain-text content change to two YAML front-matter scalars rendered via
{{ .description | markdownify }}intemplate-three-column.html; no template or rendering logic is touched.🧠 This PR was created by workprentice.