docs: mark Step 2.2 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:
12
PLAN.md
12
PLAN.md
@@ -59,12 +59,12 @@ Check off items as completed. Each phase builds on the previous.
|
|||||||
- [x] **Commit checkpoint** (262739d)
|
- [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
|
- [x] Create `events/store.py` with append_event, get_event, list_events
|
||||||
- [ ] Implement nonce validation (reject duplicates)
|
- [x] Implement nonce validation (reject duplicates)
|
||||||
- [ ] Implement clock skew guard (reject ts_utc > now + 5 min)
|
- [x] Implement clock skew guard (reject ts_utc > now + 5 min)
|
||||||
- [ ] Create `events/types.py` with event type constants
|
- [x] Create `events/types.py` with event type constants
|
||||||
- [ ] Write tests for event storage, nonce rejection, clock skew
|
- [x] Write tests for event storage, nonce rejection, clock skew
|
||||||
- [ ] **Commit checkpoint**
|
- [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):
|
- [ ] Create Pydantic models for all event payloads (spec §6):
|
||||||
|
|||||||
Reference in New Issue
Block a user