feed: Phase 4 visibility + federation — per-viewer ACL, fanout partition, inbound/backfill/ingest, e2e feed/timeline + 22 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 36s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 16:48:27 +00:00
parent 50a7f31a39
commit 37226cf6eb
8 changed files with 295 additions and 14 deletions

View File

@@ -2,9 +2,10 @@
"suites": {
"basic": {"pass": 30, "fail": 0},
"fanout": {"pass": 29, "fail": 0},
"rank": {"pass": 24, "fail": 0}
"rank": {"pass": 24, "fail": 0},
"integration": {"pass": 22, "fail": 0}
},
"total_pass": 83,
"total_pass": 105,
"total_fail": 0,
"total": 83
"total": 105
}