Epic: Clean up event sourcing documentation #30

Open
opened 2026-03-14 23:53:10 +00:00 by freemo · 0 comments
Owner

Background

4 event-sourcing docs totaling ~4,470 lines contain massive internal self-duplication: event-sourcing-api.md is literally concatenated with itself (content appears twice at ~2194 lines), event-sourcing.md duplicates its own sections, immudb-integration.md has 3 copies of "Why ImmuDB?", and event_sourcing_documentation.md has unedited LLM artifacts.

Demonstrable Outcome

All event sourcing documentation is de-duplicated, edited for quality, and accurately reflects the codebase.

Acceptance Criteria

  • event-sourcing-api.md de-duplicated to ~1100 lines (remove second copy)
  • event-sourcing.md de-duplicated (remove repeated sections after line 378)
  • immudb-integration.md de-duplicated (remove 2 redundant "Why ImmuDB?" copies)
  • event_sourcing_documentation.md edited to remove LLM preambles and formulaic prose
## Background 4 event-sourcing docs totaling ~4,470 lines contain massive internal self-duplication: `event-sourcing-api.md` is literally concatenated with itself (content appears twice at ~2194 lines), `event-sourcing.md` duplicates its own sections, `immudb-integration.md` has 3 copies of "Why ImmuDB?", and `event_sourcing_documentation.md` has unedited LLM artifacts. ## Demonstrable Outcome All event sourcing documentation is de-duplicated, edited for quality, and accurately reflects the codebase. ## Acceptance Criteria - [ ] `event-sourcing-api.md` de-duplicated to ~1100 lines (remove second copy) - [ ] `event-sourcing.md` de-duplicated (remove repeated sections after line 378) - [ ] `immudb-integration.md` de-duplicated (remove 2 redundant "Why ImmuDB?" copies) - [ ] `event_sourcing_documentation.md` edited to remove LLM preambles and formulaic prose
freemo self-assigned this 2026-03-15 04:25:22 +00:00
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.

Reference: aethyr/Aethyr#30
No description provided.