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.
This commit is contained in:
2026-05-25 00:57:29 +02:00
parent 5097c91261
commit fe4960d30d

View File

@@ -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