feat(schema): add feeds and series architecture
- Add 'series' and 'feed' types to items table
- Add item_events table for time-series data and feed entries
- Document architecture in notes/feeds-series-architecture.md
Series = scalar values over time (numeric or text)
Feed = entries from external sources (RSS, ATProto, APIs, logs)
Both share item_events table, terminology differs by context