diff --git a/docs/strategies/19.1_NOTIFICATION_COVERAGE_AUDIT.md b/docs/strategies/19.1_NOTIFICATION_COVERAGE_AUDIT.md
index 80f1362f..0f9f935c 100644
--- a/docs/strategies/19.1_NOTIFICATION_COVERAGE_AUDIT.md
+++ b/docs/strategies/19.1_NOTIFICATION_COVERAGE_AUDIT.md
@@ -15,6 +15,8 @@ Parent milestone doc: [`docs/milestones/19_RC_HARDENING_OPS.md`](../milestones/1
`Tests\Feature\InvoiceNotificationTest` has been failing across every recent PR back to MS17 — past-due delivery assertions expect `queued` but observe `skipped`/`sent`. Diagnosed as CI environment / test reliability issue, not caused by any specific PR's changes. Falls within this phase's scope (notification surface audit) and **must be resolved before Phase 1 closes** — explicit user direction at MS19 PR merge.
+**Resolution:** Tracked and fixed via [#68](https://github.com/n8bar/CryptoZing/issues/68). First Issue under the M19 GitHub Issues trial (see milestone doc Decisions recorded).
+
## 1. Enumerate the live mail surface
1. [ ] Re-list every Mail class under `app/Mail/` directly from disk; do not trust the snapshot in the Reference section without re-verifying.
@@ -51,7 +53,7 @@ Parent milestone doc: [`docs/milestones/19_RC_HARDENING_OPS.md`](../milestones/1
- [ ] Every notice class named in spec Sections 3–5 has a matching matrix row.
- [ ] Drift findings are either fixed in this phase or recorded in `BACKLOG.md` with context.
- [ ] `(MS17 deliverable)` placeholder text is removed from the spec heading.
-- [ ] CI flakiness in `Tests\Feature\InvoiceNotificationTest` (past-due delivery status: expected `queued`, observed `skipped`/`sent`) investigated and resolved. Tests pass green on a Phase-1-close PR.
+- [x] CI flakiness in `Tests\Feature\InvoiceNotificationTest` (past-due delivery status: expected `queued`, observed `skipped`/`sent`) investigated and resolved. Tests pass green on a Phase-1-close PR. (Resolved via [#68](https://github.com/n8bar/CryptoZing/issues/68).)
## Reference
diff --git a/docs/strategies/18.2_CONTENT_AUDIT_AND_PRODUCTION.md b/docs/strategies/x18.2_CONTENT_AUDIT_AND_PRODUCTION.md
similarity index 100%
rename from docs/strategies/18.2_CONTENT_AUDIT_AND_PRODUCTION.md
rename to docs/strategies/x18.2_CONTENT_AUDIT_AND_PRODUCTION.md
diff --git a/docs/strategies/18.3_SITE_ARCHITECTURE_AND_PUBLISHING.md b/docs/strategies/x18.3_SITE_ARCHITECTURE_AND_PUBLISHING.md
similarity index 100%
rename from docs/strategies/18.3_SITE_ARCHITECTURE_AND_PUBLISHING.md
rename to docs/strategies/x18.3_SITE_ARCHITECTURE_AND_PUBLISHING.md
diff --git a/phpunit.xml b/phpunit.xml
index a6da50fd..15559e43 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -24,6 +24,7 @@
+