Delete the stale forge-mirror-smoke marker document
Intent: Remove `docs/forge-mirror-smoke.md`, a short marker file whose only purpose was to validate post-deploy forge mirror sync latency. The file is no longer needed and its continued presence adds unnecessary clutter to the docs directory.
Affected files: docs/forge-mirror-smoke.md
@@ -1,7 +0,0 @@
----
-summary: Mirror smoke branch marker used to validate hosted GitHub mirror latency.
-read_when:
- - validating post-deploy forge mirror behavior
----
-
-Mirror smoke validation: deployed runtime should request and run mirror sync promptly after a forge merge.
The entire file docs/forge-mirror-smoke.md is deleted in this branch. The file contained:
- YAML front-matter with a
summaryfield ("Mirror smoke branch marker used to validate hosted GitHub mirror latency") and aread_whenhint scoping it to post-deploy forge mirror validation. - A single body sentence describing the expected behavior: the deployed runtime should request and run a mirror sync promptly after a forge merge.
Because the file was purely a smoke-test artifact — not referenced by application code or build tooling — its removal is safe and has no functional side-effects. If any CI or deployment script previously checked for the existence of this file, those references should already have been cleaned up or will need a follow-up change.