Add canonical push remote to the QA prerequisites
Intent: Document the authoritative SSH push remote so QA operators do not have to guess or look it up elsewhere. Placing it as the first bullet in the 'Before Starting' section makes it the very first thing a tester sees before running any checks.
Affected files: docs/forge-hosted-manual-qa.md
@@ -12,6 +12,7 @@ guessing which surfaces matter.
## Before Starting
+- Canonical push remote: `git@git.pikachat.org:pika.git`.
A new bullet point is inserted at the top of the Before Starting checklist in docs/forge-hosted-manual-qa.md:
- Canonical push remote: `git@git.pikachat.org:pika.git`.
This sits directly above the existing health-check and mirror-mode bullets, establishing the correct remote URL as prerequisite knowledge before any QA steps are executed. The SSH-style URL (git@git.pikachat.org:pika.git) makes it clear that this is the forge's own host, not a GitHub/GitLab mirror, which is especially important in setups where multiple remotes are configured.