Add forge web host reference to the QA prerequisites
Intent: Make the manual QA checklist self-contained by documenting the HTTPS forge endpoint alongside the existing SSH push remote, so testers know exactly where forge authentication and web-based review live.
Affected files: docs/forge-hosted-manual-qa.md
@@ -13,6 +13,7 @@ guessing which surfaces matter.
## Before Starting
- Canonical push remote: `git@git.pikachat.org:pika.git`.
+- Forge auth and web review live on `https://git.pikachat.org/news`.
- Confirm `/news/admin` loads and `Forge Health` shows `Poller`, `Generation Worker`, and `CI Runner` as `idle` or `active`, not `error`.
The Before Starting section of docs/forge-hosted-manual-qa.md already listed the SSH push remote but assumed the reader knew the web host for forge auth and review.
A new bullet is inserted at line 16, immediately after the SSH remote entry:
- Forge auth and web review live on `https://git.pikachat.org/news`.
This pairs the two access methods (SSH for pushes, HTTPS for the web UI) in one place so the remaining checklist items — such as confirming /news/admin health — have an unambiguous base URL to work from.