Skip to content

docs(service): re-verify truthful manual G2 profile handoff on current main (2026-08-20, lane 1) - #253

Open
nish3451 wants to merge 9 commits into
mainfrom
docs/g2-service-profile-rereverify-2026-08-20
Open

docs(service): re-verify truthful manual G2 profile handoff on current main (2026-08-20, lane 1)#253
nish3451 wants to merge 9 commits into
mainfrom
docs/g2-service-profile-rereverify-2026-08-20

Conversation

@nish3451

@nish3451 nish3451 commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

Re-verifies the prepared handoff at docs/service/g2-service-profile-2026-08-09.md against origin/main head d0daea9 and the live site on 2026-08-20.

Since the 2026-08-14 re-verify (e9fc96a), 126 commits landed on main, of which 21 modified files under public/. The ones that touched identity, offer, contact, price, or boundary strings this profile depends on are 76fe17b, ed2b1a9, 23a7f06, 9b0589a, c447585, ffc1672, 798cd71, 43cc831, 66f7bd6, dda25f2, 9f79c71.

Live verification on 2026-08-20:

  • /llms.txt and /offer.md serve byte-identical to source; verbatim offer, six-a-month cap, 'run by Nish', no base city, clients never named, contact hello@tinystudio.io, price pointer to /pricing, domain-value boundary, conversion-audit boundary.
  • /pricing serves the four-occurrence '2,500 a month on a three-month minimum' string; no hourly rate, project size, or minimum project. Two deployment lags noted: footer text and canonical still point at the legacy /pricing.html on the live page.
  • /audit answers q3 (no base city) and q6 (no client work) truthfully.
  • / carries the Where-TinyStudio-is-based disclosure and the Request-the-appraisal CTA.
  • All three G2 official pages re-fetched: flow and copy rules still intact.

Truthfulness fix in the base content: the two active references to the price-and-terms pointer now read https://tinystudio.io/pricing (the site's own clean canonical; pricing.html 307-redirects to it) instead of the legacy https://tinystudio.io/pricing.html. Matches the 2026-08-15 Clutch handoff fix and PR #218's clean-canonical migration. Historical re-verify sections were left untouched.

Repo checks on this head pass: node scripts/check-site.mjs returns 'TinyStudio.io checks passed.' and node --test scripts/test-*.mjs runs 128 tests across 9 suites, all green, exit 0.

Same outcome as the 2026-08-09 preparation and the 2026-08-11, 2026-08-12, and 2026-08-14 re-verifications: every field in the table can still be filled truthfully from live first-party surfaces, nothing needs to move to the 'Never on the profile' list, and no reject condition is triggered. The handoff is ready for Nish's manual submission with the canonical price pointer corrected.

Lane-scoped report: .lane/reports/docs-g2-service-profile-rereverify-2026-08-20.md.

Summary by CodeRabbit

  • Documentation
    • Updated G2 service profile documentation with the clean /pricing URL.
    • Added a re-verification report covering repository tests, live-site checks, content updates, and deployment status.
    • Confirmed profile safeguards remain unchanged and the G2 submission materials are ready for manual submission.

Greptile Summary

The PR updates the manual G2 service-profile handoff to use the clean pricing URL and appends an August 20 re-verification record.

  • Records current source, live-site, G2-guideline, and repository-check results.
  • Adds a lane-scoped report mirroring the re-verification and handoff outcome.
  • The verification report slightly misclassifies two worker/check commits as public-touching.

Confidence Score: 4/5

The PR appears safe to merge after correcting the non-blocking misclassification of two commits in its verification audit trail.

The handoff update is internally usable, but its account of the public/ history inaccurately categorizes two worker and check-script commits as public-touching.

Files Needing Attention: .lane/reports/docs-g2-service-profile-rereverify-2026-08-20.md; docs/service/g2-service-profile-2026-08-09.md

Important Files Changed

Filename Overview
.lane/reports/docs-g2-service-profile-rereverify-2026-08-20.md Adds the lane verification report, but its public-touching commit subset incorrectly includes two commits that do not modify public/.
docs/service/g2-service-profile-2026-08-09.md Updates active pricing references and adds the latest re-verification, repeating the minor commit-classification error from the lane report.

Fix all with Greploop Fix All in Claude Code Fix All in Codex Fix All in Cursor

Prompt To Fix All With AI
### Issue 1
.lane/reports/docs-g2-service-profile-rereverify-2026-08-20.md:14-18
**Misclassified public-touching commits**

This list classifies `dda25f2` and `9f79c71` as public-touching even though they modify worker, script, and documentation files rather than `public/`, making the verification audit trail inaccurate.

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Reviews (1): Last reviewed commit: "docs(lane): add re-verify report for G2 ..." | Re-trigger Greptile

Greptile also left 1 inline comment on this PR.

minimax-vps added 2 commits August 20, 2026 21:51
…t main (2026-08-20, lane 1)

Re-verifies the prepared handoff against origin/main head d0daea9 and
the live site on 2026-08-20. Since the 2026-08-14 re-verify (e9fc96a),
126 commits landed on main, of which 21 modified files under public/.
The ones that touched identity, offer, contact, price, or boundary
strings this profile depends on are 76fe17b, ed2b1a9, 23a7f06,
9b0589a, c447585, ffc1672, 798cd71, 43cc831, 66f7bd6, dda25f2,
9f79c71. None alters the offer, the desk price, the six-a-month cap,
the human-review boundary, the no-client-work rule, or the contact
email.

Live verification on 2026-08-20: llms.txt and offer.md serve
byte-identical to source; pricing serves the four-occurrence
'2,500 a month on a three-month minimum' string with no hourly rate,
project size, or minimum project figure; audit answers q3 (no base
city) and q6 (no client work) truthfully; the home page still carries
the Where-TinyStudio-is-based disclosure and the Request-the-appraisal
CTA. Two deployment lags noted: the pricing footer text and the
pricing page canonical still trail the source (PR #112 brand fix and
PR #218 clean-canonical migration respectively).

Truthfulness fix in the base content this lane, consistent with the
2026-08-15 Clutch handoff fix and PR #218's clean-canonical
migration: the two active references to the price-and-terms pointer
now read https://tinystudio.io/pricing (the clean canonical) instead of
the legacy https://tinystudio.io/pricing.html. Historical re-verify
sections were left untouched.

Same result as the 2026-08-09 preparation and the 2026-08-11,
2026-08-12, and 2026-08-14 re-verifications: every field in the table
can still be filled truthfully from live first-party surfaces,
nothing needs to move to the 'Never on the profile' list, and no
reject condition is triggered. The handoff is ready for Nish's manual
submission with the canonical price pointer corrected.
…-08-20, lane 1)

Lane-scoped report (.lane/reports/docs-g2-service-profile-rereverify-2026-08-20.md)
documenting what the lane changed, the truthfulness fix in the base content
(price-and-terms pointer migrated from pricing.html to /pricing), and the
verification commands and outcomes.
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Review Change Stack

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Free

Run ID: bf097e95-5e5a-4ee6-b0ee-a7f3e1d78251

📥 Commits

Reviewing files that changed from the base of the PR and between d0daea9 and f2709ae.

📒 Files selected for processing (2)
  • .lane/reports/docs-g2-service-profile-rereverify-2026-08-20.md
  • docs/service/g2-service-profile-2026-08-09.md

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

Updated the G2 service profile to use /pricing and added 2026-08-20 re-verification records. The records cover live checks, G2 rules, unchanged safeguards, repository tests, deployment lag, and readiness for manual submission.

Changes

G2 service profile

Layer / File(s) Summary
Canonical pricing references
docs/service/g2-service-profile-2026-08-09.md, .lane/reports/docs-g2-service-profile-rereverify-2026-08-20.md
Replaced pricing.html references with /pricing in the profile and re-verification record.
Verification and handoff record
docs/service/g2-service-profile-2026-08-09.md, .lane/reports/docs-g2-service-profile-rereverify-2026-08-20.md
Recorded live-site checks, G2 rule checks, unchanged profile safeguards, passing repository tests, deployment differences, and readiness for manual submission.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to f2709

This documentation-only change re-verifies the manual G2 service profile and corrects its pricing URL to the site's clean canonical path; the reported checks pass, so no actionable merge-blocking risk remains beyond normal review.


Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

Comment @coderabbitai help to get the list of available commands.

Comment on lines +14 to +18
1. Commit-count scope (126 commits since `e9fc96a`, 21 touching `public/`).
2. The 11 public-touching commits that change identity/offer/contact/price/boundary
strings (76fe17b, ed2b1a9, 23a7f06, 9b0589a5, c4475858, ffc1672b, 798cd71a,
43cc831, 66f7bd6, dda25f2, 9f79c71), distinguishing them from the
semantic/layout-only changes (0e7373fe, 2d8599a4, a654ab49).

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Misclassified public-touching commits

This list classifies dda25f2 and 9f79c71 as public-touching even though they modify worker, script, and documentation files rather than public/, making the verification audit trail inaccurate.

Prompt To Fix With AI
This is a comment left during a code review.
Path: .lane/reports/docs-g2-service-profile-rereverify-2026-08-20.md
Line: 14-18

Comment:
**Misclassified public-touching commits**

This list classifies `dda25f2` and `9f79c71` as public-touching even though they modify worker, script, and documentation files rather than `public/`, making the verification audit trail inaccurate.

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Fix in Claude Code Fix in Codex Fix in Cursor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant