Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.03 KB

File metadata and controls

20 lines (13 loc) · 1.03 KB
title Backend Architecture (moved)
description This page has moved. The canonical backend architecture explanation now lives at backend-architecture.md.

Backend Architecture (moved)

VisionClaw Docs · Explanation

This page has moved. The backend is documented as hexagonal ports and adapters with direct hexser dispatch — there is no CQRS bus (the dead src/cqrs/ scaffold was removed in ADR-089). The canonical, current explanation is:

Backend Architecture

That page covers the 9 ports, 12 adapters, the 44 hexser handlers (19 DirectiveHandler + 25 QueryHandler), the eight-crate workspace dependency DAG, and where the actor system fits.

See also