Reframe site copy as a condition report, plus 20k-business harvest - #11
Conversation
'Leak audit' told a supercar dealer his operation was sloppy. Fable's diagnosis: swapping it for 'The Audit' and 'named findings' traded a tradesman's metaphor for a bureaucrat's, keeping the deficit frame while losing the imagery. The frame changes instead: not 'you are broken' but 'your site is beneath what you sell', which aims the critique at the website and flatters the product. Free deliverable is now The Website Appraisal; faults belong to the site, never the business. Register rule: condition report, not repair job.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
🚧 Files skipped from review as they are similar to previous changes (8)
📝 WalkthroughWalkthroughChangesThe public HTML pages were rebranded from “TinyStudio” to “The Tiny Studio.” Site copy now uses “appraisal” and “fault” terminology instead of “audit” and “leak.” Metadata, navigation, headings, calls to action, FAQs, footer labels, and the site-copy check were updated. Public Site Rebrand
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
💡 Codex Reviewhttps://github.com/nish3451/TinyStudio.io/blob/20109a8adeeb36cb6e9d495a2d4a13da5a085a80/study/corpus.json#L497-L500 Expanding the corpus from 99 to 20,005 entries activates ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
There was a problem hiding this comment.
Actionable comments posted: 4
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@public/brief-requested.html`:
- Line 54: Update the navigation logo text near the existing TinyStudio label to
use the unified “The Tiny Studio” brand, matching the footer’s wording while
preserving the surrounding markup and styling.
In `@public/index.html`:
- Line 105: Update the paragraph text in public/index.html to remove the
duplicated article before “each,” so it reads “You get each fault named” while
preserving the rest of the sentence.
- Line 16: Update the homepage navigation CTA label and the corresponding CTA
labels in public/audit.html and public/pricing.html from “Request an audit” to
“Request the appraisal,” while leaving their links and surrounding navigation
unchanged.
In `@public/pricing.html`:
- Line 31: Update the plan heading containing “The Growth Desk” to use an
approved term and remove the excluded “growth” wording, leaving the surrounding
pricing content unchanged.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 00e3fae3-ccf7-4615-b34c-3f953a21b72a
📒 Files selected for processing (8)
public/agent-desk.htmlpublic/agents.htmlpublic/audit.htmlpublic/brief-requested.htmlpublic/index.htmlpublic/pricing.htmlpublic/specimen.htmlstudy/corpus.json
|
|
||
| <footer> | ||
| <span class="sc">TinyStudio</span> | ||
| <span class="sc">The Tiny Studio</span> |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Use the unified brand in the navigation.
The footer now says The Tiny Studio, but the navigation logo at Line 25 still says TinyStudio. Update the logo text so the page has one brand label.
Proposed fix
- <a class="logo" href="index.html">Tiny<span>Studio</span></a>
+ <a class="logo" href="index.html">The Tiny <span>Studio</span></a>🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@public/brief-requested.html` at line 54, Update the navigation logo text near
the existing TinyStudio label to use the unified “The Tiny Studio” brand,
matching the footer’s wording while preserving the surrounding markup and
styling.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
💡 Codex Reviewhttps://github.com/nish3451/TinyStudio.io/blob/558265c118e0d3f2bdee146abca0d3dbd146d49d/public/agent-desk.html#L52 The renamed text no longer contains the exact AGENTS.md reference: AGENTS.md:L2-L3 https://github.com/nish3451/TinyStudio.io/blob/558265c118e0d3f2bdee146abca0d3dbd146d49d/study/corpus.json#L497-L500 Once these additions push the corpus above 500 entries, the default path in ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
…he retired Agent Desk (#16) The live llms.txt described the demoted self-serve Agent Desk (Pipeline Brief, Implementation Checklist, Weekly Fix Report) as the current product. The acked direction (tournament dossier, 2026-08-05) and the canonical offer (tinystudio-in growth-brain/offer.md, renamed to The Website Correction in tinystudio-in#9) make the human-reviewed managed service the only active offer. - public/llms.txt: describe The Website Correction exactly per offer.md (buyer, 7-working-day promise, deliverables, $1,000 founder pilots, Day 0 gate, human-review boundary, no-guarantee list); mark still- reachable Agent Desk surfaces as legacy with their safety rails and data-handling facts kept intact. - public/offer.md: same source of truth, same structure as the canonical offer file. - scripts/check-site.mjs: requiredPublicArtifacts now asserts the new copy so the old pitch cannot silently return. index.html is deliberately untouched: PR #11 already rewrites the site pages and this change must not collide with it. No deploy.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
💡 Codex Reviewhttps://github.com/nish3451/TinyStudio.io/blob/4fd77decf4f4e17a12dcadcd7aaa6371c362a7bf/study/corpus.json#L2502 Once this entry pushes the corpus above 500 sites, https://github.com/nish3451/TinyStudio.io/blob/4fd77decf4f4e17a12dcadcd7aaa6371c362a7bf/public/index.html#L16 A visitor now sees the service named “The appraisal” and “The Website Appraisal,” but the same navigation bar still asks them to “Request an audit.” This stale CTA also remains on https://github.com/nish3451/TinyStudio.io/blob/4fd77decf4f4e17a12dcadcd7aaa6371c362a7bf/public/index.html#L105 The rewritten sentence renders as “You get the each fault named,” which is grammatically broken in a prominent description of the paid delivery process and obscures what the customer receives. Remove either “the” or “each” so the appraisal copy reads coherently. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
- index.html: "You get the each fault named" -> "You get each fault named" - agent-desk.html: "Cloudflare-powered The Tiny Studio agents" -> "Cloudflare-powered agents from The Tiny Studio" (twice, in og: and twitter: descriptions, so search-visible) - five pages: nav CTA still read "Request an audit" after the rename, contradicting the PR's own register rule
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
|
Overseer review — endorsed with three fixes applied (ee8c29f). The reframe is right and the register rule ("condition report, not repair job") is the kind of specificity that makes this page belong to this business and no other. Truth check passes: no promised numbers added, and the unchanged "Ninety-nine" study spans are disclosed honestly in the PR body rather than quietly re-pointed at the 20,005-row corpus. Held it for three register breaks a copy PR cannot ship with, now fixed on the branch:
Follow-up, not blocking: the study spans still read "Ninety-nine" against a 20,005-business corpus. That gap is honest today only because the method note scopes it to the daily scan — the next copy cycle should either quote the corpus or say plainly that the scan samples it. |
💡 Codex Reviewhttps://github.com/nish3451/TinyStudio.io/blob/10aef13fafd0d373bb6c3b7761f4b2d0faa34f4e/study/corpus.json#L2503-L2505 Once this expansion takes the corpus past 500 entries, https://github.com/nish3451/TinyStudio.io/blob/10aef13fafd0d373bb6c3b7761f4b2d0faa34f4e/study/corpus.json#L2508-L2510 With more than 500 entries, https://github.com/nish3451/TinyStudio.io/blob/10aef13fafd0d373bb6c3b7761f4b2d0faa34f4e/study/corpus.json#L38670 For this entry, standard URL parsing treats https://github.com/nish3451/TinyStudio.io/blob/10aef13fafd0d373bb6c3b7761f4b2d0faa34f4e/public/specimen.html#L25 When a visitor opens the newly relabeled appraisal specimen, its body still calls the deliverable “a real audit,” refers to “the full audit,” and describes “the study behind this audit” at lines 31, 72, and 77. This makes the specimen contradict its new title and navigation terminology; update those customer-visible passages along with the changed heading. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Copy
"Leak audit" told a premium buyer his operation was sloppy. The first attempt at a fix swapped a tradesman's metaphor for a bureaucrat's — "The Audit" is compliance register (done to you, and every mid-market shop gives one away free), "named findings" is committee minutes. That kept the deficit frame and lost the imagery.
The frame changes instead: not your operation is broken but your site is beneath what you sell. That aims the critique at the website, usually built by a previous agency, and flatters the product. A supercar dealer will never admit to leaking; he will readily agree his site undersells the cars.
"Fault" is deliberately blunt. A condition report names faults, and candour about the object is itself a luxury signal.
Register rule going forward: condition report, not repair job. Says appraisal, fault, named, undersells, written, private, retainer. Never leak, broken, bleeding, unlock, boost, growth, or any promised number.
Brand unified to The Tiny Studio across all seven pages; titles were previously split between two spellings.
Harvest
study/corpus.jsongrows to 20,005 businesses across 68 trades and 42 cities (London 3,603 · Paris 2,792 · New York 2,136 · Zurich 1,260).Note
The site figures still read "Ninety-nine" — those spans are rendered from a daily scan snapshot, and the scan rotates a seventh of the corpus per run, so they need separate handling before they can quote the new corpus honestly. Not changed here.
Deployed and verified live: zero occurrences of "leak", assets 200, form still posts to
/api/signups.🤖 Generated with Claude Code
Summary by CodeRabbit