Commit Graph

3 Commits

Author SHA1 Message Date
f0f8978079 Fix escaped backticks in README code blocks
All checks were successful
CI / build (push) Successful in 16s
The code blocks had backslash-escaped backticks which broke markdown preview.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 19:08:17 +01:00
b6de82c8ee Add error handling note to Quick Start example
All checks were successful
CI / build (push) Successful in 17s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 18:04:03 +00:00
655ee0ac49 Add README with quick start example
Add a README.md that gives developers a quick understanding of what
Aether is and how to get started. Includes:
- Project description and why Aether exists
- Installation instructions
- Quick start code example showing event creation, persistence, and replay
- Key concepts (immutability, derived state, version consistency)
- Links to further documentation
- CI badge

Closes #44

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 18:04:03 +00:00