From fe4960d30d9d2a4bdfa83718a40788143f2c3113 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Mon, 25 May 2026 00:57:29 +0200 Subject: [PATCH] docs: replace activitypub-base with k-ap in architecture overview Reflects the migration from the local activitypub-base crate to the external k-ap library, with an accurate description of what it provides. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a0610e..c1c1f36 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ adapters/ postgres — PostgreSQL repositories for all domain entities postgres-search — PostgreSQL trigram full-text search postgres-federation — PostgreSQL-backed federation repository - activitypub-base — core ActivityPub protocol types, ActivityPubService, federation middleware + k-ap (external) — generic AP protocol layer (ActivityPubService, actor management, inbox/outbox routing, follower tracking, WebFinger, NodeInfo, HTTP signatures) activitypub — project-specific AP wiring (ThoughtsObjectHandler, inbox/outbox) nats — NATS transport implementing Transport + MessageSource ports event-payload — shared event serialization DTOs