docs: comprehensive documentation overhaul #350
No reviewers
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jwilger/eventcore!350
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/documentation-overhaul"
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?
Summary
CHANGELOG.md(per-crate changelogs are auto-generated by release-plz),docs/PLANNING.md(referenced deprecateddotCLI), anddocs/examples/directory (175KB of code using the oldCommandExecutorAPI)eventsourcing/eventcoreGitHub org references tojwilger/eventcorein CONTRIBUTING.md, SECURITY.mddocs/manual/01-introduction/04-architecture.md(the old file didn't exist)execute()free function, sync apply/handle,Eventtrait withstream_id()/event_type_name())cargo nextest run, correct clippy/fmt flags, removedotCLI references, add SQLite/testing/mutants/hooks infoCommandExecutor,StoredEvent,#[async_trait], mutableapply, asynchandle,CommandResult,ReadStreams,StreamWrite53 files changed, 1,322 insertions, 7,489 deletions.
Test plan
cargo build --workspacepassescargo clippy --all-targets --all-features -- -D warningspassescargo fmt --all -- --checkpassesStoredEvent,CommandExecutor,async_trait,eventsourcing/eventcore) returns no false positives🤖 Generated with Claude Code