docs: mark Step 2.1 as complete in PLAN.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-27 21:38:03 +00:00
parent 262739d8ec
commit c3461b2275

10
PLAN.md
View File

@@ -52,11 +52,11 @@ Check off items as completed. Each phase builds on the previous.
## Phase 2: Event Infrastructure ## Phase 2: Event Infrastructure
### Step 2.1: Events Table Schema ### Step 2.1: Events Table Schema
- [ ] Create migration for events, event_revisions, event_tombstones - [x] Create migration for events, event_revisions, event_tombstones
- [ ] Create migration for idempotency_nonces, event_animals tables - [x] Create migration for idempotency_nonces, event_animals tables
- [ ] Create Pydantic models for Event, EventRevision, EventTombstone - [x] Create Pydantic models for Event, EventRevision, EventTombstone
- [ ] Write tests for table constraints (ULID checks, JSON validation) - [x] Write tests for table constraints (ULID checks, JSON validation)
- [ ] **Commit checkpoint** - [x] **Commit checkpoint** (262739d)
### Step 2.2: Event Store Core ### Step 2.2: Event Store Core
- [ ] Create `events/store.py` with append_event, get_event, list_events - [ ] Create `events/store.py` with append_event, get_event, list_events