Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/spikes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ The production database boundary lives in `src/lib/server/db` and uses the
built-in `node:sqlite` module. The event-sourcing and projection layer is still
being designed; spikes may explore its contracts without becoming supported
production APIs.

## Preserved work

- [`event-sourcing.ts`](event-sourcing.ts) is the original isolated event and
projection code spike.
- [Hyperkernel experiment retrospective](hyperkernel-experiment-retrospective.md)
records what the external command, event, projection, benchmark, event-log,
and time-travel experiment demonstrated, what it did not prove, and which
lessons should inform the official implementation.
Loading
Loading