Skip to content

docs(evidence): close out retired-host Agent Desk message review item against current main and live (#100) - #149

Merged
nish3451 merged 4 commits into
mainfrom
docs/evidence/retired-hosts-appraisal-truth-2026-08-12
Aug 12, 2026
Merged

docs(evidence): close out retired-host Agent Desk message review item against current main and live (#100)#149
nish3451 merged 4 commits into
mainfrom
docs/evidence/retired-hosts-appraisal-truth-2026-08-12

Conversation

@nish3451

Copy link
Copy Markdown
Collaborator

Closes the review-queue item [unreviewed-by-grok] Replace the retired-host Agent Desk message with the current Website Appraisal truth — both historical subdomains still tell visitors the retired self-serve product is current (review 2026-08-10, risk: amber, parity-risk).

The runtime fix already landed via PR #100 (5ab84ea, merged 2026-08-11) with two regression tests. This receipt verifies the item's acceptance criteria against current origin/main and the live hosts.

Verified:

  • src/worker.js retiredAppResponse / retiredApiResponse name The Website Appraisal; zero Agent Desk mentions; stale literal gone from source.
  • npm run check passes; npm test passes (92 tests, 0 failures) including the two PR fix(worker): retired app/api hosts name The Website Appraisal, not the Agent Desk #100 regression tests.
  • Live app.tinystudio.io and api.tinystudio.io → HTTP 410, one "The Website Appraisal", zero "Agent Desk".

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@nish3451, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 1 minute

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 6420303f-e278-4f7f-b279-f9e3f6242d99

📥 Commits

Reviewing files that changed from the base of the PR and between 0e357e0 and b105c09.

📒 Files selected for processing (1)
  • docs/evidence/retired-hosts-appraisal-truth-closeout-2026-08-12.md

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

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2830a6a89f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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".

Comment on lines +41 to +43
2. The stale literal "runs the self-serve Agent Desk from the main domain"
appears nowhere in the repository source; the only match is the historical
deploy receipt that records the pre-fix observation.

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 Badge Correct the claimed stale-literal search result

This repository-wide result is not reproducible at the reviewed commit: git grep -F 'runs the self-serve Agent Desk from the main domain' 0bdc566 finds two occurrences in this newly added receipt itself (the historical quote on line 9 and this assertion), rather than a sole occurrence in the prior deploy receipt. Since this document is intended as closeout evidence, either scope the claim explicitly to runtime source or report the actual repository matches.

Useful? React with 👍 / 👎.

Comment on lines +69 to +71
3. `curl -s -w "%{http_code}" https://app.tinystudio.io/` and
`curl -s https://api.tinystudio.io/`; assert 410, one "The Website
Appraisal", zero "Agent Desk".

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 Badge Capture the API status in the reproduction command

When a verifier follows this exact step, the API command prints only the response body, so it cannot establish the asserted HTTP 410 status. As curl --help all documents, -w, --write-out <format> outputs the requested format after completion, but that option is applied only to the app request here; add an equivalent status capture to the API request so both live-host claims can actually be reproduced.

Useful? React with 👍 / 👎.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7c447ac2cc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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".

current product — and the fix must hold under the test suite on the current
head.

## Source checks on the current head (origin/main `ad9cee3`)

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 Badge Refresh the claimed current-head SHA

At the reviewed commit, the baseline is fe4d2ae, which is a descendant of ad9cee3, so labeling ad9cee3 as the current origin/main head—and later saying the tests passed on “this head”—associates the closeout evidence with the wrong revision. Although the intervening change is documentation-only, the receipt should either identify the actual reviewed baseline or describe ad9cee3 explicitly as the earlier measured head.

Useful? React with 👍 / 👎.

Comment on lines +49 to +50
(worker suite tests 54 and 55) — asserting each 410 response names the
current offer and never points at the retired Agent Desk.

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 Badge Narrow the claimed Agent Desk regression coverage

If either retirement message regresses to wording such as TinyStudio now runs the Agent Desk while retaining the required Website Appraisal and leak-audit phrases, both cited tests still pass: their negative assertions reject only /self-serve Agent Desk/. Thus the receipt overstates what these tests prove by saying they ensure the responses never point at the retired Agent Desk; either strengthen the assertions or limit this evidence claim to the exact stale phrase they currently guard.

Useful? React with 👍 / 👎.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@nish3451
nish3451 merged commit cab6d18 into main Aug 12, 2026
3 checks passed
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