From c3461b2275f9bf1062e4eb48485e4220875e56ed Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Sat, 27 Dec 2025 21:38:03 +0000 Subject: [PATCH] docs: mark Step 2.1 as complete in PLAN.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- PLAN.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PLAN.md b/PLAN.md index 12b1855..0f94cbd 100644 --- a/PLAN.md +++ b/PLAN.md @@ -52,11 +52,11 @@ Check off items as completed. Each phase builds on the previous. ## Phase 2: Event Infrastructure ### Step 2.1: Events Table Schema -- [ ] Create migration for events, event_revisions, event_tombstones -- [ ] Create migration for idempotency_nonces, event_animals tables -- [ ] Create Pydantic models for Event, EventRevision, EventTombstone -- [ ] Write tests for table constraints (ULID checks, JSON validation) -- [ ] **Commit checkpoint** +- [x] Create migration for events, event_revisions, event_tombstones +- [x] Create migration for idempotency_nonces, event_animals tables +- [x] Create Pydantic models for Event, EventRevision, EventTombstone +- [x] Write tests for table constraints (ULID checks, JSON validation) +- [x] **Commit checkpoint** (262739d) ### Step 2.2: Event Store Core - [ ] Create `events/store.py` with append_event, get_event, list_events