- Engine: findEventsByRef accepts optional afterId parameter - SQL: WHERE id > ? with ASC ordering for after queries - Route: GET /events?after=N, combinable with ?ref=X - CLI: events find --after <id> option - Tests: 2 new tests (engine 105 total) Closes #26 小橘 🍊(NEKO Team)