docs: mark Step 2.3 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-28 18:35:15 +00:00
parent 80784ff636
commit e3212a1e87

24
PLAN.md
View File

@@ -67,18 +67,18 @@ Check off items as completed. Each phase builds on the previous.
- [x] **Commit checkpoint** (29d5d3f) - [x] **Commit checkpoint** (29d5d3f)
### Step 2.3: Event Type Payloads ### Step 2.3: Event Type Payloads
- [ ] Create Pydantic models for all event payloads (spec §6): - [x] Create Pydantic models for all event payloads (spec §6):
- [ ] LocationCreated, LocationRenamed, LocationArchived - [x] LocationCreated, LocationRenamed, LocationArchived
- [ ] AnimalCohortCreated, AnimalPromoted, AnimalMoved - [x] AnimalCohortCreated, AnimalPromoted, AnimalMoved
- [ ] AnimalAttributesUpdated, AnimalTagged, AnimalTagEnded - [x] AnimalAttributesUpdated, AnimalTagged, AnimalTagEnded
- [ ] HatchRecorded, AnimalOutcome - [x] HatchRecorded, AnimalOutcome
- [ ] ProductCollected, ProductSold - [x] ProductCollected, ProductSold
- [ ] FeedPurchased, FeedGiven - [x] FeedPurchased, FeedGiven
- [ ] AnimalMerged, AnimalStatusCorrected - [x] AnimalMerged, AnimalStatusCorrected
- [ ] Create `events/validation.py` for payload validation - [x] Create `events/validation.py` for payload validation
- [ ] Implement tag normalization (spec §20) - [x] Implement tag normalization (spec §20)
- [ ] Write tests for each payload model - [x] Write tests for each payload model
- [ ] **Commit checkpoint** - [x] **Commit checkpoint** (80784ff)
### Step 2.4: Projection Infrastructure ### Step 2.4: Projection Infrastructure
- [ ] Create `projections/base.py` with Projection base class - [ ] Create `projections/base.py` with Projection base class