Phase 3
Finance
Price watches and threshold alerts. Scaffolded, not yet wired.
To build this phase:
- Pick a price source (e.g. a free stock/crypto quote API) and add the key to
.env.local. - Add a
fetchPrice(symbol)helper inlib/. - Uncomment the finance block in
app/api/cron/triggers/route.ts. - Build an editor here for the
finance_watchestable (mirror MemoryEditor).
The database table and the briefing's data-gathering hook already exist — you're only adding the price feed and this screen.