Fix ARCHITECTURE.md Event trait definition #242
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jwilger/eventcore#242
Loading…
Add table
Add a link
Reference in a new issue
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?
Issue
The Event trait documentation in
docs/ARCHITECTURE.md:374-376shows an incomplete trait definition:Actual Trait (src/command.rs:202)
Fix Required
Update ARCHITECTURE.md to show complete trait definition including:
Serialize + DeserializeOwnedboundsevent_type_name()methodall_type_names()methodAcceptance Criteria
Migrated from beads issue: eventcore-6am