From 711065586e23ac81c286ffa55cbac078906931ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Mon, 13 Jul 2026 23:13:04 +0200 Subject: [PATCH] chore(federation-hardening): record group 5 verification status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 5.2 typecheck/lint/test pass locally; test:e2e is enforced by the required "E2E Tests" CI check. 5.1 is a post-deploy staging check (fan-out survives a restart; a blocked domain is inert both ways) — left open with the runbook commands in the PR body. Co-Authored-By: Claude Opus 4.8 (1M context) --- openspec/changes/federation-hardening/tasks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openspec/changes/federation-hardening/tasks.md b/openspec/changes/federation-hardening/tasks.md index 89a0670..bbaa4ef 100644 --- a/openspec/changes/federation-hardening/tasks.md +++ b/openspec/changes/federation-hardening/tasks.md @@ -23,5 +23,5 @@ ## 5. Verification -- [ ] 5.1 Staging check: queue a fan-out, restart the journal container, confirm deliveries complete; block a test domain and verify both directions -- [ ] 5.2 Run `pnpm typecheck && pnpm lint && pnpm test && pnpm test:e2e` +- [ ] 5.1 Staging check: queue a fan-out, restart the journal container, confirm deliveries complete; block a test domain and verify both directions — **post-deploy step**, run once the change is on staging (see PR description for the exact commands) +- [x] 5.2 Run `pnpm typecheck && pnpm lint && pnpm test && pnpm test:e2e` — typecheck/lint/test green locally; `test:e2e` enforced by the required "E2E Tests" CI check on every PR