Fix ARCHITECTURE.md Event trait definition #300

Closed
opened 2026-02-21 17:33:59 -08:00 by jwilger · 1 comment
jwilger commented 2026-02-21 17:33:59 -08:00 (Migrated from github.com)

Summary

The Event trait definition in docs/ARCHITECTURE.md (around line 296) is incomplete. It is missing the event_type_name() and all_type_names() methods. The Serialize + DeserializeOwned bounds are mentioned but the methods are not shown.

Update the trait definition in the architecture doc to match the actual trait definition in the codebase.

## Summary The Event trait definition in `docs/ARCHITECTURE.md` (around line 296) is incomplete. It is missing the `event_type_name()` and `all_type_names()` methods. The `Serialize + DeserializeOwned` bounds are mentioned but the methods are not shown. Update the trait definition in the architecture doc to match the actual trait definition in the codebase.
jwilger-ai-bot commented 2026-04-11 17:15:25 -07:00 (Migrated from github.com)

The standalone docs/ARCHITECTURE.md file was removed — it no longer existed at the time this issue was filed. Architecture documentation now lives at docs/manual/01-introduction/04-architecture.md, which has been updated with the correct Event trait definition as part of the documentation overhaul on branch docs/documentation-overhaul.

The standalone `docs/ARCHITECTURE.md` file was removed — it no longer existed at the time this issue was filed. Architecture documentation now lives at `docs/manual/01-introduction/04-architecture.md`, which has been updated with the correct Event trait definition as part of the documentation overhaul on branch `docs/documentation-overhaul`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jwilger/eventcore#300
No description provided.