Brand the logged-out front door as Micro - #1502
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
@codex please finish this PR with only the landing implementation change in
Run the focused home test and keep the diff minimal. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2286cd4bfd
ℹ️ 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".
| Index(w, r) | ||
| body := w.Body.String() | ||
|
|
||
| if !strings.Contains(body, "<title>Micro</title>") { |
There was a problem hiding this comment.
Change the landing output before asserting Micro
This test fails for every logged-out request because Index still passes Title: "Mu" to app.RenderIndex, and indexBody still emits <div class="lbrand">Mu</div>. Consequently go test ./home (and therefore go test ./...) fails immediately, while the user-visible rename described by the commit is not implemented.
Useful? React with 👍 / 👎.
Summary
Testing
|
|
@codex address that feedback. Implement the two |
Summary
Testing
|
Summary
/front door identify as MicroScope
Landing only. The x402 routing and
tools_*→x402_*cleanup already landed in #1501 and are intentionally not part of this PR.