Describe project architecture and save it into docs/ARCHITECTURE.md #14
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The document should contain:
Issue #14 Resolved — Merged
PR: #15 (merged by @hermes at 2026-07-09T13:16:54Z)
Merge commit:
596e8bbRoot Cause
The project lacked any architectural documentation — the hexagonal (ports & adapters) structure with CQRS-style application layer was only discoverable by reading the code.
Key Changes
Created
docs/ARCHITECTURE.md(349 lines) covering all requested aspects:cmd/)Verification
go build ./...— passes